@media (min-width: 601px) {
  .d_pc {
    display: block;
  }
  .d_sp {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .d_pc {
    display: none !important;
  }
  .d_sp {
    display: block;
  }
}
/* Large Devices (Desktop & Laptops) */
@media (min-width: 1400px) {
}

@media (min-width: 1200px) and (max-width: 1359px) {
  /* col-xl-xx */
}

/* Medium Devices (Landscape Tablets & Medium Desktops) */

@media (min-width: 992px) and (max-width: 1199px) {
  /* col-lg-xx */
}

/* Small Devices (Portrait Tabletes & Small Desktops) */

@media (min-width: 768px) and (max-width: 991px) {
  /* col-md-xx */
}

@media (min-width: 576px) and (max-width: 767px) {
  /* col-sm-xx */
}
@media (max-width: 1280px) {
}

/* 600px以下でスマホ版画面に切り替える */
@media (max-width: 600px) {
  #google_language_translator {
    position: fixed;
  }
  .sp_mt_135px {
    margin-top: 135px;
    /* margin-top: 193px; */
  }
  .wrapper {
    /* width: 400px; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-width: unset;
  }
  .wrapper_inner {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .header {
    /* height: 145px; */
    height: 115px;
    background: rgba(0, 0, 0, 0.8) !important;
  }
  .header .header_sp {
    height: 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
  }
  .header .header_sp .header_logo_kiwamiya_box {
    display: block;
    position: absolute;
    /* top: 75px; */
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(210px * 0.8 * 0.8);
  }
  .header .header_sp .header_logo_kiwamiya_box .header_ttl_main_image {
    width: calc(210px * 0.8 * 0.8);
    margin-bottom: 4px;
    opacity: 1;
  }
  .header .header_sp .header_logo_kiwamiya_box .header_logo_kiwamiya {
    width: calc(141px * 0.9 * 0.8);
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
  }

  .header .header_sp .change_lang {
    position: absolute;
    top: 45px;
    right: 0;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #fff;
    border-radius: 15px;
    font-size: 0.9rem;
    color: #fff;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    -webkit-user-select: none;
    user-select: none;
  }
  .header .header_sp .change_lang {
    background: transparent;
  }
  .header .header_sp .change_lang.jp {
    /* right: 110px; */
    right: 54px;
    right: unset;
    left: 20px;
  }
  .header .header_sp .change_lang.en {
    /* right: 80px; */
    right: 20px;
    right: unset;
    left: 54px;
  }
  .header .header_sp .change_lang.cn {
    /* right: 50px; */
    right: 54px;
    top: calc(45px + 22px + 10px);
    right: unset;
    left: 20px;
  }
  .header .header_sp .change_lang.ko {
    /* right: 20px; */
    right: 20px;
    top: calc(45px + 22px + 10px);
    right: unset;
    left: 54px;
  }
  .header .header_sp .header_sp_r {
    position: absolute;
    /* left: 20px; */
    right: 20px;
    top: 50px;
  }
  .header .header_sp .burger_btn {
    background: rgba(0, 0, 0, 0.2);
    padding: 0;
    margin-right: 18px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #fff;
    border: solid 1px #fff;
    position: relative;
    cursor: pointer;
  }
  .header .header_sp .burger_btn > span {
    display: block;
    background: #000;
    position: absolute;
    left: 9px;
    height: 2px;
    border-radius: 2px;
    width: 55%;
    transition: all 0.2s; /*アニメーションの設定*/
  }
  .header .header_sp .burger_btn > span:nth-of-type(1) {
    top: 11px;
  }
  .header .header_sp .burger_btn > span:nth-of-type(2) {
    top: 18px;
  }
  .header .header_sp .burger_btn > span:nth-of-type(3) {
    top: 25px;
  }

  .header .header_sp .burger_btn.active span:nth-of-type(1) {
    top: 13px;
    left: 10px;
    transform: translateY(6px) rotate(45deg);
    width: 50%;
  }
  .header .header_sp .burger_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .header_sp .burger_btn.active span:nth-of-type(3) {
    top: 13px;
    left: 10px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
  }
  .header_menu_sp {
    display: none;
    list-style-type: none;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    position: fixed;
    top: 115px;
    z-index: 9999;
  }

  .header_menu_sp ul {
    list-style-type: none;
    padding-left: 20px;
  }
  .header_menu_sp li {
    padding-top: 11px;
    padding-bottom: 11px;
    border-bottom: solid 1px #fff;
    color: #fff;
    /* margin-bottom: 11px; */
    font-size: 1.4rem;
    text-align: center;
  }
  .header_menu_sp a:last-child li {
    border-bottom: none;
  }
  .header_menu_sp li > a,
  .header_menu_sp li > a:hover {
    color: #fff;
  }

  /* .header .for_reserve_bar {
    margin-top: 14px;
    height: 80px;
    display: flex;
    background: #e7ce94;
    justify-content: center;
    align-items: center;
  }
  .header .for_reserve_bar .reserv_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    font-size: 2.4rem;
    font-weight: bold;
    font-feature-settings: "palt";
  }
  .header .for_reserve_bar .reserv_con .fs_s {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 8px;
  }
  .header .for_reserve_bar .reserv_con .yoyaku_note {
    font-size: 1.3rem;
    line-height: 1;
  } */
  .reserve_bar_rel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    /* 要素の中にパディングとして確保するのが定番 */
    padding-bottom: env(safe-area-inset-bottom);
  }
  .reserve_bar_rel .reserve_bar {
    margin-top: 0;
    height: 98px;
    display: flex;
    background: #e7ce94;
    justify-content: center;
    align-items: center;
  }
  .reserve_bar_rel .reserve_bar .reserv_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    font-size: 2.4rem;
    font-weight: bold;
    font-feature-settings: "palt";
  }
  .reserve_bar_rel .reserve_bar .reserv_con .fs_s {
    font-size: 2.4rem;
    line-height: 1;
    margin-bottom: 8px;
  }
  .reserve_bar_rel .reserve_bar .reserv_con .yoyaku_note {
    font-size: 1.3rem;
    line-height: 1;
  }

  .btn_follow {
    width: 80px;
  }
  .btn_yoyaku {
    width: 80px;
  }
  /* #mv_bg {
  height: 56%;
  background: url(...) center top / contain no-repeat;
} */
  .main_image_bg {
    height: calc(1400px - 100px - 100px - 600px);
    /* height: calc(1400px - 100px - 100px - 0px); */
  }
  .main_image .ttl_main_image {
    width: calc(444px * 0.7);
  }

  .main_image .logo_kiwamiya {
    top: calc(405px - 50px);
    width: calc(431px * 0.7);
    width: 172px;
  }

  .main_image .main_image_copy {
    font-size: calc(2.5rem * 0.7);
  }
  .main_image .main_image_pic_01 {
    width: 100%;
    height: auto;
    top: calc(950px - 100px - 100px);
  }
  .main_image .main_image_copy.upper {
    top: 580px;
    top: calc(580px - 50px - 60px);
  }
  /* .main_image .main_image_pic_01_copy {
    top: calc(1180px - 100px - 100px);
    width: 330px;
    left: 50%;
    transform: translateX(-50%);
    font-size: calc(1.7rem * 0.83);
    line-height: 1.8;
  } */
  .news .ttl_news_box {
    padding-bottom: calc(43px * 0.5);
    margin-bottom: calc(115px * 0.3);
  }
  .news .ttl_news_box .ttl_news {
    width: calc(127px * 0.8);
  }
  .news .sp_news_slick {
    padding: 0 60px;
  }
  .news .news_items {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    margin-bottom: 0;
  }
  .news .news_items .news_pic {
    width: calc(100% - 100px);
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .news .news_items .news_con {
    width: 100%;
  }
  .news .btn_news_more {
    margin-top: calc(104px * 0.25);
    width: calc(203px * 0.7);
  }
  .news .news_items .news_con .news_date {
    font-size: calc(1.5rem * 0.7);
  }
  .news .news_items .news_con .news_ttl {
    font-size: calc(2rem * 0.7);
    line-height: 1;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .news .news_items .news_con .news_leader {
    font-size: calc(1.59rem * 0.8);
  }
  .news .btn_news_more .btn_news_more_moji {
    font-size: 1.4rem;
    line-height: 1;
    height: 1rem;
  }
  .safety_bg {
    height: 550px;
  }
  .safety_bg .safety_pic {
    position: absolute;
    top: 0;
    width: 100vw;
    right: 0;
    height: 200px;
    overflow: hidden;
  }
  .safety_bg .safety_pic > img {
    min-width: 400px;
  }
  .safety_bg .safety_box {
    position: absolute;
    width: calc(100% - 60px);
    top: 245px;
    left: 50%;
    transform: translateX(-50%);
  }
  .safety_bg .safety_box .ttl_safety {
    font-size: 2.1rem;
    margin-bottom: 18px;
    text-align: center;
  }
  .safety_bg .safety_box .safety_con {
    font-size: 1.35rem;
    line-height: 1.65;
    text-align: justify;
    margin-bottom: 22px;
  }
  .safety_bg .safety_box .btn_kuwashikuha {
    width: 190px;
    height: 36px;
    margin-left: auto;
    margin-right: auto;
  }
  .safety_bg .safety_box .btn_kuwashikuha .kuwashikuha_moji {
    font-size: 1.4rem;
  }

  .tenpo .ttl_tenpo {
    padding-top: 45px;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }

  .tenpo_bg {
    width: 100%;
    height: 740px;
  }
  .tenpo .tenpo_items {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .tenpo .tenpo_items .tenpo_item {
    width: 100%;
    margin-bottom: 20px;
  }
  .tenpo .tenpo_items .tenpo_item .tenpo_icon {
    /* width: 50%;
    margin-left: auto;
    margin-right: auto;
    height: 200px; */
    display: none;
  }
  .tenpo .tenpo_items .tenpo_item .tenpo_icon .tenpo_hamburger {
    position: absolute;
    width: calc(325px * 0.6);
  }
  .tenpo .tenpo_items .tenpo_item .tenpo_pic {
    display: block;
    width: 346px;
    margin-left: auto;
    margin-right: auto;
    height: 133px;
  }
  .tenpo .tenpo_items .tenpo_item .tenpo_pic > img {
    display: block;
    /* margin-top: -170px; */
  }

  .tenpo .tenpo_items .tenpo_item .tenpo_icon .tenpo_yakiniku {
    width: calc(214px * 0.6);
  }
  .tenpo .tenpo_items .tenpo_item .tenpo_icon .tenpo_motsu {
    position: absolute;
    width: calc(228px * 0.6);
  }
  .tenpo .tenpo_items .tenpo_item .tenpo_ttl_sp {
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .tenpo .tenpo_items .tenpo_item .tenpo_ttl_sp.hamburger {
    width: 140px;
  }
  .tenpo .tenpo_items .tenpo_item .tenpo_ttl_sp.yakiniku {
    width: 75px;
  }
  .tenpo .tenpo_items .tenpo_item .tenpo_ttl_sp.motsu {
    width: 98px;
  }

  .wrapper.shop_list_bg {
    /* width:400px; */
    width: 100%;
  }
  .shop_list .ttl_shop_list {
    padding-top: calc(130px * 0.5);
    width: calc(146px * 0.8);
    margin-bottom: calc(86px * 0.2);
  }
  .shop_list .shop_list_items {
    padding-bottom: calc(141px * 0.4);
  }
  .shop_list .shop_list_items .shop_list_item {
    height: calc(92px * 0.6);
    margin-bottom: calc(100px * 0.3);
  }
  .shop_list .shop_list_items .shop_list_item .erea_name {
    font-size: calc(3.8rem * 0.6);
  }
  .shop_list .shop_list_items .shop_list_item .erea_name .fs_s {
    font-size: calc(2.5rem * 0.6);
  }
  .hamburger_bg {
    height: 200px;
  }
  .hamburger_bg .hamburger_pic {
    height: 300%;
  }
  .secret_bg {
    width: 100%;
    height: 2350px;
    height: calc(2350px - 1200px + 240px + 10px);
    overflow: hidden;
  }
  .secret_bg .secret {
    /* overflow: hidden; */
    overflow: unset;
  }

  .secret .secret_copy_pic {
    /* width: calc(859px * 0.7);
    top: calc(254px * 0.5);
    left: -50px; */
    width: 600px;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
  }
  .secret .secret_copy {
    top: calc(715px * 0.7);
    width: calc(395px * 0.8);
    left: 40px;
  }
  .secret .secret_copy_sub {
    position: absolute;
    top: 560px;
    width: calc(395px * 0.8);
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.3rem;
    text-align: justify;
    line-height: 1.67;
    color: #fff;
  }
  .secret .ttl_secret_of_kiwamiya {
    /* top: calc(176px * 0.3);
    width: calc(439px * 0.6);
    left: 100px; */
    top: 72px;
    width: 353px;
    left: 24px;
  }
  .secret .btn_to_about {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #c9bc9c;

    top: 760px;
    width: 352px;
    height: 60px;
  }
  .secret .btn_to_about .btn_ttl_about_kiwamiya {
    width: 126px;
    padding-top: 2px;
  }

  .secret .secret_items {
    width: 100%;
    flex-direction: column;
  }
  .secret .secret_items .secret_item {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
  .secret .secret_items .secret_item > p {
    height: unset;
  }
  .secret .secret_copy_kodawatta {
    font-size: calc(2.8rem * 0.6);
    bottom: 80px;
  }

  .secret .shop_open {
    position: absolute;
    top: calc(740px + 140px);
    width: 100%;
  }

  .secret .shop_open .main_image .main_image_pic_01 {
    width: 100%;
    height: auto;
    top: calc(950px - 100px - 100px);
  }
  .secret .shop_open .main_image_pic_01_copy {
    margin-top: 18px;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
    font-size: calc(1.7rem * 0.83);
    line-height: 1.8;
    color: #fff;
  }
  .secret .btn_to_history {
    bottom: 50px;
    width: 352px;
    height: 60px;
  }
  .secret .btn_to_history .btn_ttl_kiwamiya_history {
    width: 218px;
    padding-top: 2px;
  }

  /* .secret .btn_to_history {
    width: 292px;
    height: 95px;
    margin-top: 80px;
  }
  .secret .btn_to_history .btn_ttl_kiwamiya_history {
    width: 130px;
    padding-top: 10px;
  } */

  .btn_recruit_block {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 0;
    background-color: #000;
  }

  .btn_recruit_block .to_recruit_page .btn_recruit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(367px * 0.85);
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:20px;
    border-radius: 50px;
    border: solid 1px #000;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    transition: 0.75s;
  }
  .btn_recruit_block .to_recruit_page .btn_recruit .employment_con {
    font-size: calc(3.5rem * 0.7);
  }
  .btn_recruit_block .to_recruit_page .btn_recruit:hover {
    background-color: #000;
    opacity: 1;
  }
  .btn_recruit_block .to_recruit_page .btn_recruit:hover .employment_con {
    color: #fff;
  }
  .shop_bg {
    background-color: #000;
  }
  .shop_bg .shop .ttl_online_shop_block {
    padding-top: 50px;
    width: 400px;
    margin-bottom: calc(78px * 0.5);
  }
  .shop_bg .shop .ttl_online_shop_block .ttl_online_shop {
    width: calc(383px * 0.65);
  }
  .shop_bg .shop .ttl_online_shop_block .ttl_online_shop_copy {
    font-size: calc(2.5rem * 0.6);
  }
  .shop_bg .shop .online_shop_items {
    width: 100%;
    flex-direction: column;
  }
  .shop_bg .shop .online_shop_items .online_shop_item {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .shop_bg .shop .online_shop_items .online_shop_item .online_shop_pic {
    width: 100%;
    margin-bottom: 10px;
  }
  .shop_bg .shop .online_shop_items .online_shop_item .name_price .name {
    font-size: calc(2.4rem * 0.7);
  }
  .shop_bg .shop .online_shop_items .online_shop_item .name_price .price {
    font-size: calc(2.6rem * 0.7);
  }
  .shop_bg .shop .btn_online_shop {
    width: calc(367px * 0.85);
    height: 50px;
    margin-top: 0px;
  }
  .shop_bg .shop .btn_online_shop .btn_online_shop_ttl {
    width: calc(310px * 0.85);
    height: calc(52px * 0.85);
  }
  .shop_bg .shop {
    padding-bottom: 50px;
  }

  /* topページ in-view fade-In */

  .js-fadeUp_005.is-inview {
    opacity: 1; /* 表示領域に入ったら表示 */
    transition-delay: 0.3s; /* フェード開始を0.5秒遅らせる */
  }

  .js-fadeUp_01.is-inview {
    opacity: 1; /* 表示領域に入ったら表示 */
    transition-delay: 0.3s; /* フェード開始を0.5秒遅らせる */
  }

  .js-fadeUp_02.is-inview {
    opacity: 1; /* 表示領域に入ったら表示 */
    /* transform: translateX(-50%) translateY(0); 30px上に移動する */
    transition-delay: 0.6s; /* フェード開始を0.5秒遅らせる */
  }

  .js-fadeUp_03.is-inview {
    opacity: 1; /* 表示領域に入ったら表示 */
    /* transform: translateX(-50%) translateY(0); */
    transition-delay: 0.6s; /* フェード開始を0.5秒遅らせる */
  }

  .js-fadeUp_04.is-inview {
    opacity: 1; /* 表示領域に入ったら表示 */
    /* transform: translate(-50%, 0); 30px上に移動する */
    transition-delay: 1.4s; /* フェード開始を0.5秒遅らせる */
  }

  .js-fadeUp_05.is-inview {
    opacity: 1; /* 表示領域に入ったら表示 */
    /* transform: translate(-50%, 0); 30px上に移動する */
    transition-delay: 1.7s; /* フェード開始を0.5秒遅らせる */
  }

  .js-fadeUp_06.is-inview {
    opacity: 1; /* 表示領域に入ったら表示 */
    /* transform: translate(-50%, 0); 30px上に移動する */
    transition-delay: 2s; /* フェード開始を0.5秒遅らせる */
  }

  .js-fadeUp_tenpo_01.is-inview {
    opacity: 1; /* 表示領域に入ったら表示 */
    /* transform: translate(-50%, 0); 30px上に移動する */
    transition-delay: 0.3s; /* フェード開始を0.5秒遅らせる */
  }

  .js-fadeUp_tenpo_02.is-inview {
    opacity: 1; /* 表示領域に入ったら表示 */
    /* transform: translate(-50%, 0); 30px上に移動する */
    transition-delay: 0.5s; /* フェード開始を0.5秒遅らせる */
  }

  .js-fadeUp_tenpo_03.is-inview {
    opacity: 1; /* 表示領域に入ったら表示 */
    /* transform: translate(-50%, 0); 30px上に移動する */
    transition-delay: 0.8s; /* フェード開始を0.5秒遅らせる */
  }

  .js-fadeUp_secret_01 {
    opacity: 0; /* 最初は非表示 */
    transform: translateY(20px);
    transition:
      opacity 0.8s,
      transform 0.8s; /* 透過率と縦方向の移動を0.8秒 */
  }
  .js-fadeUp_secret_01.is-inview {
    opacity: 1; /* 表示領域に入ったら表示 */
    transform: translateY(0);
    transition-delay: 0.3s; /* フェード開始を0.5秒遅らせる */
  }
  .js-fadeUp_secret_02 {
    opacity: 0; /* 最初は非表示 */
    transform: translateY(20px);
    transition:
      opacity 0.8s,
      transform 0.8s; /* 透過率と縦方向の移動を0.8秒 */
  }
  .js-fadeUp_secret_02.is-inview {
    opacity: 1; /* 表示領域に入ったら表示 */
    transform: translateY(0);
    transition-delay: 0.7s; /* フェード開始を0.5秒遅らせる */
  }
  .js-fadeUp_secret_03 {
    opacity: 0; /* 最初は非表示 */
    transform: translateY(20px);
    transition:
      opacity 0.8s,
      transform 0.8s; /* 透過率と縦方向の移動を0.8秒 */
  }
  .js-fadeUp_secret_03.is-inview {
    opacity: 1; /* 表示領域に入ったら表示 */
    transform: translateY(0) tranlateX(-50%);
    transition-delay: 1s; /* フェード開始を0.5秒遅らせる */
  }
  .js-fadeUp_secret_04 {
    opacity: 0; /* 最初は非表示 */
    transform: translateY(20px);
    transition:
      opacity 0.8s,
      transform 0.8s; /* 透過率と縦方向の移動を0.8秒 */
  }
  .js-fadeUp_secret_04.is-inview {
    opacity: 1; /* 表示領域に入ったら表示 */
    transform: translateY(0) tranlateX(-50%);
    transition-delay: 1.3s; /* フェード開始を0.5秒遅らせる */
  }
  /* END topページ in-view fade-In  */

  .btn_top {
    width: 50px;
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .footer {
    width: 100%;
    min-width: unset;
  }
  .footer .footer_inner {
    width: 400px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .footer_upper {
    width: 100%;
    margin-bottom: 88px;
    display: flex;
    flex-direction: column;
  }
  .footer_upper .logo_kiwamiya {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .footer_upper .link_box {
    margin-top: 12px;
    /* display: grid; */
    /* grid-template-columns: 200px 180px; */
    /* grid-template-columns: 380px;
    grid-template-rows: 35px 35px; */
    margin-top: 12px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .footer_upper .link_box .link_line > a {
    font-size: calc(1.6rem * 0.8);
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
    margin-right: 12px;
  }
  .footer_upper .btn_to_otoiawase {
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .footer_lower {
    display: flex;
    flex-direction: column;
    padding-bottom: calc(20px + 80px);
  }
  .footer_lower .copyright_line .copyright {
    font-size: calc(1.1rem * 0.8);
    margin-right: 0;
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer_lower .copyright_line {
    font-size: calc(1.2rem * 0.8);
    margin-bottom: 10px;
  }
  .footer_lower .sns_links {
    margin-bottom: 20px;
  }

  /* START ハンバーグ */
  .page_b_hamburger .main_image_bg {
    height: calc(1780px - 330px - 450px - 130px);
    /* margin-top: 135px; */
  }
  .page_b_hamburger .main_image_bg .mv_hamburger_bg {
    top: 60px;
    top: 0;
  }
  .main_image_bg .main_image_pic {
    width: 100%;
    /* top: calc(75px + 12px); */
    top: 0;
  }
  .page_b_hamburger .main_image_bg .main_image_yuge.right {
    top: -900px;
  }
  .page_b_hamburger .main_image_bg .main_image_yuge.left {
    top: -700px;
  }
  .page_b_hamburger .main_image_bg .mv_copy {
    top: 370px;
    width: 360px;
    /* font-size: calc(1.7rem * 0.8); */
    font-size: 1.13rem;
    line-height: 1.71;
    text-align: center;
  }
  .page_b_hamburger .main_image_bg .mv_catch_items {
    top: calc(627px - 340px);
    width: 298px;
  }
  .page_b_hamburger .main_image_bg .mv_sub_con {
    position: absolute;
    width: 380px;
    top: calc(1000px - 233px - 350px - 85px);
    flex-direction: column;
  }
  .page_b_hamburger .main_image_bg .mv_sub_con .mv_pic_01 {
    width: 293px;
    margin-left: auto;
    margin-right: auto;
  }
  .page_b_hamburger .main_image_bg .mv_sub_con .mv_pic_01_copy {
    padding-top: 10px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: center;
  }
  .page_b_hamburger .ham_pic_01_bg {
    height: 200px;
  }
  .page_b_hamburger .ham_pic_01_bg .ham_pic_01 {
    height: 180%;
  }
  .news {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 50px;
  }
  .page_b_hamburger .ham_detail_bg .ham_detail .ttl_kokusangyu {
    padding-top: 20px;
    font-size: calc(6rem * 0.7);
    line-height: 1.3;
  }
  .page_b_hamburger .ham_detail_bg .ham_detail .ttl_kokusangyu_sub {
    font-size: calc(2.2rem * 0.8);
    margin-bottom: 20px;
  }
  .page_b_hamburger .ham_pic_02_block {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    height: 350px;
  }
  .page_b_hamburger .ham_pic_02_block .ham_pic_02 {
    width: 1400px;
  }
  .page_b_hamburger .ham_detail_bg .ham_detail {
    width: 380px;
  }
  .page_b_hamburger .ham_detail_bg .ham_detail .yakikata_no {
    padding-top: 20px;
    margin-bottom: 30px;
    font-size: calc(3.2rem * 0.5);
    line-height: 1.7;
  }
  .page_b_hamburger .ham_detail_bg .ham_detail .touten_no {
    line-height: 1.4;
    font-size: calc(3rem * 0.8);
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .page_b_hamburger .ham_detail_bg .ham_detail .yaki_style_items {
    width: 380px;
    height: 230px;
  }
  .page_b_hamburger
    .ham_detail_bg
    .ham_detail
    .yaki_style_items
    .yaki_style_item {
    width: 180px;
    height: 230px;
    flex-direction: column;
  }
  .page_b_hamburger
    .ham_detail_bg
    .ham_detail
    .yaki_style_items
    .yaki_style_item
    .stone_ttl_block {
    width: 100%;
    /* font-size: calc(4rem * 0.4);
    font-feature-settings: "palt"; */
  }
  .page_b_hamburger
    .ham_detail_bg
    .ham_detail
    .yaki_style_items
    .yaki_style_item
    .stone_ttl {
    font-size: calc(3.5rem * 0.55);
    /* line-height: 1.14;
  text-align: center;
  opacity:0.5; */
  }
  .page_b_hamburger
    .ham_detail_bg
    .ham_detail
    .yaki_style_items
    .yaki_style_item
    .stone_ttl.mt_20px {
    margin-top: 20px;
  }
  .page_b_hamburger
    .ham_detail_bg
    .ham_detail
    .yaki_style_items
    .yaki_style_item
    .stone_ttl
    .under_stone {
    font-size: calc(2.2rem * 0.8);
  }
  .page_b_hamburger
    .ham_detail_bg
    .ham_detail
    .yaki_style_items
    .yaki_style_item
    .stone_ttl_pic {
    width: 100%;
  }

  .page_b_hamburger .ham_detail_bg .ham_detail .yaki_style_box {
    width: 380px;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 40px;
  }
  .page_b_hamburger
    .ham_detail_bg
    .ham_detail
    .yaki_style_box
    .tenpo_de_kotonaru {
    font-size: calc(2.6rem * 0.8);
    margin-bottom: 40px;
  }
  .page_b_hamburger
    .ham_detail_bg
    .ham_detail
    .yaki_style_box
    .tenpo_yaki_items {
    flex-direction: column;
  }
  .page_b_hamburger
    .ham_detail_bg
    .ham_detail
    .yaki_style_box
    .tenpo_yaki_items
    .tenpo_yaki_item {
    width: 100%;
    margin-bottom: 40px;
  }
  .page_b_hamburger
    .ham_detail_bg
    .ham_detail
    .yaki_style_box
    .tenpo_yaki_items
    .tenpo_yaki_item
    .tenpo_yaki_comment {
    padding-bottom: 8px;
    margin-bottom: 12px;
    text-align: center;
  }
  .page_b_hamburger
    .ham_detail_bg
    .ham_detail
    .yaki_style_box
    .tenpo_yaki_items
    .tenpo_yaki_item
    .tenpo_yaki_item_pic {
    margin-bottom: 0;
    margin-top: 8px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .page_b_hamburger
    .ham_detail_bg
    .ham_detail
    .yaki_style_box
    .tenpo_yaki_items
    .tenpo_yaki_item:last-child {
    margin-bottom: 0;
  }
  .page_b_hamburger
    .ham_detail_bg
    .ham_detail
    .yaki_style_box
    .tenpo_teppan_items {
    flex-direction: column;
  }
  .page_b_hamburger
    .ham_detail_bg
    .ham_detail
    .yaki_style_box
    .tenpo_teppan_items
    .tenpo_teppan_l {
    width: 100%;
  }
  .ham_detail_bg
    .ham_detail
    .yaki_style_box
    .tenpo_teppan_items
    .tenpo_teppan_r {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .page_b_hamburger
    .ham_detail_bg
    .ham_detail
    .yaki_style_box
    .tenpo_teppan_items
    .tenpo_teppan_l
    .tenpo_yaki_ttl {
    font-size: calc(2.6rem * 0.8);
    text-align: center;
    letter-spacing: 0.2em;
    line-height: 1;
    padding-bottom: 8px;
    margin-bottom: 12px;
    border-bottom: solid 1px #fff;
  }
  .ham_detail_bg .ham_detail .tenpo_ni_yotte {
    font-size: calc(2.2rem * 0.7);
    line-height: 1.5;
    padding-top: 20px;
    margin-bottom: 30px;
  }
  .ham_detail .tabekata_movie .tab_items {
    margin-bottom: 20px;
  }
  .ham_detail .tabekata_movie {
    width: 100%;
    padding-bottom: 50px;
  }
  .ham_detail .tabekata_movie .tab_items .tab_item {
    width: 180px;
    height: 60px;
    border-radius: 35px;
    font-size: calc(2.6rem * 0.7);
    line-height: 1.2;
    text-align: center;
  }
  .ham_detail .tabekata_movie .youtube_thums {
    /* width: 100%; */
    width: 300px;
  }
  .ham_detail .tabekata_movie .youtube_thums > iframe {
    width: 400px;
    height: 225px;
  }
  .halal_bg {
    /* width: 400px; */
    width: 100%;
    height: calc(840px - 300px);
    overflow: hidden;
  }
  .halal_bg .halal_bg_pic {
    top: -20px;
  }
  .halal_bg .halal {
    z-index: 100;
  }
  .halal_bg .halal .mark_halal {
    width: 120px;
    margin-top: 160px;
    margin-bottom: 10px;
  }
  .halal_bg .halal h3.halal_support {
    font-size: calc(4rem * 0.6);
    line-height: 1.2;
  }
  .page_b_motsu .halal_bg .halal h3.halal_support {
    margin-bottom: 20px;
  }
  .halal_bg .halal .halal_support_chu {
    font-size: calc(1.3rem * 0.9);
    margin-bottom: 20px;
  }
  .halal_bg .halal .btn_more_halal {
    width: calc(330px * 0.8);
    height: calc(60px * 0.8);
  }
  .halal_bg .halal .btn_more_halal > div {
    font-size: calc(2.5rem * 0.8);
  }
  .shop_info_bg .shop_info {
    padding-bottom: 0;
  }
  .shop_info_bg .shop_info .ttl_shop_info {
    padding-top: 30px;
    width: calc(145px * 0.8);
    margin-bottom: 30px;
  }
  .shop_info_bg .shop_info .shop_info_erea {
    width: 100%;
    height: 40px;
  }
  .shop_info_bg .shop_info .shop_info_erea .erea_name {
    font-size: calc(3.8rem * 0.5);
  }
  .shop_info_bg .shop_info .shop_info_chu {
    font-size: 1.1rem;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .shop_info_bg .shop_info .shop_info_items {
    width: 100%;
    flex-direction: column;
    padding-bottom: 10px;
  }
  .shop_info_bg .shop_info .shop_info_items .shop_info_item {
    width: 100%;
    margin-bottom: 50px;
  }
  .shop_info_bg .shop_info .shop_info_items.pt_93px {
    padding-top: 30px;
  }
  .shop_info_bg .shop_info .shop_info_items .shop_info_item .shop_pic {
    width: 250px;
    height: 170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .shop_info_bg .shop_info .shop_info_items .shop_info_item .shop_name {
    font-size: calc(2.3rem * 0.8);
  }

  .shop_info_bg .shop_info .shop_info_items .shop_info_item .shop_name.fs_s {
    font-size: calc(2.3rem * 0.8);
  }
  .shop_info_bg .shop_info .shop_info_items .shop_info_item .shop_address {
    margin-bottom: 8px;
  }
  .shop_info_bg .shop_info .shop_info_items .shop_info_item .btn_shop_info {
    width: 220px;
    height: 30px;
  }
  .shop_info_bg
    .shop_info
    .shop_info_items
    .shop_info_item
    .btn_shop_info
    > div {
    font-size: calc(2rem * 0.7);
  }
  .sns_items {
    margin-top: 8px;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  .sns_items > a {
    width: 18px;
    display: inline-block;
    /* margin-right:8px; */
  }
  .sns_items > a:last-child {
    /* margin-right:0; */
  }

  /* END ハンバーグ */
  /* START 焼き肉 */
  .page_b_yakiniku .main_image_bg {
    height: calc(1880px - 330px - 450px - 230px);
    /* margin-top: 135px; */
  }
  .page_b_yakiniku .main_image_bg .mv_hamburger_bg {
    top: -20px;
  }

  .page_b_yakiniku .main_image_bg .mv_copy {
    top: 390px;
    width: 360px;
    /* font-size: calc(1.7rem * 0.9); */
    font-size: 1.13rem;
    line-height: 1.71;
    text-align: center;
  }
  .page_b_yakiniku .main_image_bg .mv_catch_items {
    /* top: 803px;
    width: 380px; */
    top: calc(635px - 330px + 10px);
    width: 322px;
  }
  .page_b_yakiniku .main_image_bg .catch_sub {
    top: calc(894px - 168px - 350px);
    width: calc(100% - 60px);
  }
  .page_b_yakiniku .main_image_bg .mv_sub_con {
    width: calc(100% - 60px);
    top: calc(950px - 100px - 360px);
    flex-direction: column;
  }
  .page_b_yakiniku .main_image_bg .mv_sub_con .mv_pic_01_copy {
    width: 100%;
    padding-top: 0;
    margin-bottom: 10px;
    /* font-size: calc(1.7rem * 0.7); */
    font-size: 1.3rem;
    text-align: center;
  }
  .page_b_yakiniku .main_image_bg .mv_sub_con .mv_pic_01 {
    width: 304px;
    margin-left: auto;
    margin-right: auto;
  }

  .page_b_yakiniku .yakiniku_pic_01_bg {
    height: 200px;
  }
  .page_b_yakiniku .yakiniku_pic_01_bg .yakiniku_pic_01 {
    height: 180%;
  }
  .page_b_yakiniku .yakiniku_detail_bg .yakiniku_detail {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .yakiniku_detail .ttl_kodawari {
    width: calc(270px * 0.8);
    margin-bottom: 30px;
  }
  .yakiniku_detail .kodawari_block {
    flex-direction: column;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .yakiniku_detail .kodawari_block.kurogewagyu {
    margin-bottom: 30px;
  }
  .yakiniku_detail .kodawari_block.anzen {
    margin-bottom: 20px;
  }

  .yakiniku_detail .kodawari_block .kodawari_w {
    width: 100%;
    flex-direction: column;
    margin-bottom: 0;
  }
  .yakiniku_detail .kodawari_block .kodawari_w .yakiniku_pic_02 {
    width: 100%;
    margin-bottom: 10px;
  }
  .yakiniku_detail .kodawari_block .kodawari_ttl_yoko {
    width: 100%;
    height: 50px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    margin-bottom: 20px;
  }
  .yakiniku_detail .kodawari_block .kodawari_ttl_yoko .ttl_shiire {
    width: calc(132px * 0.7);
  }
  .yakiniku_detail .kodawari_block .kodawari_w .kodawari_con .ttl_kurogewagyu {
    width: calc(250px * 0.7);
    margin-bottom: 12px;
  }

  .yakiniku_detail .kodawari_block .kodawari_ttl_yoko .ttl_tare {
    width: calc(303px * 0.7);
  }
  .yakiniku_detail
    .kodawari_block.anzen
    .kodawari_w
    .kodawari_con
    .ttl_tare_copy {
    margin-bottom: 12px;
    width: calc(253px * 0.7);
  }
  .yakiniku_detail .kodawari_block.anzen .kodawari_w .kodawari_con {
    width: 100%;
    padding-left: 0;
  }
  .yakiniku_detail .kodawari_block .kodawari_w .kodawari_con {
    width: 100%;
  }
  .yakiniku_detail .kodawari_block .kodawari_w .kodawari_con > p {
    margin-bottom: 10px;
    /* font-size: calc(1.7rem * 0.7); */
    font-size: 1.25rem;
  }
  .yakiniku_detail
    .kodawari_block.anzen
    .kodawari_w
    .kodawari_con
    .yakiniku_pic_03_items
    .yakiniku_pic_03_item {
    width: calc((100% - 10px) / 2);
  }
  .yakiniku_detail .kodawari_block.anzen .kodawari_w .yakiniku_pic_05 {
    width: 100%;
    padding-left: 0;
  }
  .yakiniku_detail .kodawari_block .kodawari_ttl_yoko .ttl_genten {
    width: calc(84px * 0.7);
  }
  .yakiniku_detail .kodawari_block.rekishi .kodawari_w .yakiniku_pic_06 {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .yakiniku_detail .kodawari_block.rekishi .kodawari_w .kodawari_con > p {
    font-size: calc(1.7rem * 0.7);
    /* font-size: 1.4rem; */
    /* text-wrap-mode: nowrap; */
  }

  .yakiniku_detail .kodawari_block.rekishi .kodawari_w .kodawari_con {
    width: 100%;
  }
  .page_b_yakiniku .yakiniku_pic_07_bg {
    height: 250px;
  }
  .page_b_yakiniku .yakiniku_pic_07_bg .yakiniku_pic_07 {
    height: 180%;
  }
  .shop_info_bg .shop_info .shop_info_items .shop_info_item .sumibi_items {
    margin-bottom: 10px;
  }
  .shop_info_bg
    .shop_info
    .shop_info_items
    .shop_info_item
    .btn_web_yoyaku.mt_14px {
    margin-top: 14px;
    width: 220px;
    height: 30px;
  }
  .shop_info_bg
    .shop_info
    .shop_info_items
    .shop_info_item
    .btn_web_yoyaku
    > div {
    font-size: calc(2rem * 0.7);
  }

  /* END 焼き肉 */

  /* START もつ鍋 */
  .page_b_motsu .main_image_bg {
    height: calc(1580px - 180px - 330px - 265px);
    /* margin-top: 135px; */
  }
  .page_b_motsu .main_image_bg .mv_hamburger_bg {
    top: 0;
  }
  .page_b_motsu .main_image_bg .mv_catch_items {
    top: calc(570px - 330px + 50px);
    width: 298px;
  }
  .page_b_motsu .main_image_bg .catch_sub {
    top: calc(720px - 330px - 70px + 25px);
    font-size: 1.8rem;
    line-height: 1.74;
  }
  .page_b_motsu .main_image_bg .mv_sub_con {
    width: 380px;
    top: calc(888px - 50px - 420px);
    flex-direction: column;
  }
  .page_b_motsu .main_image_bg .mv_sub_con .mv_pic_01_copy {
    width: 100%;
    padding-top: 0;
    margin-bottom: 10px;
    /* font-size: calc(1.7rem * 0.7); */
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: center;
  }
  .page_b_motsu .main_image_bg .mv_sub_con .mv_pic_01 {
    /* width: 100%; */
    width: 304px;
    margin-left: auto;
    margin-right: auto;
  }
  .page_b_motsu .motsu_pic_01_bg {
    height: 250px;
  }
  .page_b_motsu .motsu_pic_01_bg .motsu_pic_01 {
    /* background-size: 220%; */
    height: 180%;
    background-position: 65% 50%;
  }
  .page_b_motsu .ttl_3_umami_bg .ttl_3_umami {
    top: 30px;
  }
  .page_b_motsu .motsu_color_items {
    flex-direction: column;
    padding-top: 90px;
    height: auto;
  }

  .page_b_motsu .motsu_color_items .motsu_color_item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 282px;
    background-position: 50%;
  }
  .page_b_motsu .motsu_color_items .motsu_color_item.white {
    background-image: url(../img_b_motsu/motsu_white_bg_sp.webp);
    background-color: #c9bc9c;
  }
  .page_b_motsu .motsu_color_items .motsu_color_item.black {
    background-image: url(../img_b_motsu/motsu_black_bg_sp.webp);
    background-color: #fff;
  }
  .page_b_motsu .motsu_color_items .motsu_color_item.red {
    background-image: url(../img_b_motsu/motsu_red_bg_sp.webp);
    background-color: #000;
  }
  .page_b_motsu .motsu_color_items .motsu_color_item > h3 {
    margin-top: 67px;
    margin-bottom: 20px;
    margin-left: 36px;
    width: 73px;
  }
  .page_b_motsu .motsu_color_items .motsu_color_item > p {
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    color: #fff;
    width: 140px;
  }
  .page_b_motsu .motsu_color_items .motsu_color_item > p.black {
    color: #000;
  }
  .page_b_motsu .motsu_color_items .motsu_color_item > p.red {
    color: #cf000e;
  }

  .page_b_motsu .motsu_pic_02_bg {
    height: 0;
    margin-bottom: 0;
  }
  .page_b_motsu .motsu_pic_02_bg .motsu_pic_02 {
    height: 180%;
  }
  /* END もつ鍋 */
  /* START ハラルへの取り組み */
  .page_halal .halal_mv_bg {
    height: calc(920px - 400px);
  }
  .page_halal .halal_mv_bg .halal_mv .mark_halal {
    width: 180px;
    margin-bottom: 40px;
  }
  .page_halal .halal_mv_bg .halal_mv .halal_mv_catch_copy {
    font-size: 2.2rem;
    letter-spacing: -0.2rem;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  .page_halal .halal_mv_bg .halal_mv .halal_mv_copy {
    font-size: calc(2.2rem * 0.7);
  }
  .page_halal .halal_mv_bg .halal_mv {
    /* padding-top: 115px; */
    padding-top: 50px;
    width: 400px;
  }
  .page_halal .halal_pics {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .page_halal .comment_halal_bg {
    display: none;
  }
  .page_halal .wrapper_inner.comment_halal_bg {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn_accordion {
    width: 280px;
    height: 40px;
  }
  .btn_accordion .ttl_accordion {
    font-size: calc(2.5rem * 0.8);
  }

  .page_halal .policy_bg .policy {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page_halal .policy_bg .policy .policy_pic {
    width: 380px;
  }
  .page_halal .policy_bg .policy .accordion_con {
    width: 100%;
    padding-top: 30px;
  }
  .page_halal .policy_bg .policy .accordion_con .ttl_policy {
    font-size: calc(4rem * 0.7);
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 4px;
  }
  .page_halal .policy_bg .policy .accordion_con .ttl_policy_con {
    font-size: calc(2.2rem * 0.7);
    margin-bottom: 20px;
  }
  .page_halal .halal_menu_bg {
    display: none;
  }
  .page_halal .halal_menu_bg .halal_menu .menu_block {
    width: 400px;
    flex-direction: column;
  }
  .page_halal .halal_menu_bg .halal_menu .menu_block.column_rev {
    flex-direction: column-reverse;
  }
  .page_halal .halal_menu_bg .halal_menu .menu_block .menu_pic.pic_01 {
    flex-direction: column;
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .page_halal .halal_menu_bg .halal_menu .menu_block .menu_con {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .page_halal .halal_menu_bg .halal_menu .line {
    margin-top: 45px;
    width: 100%;
    margin-bottom: 40px;
  }
  .page_halal .halal_menu_bg .halal_menu .menu_block .menu_pic {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .page_halal .halal_menu_bg .halal_menu .only_1_order_rel .only_1_order {
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 80px;
    top: -140px;
    right: 250px;
  }
  .page_halal .halal_menu_bg .halal_menu .only_1_order_rel .only_1_order > div {
    font-size: calc(2.3rem * 0.8);
  }
  .page_halal .halal_menu_bg .halal_menu .attention {
    width: 380px;
  }
  .page_halal .halal_menu_bg .halal_menu .h_t_o_block {
    flex-direction: column;
    width: 380px;
  }
  .page_halal .halal_menu_bg .halal_menu .h_t_o_block .h_t_o_ttl .how_to_order {
    position: absolute;
    width: 380px;
    top: 0;
    right: unset;
    left: 0;
    transform: rotate(0deg);
    font-size: calc(5.3rem * 0.8);
  }
  .page_halal .halal_menu_bg .halal_menu .h_t_o_block .h_t_o_ttl {
    width: 380px;
    height: 60px;
  }
  .page_halal .halal_menu_bg .halal_menu .h_t_o_block .select_s_block {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .page_halal .halal_menu_bg .halal_menu .h_t_o_block .select_s_block .sel_s {
    align-items: start;
    flex-direction: column;
  }
  .page_halal
    .halal_menu_bg
    .halal_menu
    .h_t_o_block
    .select_s_block
    .sel_s
    .select_s_ttl {
    font-size: calc(2.5rem * 0.7);
  }
  .page_halal
    .halal_menu_bg
    .halal_menu
    .h_t_o_block
    .select_s_block
    .sel_s
    .sel_s_con {
    font-size: calc(2rem * 0.8);
  }
  .page_halal
    .halal_menu_bg
    .halal_menu
    .h_t_o_block
    .allergy_items
    tr.allergy_item_upper
    td {
    font-size: calc(2rem * 0.7);
    vertical-align: middle;
  }
  .page_halal
    .halal_menu_bg
    .halal_menu
    .h_t_o_block
    .allergy_items
    tr.allergy_item_downer
    td {
    font-size: calc(2rem * 0.8);
  }
  .page_halal .halal_menu_bg .halal_menu .h_t_o_block .our_menu_item {
    font-size: calc(2rem * 0.8);
  }
  .page_halal .more_halal_menu_bg .more_halal_menu .accordion_con {
    display: none;
  }
  .btn_accordion_more_halal {
    /* width: 380px; */
    display: none;
  }
  .btn_accordion_more_halal .ttl_accordion {
    font-size: calc(2.5rem * 0.8);
  }
  .page_halal .more_halal_menu_bg .more_halal_menu {
    padding-bottom: 30px;
  }
  .page_halal .more_halal_menu_bg .more_halal_menu .halal_menu_pics {
    width: 340px;
  }
  .page_halal .more_halal_menu_bg .more_halal_menu .ttl_certification {
    padding-top: 30px;
    font-size: calc(3rem * 0.8);
  }
  .page_halal .more_halal_menu_bg .more_halal_menu .certification_pics {
    width: 340px;
  }
  /* SPのみ表示 提供店舗 */
  .page_halal .stored_provided {
    padding-top: 50px;
    padding-bottom: 15px;
  }
  .page_halal .stored_provided .ttl_halal_menu {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 16px;
    color: #fff;
  }
  .page_halal .stored_provided .teikyo_tenpo {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 26px;
    color: #fff;
  }
  .page_halal .stored_provided .shop_block {
    color: #c9bc9c;
    padding-bottom: 28px;
  }
  .page_halal .stored_provided .shop_block .shop_name_en {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1px;
  }
  .page_halal .stored_provided .shop_block .shop_name_jp {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 6px;
  }
  .page_halal .stored_provided .shop_block .btn_to_shop {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 15px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #c9bc9c;
    border-radius: 15px;
    color: #c9bc9c;
    font-size: 1rem;
  }
  /* END ハラルへの取り組み */
  /* START 極みやについて */
  .page_about .about_header_bg {
    padding-top: 115px;
  }
  .page_about .about_header_bg .about_header {
    /* padding-top: calc(700px - 350px); */
    padding-top: calc(230px - 150px);
  }
  .page_about .about_header_bg .about_header .ttl_about {
    /* top: calc(389px - 250px - 80px); */
    top: 0;
    width: calc(264px * 0.8);
  }
  .page_about .youtube_thumb {
    width: 380px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .page_about .secret_rel .secret_bg {
    width: 600px;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
  }
  .page_about .secret_rel .ttl_secret {
    width: 340px;
  }
  .page_about .secret_rel .secret_copy {
    width: 360px;
  }
  .page_about .wrapper.selling_point {
    width: 100%;
    height: auto;
    margin-bottom: 78px;
  }
  /* .page_about .wrapper.selling_point .selling_point_box {
    width: 330px;
    height: 445px;
    background-color: #000;
    margin-left: auto;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page_about .selling_point_box .selling_point_upper .upper_l {
    width: 180px;
    font-size: calc(1.7rem * 0.9);
  }

  .page_about .selling_point_box .selling_point_upper .upper_r {
    width: 80px;
  }
  .page_about .selling_point_box .selling_point_downer .pic_s {
    width: 50%;
    height: auto;
  } */
  .page_about .wrapper.selling_point .wrapper_inner {
    width: 100%;
  }
  .page_about .wrapper.selling_point .wrapper_inner .wagyu_pic_01_sp {
    width: 100%;
    margin-bottom: 26px;
  }
  .page_about .wrapper.selling_point .wrapper_inner .wagyu_con {
    width: calc(100% - 35px - 35px);
    margin-left: auto;
    margin-right: auto;
  }
  .page_about .wrapper.selling_point .wrapper_inner .wagyu_con .wagyu_ttl_sp {
    width: 229px;
    margin-bottom: 14px;
  }
  .page_about .wrapper.selling_point .wrapper_inner .wagyu_con .okome_ttl_sp {
    width: 200px;
    margin-bottom: 14px;
  }
  .page_about .wrapper.selling_point .wrapper_inner .wagyu_con .ago_ttl_sp {
    width: 263px;
    margin-bottom: 14px;
  }
  .page_about .wrapper.selling_point .wrapper_inner .wagyu_con .wagyu_comment {
    font-size: 1.1rem;
    line-height: 1.67;
    text-align: justify;
    color: #fff;
    margin-bottom: 20px;
  }
  .page_about
    .wrapper.selling_point
    .wrapper_inner
    .wagyu_con
    .wagyu_pic_items {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .page_about
    .wrapper.selling_point
    .wrapper_inner
    .wagyu_con
    .wagyu_pic_items
    .wagyu_pic_item {
    width: calc((100% - 23px) / 2);
  }

  .page_about .anshin_anzen_block .kodawatta_copy {
    font-size: calc(3.2rem * 0.9);
    width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .page_about .anshin_anzen_block {
    padding-top: 78px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .page_about .anshin_anzen_block .anshin_anzen_box {
    width: 100%;
    overflow: hidden;
  }
  .page_about .anshin_anzen_block .anshin_anzen_box .anshin_pic_01 {
    width: 480px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .page_about
    .anshin_anzen_block
    .anshin_anzen_box
    .anshin_box_downer
    .anshin_ttl {
    width: 340px;
  }
  .page_about
    .anshin_anzen_block
    .anshin_anzen_box
    .anshin_box_downer
    .anshin_copy {
    width: 340px;
    font-size: calc(1.7rem * 0.9);
  }
  .page_about .mondo_block {
    flex-direction: column;
  }
  .page_about .mondo_block .mondo_l {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .page_about .mondo_block .mondo_l .ttl_mondo {
    width: 100%;
    height: 60px;
    justify-content: center;
    font-size: 2.2rem;
  }
  .page_about .mondo_block .mondo_l .mondo_copy {
    font-size: calc(1.7rem * 0.9);
  }
  .page_about .mondo_block .mondo_l .mondo_pic_items {
    width: 380px;
  }
  .page_about .mondo_block .mondo_r {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .page_about .social_block {
    flex-direction: column;
    margin-bottom: 150px;
  }
  .page_about .social_block .social_l {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .page_about .social_block .social_r {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .page_about .social_block .social_l .ttl_social {
    width: 100%;
    height: 60px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    justify-content: center;
    border-top: solid 1px #c9bc9c;
    border-bottom: solid 1px #c9bc9c;
    display: flex;
    align-items: center;
    color: #fff;
    letter-spacing: 0.2em;
  }

  .page_about .social_block .social_r .ttl_social {
    width: 100%;
    height: 60px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    justify-content: center;
  }
  .page_about .halal_bg .halal .mark_halal {
    width: 150px;
    margin-top: 206px;
    margin-bottom: 73px;
  }
  .page_about .halal_bg .halal h3.halal_support {
    font-size: calc(4rem * 0.7);
  }
  .page_about .halal_bg .halal .halal_support_chu {
    font-size: calc(1.5rem * 0.9);
  }
  .page_about .halal_bg .halal .btn_more_halal {
    width: calc(330px * 0.8);
    height: calc(60px * 0.8);
  }
  .page_about .halal_bg .halal .btn_more_halal > div {
    font-size: calc(2.5rem * 0.8);
  }

  /* END 極みやについて */

  /* START お知らせ */
  .page_news .news_items .news_item .news_date {
    font-size: calc(1.5rem * 0.7);
    margin-bottom: 8px;
  }
  .page_news .news_items .news_item .news_title {
    font-size: calc(2rem * 0.7);
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: solid 1px #fff;
  }
  .page_news .news_items .news_item .news_con {
    font-size: calc(1.59rem * 0.8);
  }

  .page_news .category_item_icon {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1;
    padding: 6px 18px;
    border: solid 1px #c9bc9c;
    border-radius: 18px;
    margin-right: 8px;
    margin-bottom: 18px;
    color: #c9bc9c;
  }

  .page_news .news_header_bg {
    /* padding-top: 115px; */
    padding-top: 50px;
  }
  .page_news .news_header_bg .news_header {
    /* padding-top: calc(700px - 350px); */
    padding-top: calc(230px - 150px);
  }
  .page_news .news_header_bg .news_header .ttl_news {
    /* top: calc(389px - 250px - 80px); */
    top: 0;
    width: calc(149px * 0.8);
  }
  .page_news .category_block {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .page_news .news_items {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .page_news .news_items .news_item {
    margin-bottom: 6px;
    margin-top: 20px;
  }
  .page_news .news_items .news_item .news_thumb {
    width: 330px;
    height: 210px;
    margin-bottom: 8px;
  }
  .page_news .news_detail_block {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 30px;
  }
  .page_news .news_detail_block .news_date {
    font-size: calc(1.5rem * 0.8);
    margin-bottom: 28px;
  }
  .page_news .news_detail_block .news_title {
    font-size: calc(2.5rem * 0.8);
    margin-bottom: 26px;
  }
  .page_news .news_detail_block .news_content {
    font-size: calc(1.5rem * 0.8);
    line-height: 1.85;
  }

  .page_news .news_header_bg .news_header.detail_page {
    /* padding-top: calc(650px - 300px); */
    /* padding-top: 230px; */
    padding-top: calc(230px - 150px);
  }

  .page_news .navi_items {
    width: calc(100% - 60px);
    margin-bottom: 20px;
  }
  .page_news .navi_items .to_arrow .arrow {
    font-size: calc(2.5rem * 0.8);
  }
  .page_news .navi_items .to_arrow {
    font-size: calc(1.5rem * 0.8);
  }
  .page_news .navi_items .navi_item {
    font-size: calc(1.5rem * 0.8);
    line-height: 3;
  }
  .page_news .pagination_block {
    margin-bottom: 80px;
  }

  .page_news .dropdown_block {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .page_news .sp-dropdown {
    position: relative;
    width: 100%;
    height: 0;
    margin-left: auto;
    margin-right: auto;
    /* max-width: 400px; */
  }
  .page_news .ttl_category {
    display: inline-block;
    /* margin-bottom: 80px; */
    color: #c9bc9c;
    font-size: 1.3rem;
    /* margin-bottom: 8px; */
    /* width: 300px; */
    margin-left: 15px;
    /* margin-right: auto; */
  }

  .sp-dropdown-trigger {
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 60px);
    padding: 12px 16px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 14px; */
    cursor: pointer;
    /* text-align: left; */

    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
    padding: 6px 18px;
    border: solid 1px #c9bc9c;
    border-radius: 18px;
    margin-right: 8px;
    /* margin-bottom: 150px; */
    color: #c9bc9c;
    background-color: #000;
  }

  /* 矢印アイコン */
  .sp-dropdown-trigger .current-value .arrow {
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 4px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #c9bc9c;
    border-bottom: 2px solid #c9bc9c;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
  }
  .sp-dropdown.is-open .current-value .arrow {
    transform: rotate(225deg);
    margin-bottom: 0;
  }

  .sp-dropdown-trigger::after {
    /* content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: transform 0.3s ease; */
  }

  /* 開いた時の矢印 */
  .sp-dropdown.is-open .sp-dropdown-trigger::after {
    /* transform: rotate(-135deg); */
  }

  .sp-dropdown-trigger .current-value {
    /* font-weight: bold;
    margin-left: 8px; */
  }

  /* プルダウンリスト */
  .sp-dropdown-list {
    visibility: hidden;

    height: 0;

    overflow: hidden;
    opacity: 0;

    position: absolute;
    top: 40px;
    left: 40px;
    width: 280px;
    background: #000;
    border: 1px solid #c9bc9c;
    border-top: none;
    border-bottom: none;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 100;
    transition:
      opacity 0.3s ease,
      height 0.3s ease;
    border-radius: 10px;

    /* visibility: visible;
    height: auto;
    opacity: 1; */
  }

  .sp-dropdown.is-open .sp-dropdown-list {
    visibility: visible;
    opacity: 1;
    border-top: 1px solid #c9bc9c;
    border-bottom: 1px solid #c9bc9c;
  }

  .sp-dropdown-list li {
    border-bottom: 1px solid #c9bc9c;
  }

  .sp-dropdown-list li:last-child {
    border-bottom: none;
  }

  .sp-dropdown-list a {
    display: block;
    padding: 6px 16px;
    color: #c9bc9c;
    text-decoration: none;
    font-size: 14px;
  }

  .sp-dropdown-list a:hover,
  .sp-dropdown-list a.is-active {
    background: #c9bc9c;
    color: #000;
  }

  .sp-dropdown_mb_150px {
    width: 100%;
    margin-bottom: 80px;
  }

  /* END お知らせ */

  /* START 直売市 */
  .page_d_shop .mv_d_shop_bg {
    padding-top: 1100px;
  }
  .page_d_shop .mv_d_shop_bg .mark_direct_shop {
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    width: 380px;
  }
  .page_d_shop .mv_d_shop_bg .d_shop_copy_block {
    width: 380px;
    top: 700px;
  }
  .page_d_shop .mv_d_shop_bg .d_shop_copy_block .d_shop_catch_copy {
    font-size: calc(3.5rem * 0.75);
  }
  .page_d_shop .safety_bg {
    width: 400px;
    height: 1070px;
  }
  .page_d_shop .safety_bg .safety_bg_rel .safety_pic_bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 400px;
  }
  .page_d_shop .safety_bg .safety_bg_rel .safety_box {
    position: absolute;
    width: 400px;
    left: 50%;
    transform: translate(-50%);
    top: 300px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page_d_shop .safety_bg .safety_bg_rel .safety_box .ttl_safety {
    font-size: calc(4rem * 0.8);
  }
  .page_d_shop .safety_bg .safety_bg_rel .safety_box .d_shop_safety_pics {
    width: 100%;
    flex-direction: column;
  }
  .page_d_shop
    .safety_bg
    .safety_bg_rel
    .safety_box
    .d_shop_safety_pics
    .d_shop_safety_pic {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .page_d_shop .safety_bg .safety_bg_rel .safety_box .safety_con {
    font-size: calc(1.7rem * 0.8);
    line-height: 1.64;
    margin-bottom: 36px;
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .page_d_shop .intro_shop_bg .intro_shop {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .page_d_shop .intro_shop_bg .intro_shop .ttl_intro_shop {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .page_d_shop .shop_item_image_bg {
    height: 200px;
  }
  .page_d_shop .shop_item_image_bg .shop_item_image {
     height: 180%;
  }
  .page_d_shop .intro_shop_bg .intro_shop .shop_items .shop_item {
    width: calc(100% - 100px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    flex-direction: column-reverse;
  }
  .page_d_shop
    .intro_shop_bg
    .intro_shop
    .shop_items
    .shop_item
    .shop_item_copy {
    width: 100%;
    writing-mode: unset;
    margin-bottom: 10px;
    text-align: center;
  }
  .page_d_shop .event_tenpo {
    padding-top: 50px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 59px;
  }
  .page_d_shop .event_tenpo .event_pics {
    flex-direction: column;
  }
  .page_d_shop .event_tenpo .event_pics .event_pic {
    width: 380px;
    margin-bottom: 10px;
  }
  .page_d_shop .event_tenpo .tenpo_info_pics {
    flex-direction: column;
  }
  .page_d_shop .event_tenpo .tenpo_info_pics .tenpo_info_pic {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
  .page_d_shop .event_tenpo .tenpo_info_pics .tenpo_info_address {
    width: 100%;
  }
  #modal-overlay {
    background: rgba(0, 0, 0, 0.8);
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 25px;
  }
  .slick-prev {
    left: -30px;
  }
  .slick-next {
    right: -25px;
  }

  .modal-style {
    /* width: 90vw;
        height: 60vh; */
    width: 350px;
    height: 480px;
    padding: 20px 5px 0px 5px;
    border-radius: 10px;
  }
  .modal-style.open {
    background: transparent;
  }
  .dots-wrap li {
    width: 10px;
    height: 10px;
    margin: 20px 3px 0;
  }
  .modal-style .slide_box {
    padding: 0px 30px;
  }
  .modal-style .mordal-close-buttons {
    top: -20px;
    right: -10px;
  }

  /* END 直売市 */
  /* START ご予約 */
  .page_reserve_shop .reserve_shop_header_bg {
    /* padding-top: 115px; */
    padding-top: 50px;
  }
  .page_reserve_shop .reserve_shop_header_bg .reserve_shop_header {
    /* padding-top: 400px; */
    padding-top: calc(230px - 150px);
  }
  .page_reserve_shop
    .reserve_shop_header_bg
    .reserve_shop_header
    .ttl_goyoyaku {
    /* top: calc(150px - 80px); */
    top: 0;
    width: calc(105px * 0.8);
  }

  .page_reserve_shop .wrapper_inner.reserve_shop {
    width: 400px;
  }
  .page_reserve_shop .wrapper_inner.reserve_shop .shop_block {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
  .page_reserve_shop .wrapper_inner.reserve_shop .shop_block .shop_items {
    flex-direction: column;
  }
  .page_reserve_shop
    .wrapper_inner.reserve_shop
    .shop_block
    .shop_items
    .shop_pic {
    width: 100%;
    margin-bottom: 20px;
  }
  .page_reserve_shop
    .wrapper_inner.reserve_shop
    .shop_block
    .shop_items
    .shop_btns {
    width: 100%;
    padding-right: 0;
  }
  .page_reserve_shop
    .wrapper_inner.reserve_shop
    .shop_block
    .shop_items
    .shop_btns
    .shop_btn {
    width: calc(330px * 0.8);
    margin-left: auto;
    margin-right: auto;
    height: calc(60px * 0.8);
  }
  .page_reserve_shop
    .wrapper_inner.reserve_shop
    .shop_block
    .shop_items
    .shop_btns
    .shop_btn.tel {
    font-size: calc(3.2rem * 0.64);
  }
  .page_reserve_shop
    .wrapper_inner.reserve_shop
    .shop_block
    .shop_items
    .shop_btns
    .shop_btn.web {
    font-size: calc(2.5rem * 0.8);
  }

  /* END ご予約 */
  /* START 採用情報 */
  .page_recruit .wrapper.mv_bg .mv {
    width: 680px;
    top: 0;
    /* height: auto; */
    border-radius: unset;
  }
  .page_recruit .wrapper.mv_bg {
    padding-top: calc(480px - 70px);
    overflow: hidden;
    width: 100%;
    /* margin-top: 82px;
            margin-top: 135px; */
  }
  .page_recruit .wrapper .bnr_recruit_items {
    padding-top: 15px;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
    flex-direction: column;
  }
  .page_recruit .wrapper .bnr_recruit_items .bnr_recruit_item::before {
    content: unset;
  }
  .page_recruit .wrapper .bnr_recruit_items .bnr_recruit_item {
    /* margin-bottom: 20px;
    width: 100%;
    height: 120px; */
    margin-bottom: 32px;
    width: 292px;
    margin-left: auto;
    margin-right: auto;
    height: 94px;
    overflow: hidden;
  }
  .page_recruit .wrapper.catch_copy_block {
    padding-top: calc(1100px - 350px);
  }
  .page_recruit .wrapper.catch_copy_block .catch_bg {
    width: 600px;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .page_recruit .wrapper.catch_copy_block .catch_copy_con {
    width: 380px;
    flex-direction: column-reverse;
  }
  .page_recruit .wrapper.catch_copy_block .catch_copy_con > p {
    width: 330px;
    /* font-size: calc(1.7rem * 0.7); */
    font-size: 1.4rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .page_recruit .wrapper.catch_copy_block .catch_copy {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .page_recruit .wrapper .company_block {
    padding-top: 30px;
    width: calc(100% - 60px);
    padding-bottom: 30px;
    flex-direction: column;
  }
  .page_recruit .wrapper .company_block .company_ttl {
    width: 100%;
    font-size: 2.5rem;
    writing-mode: unset;
    height: 50px;
    border-left: unset;
    border-right: unset;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    margin-bottom: 30px;
  }
  .page_recruit .wrapper .company_block .company_pic_items {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .page_recruit .wrapper .company_block .company_pic_items .company_pic_item {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .page_recruit
    .wrapper
    .company_block
    .company_pic_items
    .company_pic_item:last-child {
    margin-bottom: 0;
  }
  .page_recruit
    .wrapper
    .company_block
    .company_pic_items
    .company_pic_item
    .company_pic_item_upper
    > h4 {
    font-size: calc(3rem * 0.9);
    text-align: center;
  }
  .page_recruit
    .wrapper
    .company_block
    .company_pic_items
    .company_pic_item
    .company_pic_item_upper
    > p {
    font-size: 1.4rem;
    margin-bottom: 10px;
    text-align: justify;
  }
  .page_recruit
    .wrapper
    .company_block
    .company_pic_items
    .company_pic_item
    .company_pic {
    width: 100%;
    height: auto;
  }
  .page_recruit .wrapper.contribution {
    /* padding-top: calc(215px + 115px); */
    /* padding-top: calc((215px + 115px) / 2); */
    padding-top: 100px;
    padding-bottom: 30px;
    height: 660px;
  }
  .page_recruit .wrapper.contribution .contribution_block {
    width: 100%;
  }
  .ttl_kiwamiya_no.contribution {
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
  }
  .ttl_kiwamiya_no .ttl_kiwamiya_s {
    font-size: 2.1rem;
  }
  .ttl_kiwamiya_no .ttl_kiwamiya_l {
    font-size: 3.2rem;
  }
  .page_recruit .wrapper.contribution .contribution_block .contribution_items {
    flex-direction: column;
  }
  .page_recruit
    .wrapper.contribution
    .contribution_block
    .contribution_items
    .contribution_item.pic_01 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .page_recruit
    .wrapper.contribution
    .contribution_block
    .contribution_items
    .contribution_item.pic_01
    .contribution_pic {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .page_recruit
    .wrapper.contribution
    .contribution_block
    .contribution_items
    .contribution_item
    > h5 {
    height: 40px;
  }
  .page_recruit
    .wrapper.contribution
    .contribution_block
    .contribution_items
    .contribution_item.pic_02 {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .page_recruit
    .wrapper.contribution
    .contribution_block
    .contribution_items
    .contribution_item.pic_02
    .contribution_pic {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .page_recruit
    .wrapper.contribution
    .contribution_block
    .contribution_items
    .contribution_item.pic_03
    .contribution_pic {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .page_recruit
    .wrapper.contribution
    .contribution_block
    .contribution_items
    .contribution_item {
    width: 380px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
  }
  .page_recruit
    .wrapper.contribution
    .contribution_block
    .contribution_items
    .contribution_item
    > p {
    width: calc(100% - 60px);
    margin-left: auto;
    margin-right: auto;
  }
  .page_recruit
    .wrapper.contribution
    .contribution_block
    .contribution_items
    .contribution_item:last-child {
    margin-bottom: 0;
  }
  .page_recruit .wrapper .benefits {
    width: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .page_recruit .wrapper .benefits .benefits_items.upper {
    padding-top: 10px;
  }
  .page_recruit .wrapper .benefits .benefits_item.pic {
    width: 133px;
    position: relative;
    height: 138px;
  }
  .page_recruit .wrapper .benefits .benefits_item.pic > img {
    display: block;
    position: absolute;
    width: 133px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .page_recruit .wrapper .benefits .benefits_item.pic:first-child > img {
    left: 65%;
  }
  .page_recruit .wrapper .benefits .benefits_item.pic:last-child > img {
    left: 35%;
  }

  .page_recruit .wrapper .benefits .benefits_item.line_v {
    height: 150px;
  }
  .page_recruit .wrapper .benefits .benefits_items {
    justify-content: space-around;
  }
  .page_recruit .wrapper .benefits .benefits_items.middle {
    justify-content: space-between;
  }

  .page_recruit .wrapper .benefits .benefits_item.line_h {
    width: 180px;
  }

  .page_recruit .wrapper.recruit_pic_01_bg {
    height: 250px;
  }
  .page_recruit .wrapper.recruit_pic_01_bg .recruit_pic_01{
    height: 180%;
  }

  .page_recruit .wrapper .btn_to_history {
    width: 292px;
    height: 69px;
    margin-top: 80px;
  }
  .page_recruit .wrapper .btn_to_history .btn_ttl_kiwamiya_history {
    width: 218px;
    padding-top: 8px;
  }
  .page_recruit .wrapper .bnr_recruit_items.under {
    padding-top: 40px;
  }
  .page_recruit .intro_recruit_bg .intro_recruit.all_recruit_info {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .page_recruit
    .intro_recruit_bg
    .intro_recruit
    .employment_items.all_recruit_info {
    width: 330px;
  }
  .page_recruit
    .intro_recruit_bg
    .intro_recruit
    .btn_recruit.employment_item.all_recruit_info {
    width: 330px;
    height: 60px;
  }

  .page_recruit
    .intro_recruit_bg
    .intro_recruit
    .employment_items.all_recruit_info
    .btn_recruit
    .employment_con {
    font-size: calc(3.5rem * 0.7);
  }
  .page_recruit
    .wrapper.history
    .history_block
    .history_items
    .history_item_r
    .pic_two.mb_25px {
    margin-bottom: 0;
  }
  /* END 採用情報 */

  /* START History */
  .page_history .wrapper.history {
    margin-top: 193px;
    padding-bottom: 0;
  }
  .ttl_kiwamiya_box.history {
    padding-top: 50px;
    padding-bottom: 4px;
    width: 240px;
    margin-left: auto;
    margin-right: auto;
  }
  .ttl_kiwamiya_box.history .ttl_kiwamiya_no {
    margin-left: 0;
  }
  .page_history .wrapper.history .history_block {
    /* width: 400px; */
    width: 100%;
  }
  .page_recruit .wrapper.history .history_block .history_items {
    flex-direction: column;
    width: 100%;
    padding-bottom: 4px;
  }
  .page_history .wrapper.history .history_block .history_items .history_item_l {
    width: 100%;
    padding-left: 40px;
    padding-top: 10px;
  }
  .page_history
    .wrapper.history
    .history_block
    .history_items
    .history_item_l
    .ttl_year {
    width: 80px;
  }

  .page_history .wrapper.history .history_block .history_items .history_item_r {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    border-left: none;
    padding-top: 2px;
  }

  .page_history
    .wrapper.history
    .history_block
    .history_items
    .history_item_r
    .pic_single {
    width: calc(180px * 1.15);
    margin-bottom: 4px;
  }
  .page_history
    .wrapper.history
    .history_block
    .history_items
    .history_item_r
    > ul {
    margin-bottom: 0;
  }
  .page_history
    .wrapper.history
    .history_block
    .history_items
    .history_item_r
    > ul
    > li::before {
    top: 0.5rem;
  }
  .page_history
    .wrapper.history
    .history_block
    .history_items
    .history_item_r
    > ul
    > li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    font-size: calc(2.2rem * 0.65);
  }
  .page_history
    .wrapper.history
    .history_block
    .history_items
    .history_item_r
    .pic_two {
    flex-direction: column;
    width: 100%;
  }
  .page_history
    .wrapper.history
    .history_block
    .history_items
    .history_item_r
    .pic_two
    .pic_2010 {
    width: calc(180px * 1.15);
    margin-bottom: 4px;
  }
  .page_history
    .wrapper.history
    .history_block
    .history_items
    .history_item_r
    .pic_two
    .pic_2010
    .caption {
    font-size: calc(2.2rem * 0.6);
    padding-top: 2px;
  }
  .page_history
    .wrapper.history
    .history_block
    .history_items
    .history_item_r
    > ul.mb_80px {
    margin-bottom: 20px;
  }
  .page_history .wrapper.history .history_block .history_line {
    margin-bottom: 4px;
  }
  .page_history .wrapper.history .history_block .history_items.pb_50px {
    padding-bottom: 30px;
  }
  /* END History */
  /* START 店舗一覧 */
  .page_shop_list .shop_list_header_bg {
    /* padding-top: 115px; */
    padding-top: 20px;
  }
  .page_shop_list .shop_list_header_bg .shop_list_header {
    /* padding-top: 60px; */
    padding-top: 0;
  }
  .page_shop_list .shop_list_header_bg .shop_list_header .ttl_tenpo {
    width: calc(149px * 0.8);
    margin-bottom: 20px;
  }
  .page_shop_list
    .shop_list_header_bg
    .shop_list_header
    .about_mark_halal
    .mark_halal_s {
    width: calc(33px * 0.8);
  }
  .page_shop_list .shop_list_header_bg .shop_list_header .about_mark_halal {
    margin-bottom: 30px;
  }
  .page_shop_list .ttl_erea {
    height: 40px;
    margin-top: 40px;
  }
  .page_shop_list .ttl_erea .erea_name .state {
    font-size: calc(3.8rem * 0.6);
    margin-right: 30px;
  }
  .page_shop_list .ttl_erea .erea_name .prefecture {
    font-size: calc(2.5rem * 0.6);
  }
  .page_shop_list .shop_list_block {
    width: 380px;
  }
  .page_shop_list .shop_list_ttl_yakiniku {
    width: calc(167px * 0.7);
    margin-top: 30px;
  }
  .page_shop_list .shop_list_block.ajust_mt_shop_fujisaki:before {
    height: 80px;
  }
  .page_shop_list .shop_list_block .shop_list_items {
    flex-direction: column;
  }
  .page_shop_list .shop_list_block .shop_list_items .shop_pic {
    /* width: 100%;
    margin-bottom: 20px; */
    width: 250px;
    height: 216px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    /* overflow:hidden; */
  }
  .page_shop_list .shop_list_block .shop_list_items .shop_con {
    width: 100%;
  }
  .page_shop_list .shop_list_block .shop_list_items .shop_con .shop_name {
    font-size: calc(2.2rem * 0.9);
    text-align: center;
    margin-bottom: 12px;
  }
  .page_shop_list .shop_list_block .shop_list_items .shop_con dl.address dt {
    width: 115px;
    font-size: 1.3rem;
  }
  .page_shop_list
    .shop_list_block
    .shop_list_items
    .shop_con
    dl.address
    dt.fs_s {
    letter-spacing: 0;
    font-size: 1.2rem;
  }
  .page_shop_list .shop_list_block .shop_list_items .shop_con dl.address dd {
    width: calc(100% - 115px);
    font-size: 1.3rem;
    text-wrap-mode: wrap;
  }
  .page_shop_list
    .shop_list_block
    .shop_list_items
    .shop_con
    dl.address.mb_22px {
    margin-bottom: 4px;
  }
  .page_shop_list
    .shop_list_block
    .shop_list_items
    .shop_con
    dl.address.mb_30px {
    margin-bottom: 8px;
  }
  .page_shop_list
    .shop_list_block
    .shop_list_items
    .shop_con
    .shop_info_block
    .grilled_way_items {
    display: block;
  }
  .page_shop_list
    .shop_list_block
    .shop_list_items
    .shop_con
    .shop_info_block
    .grilled_way_items
    .grilled_way_item {
    width: 100%;
  }
  .page_shop_list
    .shop_list_block
    .shop_list_items
    .shop_con
    .shop_info_block
    .grilled_way_items
    .grilled_way_item
    dl.address {
    display: flex;
  }

  .page_shop_list .shop_list_block .shop_list_btn_items {
    flex-direction: column;
    margin-top: 8px;
  }
  .page_shop_list .shop_list_block .shop_list_btn_items .reserve_btn {
    width: 220px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
  }
  .page_shop_list
    .shop_list_block
    .shop_list_btn_items
    .reserve_btn:last-child {
    margin-right: auto;
  }
  .page_shop_list .shop_list_block .shop_list_btn_items .reserve_btn {
    font-size: calc(2rem * 0.7);
  }
  .page_shop_list .shop_list_block .takeout_line {
    margin-top: 8px;
  }
  .page_shop_list .shop_list_block .takeout_line .take_out_con {
    font-size: calc(2rem * 0.8);
  }
  .page_shop_list .shop_list_block .shop_list_attention {
    font-size: 1.2rem;
    text-align: left;
    text-wrap-mode: wrap;
    margin-top: 14px;
  }

  .page_shop_list .shop_list_line {
    width: 100%;
    margin-top: 10px;
  }

  .page_shop_list .shop_list_block .shop_list_btn_items.item_2 {
    width: 330px;
  }

  .page_shop_list
    .shop_list_block
    .shop_list_items
    .shop_pic
    .shop_pic_rel
    .mark_halal_m {
    width: calc(80px * 0.95);
  }
  .page_shop_list .shop_list_ttl_hamburg {
    width: calc(325px * 0.7);
    margin-top: 30px;
  }
  .page_shop_list .shop_list_ttl_motsu {
    width: calc(224px * 0.7);
    margin-top: 30px;
  }
  .page_shop_list .shop_list_ttl_direct_shop {
    width: calc(233px * 0.7);
    margin-top: 30px;
  }

  .page_shop_list .shop_list_block .sns_items {
    /* display: inline-block; */
    margin-top: 8px;
    /* font-size: 0; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .page_shop_list .shop_list_block .sns_items > a {
    display: inline-block;
    width: 18px;
    /* margin-right: 8px; */
  }
  .page_shop_list .shop_list_block .sns_items > a:last-child {
    /* margin-right: 0; */
  }
  /* 詳細を見るボタン */
  .page_shop_list .show_detail_btn {
    /* width: 300px; */
    /* height: 44px; */
    border-radius: 22px;
    /* border: solid 2px #c9bc9c; */
    border: unset;
    color: #c9bc9c;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 2rem; */
    background-color: #000;
    transition: 0.7s;
    width: 220px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    font-size: calc(2rem * 0.7);
  }
  /* 詳細を見るブロック 初期設定 */
  .page_shop_list .shop_info_block {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  /* 詳細を見るブロック 開いた状態 */
  .page_shop_list .shop_info_block.is-open {
    max-height: 600px; /* コンテンツの最大高さより大きい値 */
  }

  /* END 店舗一覧 */
  /* START お問合わせ */
  .page_contact .contact_header_bg {
    /* padding-top: 115px; */
    padding-top: 50px;
  }
  .page_contact .contact_header_bg .contact_header .ttl_contact {
    /* top: calc(389px - 250px - 80px); */
    top: 0;
    width: calc(222px * 0.8);
  }
  .page_contact .contact_header_bg .contact_header {
    /* padding-top: 350px; */
    /* padding-top: 230px; */
    padding-top: calc(230px - 150px);
  }
  .page_contact .inner_con.contact {
    width: 330px;
    margin-bottom: 50px;
  }
  .page_contact .inner_con.contact .otoiawase_con {
    font-size: 1.3rem;
    /* text-align: left; */
    margin-bottom: 30px;
  }
  .page_contact .inner_con.contact .form_items {
    margin-bottom: 10px;
  }
  .page_contact .inner_con.contact .form_items.col_2 {
    flex-direction: column;
    margin-bottom: 0;
  }
  .page_contact .inner_con.contact .form_items .form_item {
    width: 100%;
    margin-bottom: 20px;
    height: 40px;
  }
  .page_contact .inner_con.contact .form_item_name {
    margin-bottom: 0;
  }
  .page_contact .inner_con.contact .form_items .form_item input {
    height: 40px;
  }
  .page_contact .inner_con.contact .attention {
    font-size: 1.1rem;
    text-align: left;
  }
  .page_contact .inner_con.contact .btn_to_confirm {
    width: 330px;
    padding-top: 30px;
  }
  .page_contact .inner_con.contact .btn_to_confirm .btn_confirm {
    font-size: 2.2rem;
  }

  .page_contact .inner_con.contact_confirm {
    width: 380px;
    padding-top: 0;
  }
  .page_contact .inner_con.contact_confirm .otoiawase_con {
    font-size: 1.3rem;
    text-align: left;
  }
  .page_contact .inner_con.contact_confirm .btn_to_confirm {
    width: 150px;
  }
  .page_contact .inner_con.contact_confirm .btn_to_confirm .btn_confirm {
    height: 50px;
  }
  .wpcf7-not-valid-tip {
    font-size: 1.3rem !important;
  }
  /* END お問合わせ */

  /* START 会社概要 */
  .page_company .company_header_bg {
    /* padding-top: 115px; */
    padding-top: 50px;
  }
  .page_company .company_header_bg .company_header {
    /* padding-top: 350px; */
    /* padding-top: 230px; */
    padding-top: calc(230px - 150px);
  }
  .page_company .company_header_bg .company_header .ttl_company {
    /* top: calc(389px - 250px - 80px); */
    top: 0;
    width: calc(144px * 0.8);
  }
  .page_company .ttl_wahhahha {
    font-size: calc(3.8rem * 0.6);
    padding-bottom: 20px;
    margin-bottom: calc(78px + 47px - 70px);
  }
  .page_company .company_block {
    width: 380px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page_company .company_items .title {
    width: 80px;
    font-size: 1.3rem;
  }
  .page_company .company_items {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .page_company .company_items::after {
    content: "";
    width: 100px;
  }

  .page_company .company_items .con {
    width: calc(100% - 80px);
    padding-left: 20px;
    font-size: 1.4rem;
  }
  .page_company .company_items .con .tenpo_items {
    font-size: 1.4rem;
    flex-direction: column;
  }
  .page_company .company_items .con .tenpo_items .tenpo_type {
    width: 100%;
    margin-bottom: 10px;
  }
  .page_company .company_items .con .tenpo_items .tenpo_name {
    width: 100%;
  }
  .page_company .company_block.mb_360px {
    margin-bottom: 80px;
  }
  .page_company .company_block.mb_292px {
    margin-bottom: 80px;
  }

  /* END 会社概要 */
  /* START プライバシー */
  .page_privacy .privacy_header_bg {
    /* padding-top: 115px; */
    padding-top: 50px;
  }

  .page_privacy .privacy_header_bg .privacy_header {
    /* padding-top: 350px; */
    /* padding-top: 230px; */
    padding-top: calc(230px - 150px);
  }
  .page_privacy .privacy_header_bg .privacy_header .ttl_privacy {
    /* top: calc(389px - 250px - 80px); */
    top: 0;
    width: calc(330px * 0.8);
  }
  .page_privacy .preamble {
    font-size: calc(1.5rem * 0.8);
    padding-bottom: 50px;
  }
  .page_privacy .wrapper_inner.privacy {
    width: 340px;
  }
  .page_privacy .chapter {
    font-size: calc(2.2rem * 0.8);
  }
  .page_privacy .main_txt {
    font-size: calc(1.5rem * 0.8);
  }
  .page_privacy .list {
    font-size: calc(1.5rem * 0.8);
  }
  /* END プライバシー */
}

@media (max-width: 575px) {
}

@media (max-width: 480px) {
}

@media (max-width: 400px) {
  .page_shop .search_items .search_item .book_con_box .kakaku_box .tax {
    font-size: 0.75rem;
  }
}
