@charset "UTF-8";

:root {
  --vh: 100vh;
  --vw: 100vw;
  --win-vh: calc(var(--vh, 1vh) * 100);
  --win-vw: 100vw;
  --link-color: #000;
  --accent-red: #f24848;
  --main-color: #4263ee;
  --main-color-bg: #c9faf6;
  --accent-color: #53e2d7;
  --accent-color-bg: #fffa6b;
  --btn-color: #f24848;
  --tour-main-color: #4263ee;
  --tour-main-color-bg: #f4f4f4;
  --tour-btn-color: #f24848;
}

.contents .tour_search {
  position: relative;
  z-index: 100;
}

.contents .tour_search .search_box {
  max-width: 750px;
}

.contents .tour_search .search_box .box_head {
  background: #333;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.contents .tour_search .search_box .box_body {
  background: #f4f4f4;
}

.contents .tour_search .search_box .btn_wrap .btn_clear {
  background: #fff;
  border-color: #ccc;
}

.contents .tour_search .search_box .btn_wrap .btn_detail::before {
  background-color: #000;
}

.contents .tour_search .search_box.is_open .search_box_inner {
  max-width: 1100px;
  overflow-y: auto;
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 300;
  src: local("Noto Serif JP Light"), local("NotoSerifJP-Light"), url("/calls/tw_common/fonts/NotoSerifJP-Light.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-Light.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Serif JP Regular"), local("NotoSerifJP-Regular"), url("/calls/tw_common/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-Regular.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: local("Noto Serif JP Medium"), local("NotoSerifJP-Medium"), url("/calls/tw_common/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-Medium.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  src: local("Noto Serif JP SemiBold"), local("NotoSerifJP-SemiBold"), url("/calls/tw_common/fonts/NotoSerifJP-SemiBold.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-SemiBold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Serif JP Bold"), local("NotoSerifJP-Bold"), url("/calls/tw_common/fonts/NotoSerifJP-Bold.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-Bold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 800;
  src: local("Noto Serif JP ExtraBold"), local("NotoSerifJP-ExtraBold"), url("/calls/tw_common/fonts/NotoSerifJP-ExtraBold.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-ExtraBold.woff") format("woff");
}

@font-face {
  font-display: swap;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Serif JP Black"), local("NotoSerifJP-Black"), url("/calls/tw_common/fonts/NotoSerifJP-Black.woff2") format("woff2"), url("/calls/tw_common/fonts/NotoSerifJP-Black.woff") format("woff");
}

body.is_fixed {
  height: 100%;
  left: 0;
  position: fixed;
  width: 100%;
}

body.is_fixed .header20 {
  z-index: 100;
}

body.is_fixed .modal {
  display: flex;
  z-index: 200;
}

.breadcrumb_area {
  background: #fff;
}

.contents img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.contents i,
.contents em {
  font-style: normal;
}

.contents a {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}

.contents img.fade_in {
  opacity: 0;
  transition: opacity 0.4s linear;
}

.contents img.fade_in.lazyloaded {
  opacity: 1;
}

.contents {
  background-color: var(--main-color-bg);
}

.contents a {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.contents p {
  font-size: 1.4rem;
  hanging-punctuation: allow-end;
  line-break: strict;
  line-height: 1.79;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.contents p a {
  color: var(--link-color);
  text-decoration: underline;
}

.contents .txt_red {
  color: var(--accent-red);
}

.contents .txt_acc {
  color: var(--accent-color);
}

.contents .txt_main {
  color: var(--main-color);
}

.contents .bg_white {
  background-color: #fff;
}

.contents .bg_green {
  background-color: var(--main-color-bg);
}

.contents .section {
  background: #fff;
  margin: 0 auto;
  max-width: 1140px;
  position: relative;
  width: 100%;
}

.contents .section p {
  hanging-punctuation: allow-end;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.contents .section .sec_inner {
  margin: 0 auto;
  max-width: 1040px;
  width: 100%;
}

.contents .section .sec_title_01 {
  border-bottom: 5px solid var(--accent-color);
  line-height: 1.27;
  margin-bottom: 35px;
  padding-bottom: 22px;
  text-align: center;
}

.contents .section .sec_lead_txt {
  margin-bottom: 30px;
}

.contents .section .link_btn a {
  align-items: center;
  background: var(--main-color);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-family: YuGothic, "Yu Gothic", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 900;
  justify-content: center;
  min-height: 45px;
  position: relative;
  width: 100%;
}

.contents .section .link_btn a::after {
  background: url(../img/arr_white.svg) center center/100% 100% no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.contents .section .link_btn:not(.back) a::after {
  right: 20px;
}

.contents .section .link_btn.back a::after {
  left: 20px;
}

.contents .section_hero {
  background: var(--main-green-bg);
  text-align: center;
}

.contents .section_intro {
  padding: 30px 0;
}

.contents .section_intro .intro_wrap p b {
  color: var(--main-color);
  display: block;
}

.contents .section_intro .intro_wrap p span {
  background: #ffff68;
}

.contents .section_intro .intro_wrap p.conditions {
  background: var(--main-color-bg);
  border-radius: 20px;
  flex: 0 0 40%;
  margin-bottom: 0;
  margin-right: 0;
  padding: 30px;
}

.contents .section_intro .movie_wrap .youtube {
  background: #f4f4f4;
  height: 0;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.contents .section_intro .movie_wrap .youtube iframe {
  height: 100% !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}

.contents .section_campaign {
  padding: 70px 0 0;
}

.contents .section_campaign .campaign_wrap {
  overflow: hidden;
}

.contents .section_campaign .campaign_cnt {
  /* + .campaign_cnt {
    @include mq($br_w) {
      border-top: 1px solid var(--main-color);
      padding-top: 30px;
    }
    @include mq($br_sp) {
      border-top-width: pxtovw(8);
      padding-top: pxtovw(30);
    }
  } */
}

.contents .section_campaign .campaign_cnt .cnp_title {
  color: var(--main-color);
  font-family: "Noto Serif JP", "游明朝体", YuMincho, "游明朝", "Yu Mincho", "Hiragino Mincho ProN", Georgia, serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  /* @include min_mq($br_sp) {
    &::after {
      content: "";
      position: absolute;
      top: 100%;
      left: 0;
      width: 153px;
      height: 6px;
      background: var(--accent-color);
      @include mq($br_sp) {
        width: pxtovw(306);
        height: pxtovw(8);
      }
    }
  } */
}

.contents .section_campaign .campaign_cnt .cnp_title span {
  font-size: 65%;
  line-height: 1.2;
}

.contents .section_campaign .campaign_cnt .cnp_title span.subtit {
  display: block;
  padding-bottom: 10px;
}

.contents .section_campaign .campaign_cnt .cnp_img .slider {
  line-height: 1;
  position: relative;
  width: 100%;
}

.contents .section_campaign .campaign_cnt .cnp_img .slider_main {
  margin-bottom: 15px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.contents .section_campaign .campaign_cnt .cnp_img .slider_main.slick-initialized {
  opacity: 1;
}

.contents .section_campaign .campaign_cnt .cnp_img .slider_main .slick-slide figure {
  aspect-ratio: 480/320;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contents .section_campaign .campaign_cnt .cnp_img .slider_main .slick-slide figure img {
  height: 100%;
  max-width: 200%;
  object-fit: cover;
  width: 100%;
}

.contents .section_campaign .campaign_cnt .cnp_img .slider_thumb {
  position: relative;
}

.contents .section_campaign .campaign_cnt .cnp_img .slider_nav {
  opacity: 0;
  padding: 0 45px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.contents .section_campaign .campaign_cnt .cnp_img .slider_nav.slick-initialized {
  opacity: 1;
}

.contents .section_campaign .campaign_cnt .cnp_img .slider_nav .slick-slide {
  margin: 0 6px;
  outline: none;
}

.contents .section_campaign .campaign_cnt .cnp_img .slider_nav .slick-slide figure {
  aspect-ratio: 90/60;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.contents .section_campaign .campaign_cnt .cnp_img .slider_nav .slick-slide figure img {
  height: 100%;
  max-width: 200%;
  object-fit: cover;
  width: 100%;
}

.contents .section_campaign .campaign_cnt .cnp_img .slider_nav .slick-slide.slick-current figure::after {
  border: 1px solid #000;
  box-shadow: 0 0 0 2px #fff inset;
  content: "";
  height: calc(100% - 2px);
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 2px);
  z-index: 2;
}

.contents .section_campaign .campaign_cnt .cnp_img .slider .slick-arrow {
  background: var(--main-color-bg);
  border: 0;
  cursor: pointer;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 0;
  width: 32px;
  z-index: 20;
}

.contents .section_campaign .campaign_cnt .cnp_img .slider .slick-arrow::after {
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  content: "";
  cursor: pointer;
  display: block;
  height: 8px;
  left: calc(50% - 8px);
  position: absolute;
  top: calc(50% - 4px);
  transform: rotate(45deg);
  width: 8px;
}

.contents .section_campaign .campaign_cnt .cnp_img .slider .slick-next {
  right: 0;
}

.contents .section_campaign .campaign_cnt .cnp_img .slider .slick-prev {
  left: 0;
}

.contents .section_campaign .campaign_cnt .cnp_img .slider .slick-prev::after {
  left: calc(50% - 5px);
  transform: rotate(-135deg);
}

.contents .section_campaign .campaign_cnt .link_btn a {
  font-size: 1.8rem;
  margin: 0 auto;
  width: 60%;
}

.contents .section_campaign .campaign_cnt .link_btn a::after {
  height: 13px;
  width: 8px;
}

.contents .section_campaign .cnp_desc {
  background: var(--main-color-bg);
  border-radius: 10px;
  overflow: hidden;
  padding: 25px 25px 0;
}

.contents .section_campaign .cnp_desc h3 {
  color: var(--main-color);
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.contents .section_campaign .cnp_desc p {
  font-size: 1.5rem;
  line-height: 1.87;
  margin-bottom: 20px;
}

.contents .section_campaign .cnp_desc2 {
  margin-bottom: 20px;
  margin-top: -40px;
}

.contents .section_campaign .cnp_desc2 h3 {
  margin-bottom: 20px;
}

.contents .section_campaign .cnp_desc2 h4 {
  color: var(--main-color);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 10px;
}

.contents .section_campaign .campaign_wrap:last-of-type .campaign_cnt {
  /* @include min_mq($br_w) {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  } */
}

.contents .section_campaign .link_btn.to_tour {
  margin: 74px auto 0;
  max-width: 700px;
  width: 100%;
}

.contents .section_campaign .link_btn.to_tour a {
  font-size: 2.6rem;
  height: 75px;
  letter-spacing: -0.06em;
}

.contents .section_campaign .link_btn.to_tour a::after {
  background-image: url(../img/arr_white_slim.svg);
  height: 36px;
  right: 40px;
  transform: translateY(-50%) rotate(90deg);
  width: 15px;
}

.contents .section_about {
  padding: 35px 0;
}

.contents .section_about .sec_title_01 {
  color: var(--main-color);
  font-size: 3.6rem;
}

.contents .section_about .about_wrap {
  margin-top: 35px;
}

.contents .section_about .about_wrap .about_cnt .cnt_img {
  aspect-ratio: 312/203;
  margin-bottom: 12px;
  overflow: hidden;
}

.contents .section_about .about_wrap .about_cnt .cnt_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.contents .section_about .about_wrap .about_cnt .cnt_title {
  color: var(--main-color);
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.79;
  margin-bottom: 5px;
}

.contents .section_tour {
  /* @include mq($br_sp) {
    .sec_title_01 img{
      max-height: pxtovw(70);
      width: auto;
    }
  } */
}

.contents .section_tour .btn_area {
  margin-top: 30px;
}

.contents .section_tour .btn_area .link_btn {
  margin: 0 auto;
  max-width: 370px;
  width: 90%;
}

.contents .section_tour .btn_area .link_btn a {
  font-size: 1.6rem;
  height: 60px;
}

.contents .section_tour .btn_area .link_btn a::after {
  height: 20px;
  width: 10px;
}

.contents .section_tour .tour_tab ul {
  display: flex;
  width: 100%;
}

.contents .section_tour .tour_tab li {
  align-items: center;
  background: var(--main-color-bg);
  color: var(--main-color);
  cursor: pointer;
  display: flex;
  justify-content: center;
  transition: opacity 0.3s ease;
  width: 100%;
}

.contents .section_tour .tour_tab li.selected {
  background: var(--main-color);
  color: #fff;
  position: relative;
}

.contents .section_tour .tour_tab li span {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.contents .section_tour .tour_panel:not(.selected) {
  display: none;
}

.contents .section_tour .tour_panel .panel_tours {
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding: 24px 0 0;
}

.contents .section_tour .tour_panel .panel_btns {
  margin-top: 30px;
  text-align: center;
}

.contents .section_tour .tour_panel .panel_btns .link_btn {
  align-items: center;
  background: #fff;
  border-radius: 8px;
  color: var(--main-color);
  display: inline-flex;
  font-weight: 700;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

.contents .section_tour .tour_panel .panel_btns .link_btn::after {
  background: url(../img/arr_01_pink.svg) center center/auto 100% no-repeat;
  content: "";
  height: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

.contents .section_tour .tour_cnt {
  border-bottom: 1px dashed var(--main-color);
  margin-bottom: 24px;
  padding-bottom: 24px;
}

.contents .section_tour .tour_img {
  aspect-ratio: 286/190;
  display: block;
}

.contents .section_tour .tour_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.contents .section_tour .tour_name {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.58;
  margin-bottom: 14px;
}

.contents .section_tour .tour_info_tab_nav {
  border-bottom: 1px solid var(--main-color);
  display: flex;
  width: 100%;
}

.contents .section_tour .tour_info_tab_nav li {
  align-items: center;
  background: var(--main-color-bg);
  border-radius: 5px 5px 0 0;
  color: var(--main-color);
  cursor: pointer;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  line-height: 1;
  margin-right: 10px;
  transition: opacity 0.3s ease;
  width: 100px;
}

.contents .section_tour .tour_info_tab_nav li.active {
  background: var(--main-color);
  color: #fff;
  pointer-events: none;
}

.contents .section_tour .tour_info_tab_nav li small {
  font-size: 100%;
  font-weight: 700;
}

.contents .section_tour .tour_info_tab_panel .panel_cnt {
  display: none;
  padding: 15px 0 0;
}

.contents .section_tour .tour_info_tab_panel .panel_cnt.active {
  display: flex;
}

.contents .section_tour .tour_info_tab_panel .panel_cnt .tour_price {
  flex: 1;
}

.contents .section_tour .tour_info_tab_panel .panel_cnt .tour_price .fee {
  color: var(--tour-btn-color);
  font-size: 1.8rem;
  font-weight: 700;
}

.contents .section_tour .tour_info_tab_panel .panel_cnt .tour_price .fee .min_price {
  font-size: 160%;
  line-height: 1;
}

.contents .section_tour .tour_info_tab_panel .panel_cnt .tour_price .fee .max_price {
  font-size: 160%;
  line-height: 1;
}

.contents .section_tour .tour_info_tab_panel .panel_cnt .tour_price .att {
  font-size: 1.1rem;
  margin-top: 5px;
}

.contents .section_tour .tour_info_tab_panel .panel_cnt .tour_btn {
  align-items: center;
  background: var(--tour-btn-color);
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 1.7rem;
  font-weight: 700;
  height: 50px;
  justify-content: center;
  padding-right: 7px;
  position: relative;
  width: 184px;
}

.contents .section_tour .tour_info_tab_panel .panel_cnt .tour_btn::after {
  background: url(../img/arr_01_white.svg) center center/auto 100% no-repeat;
  content: "";
  height: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}

.contents .section_btm {
  padding: 65px 0 87px;
}

.contents .section_btm .link_btn {
  margin: 0 auto;
  max-width: 325px;
  width: 100%;
}

.contents .section_btm .link_btn a {
  font-size: 2rem;
  height: 65px;
}

.contents .section_btm .link_btn.back a::after {
  height: 16px;
  transform: translateY(-50%) rotate(180deg);
  width: 8px;
}

.contents .floating_btns {
  bottom: 2.6667vw;
  position: fixed;
  right: 1.8667vw;
  z-index: 100;
}

.contents .floating_btns .btn {
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 2.9333vw;
  justify-content: center;
  line-height: 1.27;
  margin-top: 2.6667vw;
  text-align: center;
  width: 17.6vw;
}

.contents .floating_btns .btn::before {
  content: "";
  margin-bottom: 1.3333vw;
}

.contents .floating_btns .btn.btn_benefit {
  background: var(--main-color);
}

.contents .floating_btns .btn.btn_benefit::before {
  background: url(../img/icon_benefit_white.svg) center center/contain no-repeat;
  height: 5.3333vw;
  width: 6.6667vw;
}

.contents .floating_btns .btn.btn_tour {
  background: var(--main-color);
}

.contents .floating_btns .btn.btn_tour::before {
  background: url(../img/icon_tour_white.svg) center center/contain no-repeat;
  height: 6.6667vw;
  width: 4vw;
}

@media screen and (min-width: 601px), print {
  .contents .tour_search {
    margin: 40px auto 45px;
  }

  .contents .tour_search .search_box .search_box_inner {
    background: rgba(255, 255, 255, 0.75);
    overflow-y: auto;
    padding: 0;
  }

  .contents .tour_search .search_box .box_body {
    padding: 26px 26px 0;
  }

  .contents .tour_search .search_box:not(.is_open) .box_head {
    display: block;
  }

  .contents .tour_search .search_box:not(.is_open) .box_head .search_close {
    display: none;
  }

  .contents .tour_search .search_box:not(.is_open) .box_head .head_tit {
    align-items: center;
    display: flex;
    font-size: 2rem;
    font-weight: 700;
    height: 45px;
    justify-content: center;
  }

  .contents .tour_search .search_box:not(.is_open) .box_body {
    border: 1px solid #e0e0e0;
    border-top: none;
  }

  .contents .section .sec_lead_txt p {
    font-size: 1.4rem;
    line-height: 1.86;
  }

  .contents .section .sec_lead_txt p {
    text-align: center;
  }

  .contents .section_hero .hero_title {
    align-items: center;
    background: url(../img/hero_bg_pc.jpg) top center/auto 100% no-repeat;
    display: flex;
    height: 600px;
    justify-content: center;
    overflow: hidden;
  }

  .contents .section_hero .hero_title img {
    /* object-fit: cover;
    width: auto;
    height: 600px;
    @include mq($br_w1) {
      height: 400px;
    } */
    max-height: 516px;
    padding-bottom: 75px;
    width: auto;
  }

  .contents .section_intro .intro_wrap {
    display: flex;
    justify-content: space-between;
  }

  .contents .section_intro .intro_wrap p {
    flex: 1;
    font-size: 1.6rem;
    line-height: 1.88;
    margin-right: 30px;
  }

  .contents .section_intro .intro_wrap .img {
    width: 29.81%;
  }

  .contents .section_intro .movie_wrap {
    margin-top: 60px;
  }

  .contents .section_campaign .campaign_cnt {
    margin-bottom: 35px;
    padding-bottom: 45px;
  }

  .contents .section_about .about_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 35px -16px 0;
    width: calc(100% + 52px);
  }

  .contents .section_about .about_wrap .about_cnt {
    margin: 0 26px 30px;
    width: calc(33.333% - 52px);
  }

  .contents .section_about .about_wrap .about_cnt .cnt_txt {
    font-size: 1.4rem;
    line-height: 1.86;
  }

  .contents .section_tour {
    padding-bottom: 10px;
  }

  .contents .section_tour .tour_tab {
    border-bottom: 3px solid var(--main-color);
  }

  .contents .section_tour .tour_tab li {
    border-radius: 8px 8px 0 0;
    height: 45px;
    margin-right: 10px;
    max-width: 160px;
  }

  .contents .section_tour .tour_panel .panel_btns .link_btn {
    font-size: 1.7rem;
    height: 50px;
    min-width: 425px;
    padding: 0 37px 0 20px;
  }

  .contents .section_tour .tour_cnt {
    display: flex;
    justify-content: space-between;
  }

  .contents .section_tour .tour_cnt_01 {
    width: 29.3%;
  }

  .contents .section_tour .tour_cnt_02 {
    flex: 1;
    padding-left: 30px;
  }

  .contents .section_tour .tour_cnt_02 .tour_img {
    display: none;
  }

  .contents .section_tour .tour_info_tab_panel .panel_cnt.active {
    align-items: center;
  }

  .contents .section_tour .tour_info_tab_panel .panel_cnt .tour_price {
    padding-right: 10px;
  }

  .contents .floating_btns .btn {
    font-size: 11px;
    line-height: 1.2;
    margin-top: 10px;
    width: 65px;
  }

  .contents .floating_btns .btn::before {
    margin-bottom: 3px;
  }

  .contents .floating_btns .btn.btn_benefit::before {
    height: 25px;
    width: 25px;
  }

  .contents .floating_btns .btn.btn_tour::before {
    height: 25px;
    width: 25px;
  }
}

@media not screen, screen and (min-width: 601px) {
  .contents .vsp600 {
    display: none;
  }
}

@media screen and (min-width: 961px), print {
  .contents .tour_search {
    margin: 100px auto;
  }

  .contents .section_campaign .campaign_cnt .cnp_img .slider_nav .slick-slide:not(.slick-current):hover {
    cursor: pointer;
    opacity: 0.65;
  }

  .contents .section_campaign .campaign_cnt .cnp_img .slider .slick-arrow:hover {
    opacity: 0.65;
  }
}

@media not screen, screen and (min-width: 961px) {
  .contents .vsp960 {
    display: none;
  }
}

@media screen and (min-width: 1141px), print {
  .contents .section_campaign .campaign_cnt {
    padding-bottom: 45px;
    position: relative;
  }

  .contents .section_campaign .campaign_cnt .cnp_img {
    position: absolute;
    top: 8px;
    width: 47.12%;
  }

  .contents .section_campaign .campaign_wrap:nth-of-type(2n+1) .campaign_cnt {
    padding-left: 50%;
  }

  .contents .section_campaign .campaign_wrap:nth-of-type(2n+1) .campaign_cnt .cnp_img {
    left: 0;
  }

  .contents .section_campaign .campaign_wrap:nth-of-type(2n) .campaign_cnt {
    padding-right: 50%;
  }

  .contents .section_campaign .campaign_wrap:nth-of-type(2n) .campaign_cnt .cnp_img {
    right: 0;
  }
}

@media screen and (max-width: 1140px) {
  .contents .section .sec_inner {
    padding: 0 15px;
  }

  .contents .section_campaign .campaign_cnt .cnp_title {
    margin: 0 auto 15px;
    max-width: 520px;
  }

  .contents .section_campaign .campaign_cnt .cnp_img {
    margin: 0 auto 15px;
    max-width: 520px;
  }

  .contents .section_campaign .cnp_desc {
    margin: 0 auto;
    max-width: 520px;
    padding: 20px 15px 5px;
  }

  .contents .section_campaign .campaign_wrap:last-of-type .campaign_cnt {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 960px) {
  .contents .vpc960 {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .contents .tour_search {
    margin: 50px calc(4vw * -1) 0;
    width: calc(100% + 4vw * 2);
  }

  .contents .tour_search .search_box {
    background: none;
    max-width: 100%;
  }

  .contents .tour_search .search_box .box_head {
    height: 12vw;
  }

  .contents .tour_search .search_box .box_body {
    padding: 4vw 4vw 5.3333vw;
  }

  .breadcrumb_area {
    background: #f4f4f4;
  }

  .breadcrumb_area > nav {
    padding: 3px 0;
  }

  .tw_pagetop {
    opacity: 1;
  }

  body.popup_is_open .tw_pagetop {
    opacity: 0;
  }

  .contents .vpc600 {
    display: none;
  }

  .contents p {
    font-size: 3.2vw;
    line-height: 1.79;
  }

  .contents .section .sec_inner {
    padding: 0 4vw;
  }

  .contents .section .sec_title_01 {
    margin-bottom: 4vw;
    padding-bottom: 2.6667vw;
  }

  .contents .section .sec_lead_txt {
    margin-bottom: 6.6667vw;
  }

  .contents .section .sec_lead_txt p {
    font-size: 3.7333vw;
    line-height: 1.54;
  }

  .contents .section .link_btn a {
    border-radius: 2.1333vw;
  }

  .contents .section .link_btn:not(.back) a {
    padding-right: 3.2vw;
  }

  .contents .section .link_btn:not(.back) a::after {
    right: 3.2vw;
  }

  .contents .section .link_btn.back a {
    padding-left: 3.2vw;
  }

  .contents .section .link_btn.back a::after {
    left: 3.2vw;
  }

  .contents .section_intro {
    padding: 3.3333vw 0 8vw;
  }

  .contents .section_intro .intro_wrap p {
    font-size: 3.4667vw;
    margin-bottom: 4vw;
  }

  .contents .section_intro .intro_wrap p b {
    font-size: 3.7333vw;
    padding-bottom: 3px;
  }

  .contents .section_intro .movie_wrap {
    margin-top: 9.3333vw;
  }

  .contents .section_campaign {
    padding: 12vw 0 8vw;
  }

  .contents .section_campaign .campaign_cnt {
    margin-bottom: 6.6667vw;
    padding-bottom: 6.6667vw;
  }

  .contents .section_campaign .campaign_cnt .cnp_title {
    font-size: 5.3333vw;
    margin-bottom: 2vw;
    padding-bottom: 4vw;
  }

  .contents .section_campaign .campaign_cnt .cnp_img .slider_main {
    margin-bottom: 2vw;
  }

  .contents .section_campaign .campaign_cnt .cnp_img .slider_nav {
    padding: 0 30px;
  }

  .contents .section_campaign .campaign_cnt .cnp_img .slider_nav .slick-slide {
    margin: 0 3px;
  }

  .contents .section_campaign .campaign_cnt .cnp_img .slider .slick-arrow {
    width: 24px;
  }

  .contents .section_campaign .campaign_cnt .cnp_img .slider .slick-arrow::after {
    border-width: 1px;
    height: 6px;
    left: calc(50% - 6px);
    top: calc(50% - 3px);
    width: 6px;
  }

  .contents .section_campaign .campaign_cnt .cnp_img .slider .slick-prev::after {
    left: calc(50% - 3px);
  }

  .contents .section_campaign .campaign_cnt .cnp_img {
    margin-bottom: 5.3333vw;
  }

  .contents .section_campaign .campaign_cnt .link_btn a {
    width: 80%;
  }

  .contents .section_campaign .cnp_desc h3 {
    font-size: 1.5rem;
  }

  .contents .section_campaign .cnp_desc p {
    font-size: 3.7333vw;
    line-height: 1.5;
  }

  .contents .section_campaign .cnp_desc2 h4 {
    font-size: 1.4rem;
  }

  .contents .section_campaign .link_btn.to_tour {
    margin-top: 9.3333vw;
  }

  .contents .section_campaign .link_btn.to_tour a {
    font-size: 4.8vw;
    height: 13.0667vw;
    padding-left: 2.6667vw;
  }

  .contents .section_campaign .link_btn.to_tour a::after {
    height: 4.8vw;
    right: 5.3333vw;
    width: 2.4vw;
  }

  .contents .section_about {
    padding: 0 0 5.3333vw;
  }

  .contents .section_about .about_wrap .about_cnt {
    margin-bottom: 8vw;
  }

  .contents .section_about .about_wrap .about_cnt .cnt_img {
    aspect-ratio: 688/496;
    margin-bottom: 2.6667vw;
  }

  .contents .section_about .about_wrap .about_cnt .cnt_title {
    font-size: 4.2667vw;
    margin-bottom: 2.6667vw;
  }

  .contents .section_about .about_wrap .about_cnt .cnt_txt {
    font-size: 3.7333vw;
    line-height: 1.54;
  }

  .contents .section_tour .btn_area {
    margin-top: 6vw;
  }

  .contents .section_tour .btn_area .link_btn a {
    font-size: 4vw;
    height: 12vw;
    line-height: 1.2;
    text-align: center;
  }

  .contents .section_tour .btn_area .link_btn a::after {
    height: 3.7333vw;
    width: 1.8667vw;
  }

  .contents .section_tour .tour_tab {
    margin-bottom: 1.8667vw;
  }

  .contents .section_tour .tour_tab ul {
    margin: 0 -0.4vw 0 -0.5333vw;
    width: calc(100% + 0.9333vw);
  }

  .contents .section_tour .tour_tab li {
    border-radius: 5px;
    cursor: pointer;
    height: 8vw;
    margin: 0 0.4vw 0 0.5333vw;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
  }

  .contents .section_tour .tour_tab li.selected::after {
    border-color: var(--main-color) transparent transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    bottom: -4px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    width: 0;
  }

  .contents .section_tour .tour_tab li span {
    font-size: 3.2vw;
  }

  .contents .section_tour .tour_panel .panel_tours {
    border-radius: 10px;
    padding: 4vw 0 0;
  }

  .contents .section_tour .tour_panel .panel_btns {
    margin-top: 5.3333vw;
  }

  .contents .section_tour .tour_panel .panel_btns .link_btn {
    font-size: 3.4667vw;
    height: 13.3333vw;
    padding: 0 7.4667vw 0 2.6667vw;
    width: 100%;
  }

  .contents .section_tour .tour_panel .panel_btns .link_btn::after {
    height: 3.7333vw;
    right: 2.1333vw;
    width: 3.7333vw;
  }

  .contents .section_tour .tour_cnt_01 {
    display: none;
  }

  .contents .section_tour .tour_cnt_02 .tour_img {
    aspect-ratio: 120/80;
    width: 32vw;
  }

  .contents .section_tour .tour_name {
    font-size: 3.7333vw;
    margin-bottom: 2.1333vw;
  }

  .contents .section_tour .tour_info_tab {
    overflow: hidden;
  }

  .contents .section_tour .tour_info_tab_nav {
    border-bottom-color: var(--main-color);
    margin: 0 -0.4vw;
    width: calc(100% + 1.6vw);
  }

  .contents .section_tour .tour_info_tab_nav li {
    font-size: 3.2vw;
    height: 8.8vw;
    margin: 0 0.8vw;
    width: calc(100% - 12px);
  }

  .contents .section_tour .tour_info_tab_nav li span {
    line-height: 1.15;
    text-align: center;
  }

  .contents .section_tour .tour_info_tab_nav li small {
    display: block;
    font-size: 76.92%;
  }

  .contents .section_tour .tour_info_tab_panel .panel_cnt {
    padding-top: 12px;
  }

  .contents .section_tour .tour_info_tab_panel .panel_cnt.active {
    flex-wrap: wrap;
  }

  .contents .section_tour .tour_info_tab_panel .panel_cnt .tour_price {
    padding: 0 0 0 2.1333vw;
  }

  .contents .section_tour .tour_info_tab_panel .panel_cnt .tour_price .fee {
    font-size: 3.7333vw;
    margin-right: -4vw;
  }

  .contents .section_tour .tour_info_tab_panel .panel_cnt .tour_price .fee .min_price {
    font-size: 142.86%;
  }

  .contents .section_tour .tour_info_tab_panel .panel_cnt .tour_price .fee .max_price {
    font-size: 142.86%;
  }

  .contents .section_tour .tour_info_tab_panel .panel_cnt .tour_price .att {
    font-size: 2.9333vw;
    margin-top: 1.3333vw;
  }

  .contents .section_tour .tour_info_tab_panel .panel_cnt .tour_btn {
    border-radius: 5px;
    font-size: 4.5333vw;
    margin-top: 4vw;
    padding-right: 2.6667vw;
    width: 100%;
  }

  .contents .section_tour .tour_info_tab_panel .panel_cnt .tour_btn::after {
    height: 3.7333vw;
    right: 2.1333vw;
    width: 3.7333vw;
  }

  .contents .section_btm {
    padding: 9.8667vw 0 14.6667vw;
  }

  .contents .section_btm .link_btn {
    width: 60.8vw;
  }

  .contents .section_btm .link_btn a {
    font-size: 4vw;
    height: 12vw;
  }

  .contents .section_btm .link_btn.back a::after {
    height: 3.2vw;
    width: 1.6vw;
  }
}

@media print {
  body {
    min-width: 1140px !important;
    position: relative !important;
    -webkit-print-color-adjust: exact;
    transform: scale(0.94);
    transform-origin: 0 0;
    width: 100%;
  }
}

@media (hover: none) {
  .contents a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents a:active {
    opacity: 0.65;
  }

  .contents .section_tour .tour_tab li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .section_tour .tour_tab li:active {
    opacity: 0.65;
  }

  .contents .section_tour .tour_info_tab_nav li {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .contents .section_tour .tour_info_tab_nav li:active {
    opacity: 0.65;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .contents a:hover {
    opacity: 0.65;
  }

  .contents .section_tour .tour_tab li:hover {
    opacity: 0.65;
  }

  .contents .section_tour .tour_info_tab_nav li:hover {
    opacity: 0.65;
  }
}