@charset "UTF-8";
/* ---------------------------------------------------------
  keyframes
---------------------------------------------------------- */
@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  15% {
    transform: translateX(3%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@keyframes rotate {
  0% {
    transform: scale(1.6) rotateX(0deg) rotateZ(0);
    transform-origin: center;
  }
  100% {
    transform: scale(1.6) rotateX(0deg) rotateZ(360deg);
    transform-origin: center;
  }
}
@keyframes filterBtn1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes filterBtn2 {
  0% {
    transform: translateY(60px);
  }
  50% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(60px);
  }
}
@keyframes reserveAnime {
  0% {
    background-size: contain, 0, 0, 0;
  }
  33.3% {
    background-size: 0, contain, 0, 0;
  }
  66.6% {
    background-size: 0, 0, contain, 0;
  }
  100% {
    background-size: 0, 0, 0, contain;
  }
}
@keyframes campaignAnime {
  0%, 33.2%, 66.4% {
    background-size: contain, 0;
  }
  16.6%, 49.8% {
    background-size: 0, contain;
  }
}
/* ---------------------------------------------------------
  common
---------------------------------------------------------- */
.asw-no-top-margin {
  margin-top: 0 !important;
}

.asw-no-bottom-margin {
  margin-bottom: 0 !important;
}

.asw-container {
  background: transparent;
}
.asw-container img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 1280px) {
  .roulette .asw-container__inner, .area .asw-container__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.bg,
.contents-asw > .aem-Grid {
  background: url(/domestic/theme/ana-tabisagashi/images/bg.png);
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .asw-headline--head-image img {
    width: 90%;
  }
}

.main.asw-headline--head-image img {
  width: 100%;
}

.hidden {
  display: none !important;
  visibility: hidden;
  height: 0;
  opacity: 0;
}

.asw-button-full-width .asw-button__item > .asw-button__link {
  width: 100%;
  max-width: inherit;
  min-width: 470px;
}

@media screen and (max-width: 767px) {
  .asw-button-full-width .asw-button__item > .asw-button__link {
    min-width: auto;
  }
}

/* ---------------------------------------------------------
  イントロ
---------------------------------------------------------- */
.intro {
  padding: 64px 0 0;
}
.intro .asw-container {
  position: relative;
  /*&:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 24.275%;
    padding-top: 8%;
    background: url(/domestic/theme/ana-tabisagashi/images/airplane.gif) no-repeat;
    background-size: contain;
    @media screen and (max-width: 1500px) {
      top: 52%;
      width: 20.275%;
      padding-top: 5%;
    }
    @include tab {
      top: 132%;
      width: 24.275%;  
      padding-top: 8%;
    }
    @include sp {
      width: 40.266%;
      top: 8%;
      left: 0;
      right: 0;
      margin: auto;
      padding-top: 20%;
      background-position: center;
    }
  }*/
}
.catch-text {
  color: #00146E;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .catch-text {
    margin-top: 30px;
    font-size: 19px;
  }
}

/* ルーレット */
.roulette {
  position: relative;
  overflow: hidden;
  padding-bottom: 5vw;
}
.roulette:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5vw;
  background: url(/domestic/theme/ana-tabisagashi/images/bg_blue_top.png) no-repeat 50% 0;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .roulette:after {
    height: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .roulette[data-status*=default] {
    padding-bottom: 25vw;
  }
  .roulette:after {
    height: 11vw;
    background-image: url(/domestic/theme/ana-tabisagashi/images/bg_blue_top_sp.png);
  }
}
.roulette[data-status*=default] .result {
  height: 0;
}
.roulette[data-status*=start] .result {
  height: auto;
}
.roulette[data-status*=start] .before-slider-inner {
  animation: scrollLeft 2s cubic-bezier(1, 0, 0.23, 0.35) both, fadeOut 2s ease-in-out both;
}
.roulette[data-status*=restart] .after-slider {
  opacity: 1 !important;
}
.roulette[data-status*=stop] .result-title {
  animation: fadeIn 0.5s ease-in-out both;
}
.roulette[data-status*=stop] .result-btn {
  animation: fadeIn 0.5s ease-in-out both;
  animation-delay: 0.5s;
}
.roulette[data-status*=complete] .after-slider {
  animation: fadeIn 0.5s ease-in-out both;
  animation-delay: 0.5s;
}

.before-slider img,
.after-slider-wrapper img {
  width: 100%;
}

.after-slider-wrapper,
.area-slider-wrapper {
  /*.swiper-initialized {
    max-width: 870px;
    margin: auto;
  }*/
}
.after-slider-wrapper .swiper-controller,
.area-slider-wrapper .swiper-controller {
  margin: 20px 0 40px;
}

/* ---------------------------------------------------------
  ビフォースライダー
---------------------------------------------------------- */
.before-slider {
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  transform: translateY(-50%);
}
.before-slider-inner {
  overflow: hidden;
  display: flex;
  gap: 0 25px;
  margin-left: -2%;
  will-change: transform, opacity;
}
@media screen and (max-width: 640px) {
  .before-slider-inner {
    gap: 0 13.33vw;
    margin-left: -43vw;
  }
}
.before-slider-item {
  position: relative;
  width: calc((100vw / 9) - 25px);
}
@media screen and (max-width: 1280px) {
  .before-slider-item {
    width: calc((100vw / 5) - 25px);
  }
}
@media screen and (max-width: 480px) {
  .before-slider-item {
    width: 53.33vw;
  }
}

/* ---------------------------------------------------------
  アフタースライダー
---------------------------------------------------------- */
/* swiper設定 */
.swiper-initialized .swiper-wrapper {
  justify-content: inherit;
  transition: transform 2.5s cubic-bezier(0.35, 0.23, 0, 1);
}
.swiper-wrapper {
  justify-content: center;
}
.swiper-slide {
  height: auto;
}
.swiper-button {
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1200px;
  margin: auto;
  padding: 0 4%;
}
.swiper-button-prev, .swiper-button-next {
  height: 50px;
  width: 50px;
  pointer-events: auto;
}
.swiper-button-prev::after, .swiper-button-prev::after, .swiper-button-next::after, .swiper-button-next::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}
.swiper-button-prev:hover:before, .swiper-button-prev:hover:after, .swiper-button-next:hover:before, .swiper-button-next:hover:after {
  transform: scale(1.2);
  transform-origin: center;
}
.swiper-button-prev {
  left: 4%;
}
.swiper-button-prev::after {
  background-image: url(/domestic/theme/ana-tabisagashi/images/slider_btn_prev.png);
}
.swiper-button-next {
  right: 4%;
}
.swiper-button-next::after {
  background-image: url(/domestic/theme/ana-tabisagashi/images/slider_btn_next.png);
}
.swiper-button-start, .swiper-button-stop {
  cursor: pointer;
  display: block;
  width: 24px;
  height: 24px;
  font-size: 0;
  margin-left: 12px;
  position: relative;
}
.swiper-button-start:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  border-left: 7px solid #00146E;
}
.swiper-button-stop:before, .swiper-button-stop:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 3px;
  height: 9px;
  margin: auto;
  background: #00146E;
}
.swiper-button-stop:before {
  left: 7px;
}
.swiper-button-stop:after {
  right: 7px;
}
.swiper-button-autoplay {
  display: flex;
  position: relative;
}
.swiper-controller {
  position: absolute;
  bottom: 0;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10px 0 0;
  z-index: 999;
}
.swiper-pagination {
  position: static;
  width: auto !important;
}
.swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  border: 1px solid #00146E;
}
.swiper-pagination-bullet-active {
  background: #00146E;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}

.num {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  background: rgba(0, 0, 0, 0.5);
}

/* アフタースライド設定 */
.after-slider {
  opacity: 0;
  visibility: hidden;
}
.after-slider-wrapper {
  margin-bottom: 60px;
}
.slider-wrapper {
  position: relative;
}
.slider-item {
  position: relative;
  width: 270px;
  margin-right: 20px;
  padding-top: 20px;
}
.slider-item:last-child {
  margin-right: 0;
}
.slider-item a {
  overflow: hidden;
  display: block;
  height: 100%;
  background: #fff;
  border: 2px solid #00146e;
  border-bottom-width: 6px;
  border-radius: 24px;
}
.slider-item a:hover .slider-title {
  text-decoration: underline;
}
.slider-item a:focus {
  outline-color: #ffd500;
}
.slider-balloon {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
}
.slider-img {
  border-radius: 24px 24px 0 0;
}
.slider-img img {
  width: 100%;
}
.slider-content {
  padding: 15px 20px;
}
.slider-tag {
  display: flex;
  gap: 3px;
}
.slider-tag-item {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 16px;
}
.slider-tag-area {
  background: #A8EDFF;
}
.slider-tag-type {
  background: #FFF9A4;
}
.slider-title {
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 1.5;
}

/* ---------------------------------------------------------
  結果
---------------------------------------------------------- */
.play {
  min-height: 166px;
}
@media screen and (max-width: 767px) {
  .play {
    min-height: auto;
  }
}

.start-wrap .asw-button__item {
  margin-top: 0;
}
.start-wrap .roulette-start {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}
.start-wrap .roulette-start a {
  display: inline-block;
}
.start-wrap .roulette-start a:hover {
  transform: scale(0.98);
  transform-origin: center;
}

.result-wrap {
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .result-wrap {
    flex-direction: column;
  }
}
.result-wrap .asw-decoration {
  width: 50%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .result-wrap .asw-decoration {
    width: 100%;
    order: 1;
    margin-top: 20px;
  }
}
.result-wrap .asw-button__inner {
  display: flex;
  min-height: 84px;
  flex-direction: row;
  gap: 0 24px;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .result-wrap .asw-button__inner {
    flex-direction: column;
  }
}
.result-wrap .asw-button__inner .asw-button__item {
  width: auto;
  min-width: 258px;
}
.result-wrap .asw-button__inner .asw-button__item.roulette-retry a.asw-button__link {
  display: inline-block;
  padding: 8px 26px;
  background: #44CDFF;
  border-radius: 100px;
  border: 1px solid #00146E;
}
.result-wrap .asw-button__inner .asw-button__item.roulette-retry a.asw-button__link:hover {
  transform: scale(0.98);
  transform-origin: center;
}
.result-wrap .asw-button__inner .asw-button__item.roulette-retry a.asw-button__link img {
  width: 194px;
}

.result-title {
  display: flex;
  width: 50%;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .result-title {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .result-title {
    width: 100%;
    margin-bottom: 40px;
    flex-direction: column;
    order: 2;
  }
}
.result-title-img {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.result-title-img.active {
  display: flex;
}
@media screen and (max-width: 767px) {
  .result-title-img {
    width: 60%;
  }
}
.result-title-img img {
  width: 196px;
  height: 144px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1280px) {
  .result-title-img img {
    width: auto;
  }
}
.result-title-text {
  color: #00146E;
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .result-title-text {
    font-size: 40px;
  }
}

/* ---------------------------------------------------------
  モーダル
---------------------------------------------------------- */
.slider-modal-container {
  visibility: hidden;
  overflow: auto;
  overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  opacity: 0;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
@media screen and (max-width: 767px) {
  .slider-modal-container {
    padding: 40px 20px;
    align-items: inherit;
  }
}
.slider-modal-container.active {
  opacity: 1;
  visibility: visible;
}
.slider-modal-body {
  position: relative;
  width: 100%;
  max-width: 650px;
  height: auto;
}
.slider-modal-close {
  position: absolute;
  top: -20px;
  right: -15px;
  display: flex;
  width: 49px;
  height: 49px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .slider-modal-close {
    top: -7px;
    right: 0;
  }
}
.slider-modal-content {
  padding: 49px 40px;
  text-align: left;
  background: #fff;
  border: 2px solid #00146E;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .slider-modal-content {
    padding: 25px 20px;
  }
}
.slider-modal-content .slider-tag {
  margin-right: 12%;
}
.slider-modal-content .after-slider-title {
  margin-bottom: 20px;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .slider-modal-content .after-slider-title {
    font-size: 20px;
  }
}
.slider-modal-content .after-slider-airport {
  font-size: 16px;
}

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

/* ---------------------------------------------------------
  エリア
---------------------------------------------------------- */
.area {
  overflow: hidden;
  position: relative;
  padding-bottom: 98px;
  background: linear-gradient(180deg, #44CDFF 0%, #44CDFF 50%, #A8EDFF 50%, #A8EDFF 100%);
}
@media screen and (max-width: 1280px) {
  .area {
    padding-top: 4%;
    background: linear-gradient(180deg, #44CDFF 0%, #44CDFF 20%, #A8EDFF 20%, #A8EDFF 100%);
  }
}
@media screen and (max-width: 768px) {
  .area {
    padding-top: 8%;
    padding-bottom: 30%;
  }
}
.area .asw-container {
  position: relative;
  background: url(/domestic/theme/ana-tabisagashi/images/bg_area_cloud.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .area .asw-container {
    background-image: url(/domestic/theme/ana-tabisagashi/images/bg_area_cloud_sp.png);
    background-position: 50% 0%;
    background-size: 90%;
  }
}
.area > .asw-container:after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  padding-top: 100%;
  animation: rotate 100s cubic-bezier(0.5, 0.51, 0.51, 0.52) infinite;
  transform-origin: center;
  background: url(/domestic/theme/ana-tabisagashi/images/bg_area.png) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 1280px) {
  .area > .asw-container:after {
    top: 17%;
  }
}
@media screen and (max-width: 767px) {
  .area > .asw-container:after {
    top: 8%;
  }
}
.area .asw-container__body {
  position: relative;
  z-index: 2;
}

.filter {
  margin: 40px auto 0;
  max-width: 1200px;
  min-height: 200px;
}
@media screen and (max-width: 767px) {
  .filter {
    min-height: auto;
  }
}
.filter-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 10px 0;
}
.filter-list:hover .filter-item {
  animation: none;
}
.filter-item {
  position: relative;
  width: 10.916%;
  padding-top: 11%;
  transform: translateY(0);
  background-repeat: no-repeat;
  background-size: 98%, 0;
}
@media screen and (max-width: 767px) {
  .filter-item {
    width: 22%;
    padding-top: 17%;
    animation: none !important;
    transform: none !important;
  }
}
.filter-item:hover {
  transform: scale(1.2);
  transform-origin: center;
}
.filter-item:nth-child(even) {
  transform: translateY(60px);
}
@media screen and (max-width: 767px) {
  .filter-item:nth-child(even) {
    transform: none !important;
  }
}
.filter-item:nth-child(even):hover {
  animation: none;
  transform: translateY(60px) scale(1.2);
  transform-origin: center;
}
.filter-item[aria-controls=hokkaido] {
  background-image: url(/domestic/theme/ana-tabisagashi/images/area_hokkaido.png), url(/domestic/theme/ana-tabisagashi/images/area_hokkaido_on.png);
}
@media screen and (max-width: 767px) {
  .filter-item[aria-controls=hokkaido] {
    background-image: url(/domestic/theme/ana-tabisagashi/images/area_hokkaido_sp.png), url(/domestic/theme/ana-tabisagashi/images/area_hokkaido_on_sp.png);
  }
}
.filter-item[aria-controls=hokkaido][aria-selected=true] {
  background-image: url(/domestic/theme/ana-tabisagashi/images/area_hokkaido_on.png);
}
@media screen and (max-width: 767px) {
  .filter-item[aria-controls=hokkaido][aria-selected=true] {
    background-image: url(/domestic/theme/ana-tabisagashi/images/area_hokkaido_on_sp.png);
  }
}
.filter-item[aria-controls=tohoku] {
  background-image: url(/domestic/theme/ana-tabisagashi/images/area_tohoku_niigata.png), url(/domestic/theme/ana-tabisagashi/images/area_tohoku_niigata_on.png);
}
@media screen and (max-width: 767px) {
  .filter-item[aria-controls=tohoku] {
    background-image: url(/domestic/theme/ana-tabisagashi/images/area_tohoku_niigata_sp.png), url(/domestic/theme/ana-tabisagashi/images/area_tohoku_niigata_on_sp.png);
  }
}
.filter-item[aria-controls=tohoku][aria-selected=true] {
  background-image: url(/domestic/theme/ana-tabisagashi/images/area_tohoku_niigata_on.png);
}
@media screen and (max-width: 767px) {
  .filter-item[aria-controls=tohoku][aria-selected=true] {
    background-image: url(/domestic/theme/ana-tabisagashi/images/area_tohoku_niigata_on_sp.png);
  }
}
.filter-item[aria-controls=kanto] {
  background-image: url(/domestic/theme/ana-tabisagashi/images/area_kanto.png), url(/domestic/theme/ana-tabisagashi/images/area_kanto_on.png);
}
@media screen and (max-width: 767px) {
  .filter-item[aria-controls=kanto] {
    background-image: url(/domestic/theme/ana-tabisagashi/images/area_kanto_sp.png), url(/domestic/theme/ana-tabisagashi/images/area_kanto_on_sp.png);
  }
}
.filter-item[aria-controls=kanto][aria-selected=true] {
  background-image: url(/domestic/theme/ana-tabisagashi/images/area_kanto_on.png);
}
@media screen and (max-width: 767px) {
  .filter-item[aria-controls=kanto][aria-selected=true] {
    background-image: url(/domestic/theme/ana-tabisagashi/images/area_kanto_on_sp.png);
  }
}
.filter-item[aria-controls=hokuriku] {
  background-image: url(/domestic/theme/ana-tabisagashi/images/area_hokuriku.png), url(/domestic/theme/ana-tabisagashi/images/area_hokuriku_on.png);
}
@media screen and (max-width: 767px) {
  .filter-item[aria-controls=hokuriku] {
    background-image: url(/domestic/theme/ana-tabisagashi/images/area_hokuriku_sp.png), url(/domestic/theme/ana-tabisagashi/images/area_hokuriku_on_sp.png);
  }
}
.filter-item[aria-controls=hokuriku][aria-selected=true] {
  background-image: url(/domestic/theme/ana-tabisagashi/images/area_hokuriku_on.png);
}
@media screen and (max-width: 767px) {
  .filter-item[aria-controls=hokuriku][aria-selected=true] {
    background-image: url(/domestic/theme/ana-tabisagashi/images/area_hokuriku_on_sp.png);
  }
}
.filter-item[aria-controls=kansai] {
  background-image: url(/domestic/theme/ana-tabisagashi/images/area_kansai.png), url(/domestic/theme/ana-tabisagashi/images/area_kansai_on.png);
}
@media screen and (max-width: 767px) {
  .filter-item[aria-controls=kansai] {
    background-image: url(/domestic/theme/ana-tabisagashi/images/area_kansai_sp.png), url(/domestic/theme/ana-tabisagashi/images/area_kansai_on_sp.png);
  }
}
.filter-item[aria-controls=kansai][aria-selected=true] {
  background-image: url(/domestic/theme/ana-tabisagashi/images/area_kansai_on.png);
}
@media screen and (max-width: 767px) {
  .filter-item[aria-controls=kansai][aria-selected=true] {
    background-image: url(/domestic/theme/ana-tabisagashi/images/area_kansai_on_sp.png);
  }
}
.filter-item[aria-controls=chushikoku] {
  background-image: url(/domestic/theme/ana-tabisagashi/images/area_chushikoku.png), url(/domestic/theme/ana-tabisagashi/images/area_chushikoku_on.png);
}
@media screen and (max-width: 767px) {
  .filter-item[aria-controls=chushikoku] {
    background-image: url(/domestic/theme/ana-tabisagashi/images/area_chushikoku_sp.png), url(/domestic/theme/ana-tabisagashi/images/area_chushikoku_on_sp.png);
  }
}
.filter-item[aria-controls=chushikoku][aria-selected=true] {
  background-image: url(/domestic/theme/ana-tabisagashi/images/area_chushikoku_on.png);
}
@media screen and (max-width: 767px) {
  .filter-item[aria-controls=chushikoku][aria-selected=true] {
    background-image: url(/domestic/theme/ana-tabisagashi/images/area_chushikoku_on_sp.png);
  }
}
.filter-item[aria-controls=kyushu] {
  background-image: url(/domestic/theme/ana-tabisagashi/images/area_kyushu.png), url(/domestic/theme/ana-tabisagashi/images/area_kyushu_on.png);
}
@media screen and (max-width: 767px) {
  .filter-item[aria-controls=kyushu] {
    background-image: url(/domestic/theme/ana-tabisagashi/images/area_kyushu_sp.png), url(/domestic/theme/ana-tabisagashi/images/area_kyushu_on_sp.png);
  }
}
.filter-item[aria-controls=kyushu][aria-selected=true] {
  background-image: url(/domestic/theme/ana-tabisagashi/images/area_kyushu_on.png);
}
@media screen and (max-width: 767px) {
  .filter-item[aria-controls=kyushu][aria-selected=true] {
    background-image: url(/domestic/theme/ana-tabisagashi/images/area_kyushu_on_sp.png);
  }
}
.filter-item[aria-controls=okinawa] {
  background-image: url(/domestic/theme/ana-tabisagashi/images/area_okinawa.png), url(/domestic/theme/ana-tabisagashi/images/area_okinawa_on.png);
}
@media screen and (max-width: 767px) {
  .filter-item[aria-controls=okinawa] {
    background-image: url(/domestic/theme/ana-tabisagashi/images/area_okinawa_sp.png), url(/domestic/theme/ana-tabisagashi/images/area_okinawa_on_sp.png);
  }
}
.filter-item[aria-controls=okinawa][aria-selected=true] {
  background-image: url(/domestic/theme/ana-tabisagashi/images/area_okinawa_on.png);
}
@media screen and (max-width: 767px) {
  .filter-item[aria-controls=okinawa][aria-selected=true] {
    background-image: url(/domestic/theme/ana-tabisagashi/images/area_okinawa_on_sp.png);
  }
}
.filter-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.area-button-item {
  display: none;
}
.area-button-item.active {
  display: block;
}

@media screen and (min-width: 1068px) {
  .asw-last-ghost .asw-button__inner {
    position: relative;
  }
  .asw-last-ghost .asw-button__inner:after {
    content: "";
    width: auto;
    min-width: 470px;
    margin-top: 16px;
    margin-left: 2%;
    margin-right: 2%;
  }
}


/* ---------------------------- 月タブ ---------------------------- */
.p_month {
  margin-top: 30px;
}
.p_monthColumn__item {
  max-width: auto;
  padding: 0;
}
@media (min-width: 769px) {
  .p_monthColumn__item.-ticket {
    margin-right: 2.6%;
  }
  .p_monthColumn__item.-tour {
    margin-left: 2.6%;
  }
}
.p_monthCnt_i{
  display: none;
}
.p_monthCnt_i.is_active{
  display: block;
}

/* ---------------------------- // 月タブ ---------------------------- */
/* ---------------------------- 月タブ（航空券） ---------------------------- */
.p_domFareBoxFareMin__item.empty .p_domFareBoxFare__price_i {
  color: inherit;
}
.p_domFareBoxFareMin__item.empty .p_domFareBoxFare__price_i.-yen {
  display: none;
}
.p_domFareBoxFare__label {
  width: 60px;
}
/* ---------------------------- // 月タブ（航空券） ---------------------------- */
/* ---------------------------- 月タブ（旅行） ---------------------------- */
.p_tourFareBoxFare__price.-price{}

.p_tourFareBox.gadget_error{}
.p_tourFareBox.gadget_error .p_tourFareBoxColumn__item{
  flex-shrink: 1;
  width: 19rem;
}
@media (max-width: 1023px) {
  .p_tourFareBox.gadget_error .p_tourFareBoxColumn__item.-vcenter{
    margin-top: 10px;
  }
  .p_tourFareBox.gadget_error .p_tourFareBoxColumn__item{
    width: auto;
  }
}
.p_tourFareBox.gadget_error .p_tourFareBoxFare__price .error_message{
  color: #666;
}

/* ---------------------------- // 月タブ（旅行） ---------------------------- */
@media screen and (min-width: 768px) {
  .asw-container__body--md {
    max-width: 993px;
  }
}
.p_ticketBox__item_i,
.p_tourFareBox__link {
  min-height: 169px;
  margin-top: 27px;
  padding: 19px 40px 20px 20px;
  border-radius: 20px;
  color: #00146E;
  background-color: #fff;
  background-position: calc(100% - 20px);
  border: 2px solid #00146e;
  box-shadow: 0px 5px 0px #00146e;
}
.area-kanto .p_ticketBox__item_i,
.area-kanto .p_tourFareBox__link,
.area-chushikoku .p_ticketBox__item_i,
.area-chushikoku .p_tourFareBox__link {
  min-height: 202px;
}
@media (hover: hover){
  button.p_ticketBox__item_i:hover,
  a.p_tourFareBox__link:hover {
    background-position-x: calc(100% - 10px);
  }
}
.p_domFareBoxFareMin__item.is_active,
.p_tourFareBoxFare__price,
.p_tourFareBoxFare__description {
  font-weight: bold;
}
.p_tourFareBoxFare__description {
  margin-bottom: 0;
}
.p_monthColumn__dt {
  margin-top: 0;
  padding: 20px 5px 19px;
}
.p_monthColumn__dt_i {
  padding-left: 0;
}
.p_monthColumn__dt_i::before {
  content: none;
}
.p_monthColumn {
  border-top: none;
  margin: 0;
  justify-content: center;
}
.marker .asw-headline__title {
  background-color: #ff9;
  display: inline-block;
}


/* ---------------------------------------------------------
  キャンペーン（縦並び）とスライダー
---------------------------------------------------------- */
.campaign {
  position: relative;
  padding-top: 5vw;
  padding-bottom: 5vw;
}
@media screen and (max-width: 767px) {
  .campaign {
    padding-top: 20%;
  }
}
.campaign:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 5vw;
  background: url(/domestic/theme/ana-tabisagashi/images/bg_blue_bottom.png) no-repeat 50% 0;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .campaign:before {
    height: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign:before {
    height: 11vw;
    background-image: url(/domestic/theme/ana-tabisagashi/images/bg_blue_bottom_sp.png);
  }
}
.campaign:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5vw;
  background: url(/domestic/theme/ana-tabisagashi/images/bg_yellow_top.png) no-repeat 50% 0;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .campaign:after {
    height: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign:after {
    height: 11vw;
    background-image: url(/domestic/theme/ana-tabisagashi/images/bg_yellow_top_sp.png);
  }
}
.campaign .asw-container {
  position: relative;
}
.campaign .asw-container.campaign-top:before, .campaign .asw-container.campaign-top:after {
  content: "";
  position: absolute;
  display: block;
}
.campaign .asw-container.campaign-top:before {
  top: -12vw;
  left: 10%;
  width: 13%;
  max-width: 240px;
  padding-top: 12%;
  background: url(/domestic/theme/ana-tabisagashi/images/carry.gif) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .campaign .asw-container.campaign-top:before {
    top: -44vw;
    left: 12%;
    width: 36.266%;
    padding-top: 33%;
  }
}
.campaign .asw-container.campaign-top:after {
  top: -9vw;
  right: 10%;
  width: 13%;
  max-width: 163px;
  padding-top: 9%;
  background: url(/domestic/theme/ana-tabisagashi/images/camera.gif) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .campaign .asw-container.campaign-top:after {
    top: -36vw;
    right: 14%;
    width: 24.533%;
    padding-top: 25%;
  }
}
.campaign .asw-container.campaign-bottom {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .campaign .asw-container.campaign-bottom {
    padding-bottom: 16%;
  }
}
.campaign .asw-container__body {
  position: relative;
  z-index: 2;
}
.campaign-list {
  margin-top: 60px;
}
.campaign-item {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .campaign-item {
    flex-direction: column;
  }
}
.campaign-item:not(:first-child) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .campaign-item:not(:first-child) {
    margin-top: 60px;
  }
}
.campaign-img {
  width: 47.82%;
  margin-right: 48px;
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #00146E;
  border-bottom-width: 6px;
}
@media screen and (max-width: 767px) {
  .campaign-img {
    width: auto;
    margin: 0;
  }
}
.campaign-img img {
  width: 100%;
}
.campaign-detail {
  flex: 1;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .campaign-detail {
    margin-top: 24px;
  }
}
.campaign-title {
  margin-top: 0;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .campaign-title {
    font-size: 20px;
  }
}
.campaign-text {
  font-size: 16px;
}
.campaign-slider-wrapper {
  margin-top: 125px;
  padding: 40px;
  background: #A8EDFF;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .campaign-slider-wrapper {
    margin-top: 90px;
    padding: 50px 14px;
    background: #44cdff;
  }
}
.campaign-slider-item {
  width: 31.8874%;
}
@media screen and (max-width: 767px) {
  .campaign-slider-item {
    width: 80%;
  }
}
.campaign-slider-item:not(:last-child) {
  margin-right: 2.083%;
}
.campaign-slider a:hover .campaign-slider-title {
  text-decoration: underline;
}
.campaign-slider-img {
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #00146E;
  border-bottom-width: 6px;
}
.campaign-slider-img img {
  width: 100%;
}
.campaign .swiper-button {
  padding: 40px;
}
.campaign .swiper-button .swiper-button-prev,
.campaign .swiper-button .swiper-button-next {
  top: 174px;
}
.campaign .swiper-button .swiper-button-prev {
  left: 1.5%;
}
.campaign .swiper-button .swiper-button-next {
  right: 1.5%;
}

.campaign-img a,
.campaign-slider-item a,
.app-item a, .bnr-item a {
  display: block;
}
.campaign-img a:hover img,
.campaign-slider-item a:hover img,
.app-item a:hover img, .bnr-item a:hover img {
  transform: scale(1.05);
  transition: transform 0.5s ease-in-out;
}

/* ---------------------------------------------------------
  キャンペーン（横並び）
---------------------------------------------------------- */
.campaign02-list {
  display: flex;
  gap: 48px;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .campaign02-list {
    flex-direction: column;
  }
}
.campaign02-item {
  width: 47.826%;
}

@media screen and (max-width: 767px) {
  .campaign02-item {
    width: auto;
  }
}
.campaign02-img {
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #00146E;
  border-bottom-width: 6px;
}
.campaign02-img img {
  width: 100%;
}
.campaign02-detail {
  margin-top: 32px;
  line-height: 1.5;
  text-align: center !important; 
}
@media screen and (max-width: 767px) {
  .campaign02-detail {
    margin-top: 24px;
  }
}
.campaign02-title {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .campaign02-title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1068px) {
  .cpn02-hidden-pctb {
    display: none !important;
  }
}

@media screen and (max-width: 1067px) {
  .cpn02-hidden-sp {
    display: none !important;
  }
}

.campaign02-text {
  font-size: 16px;
}

.cpn02-text-annotation {
	color: #6E6E6E;
    font-size:1.2rem;
}

.campaign02-item a {
  display: block;
}
.campaign02-item a:hover img {
  transform: scale(1.05);
  transition: transform 0.5s ease-in-out;
}
.campaign02-item {
  display: flex;
  flex-direction: column;
}
.campaign02-detail {
  display: contents;
}
.campaign02-detail > .ANA-3002 {
	margin-top: auto;
}
@media screen and (max-width: 1067px) {
 .campaign02-item .asw-button-full-width .asw-button__item > .asw-button__link {
  min-width: 90% !important;
 }
}



/* ---------------------------------------------------------
  予約
---------------------------------------------------------- */
.reserve .asw-container {
  margin-bottom: 0 !important;
}
.reserve > .asw-container, .reserve.asw-container {
  position: relative;
  padding-bottom: 10vw;
  background: #FFE978;
  /*&:before {
    content: "";
    position: absolute;
    top: -6vw;
    right: 0;
    width: 13%;
    width: 24%;
    padding-top: 11.2%;
    background: url(/domestic/theme/ana-tabisagashi/images/smartphone.gif) no-repeat center;
    background-size: contain;
    z-index: 3;
    @media screen and (min-width: 1700px) {
      background-position: 0 50%;
    }
    @media screen and (max-width: 1500px) {
      top: -10vw;
    }
    @include sp {
      top: -30vw;
      left: 0;
      width: 40.133%;
      max-width: 200px;
      margin: auto;
      padding-top: 43%;
    }
  }*/
}
@media screen and (max-width: 1280px) {
  .reserve > .asw-container, .reserve.asw-container {
    padding-top: 3%;
  }
}
@media screen and (max-width: 767px) {
  .reserve > .asw-container, .reserve.asw-container {
    padding-top: 16%;
    padding-bottom: 20%;
  }
}
.reserve > .asw-container:after, .reserve.asw-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5vw;
  background: url(/domestic/theme/ana-tabisagashi/images/bg_blue_top.png) no-repeat 50% 0;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .reserve > .asw-container:after, .reserve.asw-container:after {
    height: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .reserve > .asw-container:after, .reserve.asw-container:after {
    height: 11vw;
    background-image: url(/domestic/theme/ana-tabisagashi/images/bg_blue_top_sp.png);
  }
}

.module-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .module-wrap {
    margin-top: 30px;
  }
}

/* ---------------------------------------------------------
  アプリ
---------------------------------------------------------- */
.app {
  position: relative;
  background: #44CDFF;
}
@media screen and (max-width: 1280px) {
  .app .asw-container {
    padding-top: 4%;
  }
}
.app-list {
  display: flex;
  gap: 48px;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .app-list {
    flex-direction: column;
  }
}
.app-item {
  width: 47.826%;
}
@media screen and (max-width: 767px) {
  .app-item {
    width: auto;
  }
}
.app-img {
  overflow: hidden;
  border-radius: 20px;
  border: 2px solid #00146E;
  border-bottom-width: 6px;
}
.app-img img {
  width: 100%;
}
.app-detail {
  margin-top: 32px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .app-detail {
    margin-top: 24px;
  }
}
.app-title {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .app-title {
    font-size: 20px;
  }
}
.app a:hover .app-title {
  text-decoration: underline;
}
.app-text {
  font-size: 16px;
}

/* ---------------------------------------------------------
  マイル
---------------------------------------------------------- */
.mile {
  padding: 100px 0;
  background: #44CDFF;
}
@media screen and (max-width: 767px) {
  .mile {
    padding-top: 10%;
  }
}
.mile .bnr-list {
  margin-top: 60px;
  text-align: center;
}
.mile .bnr-list img {
  width: 100%;
}

/* ---------------------------------------------------------
  追従ボタン
---------------------------------------------------------- */
.fixed-nav {
  top: 72px;
  right: 0;
  height: 0;
  width: 6%;
  max-width: 96px;
  visibility: hidden;
  transition: 0.3s opacity;
  opacity: 0;
  z-index: 999;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .fixed-nav {
    top: auto;
    bottom: 57px;
    left: 0;
    right: 0;
    width: auto;
    max-width: inherit;
    height: 0;
    margin-left: 0;
  }
}
.fixed-nav.is-show {
  position: fixed;
  visibility: visible;
  opacity: 1;
}
.fixed-nav.is-bottom {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s opacity;
}
.fixed-nav-list {
  position: relative;
  height: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .fixed-nav-list {
    display: flex;
    height: auto;
    transform: translateY(-99%);
  }
}
.fixed-nav-item {
  overflow: hidden;
  position: relative;
  margin-left: auto;
  width: 100%;
  z-index: 998;
}
@media screen and (max-width: 767px) {
  .fixed-nav-item {
    padding-top: 18.5% !important;
  }
}
.fixed-nav-item:not(:last-child) {
  margin-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .fixed-nav-item:not(:last-child) {
    margin-bottom: 0;
  }
}
.fixed-nav-item.fixed-nav-reserve {
  padding-top: 352.0833%;
  background-image: url(/domestic/theme/ana-tabisagashi/images/fixed_nav_reserve_05.png), url(/domestic/theme/ana-tabisagashi/images/fixed_nav_reserve_05.png), url(/domestic/theme/ana-tabisagashi/images/fixed_nav_reserve_05.png), url(/domestic/theme/ana-tabisagashi/images/fixed_nav_reserve_05.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain, 0, 0, 0;
  animation: reserveAnime 0.6s alternate infinite both;
}
@media screen and (max-width: 767px) {
  .fixed-nav-item.fixed-nav-reserve {
    width: 50%;
    margin-bottom: -2px;
    background-image: url(/domestic/theme/ana-tabisagashi/images/fixed_nav_reserve_05_sp.png), url(/domestic/theme/ana-tabisagashi/images/fixed_nav_reserve_05_sp.png), url(/domestic/theme/ana-tabisagashi/images/fixed_nav_reserve_05_sp.png), url(/domestic/theme/ana-tabisagashi/images/fixed_nav_reserve_05_sp.png);
    z-index: 9;
  }
}
.fixed-nav-item.fixed-nav-campaign {
  padding-top: 288.5416%;
  /*background-image: url(/domestic/theme/ana-tabisagashi/images/fixed_nav_campaign_01.png),
                    url(/domestic/theme/ana-tabisagashi/images/fixed_nav_campaign_02.png);*/
  /*background-image: url(/domestic/theme/ana-tabisagashi/images/fixed_nav_campaign_5bai_03.png), url(/domestic/theme/ana-tabisagashi/images/fixed_nav_campaign_5bai_03.png);*/
  background-image: url(/domestic/theme/ana-tabisagashi/images/fixed_nav_campaign_05.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain, 0;
}
@media screen and (max-width: 767px) {
  .fixed-nav-item.fixed-nav-campaign {
    width: 50%;
    /*background-image: url(/domestic/theme/ana-tabisagashi/images/fixed_nav_campaign_01_sp.png),
                      url(/domestic/theme/ana-tabisagashi/images/fixed_nav_campaign_02_sp.png);*/
    /*background-image: url(/domestic/theme/ana-tabisagashi/images/fixed_nav_campaign_5bai_03_sp.png), url(/domestic/theme/ana-tabisagashi/images/fixed_nav_campaign_5bai_03_sp.png);*/
	background-image: url(/domestic/theme/ana-tabisagashi/images/fixed_nav_campaign_05_sp.png);
    z-index: -1;
  }
}
.fixed-nav-item .fixed-nav-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}/*# sourceMappingURL=style.css.map */