#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background:#fff;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_logo img {
  width: calc(70px * 2);
}

.splash-fade-up {
  animation-name: splash-fade-up-frames;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes splash-fade-up-frames {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  animation-duration: 3s;
  animation-delay: 12s;
}

#main-visual .movie {
  position: relative;
  width: 100%;
}

#main-visual .movie video {
  width: 100%;
  height: auto;
}

#main-visual .movie .heading {
  position: absolute;
  left: 17.5vw;
  top: 32vw;
  z-index: 3;
  -ms-writing-mode: horizontal-tb;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 4.6vw;
  letter-spacing: 0.8vw;
  color: #A5A5A6;
}

#main-visual .movie .heading p {
  margin-left: 3.0vw;
}

#main-visual .movie .heading p.animation {
  animation-duration: 28s;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-name: heading-fade-in-up-frames;
}

@keyframes heading-fade-in-up-frames {
  0% {
    opacity: 0;
    transform: translateY(5vw);
  }
  15% {
    opacity: 1;
    transform: translateY(0);
  }
  25% {
    opacity: 1;
    transform: translateY(0);
  }
  35.7% {
    opacity: 0;
    transform: translateY(5vw);
  }
  100% {
    opacity: 0;
    transform: translateY(5vw);
  }
}

#main-visual .movie .heading p.animation:nth-of-type(1) {
  animation-delay: 0.6s;
}

#main-visual .movie .heading p.animation:nth-of-type(2) {
  animation-delay: 0.9s;
}

#main-visual .movie .heading p.animation:nth-of-type(3) {
  animation-delay: 1.2s;
}

#main-visual .movie .heading p.animation:nth-of-type(4) {
  animation-delay: 1.5s;
}

#main-visual .movie .heading span {
  padding-right: 0.5vw;
  padding-bottom: 0.5vw;
  border-right: solid 1px #A5A5A6;
}

#main-visual .movie .clickable {
	position: absolute;
  width: 40px;
  height: 130px;
	bottom: 5vw;
	left: 50%;
  z-index: 6;
  transform: translate(-50%, 0);
  cursor: pointer;
  display: block;
}

#main-visual .movie .scrolldown4{
	position: absolute;
	bottom: 5vw;
	left: 50%;
  z-index: 5;
	animation: arrowmove 1.5s ease-in-out infinite;
}

@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

#main-visual .movie .scrolldown4:before {
  content: "";
  position: absolute;
	bottom: 5vw;
  right: -9px;
  width: 1px;
  height: 30px;
  background: #A5A5A6;
  transform: skewX(-31deg);
}

#main-visual .movie .scrolldown4:after{
	content:"";
	position: absolute;
	bottom:5vw;
	right:0;
	width: 1px;
	height: 110px;
	background:#A5A5A6;
}

#business {
  margin-top: 100px;
}

#business .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 65px 60px;
  margin-top: 50px;
}

#business .list > div {
  position: relative;
  width: 60%;
  margin-right: 10%;
}

#business .list .image.on {
  display: none;
}

#business .list a:hover .image.on {
  display: none;
}

#archives {
  margin-top: 100px;
  position: relative;
  min-height: 380px;
}

#archives .back {
  position: absolute;
  width: 120%;
  right: -30%;
  bottom: -30%;
  max-width: 672px;
}

.ex-more {
  position: absolute;
  padding-right: 15%;
  bottom: -100px;
  right: 0;
  color: #A5A5A6;
  font-size: 1.9rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  display: inline-block;
}

#instagram .ex-more {
  bottom: -10px;
}

.ex-more > a {
  color: #A5A5A6;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.ex-more .right-arrow {
  width: 70%;
  margin-left: auto;
  transition: transform 0.4s ease;
  transform: translate(20%, -60%);
}

.ex-more .right-arrow .line {
  height: 20px;
  border-bottom: 2px solid #A5A5A6;
  border-right: 2px solid #A5A5A6;
  transform: skew(45deg);
}

.cards {
  display: flex;
  gap: 40px 10px;
  margin-top: 50px;
}

#pickup .cards {
  gap: 40px 16px;
  flex-wrap: wrap;
}

#pickup .inner .heading h2 {
  letter-spacing: 0.3rem;
}

.card {
  width: calc(50% - 8px);
  max-width: 315px;
  position: relative;
}

.card > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.card .thumb-wrap {
  overflow: hidden;
}

.card .thumb {
  /*
  background: url('/assets/img/kawasakikids_img.jpg') no-repeat center;
  */
  background-size: cover;
  width: 100%;
  padding-top: 100%;
  background-color: #e6e6e6;
  transition: all 0.25s ease;
}

.card .title {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  color: #A5A5A6;
  margin-top: 10px;
}

.card .date {
  font-size: 1.4rem;
  color: #687A87;
  margin-top: 5px;
  transition: all 0.25s ease;
}

.card .category {
  display: inline-block;
  padding: 1px 5px 0px 5px;
  font-size: 1.5rem;
  color: #687A87;
  margin-top: 8px;
  border: 1px solid #687a87;
  border-radius: 25px;
  transition: all 0.25s ease;
}

.card .category a {
  color: #687A87;
}

#pickup {
  margin-top: 200px;
  position: relative;
}

#instagram .back {
  position: absolute;
  width: 320px;
  left: -120px; 
  bottom: 60px;
}

#instagram {
  position: relative;
  margin-top: 200px;
  min-height: 537px;
}

#instagram .inner .heading h2 {
  letter-spacing: 0.2rem;
}

#fixed-top-link {
  position: fixed;
  cursor: pointer;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  width: 55px;
}

#fixed-top-link img {
  width: 100%;
}

#fixed-contact-link {
  position: fixed;
  cursor: pointer;
  right: 20px;
  bottom: 95px;
  z-index: 999;
  width: 55px;
}

#fixed-contact-link img {
  width: 100%;
}