.o-site-indicator {
	z-index: 9000
}
.o-site-indicator,
.o-site-indicator_backdrop {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%
}
.o-site-indicator_backdrop {
	background-color: #249EDB;
}
.o-site-indicator_inner {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%
}
.o-site-indicator_logo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	position: relative;
	top: -3px
}
.o-site-indicator_logo_frog{
	width: 172px;
	margin-bottom: 10px;
}
.o-site-indicator_logo_logo{
	width: 140px;
	margin-bottom: 30px;
}
.o-site-indicator_logo_load{
	margin-bottom: 14px;
	font-family: "Lexend Giga", sans-serif;
	font-size: 17.5px;
	line-height: 1;
	color: #fff;
	letter-spacing: -0.1em;
}

.o-site-indicator_logo .dot-pulse{
	position: relative;
	left: -9999px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #fff;
	color: #fff;
	box-shadow: 9999px 0 0 -5px;
	animation: dot-pulse 1.5s infinite linear;
	animation-delay: 0.25s;
}
.o-site-indicator_logo .dot-pulse::before,
.o-site-indicator_logo .dot-pulse::after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #fff;
	color: #fff;
}
.o-site-indicator_logo .dot-pulse::before{
	box-shadow: 9984px 0 0 -5px;
	animation: dot-pulse-before 1.5s infinite linear;
	animation-delay: 0s;
}
.o-site-indicator_logo .dot-pulse::after{
	box-shadow: 10014px 0 0 -5px;
	animation: dot-pulse-after 1.5s infinite linear;
	animation-delay: 0.5s;
}

@keyframes dot-pulse-before {
	0% {
		box-shadow: 9984px 0 0 -5px;
	}
	30% {
		box-shadow: 9984px 0 0 2px;
	}
	60%, 100% {
		box-shadow: 9984px 0 0 -5px;
	}
}
@keyframes dot-pulse {
	0% {
		box-shadow: 9999px 0 0 -5px;
	}
	30% {
		box-shadow: 9999px 0 0 2px;
	}
	60%, 100% {
		box-shadow: 9999px 0 0 -5px;
	}
}
@keyframes dot-pulse-after {
	0% {
		box-shadow: 10014px 0 0 -5px;
	}
	30% {
		box-shadow: 10014px 0 0 2px;
	}
	60%, 100% {
		box-shadow: 10014px 0 0 -5px;
	}
}

/*-------------------------------------------------------------------
Main_visual
-------------------------------------------------------------------*/

.main_visual_wrap{
	width: 100%;
	height: calc(100vh - 80px);
}
.main_visual{
	width: 100%;
	height: 100vh;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 1;
	transition: 1s;
}

@keyframes arrowmove{
	0%{bottom: 40px;}
	50%{bottom: 30px;}
	00%{bottom: 40px;}
}

.main_visual_slider {
  height: 100%
}

.main_visual .main_visual_title{
	width: 100%;
	height: 100%;
	padding: 80px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 120;
}
.main_visual .main_visual_title .txt01{
	font-family: "M PLUS 1p", sans-serif;
	font-size: 6vw;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
}

.main_visual_progress {
	bottom: 32px;
	left: 32px;
	position: absolute;
	z-index: 100
}

.main_visual_progress p {
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 1.2rem;
	letter-spacing: 0;
	line-height: 1.33333
}

.main_visual_progress_area {
	background-color: hsla(0, 0%, 100%, .2);
	height: 2px;
	margin-top: 20px;
	position: relative;
	width: 280px
}

.main_visual_progress_time {
	background-color: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%
}

.main_visual_slider_outer {
  position: relative
}

.main_visual_slider_outer, .main_visual_slider_inner {
  height: 100%;
  overflow: hidden
}

.main_visual_slider_list {
  height: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10
}

.main_visual_slider_list .reload_image {
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%
}

.main_visual_slider_list .reload_image img {
  height: auto;
  left: 50%;
  max-width: inherit;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .main_visual_slider_list .reload_image img {
    height: 100%;
    left: 0;
    min-height: 0;
    min-width: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    top: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%
  }
}

.main_visual_slider_list .reload_image img {
  height: 100%;
  width: 100%
}

.main_visual_slider_list:not(.active):not(.prev) .reload_image {
  -webkit-transform: scale(1.2)!important;
  transform: scale(1.2)!important
}

.main_visual_slider_list.active .reload_image {
  -webkit-transform: scale(1)!important;
  transform: scale(1)!important;
  -webkit-transition: -webkit-transform 13s cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 13s cubic-bezier(.215, .61, .355, 1);
  transition: transform 13s cubic-bezier(.215, .61, .355, 1);
  transition: transform 13s cubic-bezier(.215, .61, .355, 1), -webkit-transform 13s cubic-bezier(.215, .61, .355, 1)
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .prepare .main_visual_slider_list.prev .a-preload-image_img {
    -webkit-transform: translateY(-20%)!important;
    transform: translateY(-20%)!important;
    -webkit-transition: -webkit-transform 1.5s cubic-bezier(.645, .045, .355, 1);
    transition: -webkit-transform 1.5s cubic-bezier(.645, .045, .355, 1);
    transition: transform 1.5s cubic-bezier(.645, .045, .355, 1);
    transition: transform 1.5s cubic-bezier(.645, .045, .355, 1), -webkit-transform 1.5s cubic-bezier(.645, .045, .355, 1)
  }
}

.prepare .main_visual_slider_list.prev .reload_image {
  -webkit-transform: scale(1)!important;
  transform: scale(1)!important;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(.215, .61, .355, 1);
  transition: -webkit-transform 1.5s cubic-bezier(.215, .61, .355, 1);
  transition: transform 1.5s cubic-bezier(.215, .61, .355, 1);
  transition: transform 1.5s cubic-bezier(.215, .61, .355, 1), -webkit-transform 1.5s cubic-bezier(.215, .61, .355, 1)
}

.main_visual_slider_list.active {
  z-index: 30
}

.prepare .main_visual_slider_list.active {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: kv-clip;
  animation-name: kv-clip;
  -webkit-animation-timing-function: cubic-bezier(.445, .05, .55, .95);
  animation-timing-function: cubic-bezier(.445, .05, .55, .95)
}

@-webkit-keyframes kv-clip {
  0% {
    clip: rect(100vh, 100vw, 100vh, 0)
  }
  50% {
    clip: rect(0, 100vw, 100vh, 0)
  }
  to {
    clip: rect(0, 100vw, 100vh, 0)
  }
}

@keyframes kv-clip {
  0% {
    clip: rect(100vh, 100vw, 100vh, 0)
  }
  50% {
    clip: rect(0, 100vw, 100vh, 0)
  }
  to {
    clip: rect(0, 100vw, 100vh, 0)
  }
}

.main_visual_slider_list.prev {
  clip: rect(0, 100vw, 100vh, 0)!important;
  z-index: 20
}

.main_visual_slider_list.active .o-kv-slider_slide_inner {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.reload_image {
  overflow: hidden;
  position: relative
}

.reload_image .a-preload-image_img {
  height: auto;
  left: 50%;
  max-width: inherit;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .reload_image .a-preload-image_img {
    height: 100%;
    left: 0;
    min-height: 0;
    min-width: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    top: 0;
    -webkit-transform: none;
    transform: none;
    width: 100%
  }
}

.reload_image .placeholder, .reload_image .blank_area_desktop {
  background-color: transparent;
  height: auto;
  width: 100%
}

.reload_image .blank_area_desktop {
  display: none
}

.s-ensemble_image, .s-ensemble_image .reload_image {
  height: 100%
}

/*@media (min-width:992px) {
	.reload_image .placeholder {
    display: none
  }
  .reload_image .blank_area_desktop {
    display: block
  }
}*/

@media screen and (max-width: 900px){
	.main_visual_wrap{
		height: calc(100vh - 80px);
	}

	@keyframes arrowmove{
		0%{bottom: 5vw;}
		50%{bottom: 3vw;}
		00%{bottom: 5vw;}
	}

	.main_visual .main_visual_title{
		padding: 10vw 0 0;
	}

	.main_visual_progress{
		left: 4.2vw;
		bottom: 4.42vw;
	}
}

@media screen and (max-width: 767px){
	.main_visual_wrap{
		height: calc(100vh - 14vw);
	}
	.main_visual .main_visual_title{
		padding: 14vw 0 0;
	}
	.main_visual .main_visual_title .txt01{
		font-size: 13vw;
		line-height: 1.3;
	}
}

/*-------------------------------------------------------------------
スクロール
-------------------------------------------------------------------*/
/*
.snap_box{
	padding-top: 80px;
	position: sticky;
	top: 0;
}
.snap_box.static{
	padding-top: 520px;
	position: static;
}

@media screen and (max-width: 900px){
	.snap_box{
		padding-top: 20vw;
	}
}
*/