@charset "Windows-31J";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  font-weight: normal;
}

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
}

a {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

video {
  width: 100%;
}

ul,
nav,
li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

#pageTop {
  z-index: 100;
}

#pageTop a {
  background-color: inherit;
  width: 80px;
  height: 80px;
}

.text1 {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Noto Sans JP', sans-serif;
}

.text2 {
  font-size: 14px;
  font-weight: 350;
  font-family: 'Noto Sans JP', sans-serif;
}

header div a img {
  width: auto;
}

.all-wrap {
  background-image: url(../image/all-wrap_BG_PC.png);
  background-position: top;
  background-size: cover;
  background-repeat: repeat-y;
  overflow: hidden;
}

.kv-area {
  position: relative;
  background-image: url(../image/kv_BG_PC.jpg);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.kv_title_img {
  display: block;
  margin: 0 auto;
  max-width: 1550px;
  width: 98%;
}

.top-scroll_img {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 50px;
}

.intro-menu_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.intro-menu_flex_wrap {
  max-width: 814px;
  margin: 89px auto 62px;
  text-align: center;
}

.intro_menu_img {
  display: block;
}

.link-button_img img {
  height: 70px;
  width: auto;
}


.intro-copy_img {
  max-width: 845px;
  width: 70%;
  display: block;
  margin: 0 auto 90px;
}

.content-title01_img {
  max-width: 654px;
  width: 80%;
  display: block;
  margin: 0px auto 24px;
}

.content-title03_img {
  max-width: 815px;
  width: 80%;
  display: block;
  margin: 0 auto 10px;
  z-index: 1;
  position: relative;
}

.content-title04_img {
  max-width: 676px;
  width: 80%;
  display: block;
  margin: 0px auto 21px;
  z-index: 1;
  position: relative;
}

.gourmet_flag01_img {
  position: absolute;
  width: 332px;
  top: -140px;
  left: -161px;
}

.gourmet_flag02_img {
  position: absolute;
  width: 198px;
  top: -46px;
  right: -267px;
}

.gourmet-list_title_box {
  position: relative;
  margin-top: 75px;
}

.gourmet-list_title_BG {
  position: absolute;
  width: 100%;
  top: -80px;
}

.content-innner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  /* padding: 15px; */
  background-image: url();
  background-repeat: repeat;
  position: relative;
}

.content-innner_intro {
  position: relative;
}

/* .content-innner_intro::before {
content: "";
background: url(../image/intro-area_BG01_PC.png) repeat-y;
width: 250px;
height: 100%;
position: absolute;
left: -180px;
top: 30px;
} */
.intro-area_BG01_img {
  position: absolute;
  width: 295px;
  top: 231px;
  left: -90px;
}

.intro-area_BG02_img {
  position: absolute;
  width: 215px;
  top: 260px;
  right: -59px;
}

.otoku_link-bunner_img {
  max-width: 700px;
  display: block;
  margin: 0px auto 34px;
  position: relative;
  z-index: 2;
}

.detail-link {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.travel_image01_img {
  position: absolute;
  width: 78px;
  top: -8px;
  left: -35px;
}

.travel_image02_img {
  position: absolute;
  width: 85px;
  bottom: -17px;
  right: -15px;
}


/* ジャンルごとにセグメント表示 */

.is-hide {
  display: none;
}

.menu-list {
  margin: 0px 0px 133px;
  overflow: hidden;
}

.menu-list__inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  height: inherit;
  /* padding-right: 20px;
  padding-left: 20px; */
  text-align: center;
}

.menu-list__title {
  display: inline-block;
  font-size: 33px;
  letter-spacing: 0.05em;
  background: #ea000f;
  color: #fff;
  padding: 10px 28px;
}

.menu-list__filter-items {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.menu-list__filter-radio {
  display: none;
}

.menu-list__filter-label {
  /* padding: 17px 38px;
  background: #fff;
  border-radius: 28px;
  font-size: 18px;
  border: 1px solid #595757; */
  cursor: pointer;
  margin: 0px 5px 15px;
}

label.menu-list__filter-label img {
  height: 50px;
  width: auto;
}

.menu-list__filter-radio:checked+.menu-list__filter-label {
  /* background: #ea000f;
  color: #fff;
  border: 1px solid #ea000f; */
}

.menu-list__filter-items_wrap {
  max-width: 800px;
  display: block;
  margin: 0 auto;
}

.menu-list__items {
  position: relative;
  margin-top: 60px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  margin-right: -18px;
}

.menu-list__items::before {
  position: absolute;
  content: "";
  width: 102px;
  height: 120px;
  background-image: url(../image/move_player3.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -93px;
  bottom: 80px;
  transform: rotate(388deg);
  z-index: 1;
}

.menu-list__items::after {
  position: absolute;
  content: "";
  width: 173px;
  height: 167px;
  background-image: url(../image/menu-deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  right: -130px;
  top: -37px;
  z-index: 1;
}

.menu-list__item {
  width: calc((100% - 92px) / 4);
  margin-right: 22px;
  margin-bottom: 22px;
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.menu-list__item-img {
  position: relative;
  width: 100%;
}

/* .menu-list__item-img::before {
  padding-top: 100%;
  display: block;
  content: "";
} */



/* .menu-list__item-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: center;
} */

.menu-list__item-name {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 18px;
  line-height: calc(27 / 18);
}


@media (max-width: 1500px) {

  .menu-list__items::before,
  .menu-list__items::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .menu-list__inner {
    padding-right: 0;
    padding-left: 0;
  }

  .menu-list__title {
    font-size: 16px;
  }

  .menu-list__item {
    width: calc(48%);
    margin-right: 0;
    margin-bottom: 0;
  }

  .menu-list__item-name {
    font-size: 13px;
  }

  .menu-list__filter-items {
    margin-top: 15px;
    gap: 6px;
  }

  .menu-list__items {
    margin-right: 0;
    gap: 10px;
  }

  .menu-list__filter-label {
    padding: 5px 7px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .menu-list__items {
    margin-top: 30px;
    justify-content: center;
  }

}

/* ジャンルごとにセグメント表示ここまで */

/* モーダル */
.shop-lists {
  display: flex;
  flex-wrap: wrap;
}

.shop-lists li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 20px;
}

.js-modal-open {
  cursor: pointer;
}

.modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
}

.modal-wrapper .view-window {
  position: relative;
  padding-bottom: 120px;
  height: 100vh;
  overflow: scroll;
  -webkit-overflow-scrolling: auto;
}

.modal-wrapper .modal-content-wrapper {
  position: absolute;
  max-width: 1200px;
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.modal-wrapper .modal-content-wrapper .modal-main {
  background: #fff;
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* height: 45vh; */
  border-radius: 30px;
  border: 7px solid #FFBCD8;
}

.modal-wrapper .modal-content-wrapper .modal-main .img-box {
  max-width: 580px;
  width: 100%;
  text-align: center;
}

.modal-wrapper .modal-content-wrapper .modal-main .txt-box {
  max-width: 435px;
  width: 100%;
  padding: 0px 35px 0 0;
}

.modal-content {
  /* 後で復帰 */
  display: none;
}

.modal-wrapper .btn-close {
  position: absolute;
  right: 32px;
  top: -20px;
  z-index: 20;
  transform: translateX(100%);
  cursor: pointer;
  width: 60px;
}

.modal-wrapper .btn-prev {
  position: absolute;
  left: 45%;
  cursor: pointer;
  z-index: 100;
  bottom: 15%;
  width: 58px;
}

.modal-wrapper .btn-next {
  position: absolute;
  right: 45%;
  cursor: pointer;
  z-index: 100;
  bottom: 15%;
  width: 58px;
}

@media screen and (max-width: 1440px) {
  .modal-wrapper .btn-prev {
    left: 40%;
  }

  .modal-wrapper .btn-next {
    right: 40%;
  }
}

@media screen and (max-width: 1200px) {
  .modal-wrapper .btn-prev {
    left: 1%;
    bottom: 47%;
    width: 55px;
  }

  .modal-wrapper .btn-next {
    right: 1%;
    bottom: 47%;
    width: 55px;
  }

  .menu-list__inner {
    padding-right: 20px;
    padding-left: 20px;
  }

}

.modal-wrapper .txt-close {
  font-size: 16px;
  letter-spacing: 1.76px;
  color: #000000;
  text-align: center;
  cursor: pointer;
  position: relative;
  top: 30px;
}

.modal-wrapper_box {
  position: relative;
}

.modal-content_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.modal-content_flex_left {
  max-width: 650px;
  width: 50%;
  margin-right: 20px;
}

.modal-content_flex_right {
  width: 43%;
  padding: 0 20px;
  margin-bottom: 20px;
}

.gourmet_shop_img {
  border-bottom: 1px solid #305ABA;
  padding-bottom: 11px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.modal-content_name {
  font-size: 23px;
  letter-spacing: 0.07em;
  line-height: 1.5;
  font-weight: 550;
  color: #FF6D7C;
}

.modal-content_price {
  font-size: 23px;
  letter-spacing: .07em;
  line-height: 1.4;
  font-weight: 550;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}

.modal-content_price span {
  font-size: 19px;
}

.modal-content_notice {
  font-size: 14px;
  letter-spacing: .07em;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 1em;
  text-indent: -1em;
}

.modal-content_notice2 {
  padding-left: 0em;
  text-indent: 0em;
}

.oshi-point_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

.modal-content_country_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 20px; */
}

.modal_oshi_point {
  width: 17%;
  height: auto;
  margin-right: 15px;
}

.modal-content_info {
  border-bottom: 1px solid #305ABA;
  padding-bottom: 13px;
  margin-bottom: 20px;
}

.oshi-point_text {
  width: 77%;
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 1.6;
}

.modal-content_country_flex_left {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: center;
}

.modal-content_country_flex_left img {
  width: 40px;
  margin-right: 7px;
}

.modal-content_country_flex_left a {
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #305ABA;
  pointer-events: none;
}

.modal-content_country_flex_right {
  font-size: 12px;
  color: #305ABA;
  border: 1px solid #305ABA;
  padding: 3px;
}

.modal-content_country_flex_left div:first-of-type {
  margin-right: 20px;
}

.gourmet-image {
  border-radius: 20px 0px 0px 20px;
}

/* モーダルここまで */

.section_box {
  margin-bottom: 234px;
}

.otoku-area {
  padding-bottom: 125px;
}

.otoku-area_inner {
  max-width: 1200px;
  width: 90%;
  display: block;
  margin: 0 auto;
}

.otoku_lead_img {
  width: 674px;
  margin: 0px auto;
  padding: 6px 0px 43px;
}

.otoku-kv_img {
  display: block;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

.otoku-area_inner_bottom {
  background-color: #4683B0;
  padding-bottom: 50px;
}

.otoku-area_inner_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 31px;
  padding-bottom: 20px;
}

.otoku-area_inner_flex::after {
  content: "";
  display: block;
  width: 45%;
}

.otoku_list_img {
  width: 45%;
}

.travel_BG01_img {
  position: absolute;
  width: 196px;
  top: -34px;
  left: -140px;
}

.travel_BG02_img {
  position: absolute;
  width: 128px;
  top: 149px;
  right: -91px;
}

.zapping_BG01_img {
  position: absolute;
  width: 141px;
  top: 126px;
  left: -78px;
}

.zapping_BG02_img {
  position: absolute;
  width: 197px;
  top: 160px;
  right: -120px;
}

footer {
  background-color: #FEEDF5;
}


.travel_bunner_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
  align-content: center;
}

.travel_bunner {
  width: 100%;
}

.travel_bunner_flex_wrap {
  display: block;
  margin: 0px auto 57px;
  max-width: 400px;
  width: 80%;
  position: relative;
}

.footer-container {
  max-width: 999px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 77px;
  font-size: 14px;
  letter-spacing: .1em;
  line-height: 1.8;
}

.footer-container_detail_strong {
  font-size: 16px;
}

.footer-container_detail {
  margin-bottom: 40px;
}

.zapping_scroll {
  text-align: right;
  font-size: 13px;
  font-weight: 550;
  margin-bottom: 40px;
}

.helloroom_lead-copy_img {
  max-width: 717px;
  width: 80%;
  display: block;
  margin: 0 auto 30px;
  position: relative;
}

/* HELLOROOM埋め込み動画の調整 */

.movie-content {
  position: relative;
  overflow: hidden;
  /* overflow-x: scroll; */
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

div.movie-content.xp_thumbnails {
  display: inherit;
  flex-wrap: inherit;
  white-space: nowrap;
  flex-direction: inherit;
  padding-bottom: 40px;
  align-items: center;
  list-style-type: none !important;
}

div.xp_post {
  width: 200px;
  margin-bottom: 20px;
}

img.xp_thumbnail_image {
  height: 300px;
  width: auto;
}

.movie-content_title {
  font-family: "brandon-grotesque", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 100px;
}

ul.xp_thumbnails {
  padding: 30px 0 0 0;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

section.travel_area {
  margin-bottom: 138px;
}

@media (max-width: 1100px) {
  img.xp_thumbnail_image {
    height: 200px;
  }

  div.xp_post {
    width: 150px;
  }

  .footer-container {
    padding: 70px 15px 15px 15px;
  }
}

@media (max-width: 1000px) {
  .modal-content_name {
    font-size: 17px;
  }

  .modal-content_price span {
    font-size: 15px;
  }

  .modal-content_price {
    font-size: 17px;
  }

  .oshi-point_text {
    font-size: 14px;
  }

  .modal-content_country_flex_left {
    font-size: 14px;
  }

  .modal-content_country_flex_right {
    font-size: 10px;
  }

  .modal-content_notice {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  div.movie-content ul.xp_thumbnails li {
    width: auto;
    display: inline-block;
    margin-right: inherit;
  }

  img.xp_thumbnail_image {
    height: 150px;
  }

  ul.xp_thumbnails {
    padding-bottom: 0px;
    padding-top: 20px;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  div.xp_post {
    width: auto;
  }

}

/* HELLOROOM埋め込み動画の調整ここまで */

.zapping_link {
  position: relative;
}

.zapping_link p {
  text-align: center;
  font-size: 20px;
  letter-spacing: .07em;
  line-height: 1.5;
  margin-bottom: 20px;
}

.link-button_img_bottom {
  margin-bottom: 100px;
}

/* iPadタブレットサイズ（width768px） 調整 */
@media (max-width: 768px) {
  .footer-container {
    padding: 20px 20px;
  }

  header div a img {
    height: 30px;
  }

  .right {
    height: 38px;
  }

  .left {
    margin: 3px 0px 0px 0px;
  }

  header {
    height: 63px;
  }

  .kv_title_img {
    width: 100%;
  }

  .top-scroll_img {
    bottom: -21px;
    width: 45px;
  }

  .intro-menu_flex_wrap {
    width: 95%;
  }

  .intro-area_BG01_img {
    width: 116px;
    top: -40px;
    left: -41px;
  }

  .intro-area_BG02_img {
    width: 116px;
    top: 9px;
    right: -41px;
  }

  .zapping_BG01_img {
    width: 102px;
    top: -40px;
    left: -13px;
  }

  .zapping_BG02_img {
    position: absolute;
    width: 70px;
    top: 9px;
    right: 11px;
  }

  .zapping_BG01_2_img {
    position: absolute;
    width: 70px;
    top: 9px;
    left: 11px;
  }

  .zapping_BG02_2_img {
    width: 102px;
    top: -4px;
    right: -13px;
    position: absolute;
  }


  .gourmet_flag01_img {
    width: 100px;
    top: -108px;
    left: -19px;
  }

  .content-title01_image {
    position: relative;
    z-index: 5;
  }

  label.menu-list__filter-label img {
    height: 38px;
  }

  .intro-copy_img {
    width: 100%;
    margin: 30px auto 20px;
    padding-bottom: 60px;
  }

  .modal-content_flex {
    flex-direction: column;
  }

  .modal-content_flex_left {
    width: 100%;
    margin-right: 0px;
  }

  .modal-content_flex_right {
    width: 100%;
    padding: 0px 10px;
  }

  .modal-wrapper .modal-content-wrapper {
    width: 90%;
  }

  .modal-wrapper .btn-next {
    right: 10px;
    bottom: 58%;
    width: 47px;
  }

  .modal-wrapper .btn-prev {
    left: 10px;
    bottom: 58%;
    width: 47px;
  }

  .modal-wrapper .btn-close {
    right: 38px;
    top: -12px;
    width: 52px;
  }

  .otoku_list_img {
    width: 90%;
  }

  .travel_BG01_img {
    width: 82px;
    top: -39px;
    left: 10px;
  }

  .travel_BG02_img {
    width: 74px;
    top: 86px;
    right: 10px;
  }

  .travel_bunner_flex {
    flex-direction: column;
  }

  .travel_bunner {
    width: 100%;
    margin-bottom: 20px;
  }

  .otoku_lead_img {
    width: 90%;
  }

  #pageTop a {
    width: 62px;
    height: 62px;
  }

  .link-button_img img {
    height: inherit;
    width: 100%;
    margin-bottom: 10px;
  }

  .intro-menu_flex {
    /* display: block; */
    margin: 0 auto;
    width: 65%;
    gap: 5px;
    flex-direction: column;
  }

  .intro-menu_flex_wrap {
    margin: 27px auto 20px;
  }

  .content-title01_img {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
  }

  .link-button_img2 {
    width: 55%;
    margin-bottom: 60px;
  }

  .section_box {
    margin-bottom: 80px;
  }

  .menu-list__filter-label {
    margin: 0;
    padding: 0;
  }

  .content-title03_img {
    width: 100%;
    margin-top: 20px;
  }

  .otoku_link-bunner_img {
    margin-bottom: 19px;
  }

  .otoku-area_inner {
    width: 100%;
    background-color: rgb(70, 131, 176);
  }

  .otoku-area {
    padding-bottom: 78px;
  }

  .content-title04_img {
    width: 100%;
    position: relative;
    top: 51px;
  }

  .sm_size {
    padding-left: 15px;
    padding-right: 15px;
  }

  .travel_image01_img {
    width: 63px;
    top: -22px;
    left: -22px;
  }

  .footer-container {
    font-size: 3.2vw;
  }

  .footer-container_detail_strong {
    font-size: 3.4vw;
  }

  .modal-wrapper .view-window {
    position: relative;
    padding-bottom: 120px;
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: auto;
  }

  .modal-wrapper .modal-content-wrapper {
    width: 80%;
    margin: 20px auto 20px;
    top: inherit;
    left: inherit;
    transform: inherit;
    position: inherit;
  }

  .modal-wrapper .modal-content-wrapper .modal-main {
    flex-wrap: wrap;
  }

  .modal-content_name {
    font-size: 4.5vw;
  }

  .modal-content_price {
    font-size: 4.3vw;
  }

  .modal-content_price span {
    font-size: 4vw;
  }

  .modal_oshi_point {
    width: 27%;
  }

  .oshi-point_flex {
    align-items: flex-start;
  }

  .oshi-point_text {
    font-size: 3.8vw;
  }

  .modal-content_country_flex_left {
    flex-direction: column;
  }

  .modal-content_country_flex_left2 {
    flex-direction: row;
  }

  .modal-content_country_flex_left div:first-of-type {
    margin-bottom: 15px;
    font-size: 3.6vw;
  }

  .modal-content_country_flex_left img {
    width: 35px;
    margin-right: 5px;
  }

  .modal-content_notice {
    font-size: 3.4vw;
  }

  .modal-content_country_flex {
    align-items: flex-start;
    flex-direction: column;
  }

  .all-wrap {
    background-size: 100%;
  }

  .helloroom_lead-copy_img {
    width: 73%;
    margin: 0px auto 22px;
  }

  .gourmet-image {
    border-radius: 20px 20px 0px 0px;
  }

  .menu-list {
    margin: 0px 0px 0px;
  }

  .gourmet-list_title_box2 {
    margin-top: 13px;
  }

  .link-button_img_bottom {
    margin-bottom: 70px;
  }

  .modal-content_country_flex_right {
    font-size: 3.3vw;
  }

  .opacity0 {
    opacity: 0;
  }

  .menu-list__inner {
    padding-right: 0px;
    padding-left: 0px;
  }

  .copyright_text {
    font-size: 2.8vw;
  }

  .travel_bunner_flex_wrap {
    margin-bottom: 10px;
  }

  section.travel_area {
    margin-bottom: 80px;
  }
}


.PC-only {
  display: block !important;
}

.sm-only {
  display: none !important;
}


.PC_tab-only {
  display: block !important;
}

.tab-only {
  display: none !important;
}

@media (max-width: 1600px) {
  .PC_tab-only {
    display: none !important;
  }

  .tab-only {
    display: block !important;
  }
}


@media (max-width: 768px) {
  .PC-only {
    display: none !important;
  }

  .tab-only {
    display: none !important;
  }

  .sm-only {
    display: block !important;
  }
}