@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
.p-index__mainVisual {
  position: relative;
  height: 100vh;
  width: 100%;
  min-height:700px;
  z-index: 5;
  padding-left: 0;
}
.p-index__mainVisual__inner {
  position: relative;
  width: 100%;
  height: 70vh;
  min-height:700px;
  right: 0;
}
/*.p-index__mainVisual__main {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  overflow: hidden
}
.p-index__mainVisual__main > div:first-of-type {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0
}
.p-index__mainVisual__main:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
  transform: translateX(-101%);
  top: 0;
  left: 0;
  z-index: 1
}
.is-anim .p-index__mainVisual__main:before {
  -webkit-animation-name: obiStart, obiEnd;
  animation-name: obiStart, obiEnd;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: cubic-bezier(.77, 0, .175, 1);
  animation-timing-function: cubic-bezier(.77, 0, .175, 1);
  -webkit-animation-delay: 0s, .75s;
  animation-delay: 0s, .75s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}
.is-anim .p-index__mainVisual__main > div:first-of-type {
  -webkit-animation-name: obiInner;
  animation-name: obiInner;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1
}
.is-old .p-index__mainVisual__item div {
  -webkit-animation: none;
  animation: none
}*/
.p-index__mainVisual__item {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 155px);
  overflow: hidden;
  z-index: 1;
  clip: rect(0 100vw 100vh 0)
}
@media(min-width:640px) {
	.p-index__mainVisual__item {
		height: 100%;
		min-height:700px;
	}
}
.p-index__mainVisual__item div {
  position: absolute;
  top: 0;
  right: -20vw;
  width: 120vw;
  height:70vh;
  min-height:700px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat
}
.p-index__mainVisual__item div:before {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  right: -15vw;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
  will-change: transform;
  animation: indexSlide 10s linear alternate
}
.p-index__mainVisual__item.bounce-enter-active {
  animation: indexShow 2s cubic-bezier(.77, 0, .175, 1) alternate;
  animation-fill-mode: forwards
}

@media(min-width:1024px) {
	.p-index__mainVisual__item.bounce-enter-active {
		-webkit-animation: indexShow 2.5s cubic-bezier(.77, 0, .175, 1) alternate;
		animation: indexShow 2.5s cubic-bezier(.77, 0, .175, 1) alternate
	}
}
.p-index__mainVisual__item.bounce-leave-active {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation: indexHide 2.5s;
  animation: indexHide 2.5s
}

.p-index__mainVisual__item--01 div:before {
	background-image: url(../img/aah_main_slide_01.webp);
	background-size:cover;
}
.p-index__mainVisual__item--02 div:before {
	background-image: url(../img/aah_main_slide_02.webp);
	background-size:cover;
}
.p-index__mainVisual__item--03 div:before {
	background-image: url(../img/aah_main_slide_03.webp);
	background-size:cover;
}
.p-index__mainVisual__item--04 div:before {
	background-image: url(../img/aah_main_slide_04.webp);
	background-size:cover;
}
.no-webp .p-index__mainVisual__item--01 div:before {
	background-image: url(../img/aah_main_slide_01.jpg);
	background-size:cover;
}
.no-webp .p-index__mainVisual__item--02 div:before {
	background-image: url(../img/aah_main_slide_02.jpg);
	background-size:cover;
}
.no-webp .p-index__mainVisual__item--03 div:before {
	background-image: url(../img/aah_main_slide_03.jpg);
	background-size:cover;
}
.no-webp .p-index__mainVisual__item--04 div:before {
	background-image: url(../img/aah_main_slide_04.jpg);
	background-size:cover;
}
@keyframes indexSlide {
  0% {
    transform: translateX(0)
  }
  100% {
    transform: translateX(-9vw)
  }
}
@keyframes indexHide {
  0% {
    clip: rect(0 100vw 100vh 0)
  }
  100% {
    clip: rect(0 100vw 100vh 0)
  }
}
@keyframes indexShow {
  0% {
    clip: rect(0 100vw 100vh 100vw)
  }
  5% {
    clip: rect(0 100vw 100vh 100vw)
  }
  100% {
    clip: rect(0 100vw 100vh 0)
  }
}


@media screen and (max-width: 768px) {
    .p-index__mainVisual__item div {
		position: unset;
		top: 0;
		height:70vh;
		min-height:100%;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat
    }
    .p-index__mainVisual__item--04 div:before,
    .p-index__mainVisual__item--03 div:before,
    .p-index__mainVisual__item--02 div:before,
    .p-index__mainVisual__item--01 div:before {
		background-size:cover; 
    }
    .p-index__mainVisual__item div:before {
		width: 120vw;
		right: auto;
    }
    .p-index__mainVisual__inner{
   		height: 60vh;
   		min-height:unset;
    }
	.p-index__mainVisual__item{
	  height:60vh;
	  min-height:unset;
	}
}

