@charset "utf-8";

.fv_wrap {
  position: relative;
  height: 100vh;
  z-index: 4;
}
.ikkoku_wrap {
  position: relative;
  /* 全体フォント設定 */
  font-family: var(--NotoSerif);
}

.fv_img {
  width: 100%;
  height: 100%;
  background-image: url(../img/fv_img.png);
  background-repeat: no-repeat;
  background-position: 50% 40%;
  background-size: cover;
}

.fv_text_wrap {
  padding-top: calc(240 / 780 * 100vh);
  width: 17.4rem;
  aspect-ratio: 17.4/calc(240 / 800 * 100vh + 35rem);
  margin-left: 12rem;
}

/* .fv_stamp {
  width: 21.02rem;
  height: 21.039rem;
  position: absolute;
  bottom: -6rem;
  right: 4rem;
  z-index: 4;
} */

/* about */
.about_wrap {
  background-image: url(../img/about_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 3;
  height: 100vh;
  min-height: 81rem;
}

.about_text_wrap {
  display: flex;
  height: 100%;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 12rem;
  padding: 5.6rem 0 3.4rem;
  backdrop-filter: blur(5px) brightness(97%);
}
.about_text_content {
  display: flex;
  flex-direction: row-reverse;
  gap: 1.8rem;
}
.about_text_item {
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  line-height: calc(25 / 20);
  writing-mode: vertical-rl;
  text-shadow: 0 0.3rem 0.6rem #000;
}
.about_text_combine {
  /* text-combine-upright: all; */
  display: inline-block;
  transform: rotate(-90deg);
  transform-origin: center;
}

/* 追従概要 */
.menu_wrap {
  position: relative;
  z-index: 2;
  display: flex;
}

.menu_following_wrap {
  position: relative;
  margin-top: -66rem;
  height: 370rem;
  z-index: 1;
}
.menu_bg {
  width: 100%;
  height: 100vh;
  background-color: #E8DCCC;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.menu_bg::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: 101%;
  background-position: center;
  background-image: url(../img/lp_bg.png);
}

.overview_wrap {
  width: 38rem;
  padding: 2rem 2rem 4.4rem;
  background-color: #CC171C;
  /* margin-top: calc(30 / 810 * 100vh); */
  margin-top: 3rem;
  margin-left: 4rem;
  position: sticky;
  top: 2.5rem;
  left: 0;
}

.overview_wrap.position {
  position: absolute;
}

.over_cont_title {
  width: 36rem;
}

.over_line,
.over_line_cont {
  font-size: 1.6rem;
}
.overview_title {
  width: 11.156rem;
  height: 5rem;
  margin-bottom: 2rem;
}
.table_tit {
  width: 7.4rem;
  background-color: #000000;
  color: #C4A107;
  padding: 0 .5rem;
  box-shadow: 0 .3rem .6rem #00000029;
}
.over_contz_text {
  width: 100%;
  color: #FFFFFF;
  text-shadow: 0 .3rem .6rem #00000073;
}

.over_line_cont {
  border-bottom: .1rem solid #FFFFFF;
}

.line_address {
  padding-bottom: 0.5rem;
}
.line_tell {
  padding-bottom: 0.1rem;
  font-size: 2.5rem;
}
.line_pb_9 {
  padding-bottom: 0.9rem;
}
.line_text_pd_top {
  padding-top: 1.3rem;
}
.line_text_pd_bttom10 {
  padding-bottom: 1rem;
}
.line_text_pd_bttom6 {
  padding-bottom: .6rem;
}
/* sns */
.sns_list_wrap {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-top: 2.5rem;
}

.sns_list_face,
.sns_list_insta {
  width: 4rem;
  height: 4rem;
}
.sns_list_x {
  width: 3.914rem;
  height: 4rem;
}


/* メニュー表 */
.ramen_menu_wrap {
  width: 94rem;
  margin-left: auto;
  margin-right: 4rem;
  position: relative;
  z-index: 2;
}

/* ラーメンメニュー表 */
.ramen_menu_title {
  margin-top: -2.7rem;
  font-size: 5rem;
  padding: 1rem 0.8rem 1rem 0.7rem;
  line-height: calc(50 / 50);
  writing-mode: vertical-lr;
  color: #EADE6A;
  background-color: #CC171C;
  box-shadow: 0 0.5rem 0.5rem #00000033;
}
.red_menu_title {
  width: 6.5rem;
  height: 28.3rem;
  margin-top: -2.8rem;
}
.side_menu_title {
  margin-left: 0;
  margin-top: 1rem;
}

.ramen_menu_lists,
.red_menu_lists,
.side_menu_lists {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  padding: 5.492rem 0 1.748rem;
  border-bottom: .2rem solid #6B4735;
  margin: 0 auto;
}
.red_menu_lists {
  padding: 5rem 0 3.5rem;
  justify-content: start;
}
.side_menu_lists {
  padding: 1.968rem 0 0;
  justify-content: end;
  border-bottom: none;
}

/* ラーメンリスト */
.ramen_list1 {
  width: 85.7rem;
  min-height: 41rem;
  margin-right: 1.8rem;
}
.ramen_list2 {
  width: 49rem;
  margin-top: .6rem;
  margin-left: 2.4rem;
  position: relative;
}
.ramen_list3 {
  width: 41.9rem;
  margin-top: auto;
  position: relative;
  left: -1.3rem;
  margin-bottom: 1.3rem;
}
.ramen_list4 {
  width: 43.5rem;
  margin-top: -4.6rem;
  margin-right: 12rem;
  position: relative;
}
/* 赤ラーメンリスト */
.red_ramen_list2 {
  width: 45rem;
  position: relative;
}
.red_ramen_list3 {
  width: 41.6rem;
  margin-top: 2.8rem;
  margin-right: 4.8rem;
}
.red_ramen_list4 {
  margin-left: 17rem;
  width: 43.45rem;
  min-height: 36rem;
  aspect-ratio: 43.45/25.068;
  margin-top: -10rem;
  position: relative;
}
/* サイドリスト */
.side_list1 {
  margin: auto 2.4rem -8.5rem -4.4rem;
  display: flex;
  align-items: end;
  position: relative;
  top: .5rem;
  right: -1rem;
  z-index: -1;
}
.side_list2 {
  width: 48rem;
  margin-left: -2.5rem;
  position: relative;
  left: .5rem;
}
.side_list3 {
  width: 63.8rem;
  min-height: 37rem;
  position: relative;
  margin-top: 12.5rem;
  margin-right: -14.5rem;
}
.side_list4 {
  width: 35.1rem;
  min-height: 28rem;
  margin: .4rem -1.2rem 0 0rem;
  position: relative;
  z-index: 1;
}
.side_list5 {
  width: 29.75rem;
  position: absolute;
  bottom: 4.2rem;
  left: 0;
  z-index: 1;
}

/* ラーメンメニュー画像 */
.ramen_menu_img1,
.red_menu_img1 {
  width: 64.5rem;
  height: 42.6rem;
}
.ramen_menu_img2,
.red_menu_img2 {
  width: 49rem;
  height: 33rem;
}
.ramen_menu_img3,
.red_menu_img3 {
  width: 42rem;
  height: 27.3rem;
}
.ramen_menu_img4,
.red_menu_img4 {
  width: 41rem;
  height: 27rem;
  margin-left: -1rem;
}
/* ラーメン */
.ramen_menu_img1 {
  background-image: url(../img/ramen.png);
  margin-left: -1rem;
}
.ramen_menu_img2 {
  background-image: url(../img/ramen3.png);
}
.ramen_menu_img3 {
  background-image: url(../img/ramen2.png);
}
.ramen_menu_img4 {
  background-image: url(../img/ramen4.png);
}
/* 赤 */
.red_menu_img1 {
  background-image: url(../img/ramen_red.png);
  margin-left: -1rem;
}
.red_menu_img2 {
  height: 33rem;
  background-image: url(../img/ramen_red3.png);
}
.red_menu_img3 {
  background-image: url(../img/ramen_red2.png);
}
.red_menu_img4 {
  background-image: url(../img/ramen_red4.png);
  margin-top: 7.5rem;
  margin-left: -4.5rem;
}
/* サイド */
.side_menu_img1 {
  width: 39rem;
  height: 31rem;
  background-image: url(../img/side_menu2.png);
}
.side_menu_img2 {
  width: 46rem;
  height: 37.5rem;
  margin-left: -3.6rem;
  margin-top: 3.5rem;
  background-image: url(../img/side_menu1.png);
}
.side_menu_img3 {
  width: 63.8rem;
  height: 36.786rem;
  /* margin-top: 4rem; */
  /* margin-left: -2.5rem; */
  background-image: url(../img/side_menu5.png);
}
.side_menu_img4 {
  width: 35rem;
  height: 28rem;
  background-image: url(../img/side_menu3.png);
}
.side_menu_img5 {
  width: 27rem;
  height: 19.154rem;
  background-image: url(../img/side_menu4.png);
}
/* ラーメンメニュー画像 ここまで*/

.menu_list_tit {
  /* background-color: #FFFFFF; */
  font-size: 2rem;
  font-weight: 600;
  padding: 0;
  letter-spacing: calc(4.7em / 20);
  line-height: calc(38/20);
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: start;
  margin-left: auto;
}

.title_text_red {
  width: 12rem;
  margin-bottom: -5rem;
}
.red_title_img_top {
  width: 10rem;
  margin-right: .5rem;
}
.red_title_img {
  width: 8rem;
  margin-right: .5rem;
}
.red_menu_pozi,
.red_menu_pozi2,
.red_menu_pozi3 {
  display: flex;
  align-items: center;
  gap: .7rem;
}
.red_menu_pozi2 {
  gap: 3rem;
}
.red_menu_pozi3 {
  gap: 4rem;
}
.red_menu_pozi .red_title_img,
.red_menu_pozi2 .red_title_img,
.red_menu_pozi3 .red_title_img {
  margin-left: .5rem;
}

.menu_rice {
  margin-top: 2rem;
}

.tax_included {
  writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  font-size: 1.5rem;
  letter-spacing: 0;
  text-shadow: none;
  line-height: calc(15/15);
  font-weight: 600;
}
.menu_list_mg {
  margin-top: -1rem;
}

.ramen_list1 .menu_list_tit {
  margin-right: 0;
  position: relative;
  top: -3rem;
  right: -6.4rem;
}
.ramen_list2 .menu_list_tit {
  text-wrap: nowrap;
  position: absolute;
  top: -7.3rem;
  right: -3rem;
}
.ramen_list3 .menu_list_tit {
  position: absolute;
  top: -3rem;
  right: 0rem;
}
.ramen_list4 .menu_list_tit {
  width: 8rem;
  height: 31rem;
  position: absolute;
  top: -3rem;
  right: .6rem;
}
.menu_margi_rigth {
  margin-right: -4.5rem;
}
.menu_red_margi_rigth {
  height: 29rem;
  margin-right: -4.4rem;
}

.menu_text_cont {
  width: 30rem;
  padding: 1rem;
  padding-bottom: .6rem;
  color: #FFFFFF;
  background-color: #000000CC;
  font-size: 1.6rem;
  line-height: calc(30/16);
  text-shadow: 0 .3rem .6rem #FFFFFF80;
  margin: -15.2rem 0 1rem auto;
  border-radius: .5rem;
  font-family: var(--NotoSerif);
}

/* 赤ラーメン */
.red_menu_img2 {
  margin-left: 0;
  margin-right: 6rem;
}

.red_ramen_list1 {
  margin-bottom: 5.5rem;
}
.red_ramen_list1 .menu_list_tit {
  position: relative;
  top: -1.8rem;
  right: -8.3rem;
}

.red_ramen_list2 {
  margin-left: -1.7rem;
  min-height: 38rem;
}
.red_ramen_list2 .menu_list_tit {
  width: 8rem;
  position: absolute;
  right: -8rem;
  top: -5rem;
  z-index: -1;
}
.red_ramen_list3 .menu_list_tit {
  /* width: 8rem; */
  position: relative;
  right: -1.9rem;
  top: -5.3rem;
}
.red_ramen_list4 .menu_list_tit {
  width: 8rem;
  position: absolute;
  top: .5rem;
  right: -.6rem;
  z-index: -1;
}

/* サイドメニュー */
.gyoza_individual {
  font-size: 1.5rem;
  writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb;
  letter-spacing: 0;
  line-height: calc(17/15);
}

.side_tit_gyoza {
  margin-left: 0;
  position: absolute;
  top: -4.5rem;
  right: 10.5rem;
}

.side_tit_black {
  margin-top: -14rem;
}
.menu_tit_mentai {
  position: absolute;
  top: -1rem;
  right: -5rem;
}
.menu_tit_rice {
  margin-right: -2.8rem;
  position: relative;
  top: 3rem;
  line-height: calc(33/20);
  text-align: start;
}

.menu_tit_log {
  display: -webkit-box;
}
.side_tit_pig {
  position: absolute;
  top: 0;
  right: .6rem;
}
.red_menu_cont {
  margin-right: -1rem;
  margin-top: -14rem;
}

.menu_tit_rice {
  margin-top: -4rem;
  margin-right: -2.6rem;
}

.tell_link {
  pointer-events: none;
}

@media screen and (max-width: 699.98px) {
  .fv_img {
    background-image: url(../img/fv_img_sp.png);
    background-position: 85% 50%;
  }

  .fv_text_wrap {
    padding-top: 0;
    width: 12.164rem;
    aspect-ratio: auto;
    margin: 0;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
  }
  /* .fv_stamp {
    width: 10.51rem;
    height: 10.52rem;
    bottom: -2.6rem;
    right: 0;
  } */
  /* about */
  .about_wrap {
    min-height: 66.1rem;
    height: 100vh;
    background-image: url(../img/about_bg.png);
    background-position: 10% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 3;
  }

  .about_text_wrap {
    justify-content: center;
    gap: 0;
    padding: 5rem 0 0;
    backdrop-filter: blur(3px) brightness(95%);
    height: 100%;
  }

  .about_text_content {
    gap: 1.3rem;
  }
  .about_text_item {
    font-size: 1.8rem;
    line-height: calc(23 / 18);
  }

  .about_text_rigth {
    display: none;
  }
  .about_text_img_center {
    display: none;
  }
  .about_text_left {
    display: none;
  }

  .about_text_rigth.active,
  .about_text_img_center.active,
  .about_text_left.active {
    display: flex;
    opacity: 1;
    transition: opacity .8s;
  }

  @starting-style {
    .about_text_rigth.active,
    .about_text_img_center.active,
    .about_text_left.active {
      opacity: 0;
    }
  }


  /* 追従概要 */
  .menu_wrap {
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
  }

  .menu_following_wrap {
    position: static;
    height: auto;
    margin-top: 0;
  }
  .menu_bg {
    position: fixed;
    top: 0;
    left: 0;
  }
  .menu_bg::after {
    background-size: cover;
    background-position: center;
  }

  .overview_wrap {
    width: 100%;
    margin: 0;
    margin-top: -2.6rem;
  }

  .line_address {
    padding-bottom: 0.9rem;
  }
  .line_tell {
    padding-bottom: 0.7rem;
  }
  .line_text_pd_bttom6 {
    padding-bottom: .8rem;
  }
  .line_pb_9 {
    padding-bottom: .6rem;
  }

  /* メニュー表 */
  .ramen_menu_wrap {
    width: 35rem;
    margin: 0 auto;
    position: relative;
  }

  /* ラーメンメニュー表 */
  .ramen_menu_title,
  .red_menu_title,
  .side_menu_title {
    position: absolute;
    top: 2rem;
    right: -.8rem;
  }
  .ramen_menu_title {
    margin-top: 0;
    font-size: 3rem;
    line-height: calc(30 / 30);
    right: 0;
  }
  .red_menu_title {
    margin-top: 0;
    height: 17rem;
  }
  .side_menu_title {
    margin-left: 0;
    right: 0rem;
    z-index: 1;
    margin-top: 0;
  }

  .ramen_menu_lists,
  .red_menu_lists,
  .side_menu_lists {
    padding: 4.786rem 0 3.7rem;
    border-bottom: .1rem solid #6B4735;
    position: relative;
  }
  .red_menu_lists {
    padding: 2.5rem 0 0;
    justify-content: center;
  }
  .side_menu_lists {
    padding: 3.8rem 0 0;
    justify-content: end;
    border-bottom: none;
    height: fit-content;
  }

  /* ラーメンリスト */
  .ramen_list1 {
    width: 37.5rem;
    min-height: auto;
    margin-right: .3rem;
  }
  .ramen_list2 {
    width: 39.5rem;
    margin-top: 0;
    margin-left: -5rem;
    margin: 0 0 1.8rem -5rem;
    position: relative;
  }
  .ramen_list3 {
    width: 38rem;
    margin: 0 -1rem 0 auto;
  }
  .ramen_list4 {
    width: 100%;
    margin-top: 2rem;
    margin-right: 0;
    position: relative;
  }
  /* 赤ラーメンリスト */
  .red_ramen_list1 {
    margin-bottom: 0;
  }
  .red_ramen_list2 {
    width: 45rem;
    min-height: 28rem;
    position: relative;
    margin-left: -3.3rem;
    margin-bottom: 1.1rem;
  }
  .red_ramen_list3 {
    width: 41.6rem;
    margin-top: 0rem;
    margin-right: -1.2rem;
    margin: 0 -1.2rem 2rem 0;
  }
  .red_ramen_list4 {
    min-height: 28rem;
    margin: 0;
  }
  /* サイドリスト */
  .side_list1 {
    margin: -5.2rem -3rem 0 auto;
    display: flex;
    align-items: end;
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
    order: 3;
  }
  .side_list2 {
    width: 36.2rem;
    margin: 0 auto 5rem 0;
    left: auto;
    order: 2;
  }
  .side_list3 {
    width: 40rem;
    min-height: 26rem;
    position: relative;
    margin: -.3rem;
    margin-bottom: 3.2rem;
    left: .2rem;
    order: 1;
  }
  .side_list4 {
    width: 35.1rem;
    min-height: 26.2rem;
    margin: -1.1rem auto 0 -3rem;
    position: relative;
    z-index: 1;
    order: 4;
  }
  .side_list5 {
    width: 29.75rem;
    position: relative;
    left: 3rem;
    margin-top: 0;
    z-index: 1;
    order: 5;
  }

  /* ラーメンメニュー画像 */
  .ramen_menu_img1,
  .red_menu_img1 {
    width: 39rem;
    height: 25.3rem;
    margin-left: -.8rem;
    margin-bottom: 1rem;
  }
  .red_menu_img1 {
    width: 39.4rem;
    height: 25.6rem;
    aspect-ratio: 38.3/25.509;
    margin-left: -1.1rem;
    margin-bottom: 5.5rem;
  }
  .ramen_menu_img2,
  .red_menu_img2 {
    width: 36rem;
    height: 24rem;
  }
  .red_menu_img2 {
    margin-top: -.8rem;
  }
  .ramen_menu_img3,
  .red_menu_img3 {
    width: 31.2rem;
    height: 20.5rem;
    margin: -.8rem -3rem 0 auto;
  }
  .ramen_menu_img4,
  .red_menu_img4 {
    width: 32rem;
    height: 20.7rem;
    margin-left: -3.3rem;
  }

  .red_menu_img4 {
    margin-top: 0;
    margin-left: 1rem;
  }

  /* サイド */
  .side_menu_img1 {
    width: 28rem;
    height: 22rem;
  }
  .side_menu_img2 {
    width: 29rem;
    height: 23rem;
    margin-top: -1rem;
  }
  .side_menu_img3 {
    position: relative;
    top: 3rem;
    width: 41.1rem;
    height: 24rem;
  }
  .side_menu_img4 {
    width: 28.7rem;
    height: 22.77rem;
  }
  .side_menu_img5 {
    width: 23.3rem;
    height: 16.8rem;
    margin-left: auto;
  }

  /* 赤タイトルアイコン */
  .title_text_red {
    width: 8.2rem;
    height: 9rem;
    margin-bottom: -3rem;
  }
  .red_title_img_top {
    width: 6.34rem;
    height: 15rem;
    margin-right: .5rem;
  }
  .red_title_img {
    width: 8rem;
    margin-right: .5rem;
  }

  /* MENU文字調整 */
  .ramen_menu_img1 .menu_list_tit,
  .red_menu_img1 .menu_list_tit {
    width: 6.339rem;
    height: 15rem;
    margin-right: 1rem;
    position: relative;
    top: -4rem;
    left: .8rem;
    margin-left: 0;
  }
  .red_menu_img1 .menu_list_tit {
    min-height: calc(15rem + 9rem);
    display: flex;
    align-items: center;
    width: fit-content;
    top: 10.3rem;
    left: .8rem;
  }
  .ramen_list2 .menu_list_tit,
  .red_ramen_list2 .menu_list_tit {
    width: 6rem;
    height: 25rem;
    position: absolute;
    top: -.5rem;
    right: 0rem;
    z-index: -1;
  }
  .red_ramen_list2 .menu_list_tit {
    top: -3rem;
    right: 2rem;
    height: fit-content;
    gap: 0;
  }
  .ramen_menu_img3 .menu_list_tit,
  .red_menu_img3 .menu_list_tit {
    width: 6rem;
    height: 18.5rem;
    margin-left: 0;
    position: relative;
    top: -.6rem;
    left: -4rem;
  }
  .red_menu_img3 .menu_list_tit {
    min-height: 22.3rem;
    left: -5rem;
  }
  .ramen_list4 .menu_list_tit {
    width: 6rem;
    height: 23.3rem;
    position: absolute;
    top: -1rem;
    right: 3rem;
    z-index: 1;
  }
  .red_ramen_list4 .menu_list_tit {
    height: auto;
    top: -3.4rem;
    bottom: auto;
    right: 4.6rem;
    z-index: 1;
  }

  .red_tit_sp {
    width: 6rem;
    min-height: 25rem;
    margin-top: -.3rem;
  }
  .red_tit_egg {
    width: 6rem;
    min-height: 18.4rem;
    margin-top: -1.4rem;
  }
  .red_tit_pig {
    width: 6rem;
    min-height: 23.3rem;
    margin-top: -1.3rem;
  }

  .side_tit_gyoza {
    margin-left: 0;
    position: absolute;
    top: -1.7rem;
    left: auto;
    right: 5.5rem;
  }
  .side_img_gyoza {
    width: 6rem;
    min-height: 9.4rem;
  }

  .side_tit_pig {
    position: absolute;
    top: -3.4rem;
    right: 4.5rem;
  }
  .side_img_pig {
    width: 5.9rem;
    min-height: 20.5rem;
  }

  .side_menu_img2 .menu_list_tit {
    position: relative;
    top: 9.9rem;
    right: -7.6rem;
  }
  .side_tit_black {
    margin: 0 auto 0 0;
    position: relative;
    top: 0rem;
    left: -4rem;
  }
  .side_img_black {
    width: 6rem;
    min-height: 15.7rem;
  }

  .red_menu_pozi3 {
    gap: 1rem;
  }

  .menu_tit_mentai {
    margin-right: -1rem;
    top: 0rem;
    right: 2rem;
  }
  .menu_img_mentai {
    width: 6rem;
    min-height: 16.6rem;
  }

  .menu_tit_rice {
    width: 6rem;
    height: 11.3rem;
    margin: 0rem auto 0 -5rem;
    position: relative;
    top: .6rem;
  }

  .menu_rice {
    margin-top: 0;
  }

  .menu_list_mg {
    margin-top: 0;
  }

  .menu_margi_rigth {
    margin-right: 0;
  }
  .menu_red_margi_rigth {
    margin-right: 0;
  }

  /* 伸ばし棒を横に */
  .extending_stick {
    display: contents;
  }

  .menu_text_cont {
    width: 34.5rem;
    margin: 0rem auto 4.1rem;
  }
  .red_menu_cont {
    margin-top: 0rem;
    width: 34.5rem;
    margin: 0rem auto 5.5rem;
  }

  
  .menu_tit_log {
    display: block;
  }

  .table_tit {
    line-height: calc(20/16);
  }
  .line_text_pd_bttom10 {
    margin-bottom: .3rem;
  }
  .line_tell {
    font-size: 2.2rem;
    letter-spacing: calc(1em/22);
  }

  .title_text_cent {
    padding: 0;
  }

  .tell_link {
    pointer-events: auto;
  }
}