@charset "utf-8";

/* Common
----------------------------------------------------------------- */
.header {
  transform: translateY(-100%);
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header.is-visible {
  transform: translateY(0);
}
.main {
  overflow: hidden;
}
.section-heading {
  color: var(--blue);
  font-weight: 600;
  font-size: min(2.215rem, 8.71794vw);
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
}
.section-lead {
  margin-top: 0.25em;
  font-weight: 500;
  font-size: 1rem;
}
.button {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .main {
    overflow: visible;
  }
  .section-heading {
    position: relative;
    z-index: 5;
    font-size: 3.5rem;
  }
  .section-lead {
    font-size: 2rem;
  }
  .button {
    text-align: left;
  }
}


/* Firstview
----------------------------------------------------------------- */
.firstview {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
}
.firstview-slide {
  width: 100%;
  height: 100svh;
  padding-bottom: 80px !important;
}
.firstview .swiper-wrapper {
  overflow: hidden;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.firstview .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .swiper-pagination-bullet {
  opacity: 1;
  width: 32px;
  height: 32px;
  border: 2px solid var(--blue);
  background: #F0F3F5;
  transition: all 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
.main .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.main .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 15px;
}
.main .swiper-pagination-bullet-active {
  background: var(--blue);
  transform: scale(1.1);
}
.firstview-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 0 4.61538vw calc(25.64102vw + 80px);
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  pointer-events: none;
}
.firstview-heading {
  font-size: clamp(20px, 8.46153vw, 64px);
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.firstview-lead {
  font-size: clamp(15px, 3.84615vw, 36px);
  font-weight: 500;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .firstview-content {
    padding: 0 6.15384vw 13.69047vw;
  }
  .firstview-slide {
    padding-bottom: 5.95238vw !important;
  }
  .firstview-lead {
    font-size: min(38px, 2.96875vw);
  }
}


/* Toyama
----------------------------------------------------------------- */
.toyama-content {
  padding: 4rem 6.15384vw 0;
}
.toyama-content .button {
  position: relative;
  z-index: 6;
  margin-top: 1.5rem;
}
.toyama-content .button a {
  max-width: 360px;
  height: 66px;
  padding: 0 60px 0 30px;
  font-size: 1.125rem;
}
.toyama-content .button a::before {
  top: calc(50% - 25px);
  right: 10px;
  width: 50px;
  height: 50px;
}
.toyama-content .button a::after {
  top: calc(50% - 6px);
  right: 27px;
  width: 16px;
  height: 12px;
}
.toyama-content .figure {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 374px) {
  .toyama-content .button a {
    text-align: left;
  }
  .toyama-content .button br {
    display: none;
  }
}
@media screen and (min-width: 374px) and (max-width: 389px) {
  .toyama-content .button a {
    padding-left: 5.33333vw;
  }
}
@media screen and (min-width: 460px) {
  .toyama-content .section-heading br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .introduction .inner {
    padding: 0 6.15384vw;
  }
  .toyama-content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 140px 0 60px;
  }
  .toyama-content .button a {
    max-width: 514px;
    height: 76px;
    font-size: 1.5rem;
  }
  .toyama-content .button a::before {
    top: calc(50% - 30px);
    right: 12px;
    width: 60px;
    height: 60px;
  }
  .toyama-content .button a::after {
    top: calc(50% - 7px);
    right: 32px;
    width: 19px;
    height: 14px;
  }
  .toyama-content .figure {
    position: absolute;
    top: 50%;
    right: -5%;
    z-index: 1;
    width: 512px;
    max-width: inherit;
    height: auto;
    transform: translateY(-40%);
  }
}
@media screen and (min-width: 1200px) {
  .section-heading {
    font-size: 3.5rem;
  }
  .section-lead {
    font-size: 2rem;
  }
  .toyama-content .figure {
    width: 632px;
    height: 569px;
  }
}

.map-content {
  overflow-x: auto;
  position: relative;
  height: 434px;
}
.swipe-hint {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.75);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  color: #FFF;
  font-weight: 500;
  font-size: 0.8125rem;
  pointer-events: none;
}
.hide-hint {
  opacity: 0 !important;
  visibility: hidden;
}
.map-img {
  display: flex;
  justify-content: center;
  overflow-x: auto;
  text-align: center;
}
.map-img picture {
  display: block;
  width: 768px;
  height: 434px;
}
.map-img img {
  max-width: inherit;
  width: auto;
  height: 434px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .map-content {
    position: relative;
    overflow-x: visible;
    height: 632px;
  }
  .map-content::after {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: 50vw;
    height: 100%;
    background: var(--gray);
    content: '';
  }
  .swipe-hint {
    display: none;
  }
  .map-img {
    overflow: hidden;
    border-radius: 40px;
  }
  .map-img picture {
    width: auto;
    height: 632px;
  }
  .map-img img {
    height: 632px;
    border-radius: 40px;
  }
}


/* Seasons
----------------------------------------------------------------- */
.seasons .inner {
  overflow: hidden;
  padding: 4rem 0;
}
.seasons .section-heading {
  text-align: center;
}
.seasons-grid {
  width: 285px;
  margin: 2rem auto 0;
  padding-bottom: 80px !important;
}
.seasons-grid.swiper {
  overflow: visible;
}
.season-item {
  overflow: hidden;
  width: 285px;
  border-radius: 20px;
}
.season-item video {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .seasons .inner {
    padding: 140px 6.15384vw 100px;
    background: url(../img/bg-seasons.jpg) no-repeat center top;
  }
  .seasons-grid {
    width: 100%;
    margin-top: 50px;
  }
  .seasons-grid .swiper-wrapper {
    display: flex;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .season-item {
    width: calc((100% - 60px) / 4) !important;
  }
  .seasons-grid .swiper-pagination {
    display: none;
  }
}


/* Top 10
----------------------------------------------------------------- */
.top-10 {
  overflow: hidden;
  padding: 4rem 0 3rem;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background: linear-gradient(#2B4272 0%, #162139 100%);
}
.top-10 .section-heading {
  color: #FFF;
  text-align: center;
}
.top-10 .button {
  padding: 0 6.15384vw;
}

.sp-slider-1,
.sp-slider-2,
.sp-slider-3 {
  display: flex;
  gap: 8px;
  width: max-content;
  height: 26.66666vw;
  margin-top: 12px;
}
.sp-slider-2 {
  flex-direction: row-reverse;
}
.sp-slider-1 .slider-wrapper,
.sp-slider-3 .slider-wrapper {
  display: flex;
  gap: 8px;
  animation: infinity-scroll 30s linear infinite both;
}
.sp-slider-2 .slider-wrapper {
  display: flex;
  gap: 8px;
  animation: reverse-scroll 30s linear infinite both;
}
.top-10 .u-hidden-pc .slider-wrapper {
  transition-timing-function: linear;
}
@keyframes infinity-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes reverse-scroll {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.top-10 .slider-item {
  width: auto !important;
}
.top-10 .slider-item a {
  display: block;
  width: auto !important;
  height: 26.66666vw !important;
  color: #FFF;
}
.top-10 .slider-item img {
  width: auto !important;
  max-width: inherit !important;
  height: 26.66666vw !important;
  border-radius: 20px;
}
.top-10 .slider-item span {
  position: absolute;
  right: 3em;
  bottom: 2em;
  left: 3em;
  width: calc(100% - 6em);
  font-size: 0;
  line-height: 1.5;
  text-align: right;
}
.top-10 .button a {
  border-color: #162139;
}
@media screen and (min-width: 768px) {
  .top-10 {
    height: 63.09523vw;
    max-height: 1060px;
    margin-top: -40px;
    padding: 0 5.71428vw;
    border-radius: 40px;
  }
  .top-10 .inner {
    position: relative;
  }
  .top-10 .section-heading {
    position: absolute;
    right: 0;
    bottom: 28.08988vw;
    width: calc(100% - 54.68163vw);
    font-size: 3rem;
    text-align: center;
  }
  .top-10-content {
    height: 63.09523vw;
    max-height: 1060px;
  }
  .top-10-list {
    position: relative;
    width: 54.68163vw;
    max-width: 812px;
    height: 63.09523vw;
    max-height: 1060px;
  }
  .pc-slider-1,
  .pc-slider-2 {
    width: 26.40449vw;
    max-width: 396px;
    margin: 0 !important;
    overflow: hidden;
  }
  .pc-slider-2 {
    position: absolute !important;
    top: 0;
    right: 0;
  }
  .pc-slider-1 .slider-wrapper {
    display: grid;
    gap: 20px;
    animation: vertical-scroll 60s linear infinite both;
    margin-top: 20px;
  }
  .pc-slider-2 .slider-wrapper {
    display: grid;
    gap: 20px;
    animation: revertical-scroll 60s linear infinite both;
    margin-top: 20px;
  }
  @keyframes vertical-scroll {
    0% {
      transform: translateY(0%);
    }
    100% {
      transform: translateY(-100%);
    }
  }
  @keyframes revertical-scroll {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0%);
    }
  }
  .top-10 .slider-item {
    position: relative;
    width: 100% !important;
  }
  .top-10 .slider-item a {
    display: block;
    width: 100% !important;
    height: auto !important;
    color: #FFF;
  }
  .top-10 .slider-item img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 20px;
  }
  .top-10 .button {
    position: absolute;
    bottom: 15.9176vw;
    right: 0;
    width: calc(100% - 54.68163vw);
    padding: 0;
    text-align: center;
  }
}
@media screen and (min-width: 1070px) {
  .top-10 .slider-item span {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1200px) {
  .top-10 .section-heading {
    bottom: 298px;
  }
  .top-10 .button {
    bottom: 170px;
  }
}

/* Articles
----------------------------------------------------------------- */
.articles {
  position: relative;
  margin-top: -40px;
  padding: 6rem 6.15384vw;
}
.articles::before {
  opacity: 0.08;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(#62e648 0%, #8eddff 95%, #fff 100%);
  content: '';
}
.archive-catch {
  display: none;
}
.archive-body {
  margin: 1rem -6.15384vw 0;
}
.archive-body .article {
  position: relative;
  margin-top: 1rem;
  padding: 0.5em 9.48717vw 1em;
}
.archive-body .article + .article {
  margin-top: 5rem;
}
.archive-body .article::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 3.07692vw;
  max-width: 12px;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(#62e648 0%, #8eddff 100%);
  content: '';
}
p.article-title {
  width: 158px;
  height: 152px;
  margin: 0 0 3rem 6.15384vw;
  background: url(../img/txt-amazing-toyama.svg) no-repeat center center / contain;
  font-size: 0;
}
.archive-body .article-image {
  height: 142.05128vw;
  max-height: 554px;
  margin: 0 -9.48717vw;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.16));
}
.article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .archive-catch {
    display: block;
    float: left;
    position: sticky;
    top: 100px;
    margin-left: -300px;
  }
  .archive-body {
    position: relative;
    max-width: 1340px;
    margin: 0 auto;
    padding-left: 300px;
  }
  .archive-body .article {
    max-width: 910px;
    padding: 20px 0 20px 60px;
  }
  .archive-body .article-image {
    height: auto;
    max-height: inherit;
    margin: 0;
  }
  .archive-body .article-image img {
    border-radius: 20px;
  }
  p.article-title {
    display: none;
  }
}

article .heading {
  margin-bottom: 1em;
  color: var(--blue);
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  font-family: 'Montserrat', sans-serif;
}
.archive-body article .heading {
  font-size: 1.5rem;
}
.article-lead .heading {
  font-size: 1.5rem;
}
article h3 {
  margin-top: 3em;
  margin-bottom: 1.5em;
  color: var(--blue);
  font-weight: 600;
  line-height: 1.4;
}
article h3.has-border {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2em;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .article-section {
    max-width: 1040px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .article-section:not(:has(.article-lead)) {
    padding: 100px 0 80px;
  }
  article .heading {
    font-size: 2rem;
  }
  .archive-body article .heading {
    font-size: 2.375rem;
  }
  .article-lead .heading {
    max-width: 780px;
    margin: 0 auto;
    font-size: 2.375rem;
  }
  article h3 {
    margin-top: 3.5em;
    margin-bottom: 2em;
    font-size: 1.375rem;
  }
}

.article-profile {
  margin-top: 2.5rem;
}
.article-profile .flex-item:has(img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-profile figure {
  overflow: hidden;
  width: 61.02564vw;
  height: 61.02564vw;
  margin-bottom: 0;
  border-radius: 50%;
}
.article-profile figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archive-body article h3,
.article-profile h3 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: var(--dark);
  font-weight: 700;
  font-size: 1.125rem;
}
.article-profile h3 {
  font-size: 1.25rem;
}
.article-profile .flex .flex-item p {
  margin-top: 1em;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.65;
}
.article-profile + .article-content {
  margin-top: 1.5em;
}
.article-profile + .article-content p {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .archive-body article h3 {
    margin-top: 0;
    font-size: 1.5rem;
  }
  .article-profile .flex {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
  .archive .article-profile .flex {
    margin-left: 3rem;
  }
  .article-profile .flex .flex-item:has(img) {
    width: 184px;
  }
  .article-profile .flex .flex-item:has(p) {
    width: calc(100% - 184px - 2rem);
  }
  .article-profile figure {
    width: 184px;
    height: 184px;
  }
  .article-profile .flex .flex-item p {
    margin-top: 0;
    font-size: 1.25rem;
  }
  .article-profile + .article-content {
    margin-top: 2.5rem;
  }
  .article-profile + .article-content p {
    font-size: 1rem;
  }
  .archive-body .button {
    text-align: right;
  }
}


/* Travel Tips
----------------------------------------------------------------- */
.travel-smart {
  padding: 4rem 6.15384vw;
  background: var(--gray);
  text-align: center;
}
.movie-grid {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 248px;
  margin: 2rem auto 0;
}
.movie-item {
  overflow: hidden;
  width: 248px;
  border-radius: 20px;
}
.movie-item video {
  width: 100%;
  height: auto;
  border-radius: 20px;
  vertical-align: middle;
}
.travel-tips {
  padding: 4rem 0;
}
.tips-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 5rem;
}
.tip-item {
  width: calc(50% - 1rem);
}
.tip-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31.53846vw;
  max-width: 124px;
  height: 31.53846vw;
  max-height: 124px;
  background: linear-gradient(135deg, #2B4272 0%, #162139 100%);
  border-radius: 50%;
  margin: 0 auto;
}
.tip-title {
  margin-top: 0.5em;
  font-weight: 500;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .movie-grid {
    flex-direction: row;
    width: 618px;
  }
  .movie-item {
    width: 285px;
  }
  .tips-list {
    justify-content: center;
    gap: 2em 1em;
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
  }
  .tip-item {
    width: 140px;
  }
  .tip-icon {
    width: 120px;
    height: 120px;
  }
  .tip-title {
    font-size: 1rem;
    white-space: nowrap;
  }
  .travel-smart .button {
    text-align: center;
  }
}


/* Instagram
----------------------------------------------------------------- */
.instagram .inner {
  padding: 4rem 6.15384vw 2rem;
}
.instagram .section-heading {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  text-align: center;
}
.instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
.instagram-item {
  aspect-ratio: 1;
  border-radius: 8px;
  overflow: hidden;
}
.instagram-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagram_data {
	display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 4.61538vw;
}
.instagram_data li:nth-child(n + 7) {
  display: none;
}
.instagram_data li a {
	display: block;
	position: relative !important;
	width: 100%;
  border-radius: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.instagram_data li a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.instagram .button {
  margin-top: 2.5rem;
}
.instagram .button a {
  max-width: inherit;
  height: 46px;
  padding: 0 50px 0 25px;
  border: 0;
  background: linear-gradient(25deg, #F6CE44 0%, #E4346D 35%, #EA34A5 70%, #4E55A5 90%);
  font-weight: 600;
  font-style: italic;
  font-size: 0.75rem;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif;
  text-align: left;
}
.instagram .button a:hover {
  color: #FFF;
}
.instagram .button a::before {
  top: calc(50% - 8.5px);
  right: 28px;
  width: 17px;
  height: 17px;
  background: url(../img/logo-instagram.svg) no-repeat center center / contain;
}
.instagram .button a::after {
  top: calc(50% - 5px);
  right: 12px;
  width: 6px;
  height: 10px;
  background: url(../img/icon-arrow-instagram.svg) no-repeat center center / contain;
}
@media screen and (min-width: 768px) {
  .instagram .inner {
    padding: 70px 6.15384vw 60px;
  }
  .instagram .section-heading {
    margin-bottom: 3rem;
    font-size: 3.5rem;
  }
  .instagram_data {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 0;
  }
  .instagram_data li {
    padding: 16px;
  }
  .instagram_data li:nth-child(1),
  .instagram_data li:nth-child(3),
  .instagram_data li:nth-child(5),
  .instagram_data li:nth-child(8),
  .instagram_data li:nth-child(10) {
    width: 20%;
  }
  .instagram_data li:nth-child(2),
  .instagram_data li:nth-child(4),
  .instagram_data li:nth-child(6),
  .instagram_data li:nth-child(7),
  .instagram_data li:nth-child(9),
  .instagram_data li:nth-child(11) {
    width: 13.3%;
  }
  .instagram_data li:nth-child(n + 7) {
    display: block;
  }
  .instagram_data li:nth-child(1) {
    margin-bottom: 24px;
  }
  .instagram_data li:nth-child(3) {
    margin-bottom: 36px;
  }
  .instagram_data li:nth-child(5) {
    margin-bottom: 12px;
  }
  .instagram_data li:nth-child(6) {
    margin-bottom: 42px;
  }
  .instagram_data li:nth-child(7) {
    margin-top: 24px;
    margin-bottom: auto;
  }
  .instagram_data li:nth-child(9) {
    margin-top: -12px;
    margin-bottom: auto;
  }
  .instagram_data li:nth-child(10) {
    margin-top: 24px;
    margin-bottom: auto;
  }
  .instagram_data li:nth-child(11) {
    margin-top: 42px;
    margin-bottom: auto;
  }
  .instagram .button {
    margin-top: 70px;
    text-align: center;
  }
  .instagram .button a {
    justify-content: center;
    max-width: 480px;
    height: 64px;
    margin: 0 auto;
    font-size: 0.875rem;
  }
  .instagram .button a::before {
    top: calc(50% - 12px);
    right: 70px;
    width: 24px;
    height: 24px;
  }
  .instagram .button a::after {
    top: calc(50% - 6px);
    right: 18px;
    width: 7px;
    height: 12px;
  }
}

