@charset "UTF-8";
/* ================================================================

制作コンテンツ

info:
- レスポンシブの場合は、ブレイクポイント 768px で記述してください。
- SP用CSSを先に記述する方法を推奨します。下記の記述は例です。
- PCのみの場合は、記述を削除してください。

================================================================ */
/* SP用CSSの記述 */
/* PC、Tablet用CSSの記述 */
/*====================================
basic
====================================*/
img {
  display: block;
}

@media (any-hover: hover) {
  .hover:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }
}

/* headernavi */
#click {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 9999;
}

#top {
  position: relative;
}

.credit {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  margin: 0;
  padding: 0;
}

.container.headernavi {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  height: 90px;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.9);
}

.container.headernavi.active {
  position: fixed;
  top: 0;
}

.inner.headernavi {
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner.headernavi ul {
  display: flex;
  justify-content: center;
}

.inner.headernavi ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.inner.headernavi ul li + li {
  margin-left: 30px;
}

.btn-01 + .btn-02,
.btn-02 + .btn-03 {
  margin-left: 35px;
}

main {
  overflow: hidden;
}

.inner {
  max-width: 990px;
  margin: 0 auto;
  position: relative;
}

.mv {
  position: relative;
}

.mv .inner {
  max-width: 1200px;
}

.mv .image {
  position: relative;
}

.mv .image .txt {
  position: relative;
  z-index: 2;
}

.mv .image .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.mv .image .link01 {
  position: absolute;
  right: 71px;
  top: 29px;
  z-index: 3;
}

.mv .image .link02 {
  position: absolute;
  right: 71px;
  top: 148px;
  z-index: 3;
}

.mv_images {
  position: absolute;
  top: 261px;
  left: 330px;
  width: 686px;
  height: 321px;
  overflow: hidden;
  z-index: 0;
}

.mv_images .js_fade_slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.mv_images .js_fade_slider img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
}

.mv_images .js_fade_slider img:first-child {
  display: block;
}

.mv_slider01 {
  position: absolute;
  left: 77px;
  top: 55px;
  z-index: 1;
}

.mv_slider01 .flow_images_vertical {
  height: 620px;
  overflow: hidden;
  position: relative;
}

.mv_slider01 .flow_images_vertical .flow_wrap {
  animation: image-slide-vertical 50s linear infinite;
}

.mv_slider01 .flow_images_vertical .image {
  display: block;
}

.mv_slider01 .flow_images_vertical .image .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.mv_slider01 .flow_images_vertical .image img {
  width: 100%;
  height: auto;
  display: block;
}

.mv_slider01 img {
  width: 100%;
}

.mv_slider02 {
  position: absolute;
  left: 0;
  bottom: 4px;
  height: 180px;
  z-index: 3;
}

.mv_slider02 ul {
  display: flex;
  align-items: flex-start;
}

.mv_slider02 ul li {
  margin: 0 2px;
}

.mv_slider02 ul li a {
  aspect-ratio: 242 / 180;
  display: block;
  width: 242px;
  position: relative;
}

.mv_slider02 ul li a::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  margin: auto;
  width: 109px;
  height: 37px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}

.mv_slider02 ul li a .img {
  width: 100%;
  display: block;
}

.mv_slider02 ul li a .txt {
  height: 42px;
  width: 100%;
  background: #f06731;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mv_slider02 ul li a .txt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  margin: auto;
  background: url(../images/arrow.svg) left center no-repeat;
  background-size: contain;
  width: 6px;
  height: 10px;
}

.mv_slider02 ul li.--craft a::after {
  background-image: url(../images/txt_craft.svg);
}

.mv_slider02 ul li.--sightseeing a::after {
  background-image: url(../images/txt_sightseeing.svg);
}

.mv_slider02 ul li.--activity a::after {
  background-image: url(../images/txt_activity.svg);
}

.mv_slider02 ul li:nth-child(even) a .txt {
  background: #7ebbac;
}

.mv_slider02 .loop-slider {
  overflow: hidden;
  width: 100%;
}

.mv_slider02 .loop-track {
  display: flex;
  white-space: nowrap;
  animation: loopMove 70s linear infinite;
}

.block_items {
  position: relative;
}

.block_items .inner {
  max-width: 1200px;
}

.block_items_bnr {
  display: flex;
  justify-content: center;
  margin: 32px 0 45px;
}

.block_items .flex {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 30px;
  place-content: center;
}

.block_items .flex .item {
  position: relative;
}

.block_items .flex .item:nth-child(even)::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 1px;
  width: 299px;
  height: 364px;
  background: #faf5f9;
  margin: auto;
  z-index: 0;
}

.block_items .flex .item .link {
  position: absolute;
  right: 18px;
  top: -7px;
  z-index: 3;
  width: 300px;
}

.block_items .flex .item .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.block_items .flex .item .img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 67px;
  z-index: 1;
}

.block_items .flex .item .txt {
  position: relative;
  z-index: 2;
}

@keyframes image-slide-vertical {
  100% {
    transform: translateY(-50%);
  }
}

@keyframes loopMove {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.bnr_area {
  margin-top: 42px;
  padding-bottom: 65px;
}

.bnr_area .inner {
  max-width: 950px;
  margin: 0 auto;
}

.bnr_area .blk01 dt {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.bnr_area .blk01 ul {
  display: flex;
  justify-content: center;
}

.bnr_area .blk01 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.bnr_area .blk01 ul li .t1 {
  margin-bottom: 6px;
  display: flex;
  justify-content: center;
}

.bnr_area .blk01 ul li + li {
  margin-left: 50px;
}

.bnr_area .blk02 {
  margin-top: 36px;
}

.bnr_area .blk02 dl dt {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.bnr_area .blk02 dl dd ul {
  display: flex;
  justify-content: center;
}

.bnr_area .blk02 dl dd ul li + li {
  margin-left: 37px;
}

.bnr_area .blk03 {
  margin-top: 32px;
}

.bnr_area .blk03 dl dt {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.bnr_area .blk03 dl dd ul {
  display: flex;
  justify-content: center;
}

.bnr_area .blk03 dl dd ul li + li {
  margin-left: 37px;
}

.pagetop {
  position: fixed;
  bottom: 40px;
  right: -80px;
  z-index: 9999;
  width: 80px;
  height: 67px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.pagetop.active {
  right: 0;
}

.globalFooter-lead {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

.fadeup {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1.8s ease, transform 1.8s ease;
}

.fadeup.in-view {
  opacity: 1;
  transform: translateY(0);
}
