/*
Theme Name: PieceInnovation for gottolatour
Theme URL: https://www.pieceinnovation.jp
Description: gottoism様のオリジナルテーマ
Author: 株式会社PieceInnovation-ArakawaTakahiro
Version: 1.0
Tags: original,
License: テーマのライセンス
License URI: テーマのライセンスのURI
*/
/* Loading Block */
@import url('https://fonts.googleapis.com/css?family=Merienda');

h1 {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 25;
  font-style: normal;
}

/* #loading {
  width: 100vw;
  height: 100vh;
  transition: all 3s;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999999999;
}

.spinner {
  width: 100px;
  height: 100px;
  margin: 40vh auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
} */

.loader {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #F4F3EF;
  justify-content: center;
  z-index: 9999999999999;
}

.logo {
  width: 250px;
  height: auto;
  opacity: 0;
  animation: fadeInLogo 1s 3s forwards, fadeOutLogo 3s 4s forwards;
  /* フェードインを遅らせる */
}

.fog {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  /* ダークグレーの霧 */
  backdrop-filter: blur(5px);
  animation: clearFog 1s 2s forwards;
}

.text {
  color: rgb(34, 34, 34);
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  position: absolute;
  transform: translateY(50px);
  opacity: 0;
  animation: slideInText 1s forwards, fadeOutText 2s 1s forwards;
}

@keyframes slideInText {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeOutText {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeInLogo {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOutLogo {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOutLogo {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes clearFog {
  0% {
    opacity: 1;
    backdrop-filter: blur(10px);
  }


  100% {
    opacity: 0;
    backdrop-filter: blur(0px);
    visibility: hidden;
  }
}

@keyframes hideLoader {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

/* Loading Animation */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

/* Hide Loading Block */
.loaded {
  opacity: 0;
  visibility: hidden;
}


.sp {
  display: none;
}

.pc {
  display: block;
}

* {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  /* overflow-y: hidden; */
  transition: background-color 0.8s ease;
}

.right-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.right a {
  color: black;
  margin: 0 15px;
  text-decoration: none;
}

.container {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: background-color 0.3s ease;
}

.main {
  padding-top: 20px;
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 90vh;
  overflow: hidden;
}

/* スクロールダウンの位置 */
.scroll {
  position: absolute;
  right: 5%;
  bottom: 23%;
  writing-mode: vertical-rl;
  z-index: 11111;
}

/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #f2f2f2;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}

.scroll-text {
  color: #f2f2f2;
}

/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.swiper-container {
  width: 87%;
  height: 93vh;
  position: fixed;
  top: 58%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: hidden;
}

.swiper-wrapper {
  flex-direction: column-reverse;
  transform-style: preserve-3d;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.swiper-slide::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.swiper-slide video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  filter: brightness(0.8) contrast(1.1) saturate(1.2);
}

.swiper-slide h2 {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 4.5rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-family: 'Playfair Display';
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.swiper-slide h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 2;
  font-weight: 400;
  text-align: center;
  z-index: 2;
  max-width: 80%;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-family: 'Playfair Display';
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  white-space: pre-line;
}

.swiper-slide-active h1,
.swiper-slide-active h2,
.swiper-slide-active h3 {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.swiper-slide-prev h1,
.swiper-slide-next h1,
.swiper-slide-prev h2,
.swiper-slide-next h2,
.swiper-slide-prev p,
.swiper-slide-next p {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.9);
}

.swiper-slide-content {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}

.swiper-slide-active {
  z-index: 1;
}

.swiper-slide-prev {
  z-index: 2;
}

.swiper-slide .slide-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  cursor: pointer;
}

.slide-link {
  pointer-events: auto;
}

.swiper-slide .slide-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.swiper-scrollbar {
  width: 15px !important;
  right: -40px !important;
  top: -30px !important;
}

footer {
  display: none;
  width: 100%;
  height: 140px;
  position: relative;
  background-color: #FFFF;
}

footer .cp {
  position: absolute;
  bottom: 0;
  width: calc(100vw - 160px);
}

footer .footer-area {
  position: relative;
  height: 100%;
  padding: 0 80px;
}

footer .cp small {
  color: #000000;
  font-size: 10px;
  display: block;
  text-align: center;
  margin-top: 10px;
  font-weight: 200;
}

.footer-company_name img {
  width: 100%;
  ;
  padding-top: 20px;
  object-fit: cover;
}

.footer-company_name p {
  position: absolute;
  bottom: 0;
  font-size: 30px;
  padding: 20px;
  color: #000000;
}

.footer-link_list {
  margin-top: 34px;
}

.footer-link_list a p {
  color: #000000;
  font-size: 0.8rem;
  margin: 0 60px;
  margin-left: 0;
  text-align: left;
  font-weight: 300;
}

nav .instagram_icon {
  width: 20px;
  height: 20px;
}

footer .footer-link_list .instagram_icon {
  width: 15px;
  height: 15px;
}

.loop-container {
  display: flex;
  width: 100vw;
  height: 300px;
  overflow: hidden;
}

.loop-text {
  flex: 0 0 auto;
  white-space: nowrap;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.loop-text:nth-child(odd) {
  animation: loop 50s -25s linear infinite;
}

.loop-text :nth-child(even) {
  animation: loop2 50s linear infinite;
}

.calendar-wrap {
  margin: 0 auto;
  max-width: 1110px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.calendar {
  width: 100%;
  border-collapse: collapse;
}

.calendar th,
.calendar td {
  border: 1px solid #000;
  text-align: center;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
}

.calendar th {
  padding: 6px 10px;
}

.calendar .sun {
  color: #e17f7e;
  background-color: #f8e4e2;
}

.calendar .sat {
  color: #7ab6f3;
  background-color: #e7f6fd;
}

.calendar .mute {
  color: #aaa;
}

.calendar .today {
  background-color: #7d7d7d;
}

.calendar .off {
  background-color: #fadcdb;
}

.sp-staff-list {
  display: none;
}

#ASSISTANT {
  display: none;
}

#SP-STAFFLIST {
  display: none;
}

/* 
.swiper-container {
  height: 400px;
}

.swiper-slide {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  width: 80%;
  height: auto;
  object-fit: contain;
}
.swiper-container {
  width: 80%;
  height: 400px;
  perspective: 1000px;
}

.swiper-slide {
  background: white;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  transition: transform 0.3s ease; 
}

.swiper-slide img {
  width: 80%;
  height: auto;
  object-fit: contain;
} */