@charset "UTF-8";
/* ========================================
共通
 ======================================== */
.wrapper {
  font-size: 1rem;
  color: black;
  line-height: 1.5;
}
.wrapper img {
  width: 100%;
}
.wrapper .v1-breadcrumb__list {
  line-height: 1;
}

.wrapper_in {
  overflow: hidden;
  width: 100%;
}

.sp_on1000 {
  display: none;
}

.pc_on1000 {
  display: block;
}

.sp_on900 {
  display: none;
}

.pc_on900 {
  display: block;
}

.sp_on768 {
  display: none;
}

.pc_on768 {
  display: block;
}

.sp_on480 {
  display: none;
}

.pc_on480 {
  display: block;
}

.sp_on768-vi {
  visibility: hidden;
  display: none;
}

.pc_on768-vi {
  visibility: visible;
}

.pc_on480_inline {
  display: inline;
}

.text_line {
  line-height: 1.6;
  font-weight: 300;
}

/* フェードインアニメーション */
.common_animation_in_js {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.7s;
  transition-delay: 0.3s;
}

.common_animation_in_js.active {
  opacity: 1;
  transform: translateY(0px);
}

.fade_js {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.7s;
  transition-delay: 0.3s;
}

.fade_js.active {
  opacity: 1;
  transform: translateY(0px);
}

/* ========================================
MV
======================================== */
.mv {
  position: relative;
  width: 100%;
  background-color: #141414;
}

.mv .mv_area {
  position: relative;
}

.mv .mv_slide_area {
  position: relative;
  z-index: 50;
  z-index: 50;
  width: 100%;
  padding: 25px 25px 0 25px;
}

.mv .mv_slide_area_in {
  position: relative;
  z-index: 50;
}

.mv .mv_about {
  position: relative;
  padding: 0px 15px 270px;
  margin: -50px 0 0;
  color: white;
  z-index: 100;
  pointer-events: none;
}

.mv_title {
  max-width: 780px;
  width: 60%;
}

.mv .mv_about_in {
  max-width: 1296px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.mv .mv_main_subTitle {
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 1px;
  margin: 85px 0 0;
}

.mv .mv_about_title {
  position: relative;
  z-index: 50;
  font-size: 3.8rem;
  margin: 40px 0 0;
  padding: 0;
  font-weight:400;
}

.mv_treatment {
  position: absolute;
  max-width: 500px;
}

.mv_treatment1 {
  top: 150px;
  right: -30px;
}

.mv_treatment2 {
  bottom: 20px;
  left: -60px;
}

/* ----------------- swiperカスタム ----------------- */
.ramen_mv_toggle-button {
  position: absolute;
  bottom: -28px;
  top: inherit;
  width: inherit;
  height: inherit;
  margin-top: inherit;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
}

.ramen_mv_toggle-button {
  right: 20px;
  left: auto;
  width: 30px;
  height: 15px;
}

.ramen_mv_toggle-button .pause {
  width: 18px;
  display: block;
}

.ramen_mv_toggle-button .restart {
  width: 23px;
  display: none;
}

.swiper-container-horizontal > .ramen_mv_swiper-pagination {
  bottom: -35px;
  left: auto;
  width: 180px;
  right: 80px;
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.ramen_mv_swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 100%;
  background: inherit;
  opacity: 1;
  border: solid 2px white;
}

.ramen_mv_swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: inherit;
  background-color: white;
}

.swiper-container-horizontal > .ramen_mv_swiper-pagination .swiper-pagination-bullet {
  margin: 0 7px;
}

/* ----------------- swiperカスタム ----------------- */
.mv_view_top_in {
  max-width: 1080px;
  margin: 145px auto 0;
  position: relative;
}

.mv_view_box {
  width: 50%;
  position: relative;
}

.mv_view_top_text {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 50px 0 0;
}

.mv_view_img {
  max-width: 415px;
  width: 39%;
  position: absolute;
  top: -300px;
  right: 0;
  z-index: 100;
}

.mv_view_top_image {
  margin: 30px 0 0;
  position: relative;
  z-index: 10;
}

.mv_subtitle {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0 0 0 85px;
  position: relative;
}

.mv_subtitle::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -15px;
  width: 88px;
  height: 25px;
  background-image: url(../../images/common/img_common_decoration01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  bottom: 0;
  margin: auto;
}

.mv_title_area_in {
  z-index: 100;
  position: absolute;
  left: 4rem;
  top: 190px;
  bottom: 0;
  height: 290px;
}

.mv_title_area_in .mv_main_title .mv_title_bg {
  font-weight: 600;
  background-color: #fff;
  display: block;
}

.mv_title_area_in .mv_main_title .mv_title_bg span.mv_title_size {
  font-size: 5.4375rem;
  font-weight: 500;
  margin: 0 -40px;
  line-height: 1;
}

.mv_title_area_in .mv_main_title .mv_title_bg1 {
  display: flex;
  align-items: center;
  line-height: 1;
  padding: 15px 0px 20px 40px;
  width: fit-content;
}

.mv_title_area_in .mv_main_title .mv_title_bg2 {
  margin: 10px 0 0;
  padding: 25px 30px 30px 40px;
}

/* ========================================
アバウトリンク
======================================== */
.about_link {
  max-width: 1290px;
  margin: 0 auto;
  padding: 130px 15px 90px;
}

.about_title {
  width: 225px;
  margin: 0 auto;
  position: relative;
}
.about_title::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -45px;
  content: "";
  height: 2px;
  width: 30px;
  background-color: black;
  margin: auto;
}
.about_title::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -45px;
  content: "";
  height: 2px;
  width: 30px;
  background-color: black;
  margin: auto;
}

.about_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 70px 0 0;
  justify-content: space-between;
  gap: 15px;
}

.about_block {
  width: calc(50% - 10px);
  background-color: #EFEFEF;
  position: relative;
}

.about_block_link {
  display: block;
  position: relative;
  padding: 20px 20px 20px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.about_block_link:hover > .about_linkImg > img {
  transform: scale(1.1);
}
.about_block_link:hover > .about_triangle1 {
  opacity: 0;
}

.about_linkImg {
  max-width: 125px;
  width: 23%;
  overflow: hidden;
}
.about_linkImg img {
  transition: 0.3s;
}

.about_material {

  font-size: 1.1rem;
  font-weight: 400;
}

.about_deco {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 26px;
}

.about_deco1 {
  width: 22px;
}

.about_triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55px;
}

.about_triangle1 {
  z-index: 20;
  opacity: 1;
  transition: 0.3s;
}

.about_triangle2 {
  z-index: 10;
}

/* ========================================
 Experiences01 博多
======================================== */
.hakata {
  background-color: #EFEFEF;
  background-image: url(../../images/ex1/ex1_bg.png);
  background-size: 100%;
  background-repeat: repeat-y;
  position: relative;
}

.hakata_titleArea {
  padding: 250px 0 0;
  position: relative;
}

.hakata_titleArea_in {
  padding: 0 15px;
}

.ramen_experiences_img {
  width: 325px;
  margin: 0 auto;
}

.hakata_introduction_subtitle {
  text-align: center;
  font-size: 1.5rem;
  font-size: 1.5rem;
  margin: 55px 0 0;
  font-weight: 500;
}

.hakata_introduction_name {
  text-align: center;
  font-size: 3.3rem;
  font-weight: 500;
  margin: 50px 0 0;
}

.hakata_treatment {
  max-width: 480px;
  width: 34%;
  position: absolute;
  z-index: 0;
}

.hakata_treatment1 {
  top: 120px;
  left: -10px;
}

.hakata_treatment2 {
  right: -60px;
  top: 190px;
}

.hakata_content {
  position: relative;
  margin: 175px 0 0;
}

.hakata_content_in {
  position: relative;
}

.hakata_contentImg {
  /* new追記 */
  max-width: 880px;
  width: 49%;
  position: absolute;
  left: 0;
  top: -50px;
}

.hakata_content_block {
  padding: 160px 15px 200px;
  width: calc(100% - 75px);
  background-color: white;
  margin: 0 0 0 auto;
  display: flex;
  justify-content: flex-end;
}

.hakata_content_block_in {
  width: 400px;
  margin: 0 15% 0 0;
}

.hakata_content_imgBlock {
  position: relative;
  display: flex;
  gap: 25px;
  margin: 130px 0 0;
  z-index: 10;
}

.hakata_treatment3 {
  bottom: 430px;
  right: -190px;
}

.hakata_second {
  max-width: 1290px;
  margin: 0 auto;
  padding: 180px 15px 155px;
  position: relative;
}

.hakata_second_in {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 20;
  gap: 20px;
}

.hakata_second_block_text {
  width: 415px;
  margin: 0 auto;
}

.hakata_second_imgBlock {
  width: 48.5%;
  display: flex;
  gap: 7px;
}

.hakata_second_imgBlock_in {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 7px;
  z-index: 10;
}

.hakata_treatment4 {
  top: 60px;
  left: -287px;
}

.hakata_treatment5 {
  bottom: 40px;
  right: 180px;
  left: 0;
  margin: auto;
  z-index: 0;
}

.hakata_third {
  position: relative;
  padding: 0 15px 180px;
}

.hakata_third_in {
  width: 88%;
  background-image: url(../../images/ex1/ex1_007.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 910px;
  padding: 170px 20px 0 13%;
  position: relative;
  left: -15px;
}

.hakata_third_block_text {
  color: white;
  max-width: 535px;
}

.hakata_third_imgBlock {
  display: flex;
  gap: 24px;
}

.hakata_third_imgBlock1 {
  position: absolute;
  right: -5%;
  bottom: -10%;
}

.hakata_third_img {
  max-width: 300px;
  position: relative;
  z-index: 50;
}

.hakata_third_imgBlock2 {
  position: relative;
  margin: 210px 0 0 5%;
  z-index: 10;
}

.hakata_treatment6 {
  right: 1%;
  top: 60px;
}

.hakata_treatment7 {
  left: -100px;
  bottom: 30px;
}

.hakata_third_out_text {
  width: 515px;
  margin: 75px 15% 0 auto;
}

.hakata_beLink {
  position: relative;
  padding: 0 15px 300px;
}

.hakata_beLink_in {
  position: relative;
  max-width: 1290px;
  margin: 0 auto;
  background-color: white;
  padding: 90px 0px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.hakata_beLink_imgBlock_in {
  width: 48%;
  display: flex;
  gap: 24px;
}

.hakata_beLink_area {
  width: 30%;
}

.hakata_beLink_title {
  font-size: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
}

.hakata_beLink_text {
  font-size: 0.875rem;
  font-size: 0.875rem;
  margin: 10px 0 0;
}

.main_airport_box {
  display: flex;
  justify-content: space-between;
  width: 300px;
  align-items: center;
  margin: 30px 0 0;
}
.main_airport_box_chi{
  width: 340px;
}
.main_airport_box .v1-itineraryDomesticFlights__link {
  width: 130px;
  height: 50px;
}

.main_airport_image {
  width: 35px;
}

.main_airport_name {
  font-size: 1.25rem;
  font-size: 1.25rem;
}

.hakata_font_deco {
  width: 34px;
  position: absolute;
}

.hakata_font_deco1 {
  top: 10px;
  right: 10px;
}

.hakata_font_deco2 {
  bottom: 10px;
  left: 10px;
  transform: scale(-1, -1);
}

.hakata_treatment8 {
  bottom: -20px;
  right: 10px;
}

/* ========================================
tabエリア
======================================== */
.tab {
  position: relative;
  background-color: black;
  background-image: url(../../images/ex2/ex2_bg005.jpg);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 0 230px;
}

.tab_in {
  background-image: url(../../images/ex2/ex2_bg004.jpg);
  background-size: 2100px;
  background-position: center top;
  background-repeat: no-repeat;
  height: 1180px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab_in .hakata_titleArea_in {
  padding: 0 15px;
  margin: -160px 0 0;
  color: white;
}
.tab_in .hakata_introduction_subtitle {
  margin: 95px 0 0;
}
.tab_in .hakata_introduction_name {
  margin: 30px 0 0;
}
.tab_in .tab_title_text {
  width: 580px;
  margin: 50px auto 0;
  text-align: center;
}

.tab_area {
  max-width: 1320px;
  margin: -320px auto 0;
  padding: 0 15px 0px;
}

.tab_btnArea {
  position: relative;
  top: 1px;
}

.tab_separator {
  width: 100%;
}

.tab_list {
  display: flex;
  justify-content: space-between;
}

.tablist_li {
  width: 410px;
  position: relative;
}

.tab_item {
  display: block;
  background-image: url(../../images/ex2/2ex_rec_002.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 12px 40px 12px 15px;
  display: flex;
  justify-content: space-between;
  transition: 0.3s;
}

.tab_item_in {
  position: relative;
  max-width: 230px;
  width: 65%;
}

.area_img_box {
  position: absolute;
  width: 95px;
  top: 0;
  right: -95px;
}

.area_img {
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
}

.area_img1 {
  z-index: 20;
  opacity: 1;
}

.area_img2 {
  z-index: 10;
}

.tab_btnTitle {
  position: relative;
  text-align: center;
  margin: 10px 0 0;
}

.tab_item_title {
  font-size: 1.25rem;
  font-size: 0.95rem;
  text-align: center;
  margin: 40px 0 0;
  font-weight: 500;
}
.tab_item_title_maR {
  margin: 40px 10px 0 0;
}

.area_arrow_box {
  position: relative;
  width: 10px;
  margin: 10px auto 0;
}

.area_arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}

.area_arrow1 {
  z-index: 20;
  opacity: 1;
}

.area_arrow2 {
  z-index: 10;
}

.tab_figure {
  position: absolute;
  top: 0;
  right: -30px;
  height: 100%;
  width: 33px;
}

.tablist_li .tab_figure img {
  width: 100%;
  height: 100%;
}

.area_figure {
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
}

.tablist_li .tab_figure .area_figure1 {
  z-index: 20;
  opacity: 1;
}

.tablist_li .tab_figure .area_figure2 {
  z-index: 10;
}

.tab_item:hover {
  color: white;
  background-image: url(../../images/ex2/2ex_rec_001.png);
}

.tab_item:hover .area_img_box > .area_img1 {
  opacity: 0;
}

.tab_item:hover .area_arrow_box .area_arrow1 {
  opacity: 0;
}

.tab_item:hover + .tab_figure .area_figure1 {
  opacity: 0;
}

.tab_item:hover + .tab_figure .area_figure2 {
  opacity: 1;
}

.is-active.tab_item {
  color: white;
  background-image: url(../../images/ex2/2ex_rec_001.png);
}

.is-active.tab_item .area_img_box > .area_img1 {
  opacity: 0;
}

.is-active.tab_item .area_arrow_box .area_arrow1 {
  opacity: 0;
}

.is-active.tab_item + .tab_figure .area_figure1 {
  opacity: 0;
}

.is-active.tab_item + .tab_figure .area_figure2 {
  opacity: 1;
}

/* 下のボタン */
.tab_btnArea_under {
  position: relative;
  bottom: 0px;
  top: auto;
}

.tab_item_under {
  display: block;
  background-image: url(../../images/ex2/2ex_rec_004.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 12px 40px 12px 15px;
  display: flex;
  justify-content: space-between;
  transition: 0.3s;
}

.area_arrow_box_under {
  position: absolute;
  width: 10px;
  margin: 10px auto 0;
  right: 40px;
}

.tab_item_under .area_arrow {
  position: absolute;
  top: -15px;
  left: auto;
  right: -40px;
  transition: 0.3s;
  transform: scaleY(-1);
}

.tab_item_under .area_arrow1 {
  z-index: 20;
  opacity: 1;
}

.tab_item_under .area_arrow2 {
  z-index: 10;
}

.is-active.tab_item_under {
  color: white;
  background-image: url(../../images/ex2/2ex_rec_003.png);
}

.tab_item_under:hover {
  color: white;
  background-image: url(../../images/ex2/2ex_rec_003.png);
}

.tab_item:hover .area_img_box > .area_img1 {
  opacity: 0;
}

.tab_item:hover .area_arrow_box .area_arrow1 {
  opacity: 0;
}

.tab_item:hover + .tab_figure .area_figure1 {
  opacity: 0;
}

.tab_item:hover + .tab_figure .area_figure2 {
  opacity: 1;
}

/*  -----tabコンテンツエリア----- */
.tab_introduction {
  color: white;
}

.tab_panel {
  background-color: #292929;
  padding: 0 0 160px;
}

.area {
  background-image: url(../../images/ex2/ex2_001.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  height: 325px;
}

.tab_introduction_top_image {
  width: 125px;
  margin: 0 auto;
}

.tab_area_subtitle {
  font-size: 3.4rem;
  font-weight: 400;
  margin: 15px 0 0;
  line-height: 1;
}

.tab_area_about {
  width: 100%;
  display: flex;
  position: relative;
}

.tab_area_image {
  width: 50%;
}
.tab_area_image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tab_area_about_area {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: black;
  padding: 0 75px 0 55px;
}

.tab_area_about_area2 {
  padding: 30px 0px 30px 55px;
}
.tab_area_about_area2 .tab_area_about_subtext {
  margin: 25px 0 0;
  width: 85%;
}

.tab_area_about_title {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.3;
}

.tab_area_about_title2 {
  font-size: 1.875rem;
  font-size: 1.875rem;
}

.tab_area_about_subtext {
  margin: 35px 0 0;
}

.tab_area_store {
  position: relative;
}

.tab_area_store_list {
  max-width: 1075px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}

.tab_area_store_box {
  max-width: 975px;
  display: flex;
  gap: 30px;
}

.tab_area_store_box1 {
  margin: 130px 0 0 auto;
  flex-direction: row-reverse;
  padding: 0 0 0 15px;
}

.tab_area_store_box2 {
  margin: 130px auto 0 0;
  padding: 0 15px 0 0;
}

.tab_store_image {
  width: 625px;
}

.tab_area_store_titleArea {
  width: 310px;
  position: relative;
  height: fit-content;
  margin: auto 0 0 0;
}
.tab_area_store_titleArea::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -45px;
  left: auto;
  width: 100%;
  height: 13px;
  background-image: url(../../images/ex2/ex2_deco_002.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  right: 0;
}

.tab_area_store_title {
  font-size: 2rem;
  font-weight: 400;
}

.tab_area_store_text {
  margin: 20px 0 0;
}

.tab_store_facts {
  max-width: 1075px;
  margin: 120px auto 0;
  padding: 55px 0px;
  background-color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 20;
}

.tab_introduction_fact_image {
  width: 370px;
}

.tab_store_facts_title {
  font-size: 2.3rem;
  font-weight: 400;
  margin: 0 0 20px;
}

.tab_store_facts_text {
  width: 425px;
}

.tab_fact_deco {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  padding: 10px 12px;
  height: 100%;
  background-color: black;
}

.tab_spot {
  margin: 120px auto 0;
  max-width: 1075px;
  width: 84%;
  border: solid 2px #fff;
  padding: 70px 0;
  position: relative;
  z-index: 20;
}

.tab_spot_titleArea {
  margin: 0 0 50px;
}
.tab_spot_titleArea .tab_spot_text {
  text-align: center;
  margin: 10px 0 0;
  font-size: 1.25rem;
  font-size: 1.25rem;
  font-weight: 300;
}
.tab_spot_text{
  margin: 20px 0 0;
}
.tab_spot_titleArea .tab_area_subtitle {
  text-align: center;
  margin: 0px 0 0;
}

.tab_spot_imgLong {
  max-width: 100vw;
  width: 100vw;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  position: relative;
}

.tab_spot_textArea {
  margin: 50px auto 0;
  text-align: center;
  width: 100%;
}

.tab_spotUnder_title {
  font-size: 2.5rem;
  font-size: 2.5rem;
  font-weight: 400;
}

.tab_spotUnder_text {
  margin: 30px auto 0;
  max-width: 670px;
}

.tab_spot_deco {
  position: absolute;
  width: 40px;
}

.tab_spot_deco1 {
  top: 12px;
  left: 12px;
}

.tab_spot_deco2 {
  top: 12px;
  right: 12px;
  transform: scaleX(-1);
}

.tab_spot_deco3 {
  bottom: 12px;
  right: 12px;
  transform: scale(-1, -1);
}

.tab_spot_deco4 {
  bottom: 12px;
  left: 12px;
  transform: scaleY(-1);
}

.tab_be_link {
  margin: 80px auto 0;
}

.tab_treat_deco {
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 0;
  max-width: 645px;
  width: 50%;
}

.tab_treat_deco1 {
  top: -130px;
  left: 0;
}

.tab_treat_deco2 {
  top: 160px;
  right: 0;
}

.tab_treat_deco3 {
  bottom: 630px;
  left: 0;
}

.tab_treat_deco4 {
  max-width: 385px;
  width: 30%;
  bottom: -160px;
  right: 0;
}

.tab_store_summma {
  max-width: 1105px;
  margin: 150px auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 50;
  padding: 0 15px;
}

.tab_store_summma_image {
  max-width: 500px;
  width: 47%;
}

.tab_store_summma_titleArea {
  max-width: 510px;
  width: 48%;
  display: flex;
  align-items: center;
}

.tab_treat_deco1_ho {
  top: -150px;
}

/* ========================================
ご当地ラーメン
 ======================================== */
.pc_on_sp {
  display: block;
}

.sp_on {
  display: none;
}

.region {
  position: relative;
  padding: 180px 0 350px;
  background: url(../../images/ex3_com/ex3_com_bg_003.jpg);
  background-repeat: repeat;
  background-size: 1600px;
}
@media only screen and (min-width: 768px) {
  .region {
    background-attachment: fixed;
  }
}
.region_in {
  position: relative;
  z-index: 10;
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
}
.region_title_area {
  margin: 0 0 85px;
}
.region_experiences {
  width: 332px;
  margin: 0 auto 65px;
}
.region_title {
  font-size: 3.5625rem;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
  margin: 0 0 45px;
}
.region_title_sub01 {
  margin: 0 0 35px;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.66em;
  text-align: center;
}
.region_title_sub02 {
  font-size: 1rem;
  line-height: 2.12em;
  text-align: center;
}
.region_sticky_area {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.region_sticky {
  width: 50%;
}
.region_sticky_map {
  position: sticky;
  top: 205px;
  z-index: 99;
  padding: 0 50px 0 25px;
}
.region_scroll_area {
  width: 50%;
  padding: 32px 0 0 12px;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 9999;
}
.region_list {
  margin: 0 0 275px;
}
.region_list:last-child {
  margin: 0;
}
.region_item {
  position: relative;
  margin: 0 0 30px;
}
.region_item:last-child {
  margin: 0;
}
.region_item01 {
  background: #fff;
  padding: 22px;
}
.region_item01_box {
  display: flex;
  width: fit-content;
  gap: 0 22px;
  margin: 60px auto 80px;
}
.region_item01_number {
  width: 35px;
}
.region_item01_title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
}
.region_item01_text {
  font-size: 1rem;
  line-height: 1.6em;
  max-width: 470px;
  padding: 0 20px;
  margin: 0 auto 80px;
}
.region_item01_treatment {
  position: absolute;
  width: 113px;
}
.region_item01_treatment01 {
  top: 22px;
  left: 22px;
}
.region_item01_treatment02 {
  top: 22px;
  right: 22px;
  transform: rotate(90deg);
}
.region_item01_treatment03 {
  bottom: 22px;
  right: 22px;
  transform: rotate(180deg);
}
.region_item01_treatment04 {
  bottom: 22px;
  left: 22px;
  transform: rotate(270deg);
}
.region_item02 {
  background: #000;
  color: #fff;
  padding: 20px 20px 60px 40px;
}
.region_item02_container {
  display: flex;
  gap: 0 5.2%;
  margin: 0 0 28px;
}
.region_item02_box {
  position: relative;
  width: 51.92%;
}
.region_item02_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 12px;
  width: 100%;
  background: url(../../images/ex3_com/ex3_com_deco_007.png);
  background-repeat: round;
  background-size: contain;
}
.region_item02_image {
  width: 42.63%;
}
.region_item02_title_sub {
  font-size: 1.25rem;
  line-height: 1.7em;
  margin: 20px 0 18px;
}
.region_item02_title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.66em;
}
.region_item02_text {
  font-size: 1rem;
  line-height: 1.6em;
  max-width: 532px;
}
.region_item02_treatment {
  position: absolute;
  width: 120px;
}
.region_item02_treatment01 {
  top: 0;
  left: 50%;
  transform: translate(-50%, -14px);
}
.region_item02_treatment02 {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 10px);
}
.region_item03 {
  background: #fff;
  padding: 50px 22px 52px;
}
.region_item03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 30px;
  background: url(../../images/ex3_com/ex3_com_deco_005.png);
  background-repeat: repeat;
  background-size: 30px 295px;
}
.region_item03::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px;
  background: url(../../images/ex3_com/ex3_com_deco_005.png);
  background-repeat: repeat;
  background-size: 30px 295px;
  transform: scale(-1, 1);
}
.region_item03_title_area {
  margin: 0 0 50px;
}
.region_item03_icon {
  width: 46px;
  margin: 0 auto 40px;
}
.region_item03_title_sub {
  position: relative;
  width: fit-content;
  font-size: 1rem;
  line-height: 1;
  margin: 0 auto 40px;
  padding: 0 13px 0;
}
.region_item03_title_sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-20deg);
  width: 1px;
  height: 20px;
  background: #000;
}
.region_item03_title_sub::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(20deg);
  width: 1px;
  height: 20px;
  background: #000;
}
.region_item03_title {
  text-align: center;
  margin: 0 0 20px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
}
.region_item03_title:last-child {
  margin: 0;
}
.region_item03_box {
  margin: 0 0 15px;
}
.region_item03_box:last-child {
  margin: 0;
}
.region_item03_text {
  padding: 5px 0 0;
  font-size: 1rem;
  text-align: center;
}
.region_airport_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 325px;
  margin: 0 auto;
  padding: 50px 0 0;
}
.region_airport_image {
  width: 35px;
}
.region_airport_name {
  font-size: 1.25rem;
  line-height: 1em;
  width: inherit;
}
/* new追記 */
.region_airport_search {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 132px;
  height: 50px;
  background: #d54000; */
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  transition: 0.3s;
}
.region_airport .v1-itineraryDomesticFlights__link {
	width: 130px;
	height: 50px;
}
/* .region_airport_search:hover {
  background: #c33c00;
} */
/* new追記 */
.region_treatment {
  position: absolute;
  overflow: hidden;
}
.region_treatment01, .region_treatment02 {
  width: 482px;
}
.region_treatment01 {
  top: 97px;
  left: -94px;
}
.region_treatment02 {
  top: 422px;
  right: -251px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .region_treatment02 {
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .region_treatment02 img {
    transform: translateX(251px);
  }
}
.region_treatment03, .region_treatment04, .region_treatment11 {
  width: 1065px;
  opacity: 0.7;
}
.region_treatment03 {
  top: 0;
  left: 0;
}
.region_treatment03 img {
  transform: translate(-260px, -345px);
}
.region_treatment04 {
  top: 430px;
  right: -565px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .region_treatment04 {
    right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .region_treatment04 img {
    transform: translateX(565px);
  }
}
.region_treatment05 {
  width: 922px;
  right: 0;
  bottom: -1px;
}
.region_treatment06 {
  width: 482px;
  top: -120px;
  left: -247px;
}
.region_treatment07 {
  width: 1149px;
  top: 177px;
  left: -324px;
  z-index: -1;
  opacity: 0.9;
}
.region_treatment11 {
  top: 407px;
  right: 0;
  overflow: hidden;
}
.region_treatment11 img {
  transform: translateX(574px);
}
.region_list.toyama .region_item01_box {
  margin: 60px auto 45px;
}
.region_list.toyama .region_item01_text {
  margin: 0 auto 60px;
}
.region_list.toyama .region_item02_title_sub {
  margin: 55px auto 18px;
}
.region_list.toyama .region_item02_image {
  padding: 30px 0 15px;
}
.region_list.kyoto .region_item01_box {
  margin: 60px auto 40px;
}
.region_list.kyoto .region_item01_text {
  margin: 0 auto 60px;
}
.region_list.kyoto .region_item02_title_sub {
  margin: 45px auto 18px;
}
.region_list.hiroshima .region_item01_box {
  margin: 60px auto 60px;
}
.region_list.hiroshima .region_item01_text {
  margin: 0 auto 70px;
}
.region_list.hiroshima .region_item02_title_sub {
  margin: 50px auto 18px;
}
.region_list.tokushima .region_item01_box {
  margin: 60px auto 60px;
}
.region_list.tokushima .region_item01_text {
  margin: 0 auto 70px;
}
.region_list.tokushima .region_item02_title_sub {
  margin: 20px auto 18px;
}
.region_list.tokushima .region_item02_image {
  padding: 10px 0 0;
}
.region_list.kumamoto .region_item01_box {
  margin: 60px auto 60px;
}
.region_list.kumamoto .region_item01_text {
  margin: 0 auto 70px;
}
.region_list.kumamoto .region_item02_title_sub {
  margin: 55px auto 18px;
}

.region svg {
  max-width: 563px;
}
.region .cls-1 {
  fill: #f1ebdd;
}
@media only screen and (max-width: 768px) {
  .region .is-active {
    fill: #fff;
  }
}
.region_map_link .cls-1 {
  transition: 0.3s;
}
/* @media only screen and (min-width: 900px) {
	.region_map_link:hover .cls-1 {
		fill: #fff;
	}
} */
/* @media only screen and (min-width: 768px) {
  .region_map_link:hover .cls-1 {
    fill: #fff;
  }
} */
/* 変更di */
.region_sticky.pc-hover .region_map_link.hover .cls-1 {
	fill: #fff;
}
/* /変更di */
/* .region_map_link.hover .cls-1 {
  fill: #fff;
} */
.region .sticky1 .region_map_link .hokaido {
  fill: #fff;
}
.region .sticky2 .region_map_link .yamagata {
  fill: #fff;
}
.region .sticky3 .region_map_link .fukushima {
  fill: #fff;
}
.region .sticky4 .region_map_link .toyama {
  fill: #fff;
}
.region .sticky5 .region_map_link .kyoto {
  fill: #fff;
}
.region .sticky6 .region_map_link .hiroshima {
  fill: #fff;
}
.region .sticky7 .region_map_link .tokushima {
  fill: #fff;
}
.region .sticky8 .region_map_link .kumamoto {
  fill: #fff;
}
.region_map_item {
  position: absolute;
}
.region_map_item01 {
  top: 53px;
  left: 258px;
}
.region_map_item01 .line {
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 1px;
  width: 161px;
  background: #000;
}
.region_map_item02 {
  top: 237px;
  left: 488px;
}
.region_map_item02 .line {
  position: absolute;
  bottom: -10px;
  left: -66px;
  height: 1px;
  width: 200px;
  background: #000;
}
.region_map_item03 {
  top: 308px;
  left: 480px;
}
.region_map_item03 .line {
  position: absolute;
  bottom: -10px;
  left: -49px;
  height: 1px;
  width: 194px;
  background: #000;
}
.region_map_item04 {
  top: 231px;
  left: 248px;
}
.region_map_item04 .line {
  position: absolute;
  top: 43px;
  left: 61px;
  height: 88px;
  width: 1px;
  background: #000;
}
.region_map_item05 {
  top: 300px;
  left: 161px;
}
.region_map_item05 .line {
  position: absolute;
  top: 43px;
  left: 71px;
  height: 57px;
  width: 1px;
  background: #000;
}
.region_map_item06 {
  top: 349px;
  left: 19px;
}
.region_map_item06 .line {
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 1px;
  width: 91px;
  background: #000;
}
.region_map_item06 .line::after {
  content: "";
  position: absolute;
  bottom: -42px;
  right: -18px;
  height: 50px;
  width: 1px;
  transform: rotate(-45deg);
  background: #000;
}
.region_map_item07 {
  top: 505px;
  left: 228px;
}
.region_map_item07 .line {
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 1px;
  width: 145px;
  background: #000;
}
.region_map_item07 .line::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -13px;
  height: 75px;
  width: 1px;
  transform: rotate(-20deg);
  background: #000;
}
.region_map_item08 {
  top: 560px;
  left: 125px;
}
.region_map_item08 .line {
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 1px;
  width: 145px;
  background: #000;
}
.region_map_item08 .line::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: -24px;
  height: 92px;
  width: 1px;
  transform: rotate(-30deg);
  background: #000;
}
.region_map_item_in {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.region_map_number {
  width: 28px;
}
.region_map_title {
  font-size: 1.125rem;
  font-weight: 500;
  transition: 0.3s;
}
/* 変更di */
@media only screen and (min-width: 1301px) {
	.region_sticky.pc-hover .region_map_item_in.hover .region_map_title {
		font-size: 1.375rem;
		font-weight: 700;
	}
}
/* 変更di */
/* @media only screen and (min-width: 768px) {
  .region_map_item_in:hover .region_map_title {
    font-size: 1.375rem;
    font-weight: 700;
  }
} */
/* @media only screen and (min-width: 768px) {
  .region_map_item_in.hover .region_map_title {
    font-size: 1.375rem;
    font-weight: 700;
  }
} */
@media only screen and (min-width: 768px) {
  .region .sticky1 .region_map_item01 .region_map_title {
    font-size: 1.375rem;
    font-weight: 700;
  }
  .region .sticky2 .region_map_item02 .region_map_title {
    font-size: 1.375rem;
    font-weight: 700;
  }
  .region .sticky3 .region_map_item03 .region_map_title {
    font-size: 1.375rem;
    font-weight: 700;
  }
  .region .sticky4 .region_map_item04 .region_map_title {
    font-size: 1.375rem;
    font-weight: 700;
  }
  .region .sticky5 .region_map_item05 .region_map_title {
    font-size: 1.375rem;
    font-weight: 700;
  }
  .region .sticky6 .region_map_item06 .region_map_title {
    font-size: 1.375rem;
    font-weight: 700;
  }
  .region .sticky7 .region_map_item07 .region_map_title {
    font-size: 1.375rem;
    font-weight: 700;
  }
  .region .sticky8 .region_map_item08 .region_map_title {
    font-size: 1.375rem;
    font-weight: 700;
  }
}

/* ==============================================
ラーメンの進化
================================================ */
.evolution {
  position: relative;
  padding: 200px 0 170px;
  background: #fff;
  color: #000;
  overflow: hidden;
  z-index: 50;
}
.evolution_in {
  position: relative;
  z-index: 10;
  max-width: 1330px;
  padding: 0 15px;
  margin: 0 auto;
}
.evolution_title_area {
  margin: 0 0 85px;
}
.evolution_experiences {
  width: 332px;
  margin: 0 auto 65px;
}
.evolution_title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.9em;
  text-align: center;
  margin: 0 0 45px;
}
.evolution_title_sub {
  font-size: 1rem;
  line-height: 2.12em;
  text-align: center;
}
.evolution_image {
  margin: 0 0 80px;
}
.evolution_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.16%;
  margin: 0 0 65px;
}
.evolution_item {
  height: 100%;
  width: 48.92%;
  border: 1px solid #000;
  background: #fff;
  padding: 20px 20px 60px 40px;
}
.evolution_item_container {
  display: flex;
  gap: 0 2.69%;
  margin: 0 0 28px;
}
.evolution_item_box {
  position: relative;
  width: 53.23%;
}
.evolution_item_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 12px;
  width: 100%;
  background: url(../../images/ex4/ex4_com_deco_008.png);
  background-repeat: round;
  background-size: contain;
}
.evolution_item_image {
  width: 43.7%;
}
.evolution_item_title_sub {
  font-size: 1.25rem;
  line-height: 1.7em;
  margin: 15px 0 18px;
}
.evolution_item_title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.66em;
}
.evolution_item_text {
  font-size: 1rem;
  line-height: 1.6em;
  max-width: 535px;
  font-weight: 300;
}
.evolution_item02 {
  margin: 92px 0 0;
}
.evolution_wrapper {
  margin: 0 0 250px;
}
.evolution_container {
  max-width: 890px;
  padding: 0 20px;
  margin: 0 auto;
}
.evolution_container_image {
  max-width: 526px;
  margin: 0 auto 41px;
}
.evolution_container_image_note {
  font-size: 0.75rem;
  text-align: right;
  font-weight: 300;
}
.evolution_container_text {
  font-size: 1rem;
  line-height: 1.7em;
  margin: 0 0 25px;
  font-weight: 300;
}
.evolution_container_note {
  font-size: 0.875rem;
  line-height: 1.7em;
  font-weight: 300;
}
.evolution_airport_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 300px;
  margin: 0 auto 123px;
}
.evolution_airport_image {
  width: 35px;
}
.evolution_airport_name {
  font-size: 1.25rem;
  line-height: 1em;
}
/* new追記 */
.evolution_airport_search {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 132px;
  height: 50px;
  background: #d54000; */
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  transition: 0.3s;
}
/* .evolution_airport_search:hover {
  background: #c33c00;
} */
.evolution_airport .v1-itineraryDomesticFlights__link {
	width: 130px;
	height: 50px;
}
/* new追記 */
.evolution_last {
  position: relative;
}
.evolution_last::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: #000;
}
.evolution_last_image {
  position: relative;
  padding: 0 53px 0 57px;
  background: #fff;
  width: 387px;
  margin: 0 auto;
}
.evolution_treatment {
  position: absolute;
  z-index: 1;
}
.evolution_treatment01, .evolution_treatment02 {
  width: 792px;
}
.evolution_treatment01 {
  top: -178px;
  left: -397px;
}
.evolution_treatment02 {
  top: 510px;
  right: -133px;
}
.evolution_treatment03 {
  width: 436px;
  bottom: 647px;
  right: -248px;
}
.evolution_treatment04 {
  width: 345px;
  bottom: 240px;
  left: -148px;
}

/* ========================================
マップ
 ======================================== */
/* 余計なcssを初期化&変更 */
.jtp_belink-headingBlock {
  padding: inherit;
}

.contentInner {
  max-width: 1296px;
  margin: 0 auto 0;
  padding: 0;
}

.jtp_belink-list__header .jtp_belink-list__pin::before {
  content: counter(jtp_belink);
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  background: none;
  background-size: contain;
  color: #fff;
  width: inherit;
  height: inherit;
  padding-bottom: inherit;
  font-size: inherit;
}

.jtp_belink-list__header .jtp_belink-list__pin {
  padding-left: inherit;
}

.jtp_belink-list__header {
  height: auto;
  margin-bottom: 0;
}

.jtp_belink-list__button {
  bottom: auto;
  left: auto;
  padding-left: inherit;
  position: inherit;
  width: inherit;
  width: fit-content;
}

.jtp_belink-list__detail--sm {
  width: inherit;
}

.jtp_belink-list__detail {
  display: block;
  height: auto;
  margin-bottom: inherit;
  padding-top: inherit;
  table-layout: inherit;
  text-align: inherit;
  width: auto;
}

.jtp_belink-list__cell {
  display: block;
  height: auto;
}

.jtp_belink__linkarea {
  padding-top: inherit;
  margin: inherit;
  display: inherit;
  padding: inherit;
  text-align: inherit;
}

.jtp_belink-list__item {
  counter-increment: inherit;
}

.jtp_belink-list__item {
  position: relative;
  display: block;
  -ms-flex-preferred-size: inherit;
  flex-basis: inherit;
  margin-top: inherit;
  max-width: inherit;
}

.jtp_belink-list__ico {
  width: inherit;
  background: inherit;
}

.jtp_belink-list__detail-cell {
  display: block;
}

.jtp_belink-heading_contents::before {
  content: "";
  display: inline-block;
  width: 112px;
  height: 112px;
  background-image: url(../../images/map/map_tiket01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 0px;
  left: 0px;
}

.jtp_belink-heading_title {
  color: #00146E;
  font-size: 39px;
  font-size: 2.4375rem;
  font-weight: normal;
  margin-bottom: 10px;
}

.jtp_belink-heading_text h3 {
  text-transform: uppercase;
}

.jtp_belink-heading_contents {
  padding: 25px 15px 30px 10px;
  margin-bottom: 0px;
}

/* 余計なcssを初期化&変更 */
div.map {
  width: 100%;
  position: relative;
}

.super_content {
  width: 100%;
  padding: 0 20px;
}

.super_bnr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_none{
  display: block;
}

.jtp_belink-notes .link_ma{
 margin-top: 5px;
 display: block;
 width: fit-content;
}

.map_conditions {
  color: #006ac3;
  margin: auto 0px 0 0;
  padding: 0 30px 5px 5px;
  position: relative;
  transition: 0.2s;
}
.map_conditions:hover {
  color: #D54100;
}

.jtp_belink-notes a {
  color: #006ac3;
  margin: auto 0px 0 0;
  padding: 0 30px 5px 5px;
  position: relative;
  transition: 0.2s;
}
.jtp_belink-notes a:hover {
  color: #C93C00;
  text-decoration: underline;
}
.map_conditions::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: auto;
  width: 8px;
  height: 10px;
  background-image: url(../../images/common/img_common_arrow01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  right: 30px;
  bottom: 0;
  margin: auto;
}

.map_conditions:hover {
  opacity: 0.7;
}

.map_bg {
  padding: 0px 20px 150px;
  margin: 100px auto 0;
}

.map_area {
  max-width: 1296px;
  margin: 0px auto 0;
}

.map_area .map_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.map_block {
  max-width: 635px;
  width: 48.5%;
  margin: 0 0 40px;
}

.map_block:last-of-type {
  margin: 0 0 0px;
}

.jtp_belink-list__header .map_pin {
  font-size: 1.625rem;
  font-weight: bold;
  color: #00146e;
  padding: 0 0 0 45px;
  position: relative;
}

.jtp_belink-list__header .map_pin::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 38px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  bottom: 0;
  margin: auto;
  background-image: url(../../images/map/map_pin_001.png);
}

.map_block_in {
  margin: 15px 0 0;
  display: flex;
  border: solid 1px #E5E5E5;
  box-sizing: border-box;
}

.map_block_in figure {
  max-width: 200px;
  width: 32%;
  position: relative;
}

.map_block_in figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 8px 12px 8px;
  text-align: right;
}

.map_block_in_be {
  background-color: #fff;
  max-width: 428px;
  width: 68%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.airPort_name {
  font-size: 1.25rem;
  padding: 0 0 0 35px;
  position: relative;
}

.airPort_name::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: -10px;
  width: 24px;
  height: 23px;
  background-image: url(../../images/map/map_plane01.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.map_block_in_be button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 51px;
  width: 133px;
  background-color: #d54000;
  color: #fff;
  margin: 30px 0 0;
}
/* スーパーバリューバナー */
.jtp_belink-heading_text h3 {
  color: #00146E;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .mv .mv_about_title {
    font-size: 3.3rem;
}
  .hakata_content_block_in {
    margin: 0 5% 0 0;
  }
  .tab_item_title {
    font-size: 0.9375rem;
    text-align: center;
    margin: 40px 0 0;
  }
  .area_arrow_box {
    width: 8px;
  }
}
@media screen and (max-width: 1100px) {
  .mv_deco_pc_on1100{
display: none;
  }
  /*========================================
  アバウト
  ======================================== */
  .about_material {
    font-size: 1rem;
  }
  /*========================================
  ex01
  ======================================== */
  .tab_area_about_title {
    font-size: 1.375rem;
    font-size: 1.375rem;
    line-height: 1.7;
  }
  /*========================================
  タブエリアex02 博多(共通)
  ======================================== */
  .tab_list {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    margin: 0 auto;
  }
  .is-active.tab_item {
    color: white;
    background-image: none;
    background-color: #292929;
    border-radius: 5px 5px 0 0;
   
  }
  .tablist_li {
    width: 31%;
    position: relative;
  }
  .tab_item_in {
    position: relative;
    max-width: inherit;
    width: 100%;
  }
  .tab_item {
    display: block;
    background-image: none;
    background-color: #efefef;
    padding: 10px 5px 40px 5px;
    display: block;
    height: 100%;
  }
  .area_img_box {
    position: absolute;
    width: 95px;
    top: auto;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 12px;
  }
  .tab_area {
    padding: 0 0px 0px;
  }
  .tab_item:hover {
    color: white;
    background-image: none;
    background-color: #292929;
  }
  .is-active.tab_item {
    color: white;
    background-image: none;
    background-color: #292929;
  }
  /* 下のボタン */
  .tab_btnArea_under {
    position: relative;
    bottom: 0px;
    top: auto;
  }
  .tab_item_under {
    display: block;
    background-image: none;
    background-color: #efefef;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    transition: 0.3s;
    border-radius: 0 0 5px 5px; 
    padding: 40px 5px 10px 5px;
  }
  .tab_item_under .tab_item_in {
    order: 2;
  }
  .tab_item_under .tab_btnTitle {
    order: 1;
    margin: 0px 0 25px;
  }
  .tab_item_under .area_img_box {
    width: 95px;
    top: -13px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: auto;
  }
  .area_arrow_box_under {
    position: relative;
    width: 10px;
    margin: 10px auto 0;
    right: auto;
  }
  .tab_item_under .area_arrow {
    position: absolute;
    top: -15px;
    left: auto;
    right: -40px;
    transition: 0.3s;
    transform: scaleY(-1);
  }
  .tab_item_under .area_arrow1 {
    z-index: 20;
    opacity: 1;
  }
  .tab_item_under .area_arrow2 {
    z-index: 10;
  }
  .tab_item_under .area_arrow {
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
  }
  .is-active.tab_item_under {
    color: white;
    background-image: none;
    border-radius: 0 0 5px 5px;
  }
  .tab_item_under:hover {
    color: white;
    background-image: none;
  }
  .tab_area_store_title {
    font-size: 1.8rem;
    font-weight: 400;
}
  /*========================================
  スパーバリュー、BEリンクエリア
  ======================================== */
  .super_bnr {
    display: block;
    justify-content: space-between;
    align-items: center;
  }
  .jtp_belink-notes {
    margin: 20px 0 0;
  }
  .map_conditions {
    margin: 30px 0 0 0;
    padding: 0;
    position: relative;
    transition: 0.2s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /*========================================
  スパーバリュー、BEリンクエリア
  ======================================== */
  /* 余計なcssを初期化&変更 */
  .jtp_belink-list__text {
    padding: 0px;
  }
  /* 余計なcssを初期化&変更 */
}

@media only screen and (max-width: 820px) and (min-width: 769px) {
	.region_map_title{
		position: absolute;
		white-space: nowrap;
		left: 25px;
	}
}
@media screen and (max-width: 1000px) {
  /*========================================
  共通
  ======================================== */
  .sp_on1000 {
    display: block;
  }
  .pc_on1000 {
    display: none;
  }
  /*========================================
  mv
  ======================================== */
  .mv {
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 95%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
  }
  .mv .mv_about_titleArea {
    padding: 0 25px;
  }
  .mv_view_top_in {
    margin: 70px auto 0;
  }
  .mv_view_box {
    width: 100%;
  }
  .mv_view_img {
    max-width: inherit;
    width: 100%;
    margin: 30px auto;
    display: flex;
    position: relative;
    top: auto;
    right: auto;
    z-index: 100;
  }
  .mv_view_top_image {
    margin: 30px 0 0;
    width: 50%;
  }
  .mv_view_top_text {
    padding: 0 25px;
  }
  .mv_treatment2 {
    display: none;
  }
  .mv_treatment {
    width: 54%;
  }
  .mv_treatment1 {
    top: -130px;
    right: -200px;
    z-index: -1;
  }
  .mv .mv_about {
    position: relative;
    padding: 0px 15px 0px;
    margin: -50px 0 0;
    color: white;
    z-index: 100;
    pointer-events: none;
  }
  /*========================================
  アバウト
  ======================================== */
  .about_link {
    padding: 90px 15px 90px;
  }
  .about_area {
    width: 100%;
    display: block;
    margin: 45px 0 0;
  }
  .about_block {
    width: 70%;
    margin: 0 auto 5px;
  }
  /*========================================
  タブエリアex01 博多
  ======================================== */
  .hakata_content_block_in {
    margin: 0 0% 0 0;
  }
  
  /*========================================
  スパーバリュー、BEリンクエリア
  ======================================== */
  .map_block_in_be {
    width: 60%;
  }
  .map_block_in figure {
    width: 40%;
  }
  .map_block_in_be button {
    margin: 20px 0 0;
  }
   /*========================================
  ex04
  ======================================== */
  .evolution_treatment04 {
    width: 345px;
    bottom: 480px;
    left: -148px;
}
}
@media screen and (max-width: 900px) {
  .sp_on900 {
    display: block;
  }
  .pc_on900 {
    display: none;
  }

  /*========================================
  ex01
  ======================================== */
  .hakata_content {
    position: relative;
    margin: 100px 0 0;
  }
  .hakata_contentImg {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    order: 1;
  }
  .hakata_content_block {
    padding: 0px 15px 80px;
    width: 100%;
    margin: 0;
    display: block;
    background: linear-gradient(180deg, transparent 0%, transparent 5%, rgb(255, 255, 255) 5%, rgb(255, 255, 255) 100%);
  }
  .hakata_content_block_in {
    margin: 0 auto 0;
    width: 70%;
    display: flex;
    flex-direction: column;
  }
  .hakata_content_imgBlock {
    gap: 0;
    margin: 10px 0 0;
    order: 2;
  }
  .hakata_content_block_text {
    order: 3;
    margin: 30px 0 0;
    padding: 0 25px;
  }
  .hakata_beLink {
    padding: 0 15px 210px;
  }
  .hakata_beLink_in {
    padding: 40px 20px;
    display: block;
    width: 100%;
  }
  .hakata_beLink_imgBlock_in {
    width: 100%;
    margin: 35px 0 0;
  }
  .hakata_beLink_area {
    margin: 20px 0 0;
    width: 100%;
  }
  .hakata_font_deco {
    display: none;
  }
  .hakata_beLink_title_ex {
    width: 50%;
    margin: 0 auto;
  }
  .main_airport_box {
    margin: 30px auto 0;
  }
  /*========================================
  ex02
  ======================================== */
  .tab_area_store_titleArea::before {
    top: -30px;
  }
  .tab_area_store_title {
    font-size: 1.375rem;
    font-size: 1.375rem;
  }
  .tab_area_store_text {
    margin: 13px 0 0;
  }
  .tab_store_facts {
    margin: 70px auto 0;
    padding: 55px 60px;
    gap: 20px;
  }

  .jtp_belink-heading_item {
    padding-left: 6.5rem;
  }
  /*========================================
  ex04
  ======================================== */
  .evolution_treatment04 {
    display: none;
}
.evolution_treatment03 {
  display: none;
}
}

@media screen and (max-width: 768px) {
  /*========================================
  共通
  ======================================== */
  .sp_on768 {
    display: block;
  }
  .pc_on768 {
    display: none;
  }
  .sp_on768-vi {
    visibility: visible;
    display: block;
  }
  .pc_on768-vi {
    visibility: hidden;
    display: none;
  }
  /*========================================
  アバウト
  ======================================== */
  .hakata_introduction_subtitle {
    text-align: center;
    font-size: 1.25rem;
    font-size: 1.25rem;
    margin: 30px 0 0;
  }
  .hakata_introduction_name {
    text-align: center;
    font-size: 2.25rem;
    font-size: 2.25rem;
    font-weight: bold;
    margin: 30px 0 0;
  }
  .about_block {
    width: 100%;
  }
  /*========================================
  ex01
  ======================================== */
  .hakata_treatment3 {
    bottom: -20px;
    right: -80px;
  }
  .hakata_treatment1 {
    top: 34px;
    left: -60px;
  }
  .hakata_treatment2 {
    right: -120px;
    top: 160px;
  }
  .hakata_treatment4 {
    top: 25px;
    left: -37px;
  }
  .hakata_treatment5 {
    bottom: 190px;
    right: -100px;
    /* top: 0px; */
    left: auto;
    margin: auto;
    z-index: 0;
  }
  .hakata_titleArea {
    padding: 100px 0 0;
    position: relative;
  }
  .hakata_content_block_in {
    width: 100%;
  }
  .hakata_second {
    padding: 80px 15px 80px;
  }
  .hakata_second_in {
    display: flex;
    flex-direction: column;
  }
  .hakata_second_block_text {
    width: 100%;
    margin: 20px auto 0;
    order: 2;
    padding: 0 25px;
  }
  .hakata_second_imgBlock {
    width: 100%;
    display: flex;
    gap: 5px;
    order: 1;
  }
  .hakata_third {
    position: relative;
    padding: 0 0px 80px;
  }
  .hakata_third_in {
    width: 100%;
    height: inherit;
    padding: 40px 40px 230px;
    position: relative;
    left: inherit;
  }
  .hakata_third_block_text {
    max-width: 100%;
  }
  .hakata_third_imgBlock1 {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: -180px 0 0;
  }
  .hakata_third_img {
    max-width: 32%;
    position: relative;
    z-index: 50;
  }
  .hakata_third_imgBlockFl {
    display: flex;
    justify-content: space-between;
  }
  .hakata_third_imgBlock2 {
    position: relative;
    margin: 75px auto 0;
    width: calc(100% - 30px);
    z-index: 10;
    gap: 10px;
  }
  .hakata_third_out_text {
    width: 100%;
    padding: 0 40px;
    margin: 30px auto 0;
  }
  .hakata_treatment8 {
    bottom: 100px;
    right: -70px;
  }
  /* スマホの時スライダー */
  .sp_slideArea {
    margin: -24% 0 0;
  }
  .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .swiper-container {
    height: fit-content;
  }
  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: none;
  }
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: none;
  }
  .arrow-prev {
    width: 36px;
  }
  .arrow-prev img {
    transform: scaleX(-1);
  }
  .swiper-button-next {
    width: 36px;
  }
  /*========================================
  ex02博多 (共通)
  ======================================== */
  .tab {
    padding: 0 0 100px;
  }
  .tab_area_about {
    width: 100%;
    display: block;
  }
  .tab_in .tab_title_text {
    width: 90%;
  }
  .tab_area_image {
    width: 100%;
  }
  .tab_area_about_area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #292929;
    padding: 40px 40px 0px 40px;
  }
  .tab_area_about_subtext {
    margin: 20px 0 0;
  }
  .tab_treat_deco1 {
    top: -50px;
    left: 0;
  }
  .tab_area_store_box1 {
    margin: 110px 0 0 auto;
    flex-direction: row-reverse;
    padding: 0 15px 0;
  }
  .tab_area_store_box2 {
    margin: 110px auto 0 0;
    padding: 0 15px 0;
  }
  .tab_area_store_box {
    max-width: 100%;
    display: block;
    gap: 30px;
    position: relative;
  }
  .tab_area_store_box::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -50px;
    left: 15px;
    bottom: auto;
    width: calc(100% - 30px);
    height: 15px;
    background-image: url(../../images/ex2/ex2_deco_002.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: repeat-x;
    right: 15px;
  }
  .tab_store_image {
    width: 100%;
  }
  .tab_area_store_titleArea {
    width: 100%;
    display: block;
    padding: 20px 40px 0;
  }
  .tab_area_store_titleArea::before {
    content: none;
  }
  .tab_store_facts {
    display: block;
    width: calc(100% - 30px);
    padding: 0px 0px 50px;
  }
  .tab_introduction_fact_image {
    width: 100%;
  }
  .tab_fact_deco {
    top: 0;
    left: -15px;
    width: 20px;
    padding: 10px 3px;
  }
  .tab_store_facts_text {
    width: 100%;
    padding: 20px 40px 0;
  }
  .tab_spot {
    margin: 50px auto 0;
    max-width: 1075px;
    width: calc(100% - 30px);
    border: solid 2px #fff;
    padding: 70px 0px;
    z-index: 20;
  }
  .tab_spot_imgLong {
    max-width: 100%;
    width: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    position: relative;
  }
  .tab_spot_titleArea .tab_spot_text {
    margin: 20px 0 0;
    font-size: 1rem;
    font-size: 1rem;
  }
  .tab_spot_titleArea .tab_area_subtitle {
    margin: 0px 0 0;
    font-size: 1.75rem;
    font-size: 1.75rem;
  }
  .tab_spot_textArea {
    margin: 35px auto 0;
    text-align: left;
    width: 100%;
    padding: 0 25px 0;
  }
  .tab_spotUnder_title {
    font-size: 1.375rem;
    font-size: 1.375rem;
    font-weight: 500;
  }
  .tab_spotUnder_text {
    margin: 25px 0 0;
    font-size: 0.875rem;
    font-size: 0.875rem;
    width: 100%;
  }
  /* 北海道 */
  .tab_store_summma {
    margin: 100px auto 0;
    display: block;
  }
  .tab_store_summma::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -50px;
    left: 15px;
    bottom: auto;
    width: calc(100% - 30px);
    height: 15px;
    background-image: url(../../images/ex2/ex2_deco_002.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: repeat-x;
    right: 15px;
  }
  .tab_store_summma_titleArea {
    max-width: inherit;
    width: 100%;
    display: block;
    padding: 20px 20px 0;
  }
  .tab_store_summma_image {
    max-width: inherit;
    width: 100%;
  }
  .tab_store_facts_title {
    font-size: 1.375rem;
    font-size: 1.375rem;
    padding: 20px 40px 0;
    margin: 0 0 0px;
  }
  .tab_area_about_area2 .tab_area_about_subtext {
    margin: 25px 0 0;
    width: 100%;
  }
  /*========================================
  スパーバリュー、BEリンクエリア
  ======================================== */
  .v1-itineraryDomesticFlights__link {
    width: 100%;
    height: 2.25rem;
    min-width: 100%;
    margin: auto 0 0 0;
    padding: 0;
    white-space: nowrap;
    font-size: 1rem;
    font-size: 1rem;
    line-height: 1.3;
    border: 0;
    border-radius: 0;
    background-color: #d54100;
    color: #fff;
    cursor: pointer;
    transition-timing-function: ease;
    transition-duration: 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .map_area .map_content {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .map_block {
    max-width: inherit;
    width: 100%;
    margin: 0 0 40px;
  }
  .map_block_in_be {
    max-width: inherit;
  }
  .map_block_in figure {
    max-width: inherit;
  }
  .map_bg {
    padding: 0px 15px 150px;
  }
  .jtp_belink-heading_item {
    text-align: left;
    padding: 35px 15px 35px 100px;
  }
  .jtp_belink-heading_item p {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 1.4;
  }
  .jtp_belink-heading_title {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  /*========================================
  スパーバリュー、BEリンクエリア
  ======================================== */
  .super_content {
    padding: 0 15px;
  }
  .jtp_belink-heading_contents {
    padding: inherit;
    margin: inherit;
    width: 100%;
  }
  .jtp_belink-heading_text h3 {
    font-size: 1.75rem;
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 600px) {
  /* -----600px----- */
}
/*========================================
ご当地ラーメン
======================================== */
@media only screen and (max-width: 1100px) and (min-width: 768px) {
  .region_list {
    margin: 0 0 180px;
    padding: 25px 0 0;
  }
  .region_list:last-child {
    margin: 0;
  }
  .region_item01_box {
    gap: 0 16px;
    margin: 40px auto 40px;
  }
  .region_item01_number {
    width: 30px;
  }
  .region_item01_title {
    font-size: 1.75rem;
  }
  .region_item01_text {
    font-size: 0.875rem;
    margin: 0 auto 80px;
  }
  .region_item01_treatment {
    position: absolute;
    width: 90px;
  }
  .region_item01_treatment01 {
    top: 15px;
    left: 15px;
  }
  .region_item01_treatment02 {
    top: 15px;
    right: 15px;
  }
  .region_item01_treatment03 {
    bottom: 15px;
    right: 15px;
  }
  .region_item01_treatment04 {
    bottom: 15px;
    left: 15px;
  }
  .region_item02 {
    padding: 20px 20px 40px 40px;
  }
  .region_item02_box {
    min-height: 160px;
  }
  .region_item02_box::before {
    height: 10px;
  }
  .region_item02_title_sub {
    font-size: 1rem;
    margin: 0 0 15px;
  }
  .region_item02_title {
    font-size: 1.25rem;
  }
  .region_item02_text {
    font-size: 0.875rem;
  }
  .region_item03 {
    padding: 50px 22px 52px;
  }
  .region_item03::before {
    width: 20px;
    background-size: 20px 200px;
  }
  .region_item03::after {
    width: 20px;
    background-size: 20px 200px;
  }
  .region_item03_title_area {
    margin: 0 0 30px;
  }
  .region_item03_icon {
    width: 38px;
    margin: 0 auto 30px;
  }
  .region_item03_title_sub {
    font-size: 0.875rem;
    margin: 0 auto 30px;
  }
  .region_item03_title_sub::before {
    height: 15px;
  }
  .region_item03_title_sub::after {
    height: 15px;
  }
  .region_item03_title {
    margin: 0 0 15px;
    font-size: 1.25rem;
  }
  .region_item03_title:last-child {
    margin: 0;
  }
  .region_item03_box {
    margin: 0 0 15px;
  }
  .region_item03_text {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .region {
    padding: 180px 0 200px;
  }
  .region_title_area {
    margin: 0 0 60px;
  }
  .region_experiences {
    width: 280px;
    margin: 0 auto 50px;
  }
  .region_title {
    font-size: 2.25rem;
    margin: 0 0 40px;
  }
  .region_title_sub01 {
    margin: 0 0 30px;
    font-size: 1.75rem;
  }
  .region_title_sub02 {
    font-size: 0.875rem;
  }
  .region_treatment01, .region_treatment02 {
    width: 350px;
  }
  .region_treatment01 {
    top: 60px;
  }
  .region_treatment03, .region_treatment04 {
    width: 800px;
  }
  .region_treatment03 {
    top: 0;
    left: 0;
    width: 95%;
  }
  .region_treatment03 img {
    transform: translate(-260px, -372px);
  }
  .region_treatment04 {
    top: 343px;
  }
  .region_treatment05 {
    width: 500px;
    right: 0;
    bottom: -1px;
  }
  .region_treatment06 {
    width: 380px;
    top: -90px;
  }
  .region_treatment07 {
    width: 900px;
    top: 160px;
  }
}
@media only screen and (max-width: 1300px) and (min-width: 768px) {
  .region_sticky_map {
    padding: 0 3.846vw 0 1.923vw;
  }
  .region .svg {
    width: 43.3vw;
  }
  .region_map_item01 {
    top: 4.07vw;
    left: 19.84vw;
  }
  .region_map_item01 .line {
    bottom: -0.769vw;
    width: 12.2vw;
  }
  .region_map_item02 {
    top: 18vw;
    left: 37.8vw;
  }
  .region_map_item02 .line {
    bottom: -0.769vw;
    left: -5.78vw;
    width: 16vw;
  }
  .region_map_item03 {
    top: 22.69vw;
    left: 36.13vw;
  }
  .region_map_item03 .line {
    left: -3.42vw;
    bottom: -0.769vw;
    width: 14.38vw;
  }
  .region_map_item04 {
    top: 17.2vw;
    left: 19vw;
  }
  .region_map_item04 .line {
    top: 3.3vw;
    left: 4.23vw;
    height: 6.76vw;
  }
  .region_map_item05 {
    top: 23vw;
    left: 12.38vw;
  }
  .region_map_item05 .region_map_item_in::before {
    top: 3.3vw;
    right: 0.07vw;
    height: 4.38vw;
  }
  .region_map_item05 .line {
    top: 3.3vw;
    left: 4.93vw;
    height: 4.38vw;
  }
  .region_map_item06 {
    top: 26.84vw;
    left: 1.46vw;
  }
  .region_map_item06 .region_map_item_in::before {
    bottom: -0.769vw;
    width: 7vw;
  }
  .region_map_item06 .region_map_item_in::after {
    bottom: -4vw;
    right: -2.76vw;
    height: 3.84vw;
  }
  .region_map_item06 .line {
    bottom: -0.769vw;
    left: 0;
    width: 7vw;
  }
  .region_map_item06 .line::after {
    bottom: -3.19vw;
    right: -1.25vw;
    height: 3.84vw;
  }
  .region_map_item07 {
    top: 38vw;
    left: 17.1vw;
  }
  .region_map_item07 .line {
    bottom: -0.769vw;
    width: 11vw;
  }
  .region_map_item07 .line::after {
    bottom: -0.138vw;
    left: -0.9vw;
    height: 5.3vw;
  }
  .region_map_item08 {
    top: 42.1vw;
    left: 9.61vw;
  }
  .region_map_item08 .region_map_item_in::before {
    bottom: -0.769vw;
    right: -0.769vw;
    width: 6.53vw;
  }
  .region_map_item08 .region_map_item_in::after {
    bottom: -1.23vw;
    left: -1.92vw;
    height: 7.07vw;
  }
  .region_map_item08 .line {
    bottom: -0.769vw;
    width: 11vw;
  }
  .region_map_item08 .line::after {
    bottom: -0.416vw;
    left: -1.76vw;
    height: 7.09vw;
  }
  .region_map_item_in {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 0.6153vw;
  }
  .region_map_number {
    width: 2.153vw;
  }
  .region_map_title {
    font-size: 1.43vw;
  }
  /* .region_map_item_in:hover .region_map_title {
    font-size: 1.66vw;
    font-weight: 700;
  }
  .region_map_item_in.hover .region_map_title {
    font-size: 1.66vw;
    font-weight: 700;
  } */
  .region .sticky1 .region_map_item01 .region_map_title {
    font-size: 1.66vw;
    font-weight: 700;
  }
  .region .sticky2 .region_map_item02 .region_map_title {
    font-size: 1.66vw;
    font-weight: 700;
  }
  .region .sticky3 .region_map_item03 .region_map_title {
    font-size: 1.66vw;
    font-weight: 700;
  }
  .region .sticky4 .region_map_item04 .region_map_title {
    font-size: 1.66vw;
    font-weight: 700;
}
  .region .sticky5 .region_map_item05 .region_map_title {
    font-size: 1.66vw;
    font-weight: 700;
}
  .region .sticky6 .region_map_item06 .region_map_title {
    font-size: 1.66vw;
    font-weight: 700;
}
  .region .sticky7 .region_map_item07 .region_map_title {
    font-size: 1.66vw;
    font-weight: 700;
}
  .region .sticky8 .region_map_item08 .region_map_title {
    font-size: 1.66vw;
    font-weight: 700;
}
  .region .sticky4 .region_map_link .toyama {
    font-size: 1.66vw;
    font-weight: 700;
  }
  .region .sticky5 .region_map_link .kyoto {
    font-size: 1.66vw;
    font-weight: 700;
  }
  .region .sticky6 .region_map_link .hiroshima {
    font-size: 1.66vw;
    font-weight: 700;
  }
  .region .sticky7 .region_map_link .tokushima {
    font-size: 1.66vw;
    font-weight: 700;
  }
  .region .sticky8 .region_map_link .kumamoto {
    font-size: 1.66vw;
    font-weight: 700;
  }
}
/* 変更di */
@media only screen and (max-width: 1300px) and (min-width: 769px) {
	.region_sticky.pc-hover .region_map_item_in.hover .region_map_title {
		font-size: 1.66vw;
		font-weight: 700;
	}
}
/* /変更di */
@media only screen and (max-width: 768px) {
  .pc_on_sp {
    display: none;
  }
  .sp_on {
    display: block;
  }
  .region {
    padding: 85px 0 60px;
    overflow: hidden;
  }
  .region_title_area {
    margin: 0 0 45px;
    position: relative;
    z-index: 10000;
  }
  .region_sticky {
    display: none;
  }
  .region_experiences {
    width: 165px;
    margin: 0 auto 20px;
  }
  .region_title {
    font-size: 1.375rem;
    line-height: 1.81em;
    margin: 0 0 15px;
  }
  .region_title_sub01 {
    margin: 0 0 20px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
  }
  .region_title_sub02 {
    font-size: 0.875rem;
    line-height: 1.6em;
    text-align: left;
    padding: 0 20px;
    width: fit-content;
    margin: 0 auto;
  }
  .region_sticky_area {
    flex-wrap: wrap;
  }
  .region_scroll_area {
    width: 100%;
    padding: 0;
  }
  .region_list {
    margin: 0 0 130px;
    padding: 0;
  }
  .region_list:last-child {
    margin: 0;
  }
  .region_item01 {
    padding: 10px;
  }
  .region_item01_box {
    gap: 0 11px;
    margin: 50px auto 30px;
    align-items: center;
  }
  .region_item01_title {
    font-size: 1.875rem;
  }
  .region_item01_text {
    font-size: 0.875rem;
    margin: 0 auto 30px;
  }
  .region_item01_treatment {
    position: absolute;
    width: 48px;
  }
  .region_item01_treatment01 {
    top: 10px;
    left: 10px;
  }
  .region_item01_treatment02 {
    top: 10px;
    right: 10px;
  }
  .region_item01_treatment03 {
    bottom: 10px;
    right: 10px;
  }
  .region_item01_treatment04 {
    bottom: 10px;
    left: 10px;
  }
  .region_item02 {
    padding: 37px 20px 60px;
  }
  .region_item02_container {
    flex-wrap: wrap;
    gap: 27px 0;
    margin: 0 0 28px;
  }
  .region_item02_box {
    width: 100%;
    order: 2;
    padding: 0 0 40px;
  }
  .region_item02_box::before {
    height: 11px;
  }
  .region_item02_image {
    width: 100%;
    order: 1;
  }
  .region_item02_title_sub {
    font-size: 1rem;
    line-height: 2.1em;
    margin: 0 0 10px;
    text-align: center;
  }
  .region_item02_title {
    font-size: 1.25rem;
    line-height: 1.5em;
    text-align: center;
  }
  .region_item02_text {
    font-size: 0.875rem;
    line-height: 2em;
    max-width: none;
  }
  .region_item03 {
    padding: 50px 26px 60px;
  }
  .region_item03::before {
    width: 20px;
    background-size: 20px 198px;
  }
  .region_item03::after {
    width: 20px;
    background-size: 20px 198px;
  }
  .region_item03_title_area {
    margin: 0 0 60px;
  }
  .region_item03_icon {
    width: 39px;
    margin: 0 auto 38px;
  }
  .region_item03_title_sub {
    font-size: 0.875rem;
    margin: 0 auto 27px;
    padding: 0 17px 0;
  }
  .region_item03_title_sub::before {
    height: 12px;
  }
  .region_item03_title_sub::after {
    height: 12px;
  }
  .region_item03_title {
    font-size: 1.25rem;
  }
  .region_item03_title:last-child {
    margin: 0;
  }
  .region_item03_box {
    position: relative;
    margin: 0 0 20px;
  }
  .region_item03_box:last-child {
    margin: 0;
  }
  .region_item03_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 6px 0;
    color: #fff;
    font-size: 0.875rem;
    background: rgba(0, 0, 0, 0.7);
  }
  .region_item03_text.font-size {
    font-size: 0.8125rem;
  }
  .region_airport_box {
    padding: 60px 0 0;
  }
  .region_treatment01, .region_treatment02 {
    width: 161px;
  }
  .region_treatment01 {
    top: 2px;
    left: -39px;
  }
  .region_treatment02 {
    top: 107px;
    right: -101px;
  }
  .region_treatment03, .region_treatment04 {
    width: 247px;
  }
  .region_treatment03 {
    top: 0;
    left: 0;
  }
  .region_treatment03 img {
    transform: translate(-36px, -97px);
  }
  .region_treatment04 {
    top: 80px;
    right: 0;
  }
  .region_treatment04 img {
    transform: translateX(120px);
  }
  .region_treatment05 {
    width: 215px;
    right: -10px;
    bottom: 0;
  }
  .region_treatment06 {
    width: 161px;
    left: -74px;
    top: -21px;
    display: none;
  }
  .region_treatment07 {
    width: 320px;
    top: -8px;
    left: -93px;
    z-index: -1;
  }
  .region_treatment08 {
    width: 161px;
    right: -90px;
    bottom: -32px;
    display: none;
  }
  .region_treatment09 {
    width: 247px;
    top: 235px;
    left: -70px;
  }
  .region_treatment10 {
    width: 247px;
    top: -97px;
    right: -92px;
    z-index: -1;
  }
  .region_map {
    position: relative;
    max-width: 345px;
    margin: 0 auto 44px;
  }
  .region_map_item {
    position: absolute;
  }
  .region_map_item01 {
    top: 22px;
    left: 150px;
  }
  .region_map_item01 .line {
    bottom: -6px;
    left: -5px;
    width: 97px;
  }
  .region_map_item02 {
    top: 137px;
    left: 272px;
  }
  .region_map_item02 .line {
    bottom: -5px;
    left: -36px;
    width: 150px;
  }
  .region_map_item03 {
    top: 181px;
    left: 266px;
  }
  .region_map_item03 .line {
    bottom: -5px;
    left: -20px;
    width: 141px;
  }
  .region_map_item04 {
    top: 134px;
    left: 127px;
  }
  .region_map_item04 .line {
    top: 30px;
    left: 48px;
    height: 54px;
  }
  .region_map_item05 {
    top: 177px;
    left: 79px;
  }
  .region_map_item05 .line {
    top: 33px;
    left: 47px;
    height: 34px;
  }
  .region_map_item06 {
    top: 209px;
    left: -11px;
}
  .region_map_item06 .line {
    bottom: -6px;
    left: 0;
    width: 65px;
  }
  .region_map_item06 .line::after {
    bottom: -20px;
    right: -3.5px;
    height: 21px;
    transform: rotate(-20deg);
}
  .region_map_item07 {
    top: 298px;
    left: 147px;
  }
  .region_map_item07 .line {
    bottom: -6px;
    left: -17px;
    width: 135px;
  }
  .region_map_item07 .line::after {
    bottom: -3px;
    left: -12px;
    height: 46px;
    transform: rotate(-30deg);
  }
  .region_map_item08 {
    top: 337px;
    left: 66px;
  }
  .region_map_item08 .region_map_item_in::before {
    bottom: -6px;
    right: -3px;
    width: 67px;
  }
  .region_map_item08 .region_map_item_in::after {
    bottom: -11px;
    left: -16px;
    height: 62px;
    transform: rotate(-34deg);
  }
  .region_map_item08 .line {
    bottom: -6px;
    left: 0;
    width: 117px;
  }
  .region_map_item08 .line::after {
    bottom: -5px;
    left: -17px;
    height: 62px;
    transform: rotate(-34deg);
  }
  .region_map_item_in {
    gap: 0 7px;
  }
  .region_map_number {
    width: 25px;
  }
  .region_map_title {
    font-size: 0.9375rem;
  }
  .region_map_title.is-active {
    font-size: 1.0625rem;
    font-weight: bold;
  }
  .region_list.toyama .region_item01_box {
    margin: 60px auto 40px;
  }
  .region_list.toyama .region_item01_text {
    margin: 0 auto 77px;
  }
  .region_list.toyama .region_item02_title_sub {
    margin: 0 0 10px;
  }
  .region_list.toyama .region_item02_image {
    padding: 0;
  }
  .region_list.kyoto .region_item01_box {
    margin: 50px auto 25px;
  }
  .region_list.kyoto .region_item01_text {
    margin: 0 auto 45px;
  }
  .region_list.kyoto .region_item02_title_sub {
    margin: 0 0 10px;
  }
  .region_list.hiroshima .region_item01_box {
    margin: 50px auto 30px;
  }
  .region_list.hiroshima .region_item01_text {
    margin: 0 auto 55px;
  }
  .region_list.hiroshima .region_item02_title_sub {
    margin: 0 0 10px;
  }
  .region_list.tokushima .region_item01_box {
    margin: 50px auto 30px;
  }
  .region_list.tokushima .region_item01_text {
    margin: 0 auto 30px;
  }
  .region_list.tokushima .region_item02_title_sub {
    margin: 0 0 10px;
  }
  .region_list.tokushima .region_item02_image {
    padding: 0;
  }
  .region_list.kumamoto .region_item01_box {
    margin: 50px auto 30px;
  }
  .region_list.kumamoto .region_item01_text {
    margin: 0 auto 30px;
  }
  .region_list.kumamoto .region_item02_title_sub {
    margin: 0 0 10px;
  }
  .region_list.fukushima .region_item02_box, .region_list.toyama .region_item02_box, .region_list.kyoto .region_item02_box, .region_list.hiroshima .region_item02_box, .region_list.kumamoto .region_item02_box {
    padding: 0 0 70px;
  }
}
/*========================================
ラーメンの進化
======================================== */
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .evolution {
    padding: 180px 0 150px;
  }
  .evolution_title_area {
    margin: 0 0 70px;
  }
  .evolution_experiences {
    width: 280px;
    margin: 0 auto 50px;
  }
  .evolution_title {
    font-size: 2.25rem;
    margin: 0 0 40px;
  }
  .evolution_title_sub {
    font-size: 0.875rem;
  }
  .evolution_image {
    margin: 0 0 70px;
  }
  .evolution_list {
    margin: 0 0 100px;
  }
  .evolution_item {
    padding: 20px 20px 40px 40px;
  }
  .evolution_item_container {
    margin: 0 0 25px;
  }
  .evolution_item__box {
    min-height: 180px;
  }
  .evolution_item_box::before {
    height: 10px;
  }
  .evolution_item_image {
    width: 43.7%;
  }
  .evolution_item_title_sub {
    font-size: 1rem;
    margin: 0 0 15px;
  }
  .evolution_item_title {
    font-size: 1.25rem;
  }
  .evolution_item_text {
    font-size: 0.875rem;
  }
  .evolution_wrapper {
    margin: 0 0 150px;
  }
  .evolution_container {
    max-width: 730px;
    margin: 0 auto 80px;
  }
  .evolution_container_image {
    margin: 0 auto 60px;
  }
  .evolution_container_text {
    font-size: 0.875rem;
    margin: 0 0 20px;
  }
  .evolution_container_note {
    font-size: 0.875rem;
    line-height: 1.7em;
  }
  .evolution_last_image {
    padding: 0 40px;
    width: 360px;
  }
  .evolution_treatment01, .evolution_treatment02 {
    width: 650px;
  }
  .evolution_treatment01 {
    top: -150px;
    left: -320px;
  }
  .evolution_treatment02 {
    top: 410px;
  }
  .evolution_treatment03 {
    width: 400px;
    right: -175px;
  }
  .evolution_treatment04 {
    width: 250px;
    left: -115px;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .evolution_item {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .evolution_item02 {
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .evolution {
    padding: 120px 0 50px;
  }
  .evolution_title_area {
    margin: 0 0 65px;
  }
  .evolution_experiences {
    width: 165px;
    margin: 0 auto 27px;
  }
  .evolution_title {
    font-size: 1.375rem;
    line-height: 1.8em;
    margin: 0 0 25px;
  }
  .evolution_title_sub {
    font-size: 0.875rem;
    line-height: 2em;
    text-align: left;
    padding: 0 19px;
  }
  .evolution_image {
    margin: 0 0 26px;
  }
  .evolution_list {
    gap: 40px 0;
    margin: 0 0 22px;
  }
  .evolution_item {
    width: 100%;
    padding: 8px 10px 45px;
  }
  .evolution_item_container {
    flex-wrap: wrap;
    gap: 30px 0;
    margin: 0 0 20px;
  }
  .evolution_item_box {
    width: 100%;
    padding: 0 0px 45px;
    margin: 0 12px;
    order: 2;
  }
  .evolution_item_image {
    width: 100%;
    order: 1;
  }
  .evolution_item_title_sub {
    margin: 0 0 7px;
    text-align: center;
  }
  .evolution_item_title {
    font-size: 1.375rem;
    line-height: 1.6em;
    text-align: center;
  }
  .evolution_item_text {
    font-size: 0.875rem;
    line-height: 1.6em;
    margin: 0 12px;
  }
  .evolution_item02 {
    margin: 0 auto;
  }
  .evolution_wrapper {
    margin: 0 0 125px;
  }
  .evolution_container {
    padding: 0 22px;
    margin: 0 auto;
  }
  .evolution_container_image {
    max-width: none;
    margin: 0 auto 32px;
  }
  .evolution_container_image_note {
    line-height: 1.71em;
  }
  .evolution_container_text {
    font-size: 0.875rem;
    line-height: 1.6em;
    margin: 0 0 30px;
  }
  .evolution_container_note {
    font-size: 0.875rem;
  }
  .evolution_airport_box {
    margin: 0 auto 92px;
  }
  .evolution_last_image {
    padding: 0 15px 0 16px;
    width: 173px;
  }
  .evolution_treatment01, .evolution_treatment02 {
    width: 336px;
  }
  .evolution_treatment01 {
    top: -78px;
    left: -146px;
  }
  .evolution_treatment02 {
    top: 352px;
    right: -31px;
  }

}

@media screen and (min-width: 600px) and (max-height: 800px) {
  .region_sticky_map {
    top: 50px;
    transform: scale(.85);
}
}