/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * top.scss
 */
/* layout
--------------------------------------------------*/
#main {
  position: relative;
  height: 100vh;
}

#main #mainVisual .slider {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* pager */
}

#main #mainVisual .slider .slick-list {
  height: 100%;
  overflow: hidden;
}

#main #mainVisual .slider .slick-track {
  height: 100%;
  overflow: hidden;
}

#main #mainVisual .slider .slick-slide {
  overflow: hidden;
}

#main #mainVisual .slider .slick-slide.show {
  opacity: 1 !important;
}

#main #mainVisual .slider .slick-slide.show .image {
  transform: scale(1.0);
}

#main #mainVisual .slider .item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

#main #mainVisual .slider .item .image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(1.001);
  -webkit-transition: 15s ease 0.1s;
  -moz-transition: 15s ease 0.1s;
  -o-transition: 15s ease 0.1s;
  -ms-transition: 15s ease 0.1s;
  transition: 15s ease 0.1s;
}

#main #mainVisual .slider .item .image.sp {
  display: none;
}

#main #mainVisual .slider .item .image img {
  display: none;
}

/*Facebook ----------*/
.fb-container {
  display: flex;
  justify-content: right;
  max-width: 100%;
  overflow: hidden;
}

.fb-page {
  width: 100% !important;
  max-width: 650px;
}

@media only screen and (min-width: 769px) {
  #main #mainVisual .slider .item__cap {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    bottom: 0;
    padding: 3rem 3rem 6rem;
    color: #ffffff;
    font-size: 2.8rem;
    line-height: 1.4;
    font-family: "Noto Serif JP";
    font-weight: 500;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  }
}

@media only screen and (max-width: 768px) {
  #main #mainVisual .slider .item__cap {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    padding: 3rem 3rem 6rem;
    color: #ffffff;
    font-size: 2.8rem;
    line-height: 1.4;
    font-family: "Noto Serif JP";
    font-weight: 500;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  }
}

#main #mainVisual .slider .slick-next {
  right: 3rem;
}

#main #mainVisual .slider .slick-prev {
  left: 3rem;
}

#main #mainVisual .slider .slick-dots {
  position: absolute;
  z-index: 2;
  bottom: 3rem;
  left: 3rem;
}

#main #mainVisual .scroll {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  height: 8rem;
  width: 5rem;
  animation: scrollLine 2s ease-in-out infinite normal;
}

@-webkit-keyframes scrollLine {
  50% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(0%);
  }
}

@-moz-keyframes scrollLine {
  50% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(0%);
  }
}

@-o-keyframes scrollLine {
  50% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(0%);
  }
}

@-ms-keyframes scrollLine {
  50% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes scrollLine {
  50% {
    transform: translateY(-10%);
  }

  100% {
    transform: translateY(0%);
  }
}

#main #mainVisual .scroll .txt {
  position: absolute;
  font-family: "arial";
  line-height: 1;
  transform: rotate(-90deg);
  transform-origin: 0;
  left: 50%;
  bottom: 2rem;
  white-space: nowrap;
  color: #fff;
}

#main #mainVisual .scroll .arw {
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  margin-left: -0.8rem;
}

#main #mainVisual .scroll .arw:before {
  display: block;
  font-family: 'icomoon' !important;
  /*speak: none;*/
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e900';
  font-size: 1rem;
  transform: scale(0.6);
  color: #fff;
}

/* SP */
@media only screen and (max-width: 768px) {
  #main {
    position: relative;
    height: auto;
  }

  #main #mainVisual .slider .item .image.pc {
    display: none;
  }

  #main #mainVisual .slider .item .image.sp {
    display: block;
  }

  #main #mainVisual .slider .item__cap {
    padding: 2rem 4rem 6rem 2rem;
    font-size: 2.6rem;
  }

  #main #mainVisual .slider .slick-next {
    display: none !important;
  }

  #main #mainVisual .slider .slick-prev {
    display: none !important;
  }
}

.top-section.destination {
  padding-top: 5rem;
}

.top-section.destination:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 106.6rem;
  height: 50.8rem;
  top: -8rem;
  right: -9rem;
  background: url(../imgs/common/bg_map.svg) no-repeat center center;
  background-size: contain;
}

.top-section.destination .destination__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top-section.destination .destination__list .item {
  width: 33.3333%;
  position: relative;
}

.top-section.destination .destination__list .item a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  font-family: "arial";
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
}

.top-section.destination .destination__list .item__txt {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 2rem;
  box-sizing: border-box;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.top-section.destination .destination__list .item__txt span {
  font-size: 2rem;
}

/* SP */
@media only screen and (max-width: 768px) {
  .top-section.destination {
    padding-top: 3rem;
  }

  .top-section.destination:before {
    width: 33.4rem;
    height: 16rem;
    top: -5rem;
    right: 0;
  }

  .top-section.destination .destination__list .item {
    width: 50%;
  }

  .top-section.destination .destination__list .item a {
    font-size: 1.8rem;
  }

  .top-section.destination .destination__list .item__txt {
    padding: 1rem;
  }

  .top-section.destination .destination__list .item__txt span {
    font-size: 1.4rem;
  }
}