@charset "UTF-8";
/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*--------------------------------------------------------------
# Variable
--------------------------------------------------------------*/
/* color */

img {
	width: 100%;
}





/* ==========================================================================
   文字エフェクト
========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

.title_mvcatch {
  display: flex;
  overflow: hidden;
  color: #aa8f7b;
  font-family: 'Josefin Sans', sans-serif;
}

.title_mvcatch span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.title_mvcatch.-visible span {
  transform: translate(0, 0);
}
.title_mvcatch span:nth-child(2) {
  transition-delay: 0.06s;
}
.title_mvcatch span:nth-child(3) {
  transition-delay: 0.12s;
}
.title_mvcatch span:nth-child(4) {
  transition-delay: 0.18s;
}
.title_mvcatch span:nth-child(5) {
  transition-delay: 0.24s;
}
.title_mvcatch span:nth-child(6) {
  transition-delay: 0.30s;
}
.title_mvcatch span:nth-child(7) {
  transition-delay: 0.36s;
}
.title_mvcatch span:nth-child(8) {
  transition-delay: 0.42s;
}
.title_mvcatch span:nth-child(9) {
  transition-delay: 0.48s;
}
.title_mvcatch span:nth-child(10) {
  transition-delay: 0.54s;
}
.title_mvcatch span:nth-child(11) {
  transition-delay: 0.6s;
}
.title_mvcatch span:nth-child(12) {
  transition-delay: 0.66s;
}
.title_mvcatch span:nth-child(13) {
  transition-delay: 0.72s;
}
.title_mvcatch span:nth-child(14) {
  transition-delay: 0.78s;
}
.title_mvcatch span:nth-child(15) {
  transition-delay: 0.84s;
}
.title_mvcatch span:nth-child(16) {
  transition-delay: 0.90s;
}
.title_mvcatch span:nth-child(17) {
  transition-delay: 0.96s;
}
.title_mvcatch span:nth-child(18) {
  transition-delay: 0.102s;
}
.title_mvcatch span:nth-child(19) {
  transition-delay: 0.108s;
}
.title_mvcatch span:nth-child(20) {
  transition-delay: 0.116s;
}

/****** Base style. ******/
body {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  margin: 0;
}

/* ==========================================================================
   loading
========================================================================== */
.home .loading {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.home .loading-inner {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 1);
	z-index: 9999999999999999999999999;
}
.home .loading img{
	width: 400px;
	width: 27.9rem;
	animation: scale-zoom 1s 0s forwards;
}
@keyframes scale-zoom {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}
@media screen and (max-width: 768px) {
	.home .loading img{
		width: 80vw;
	}
}

/* ==========================================================================
   Slide
========================================================================== */

.p-mainvisual {
	position: relative;
	height: calc(100vh - 4.65vw);
  overflow: hidden;
}
.p-mainvisual::before{
	content: '';
  position: absolute;
  top: 0;
  right: 81vw;
  border-top: 90vw solid #fff;
  border-right: 100vw solid transparent;
	z-index: 99999;
}

.p-mainvisual::after {
	position: absolute;
	content: "";
	width: 38px;
	height: 70px;
	bottom: 1rem;
	right: 2rem;
	-webkit-animation: blink 0.5s ease-in-out infinite alternate;
	-moz-animation: blink 0.5s ease-in-out infinite alternate;
	animation: blink 0.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes blink {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.p-mainvisual-slider {
	position: relative;
	overflow: hidden;
	width: 100vw;
	height: 100%;
	height: calc(100vh - 4.68vw);
	margin: 0 auto;
}

.p-mainvisual-item {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 0.5s ease-in-out;
	left: 4.68vw;
}

.p-mainvisual-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p-mainvisual-item img.image__01 {
	left: 0;
}

.p-mainvisual-item img.image__02 {
	position: absolute;
	left: 0;
}

@-moz-document url-prefix(){
	.p-mainvisual-item img.image__02 {
		position: absolute;
		right: 0;
		top: 0;
	}
}


.p-mainvisual-title {
	position: absolute;
	content: "";
	width: 94.328vw;
	left: 53.5%;
	transform: translate(-50%, -98%);
	-webkit-transform: translate(-50%, -98%);
	-ms-transform: translate(-50%, -98%);
}

.p-mainvisual-title-2 {
	position: absolute;
	content: "";
	width: 27vw;
	left: 69.5%;
	transform: translate(-0%, -100%);
	-webkit-transform: translate(-0%, -384%);
	-ms-transform: translate(-0%, -100%);
}

/*
.p-mainvisual-title img{
	opacity: 1;
  animation: clipTextm 1s cubic-bezier(0.8, 0, 0.3, 1) forwards 0.5s;
  }
  @keyframes clipTextm {
  0% {
    clip-path: inset(100% 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}

@media screen and (max-width: 768px) {
	.home .loading img{
		width: 80vw;
	}
}
*/



.p-mainvisual .is-current {
	opacity: 1;
}

.p-mainvisual .is-current .image__01 {
	animation: SlideIn 1s;
}

.p-mainvisual .is-current .image__02 {
	animation: SlideUp 1s;
}

@keyframes SlideIn {
	0% {
		opacity: 0;
		transform: translateY(-12%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes SlideUp {
	0% {
		opacity: 0;
		transform: translateY(12%);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}


@media screen and (max-width: 768px) {
	.p-mainvisual-slider {
		height: 100vh;
	}
	.p-mainvisual-title img{
		display: flex;
	  justify-content: center;
	  align-items: center;
	}

	.p-mainvisual::after {
		width: 6rem;
		height: 11rem;
		bottom: 3rem;
		right: 3rem;
	}

	.p-mainvisual-item {
		top: 10vw;
		left: 9vw;
		width: 100vw;
		height: 100vh;
	}

	.p-mainvisual-item img {
		width: 100vw;
		object-fit:cover;
	}

	.p-mainvisual-item img.image__01 {
		top: 10vw;
	}
	.p-mainvisual-item img.image__02 {
		top: 40vw;
	}
	@keyframes SlideIn {
		0% {
			opacity: 0;
			transform: translateX(-5%);
		}
		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}
	@keyframes SlideUp {
		0% {
			opacity: 0;
			transform: translateX(5%);
		}
		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}
	.p-mainvisual-title {
		position: absolute;
		content: "";
		width: 340px;
		height: 150px;
		top: 50%;
		left: 55vw;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		width: 91vw;
		height: auto;
	}
	.p-mainvisual-title-2 {
		position: absolute;
		content: "";
		top: calc(50% - 9vw);
		left: 82vw;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
	}


}
