@charset "UTF-8";

html{
  background: transparent;
}

body{
  display: block!important;
  background-color: #000;
}

body.fixed{
  position: fixed;
  height: 100vh;
  width: 100%;
  overflow-y: hidden;
  animation-name:motion;
  animation-duration:3s;
  animation-timing-function:ease;
  transition-property: filter; 
}

@keyframes motion {
  0% {
    filter: blur(100px);
  }
  100% {
    filter: blur(0);
  }
}

#globalHeader{
	background: #111;
	transition: all 0.5s  ease-out;
	height: 100vh;
}

#globalHeader.action{
	height: 100px;
  background: none!important;
}

#logoTop{
  top: 50vh;
  top: 50dvh;
  width: 20%;
  transition: all 0.5s  ease-out;	
  opacity: 0;
}

#logoTop.show{
	opacity: 1;
}	

#logoTop.action{
	top: 20px;
	width: 230px;
}

#globalNav{
	transition: all 0.8s  ease-out;
	opacity: 0;	
}

#globalNav.action{
	opacity: 1;	
}

.CatchText{
  font-size: 3vw;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ 明朝", serif;
  position: absolute;
  left: 8.25vh;
  top: 79.25vh;
  line-height: 1.2;
  white-space: nowrap;
}

.CatchText .en{
  font-size: 2vw;
  font-family: 'Playfair Display', serif!important;
}

.CatchText {
  width: 0;
  margin: 0;
  overflow: hidden;
  animation: flowing-anim 8s forwards linear;
}


@keyframes flowing-anim {
 0%{
     width: 0%;
   }
100%{
     width: 100%;
   }
}




.catchBox {
  position: relative;
  top: -105px;
  z-index: -1;
}

.slide {
  height: 100vh;
  background-size: cover;
  background-position: center;
  height: calc(var(--vh, 1vh) * 100);
}

.scroll {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 8px;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: .2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.scroll::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}

.scroll::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, .4);
}

.scroll::after {
  animation: sdl 2s cubic-bezier(1, 1, 1, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.titleAni {
  overflow: hidden;
}
.titleAni span {
  display: block;
  transition: transform 1s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 100%, 0);
}
.titleAni span.fadeUp {
  transform: translate3d(0, 0, 0);
}

.contentBoxWrap{
	margin-bottom: 100px;
}

.wrapTtl{
	font-size: 4rem;
	margin: 0 0 100px;
	text-align: center;
}

.contentBox{
	display: flex;
	align-items: center;
}

.contentBox .boxTtl{
	font-size: 3.6rem;
	display: block;
	margin-bottom: 30px;
}

.contentBox .boxImg{
	flex-basis: 47%;
}	

.boxContent{
	padding: 60px;
	flex-basis: 45%;
	margin-left: 7%;
	color: #fff;
  margin-bottom: 180px;
}

.boxContent:nth-child(2){
  padding: 60px;
  flex-basis: 40%;
  margin-left: 8%;
  color: #fff;
  margin-bottom: 180px;
}

.boxContent:hover{
	opacity: 1;
	background-color:#A70CA1; 
}

.boxContent .viewMore{
	margin-top: 30px;
}

.contentBox:nth-child(3){
	flex-direction: row-reverse;
	margin-top: -16vh;
	margin-bottom: 100px;
}

.contentBox:nth-child(3) .boxContent{
	margin-right:145px;
  margin-top: 20%;
}

.contentBox:nth-child(4){
	flex-direction: column-reverse;
	margin-top: 0;
	justify-content: center;
}

.contentBox:nth-child(4)  .boxContent{
	text-align: center;
    flex-basis: auto;
    max-width: 820px;
    padding: 50px 60px;
    margin: 0 auto;
}

.contentBox:nth-child(4) .boxImg {
    flex-basis: auto;
    text-align: center;
}

.contentBox:nth-child(4) .boxContent:hover{
  background-color: transparent;
}



/*========================
1024px
========================*/
@media screen and (max-width: 1024px){

  .spMenu{
  display: none!important;
}

.spMenu.show{
  display: block!important;
}

  .catchBox{
    top: -70px;
  }

  .slide{
    height: 100vh;
  }

  #logoTop.action{
  	top: 25px;
    margin: 0;
    left: 20px;
  }


 #globalHeader{
    height: 100vh;
  }

  #globalHeader.action{
    height: 60px;
    background: rgba(0,0,0,0.6);
    backdrop-filter: saturate(180%) blur(20px);
  }

  #globalHeader{
    padding: 45px 5% 25px;
  }

.wrapTtl{
  font-size: 3.6rem;
  margin: 60px 0 60px;
}

.contentBox .boxTtl{
  font-size: 2.4rem;
  margin-bottom: 1rem;
}

.contentBox{
  align-items: stretch;
}

.boxContent:nth-child(2){
  padding: 30px;
  margin-left: 5%;
}

.contentBox:nth-child(3){
  margin-bottom: 0;
}

.contentBox:nth-child(4) .boxContent{
  max-width: 680px;
}

.scroll{
  right: 20px;
}



}



/*========================
768 px
========================*/
@media screen and (max-width: 768px){

.sp-size{
	 	display: none!important;
	 }

.spMenu{
  display: none!important;
}

.spMenu.show{
  display: block!important;
}

 .spMenuBtn{
    top: -28px;
  }

#logoTop{
  top: 50vh;
  top: 50svh;
}

.mainWrap{
  margin-top: 0;
}

.wrapTtl{
  font-size: 2.4rem;
  margin:0 3% 60px;
}

.contentBox{
  display: block;
}

.boxContent{
  display: inline-block;
  text-align: left;
  margin-left: 0;
  padding: 0 5%;
  margin-top: 30px;
}

.contentBox .boxTtl{
  font-size: 2.1rem;
}

.boxContent:nth-child(2),
.contentBox:nth-child(4) .boxContent{
  padding: 0 5%;
  margin-left: 0;
}

.contentBox:nth-child(3) .boxContent{
  margin: 0;
}

.contentBox:nth-child(3) .boxTtl{
  margin-top: 40px;
}

.contentBox:nth-child(4) .boxContent{
  text-align: left;
  max-width: 100%;
}


.contentBox:nth-child(4){
  display: flex;
  flex-direction: column-reverse;
}

.contentBox:nth-child(4)::after{
  content: "";
  max-width: 350px;
  width: 100%;
  height: 1px;
  background-color: #707070;
  margin: 100px auto;
  top: 0;
  left: 0;
}

#logoTop.action{
  width: 160px;
  top: 25px;
}

.TextCenter{
  text-align: justify!important;
}

.boxContent:nth-child(2){
  margin-bottom: 220px;
}

.contentBox:nth-child(4) .boxImg{
  margin: 40px auto;
}

}


/*========================
768 px
========================*/
@media screen and (max-width: 768px){

	 .sp-size{
	 	display: block!important;
	 }

}
