@charset "utf-8";

/* main_Movie */
/* .main_Movie_Wrap {
  padding-top: 92px;
  background: #000;
  width:100%;
}
.main_Movie {
  width:100%;
  aspect-ratio: 16 / 9;
} */

/*main_Visual*/
.main_Visual {
  /* margin-bottom: 400vh; */
  padding-bottom: 250vh;
  position: relative;
}
.main_Visual::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 1.0s ease 0s;
  z-index: 0;
}
.main_Visual.show {
  background: #000;
}
.main_Visual.show::before {
  opacity: 0.5;
}

.text_Wrap {

}
.main_ttl {
width: 100%;
margin: 90px auto 0;
padding: 100px 0;
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
z-index:10;
text-align: center;
}
.main_ttl h3{
color: #FFF;
font-size: 26px;
letter-spacing: 0.14em;
filter:drop-shadow(2px 0px 4px #4e4e4e);
}

.text_Wrap .text01 {
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  z-index:10;
  max-width: 354px;
  filter:drop-shadow(2px 0px 4px #4e4e4e);
}
.text_Wrap .text02 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  z-index:10;
  max-width: 400px;
  filter:drop-shadow(2px 0px 4px #4e4e4e);
}
.text_Wrap .text03 {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  z-index:10;
  text-align: center;
  filter:drop-shadow(2px 0px 4px #4e4e4e);
}
.text_Wrap .text03 p {
  color:#FFF;
  font-size: 17.28px;
  line-height: 2.5;
  letter-spacing: 0.06rem;
}

.mv_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0vh;
}
.mv_box--bg::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 1.0s ease 0s;
    z-index: 0;
}
.mv_box--bg.show::before {
    background-color: rgba(36, 36, 36, 0.784);
    background-blend-mode: overlay;
    opacity: 1;
    transition-delay:1.0s;
    transition-duration: 1.5s;
}
.mv_box--bg001::before {
    background: url(../img/mv_01.jpg) no-repeat center / cover;
    opacity: 1;
}

.main_Visual .mv_copy {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	filter: drop-shadow(0 0 3px rgba(0, 0, 0, 1.0)) drop-shadow(0 0 5px rgba(0, 0, 0, 1.0));
}
.main_Visual .cap_Txt {
	position: fixed;
}


/* .fadeIn2 {
    animation-name: fadeInAnime2;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime2 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
} */









/*コンテンツエリア*/
.content_Wrap {
	position: relative;
	background: #fff;
	overflow-x: hidden;
}



/*メニュー*/
.sc-bg {
	text-align: center;
	transition: 1s background-color, 1s color;
	height: 100vh;
	width: 100%;
/*	color: rgba(0, 0, 0, 0);*/
	color: rgb(255, 255, 255);
}
.sc-bg.bg-blk {
	color: rgb(255, 255, 255);
	background-color: rgba(36, 36, 36, 0.784);
/*	background-margin-bottom: 400px;*/
}
/*.sc-bg.bg-blk .text-cont::after {
	content: "";
	background-image: url("../img/plx_frame.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 175px;
	position: absolute;
	top: 0%;
	right: 0%;
	transition: all 0.2s;
}
.panel01 .sc-bg.bg-blk .text-cont::after {
	content: none;
}*/
.sc-bg.bg-blk::after {
	content: "";
	background-image: url("../img/plx_frame.png");
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	height: 135px;
	position: absolute;
	top: 100px; /*header + 10px*/
	left: 10px;
	transition: all 1s;
}
.panel01 .sc-bg.bg-blk::after {
	content: none;
}

.panel {
	position: relative;
	height: 100vh;
	margin-bottom: 0;
	background-position: center;
}
.panel .text-cont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	padding: 3% 0;
}

.panel .text-cont h2 {
	max-width: 354px;
	width: 54%;
	margin: 0 auto 50px;
}
.panel .text-cont h3 {
	max-width: 307px;
	margin: 0 auto;
    transition-delay: 3s;
}
.panel .text-cont .section_text {
	margin-top: 60px;
	font-size: 17.28px;
	line-height: 2.5;
	letter-spacing: 0.12rem;
    transition: all 1s;
    transition-delay: 3s;
}
.panel .text-cont a {
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	width: 12%;
	margin: 30px auto 0;
}
.panel .text-cont .topsoon {
	width: 20%;
	max-width: 100px;
	margin: 30px auto 0;
    display: none;
}

/*
.sc-bg .opacity {
	opacity: 0;
}
.sc-bg.bg-blk .opacity {
	opacity: 1;
}
*/
.aos-init {
	opacity: 0!important;
}
.sc-bg.bg-blk .aos-init.aos-animate {
	opacity: 1!important;
}
.sc-bg .aos-init.aos-animate {
    transition-delay:0.5s
}
.text-cont h2[data-aos=fade-up] {
transition-delay:0.5s;
transition-duration: 1.5s;
}
.text-cont h3[data-aos=fade-up] {
transition-delay:0.5s;
transition-duration: 1.5s;
}
.section_text[data-aos=fade].aos-animate {
transition-delay:1.0s;
transition-duration: 1.5s;
}
.panel01 {
	position: relative;
	height: 100vh;
	background-image: url("../img/plx_bg01_pc.jpg");
	background-size: cover;
	background-position: center;
	margin-bottom: 0;
}
.panel02 {
	position: relative;
	height: 100vh;
	background-image: url("../img/plx_bg02_pc.jpg");
	background-size: cover;
	background-position: center;
	margin-bottom: 0;
}
.panel03 {
	position: relative;
	height: 100vh;
	background-image: url("../img/plx_bg03_pc.jpg");
	background-size: cover;
	background-position: center;
    margin-bottom: 0;
}
.panel04 {
	position: relative;
	height: 100vh;
	background-image: url("../img/plx_bg04_pc.jpg");
	background-size: cover;
	background-position: center;
    margin-bottom: 0;
}
.panel05 {
	position: relative;
	height: 100vh;
	background-image: url("../img/plx_bg05_pc.jpg");
	background-size: cover;
	margin-bottom: 0;
	background-position: center;
}
    .panel .cap_Txt {
    font-size: 12px;
}
.space {
  height: 400px;
  width: 100%;
}






/*インフォメーション*/
.info_Wrap {
	background: #160f0d;
	padding: 60px 5%;
}
.info_Wrap h4 {
	font-family: 'Cormorant Garamond', serif;
	color: #FFF;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
.info_Box {
	background: #d3d1d0;
	max-width: 1200px;
	margin: 0 auto;
	padding: 25px 0;
}
.info_Box dl {
  display: flex;
  font-size: 16px;
  width: 90%;
  margin: 0 auto 5px;
}
.info_Box dl:last-child { margin: 0 auto; }
.info_Box dt {
  margin: 0 15px 0 0;
  line-height: 1.5;
}
.info_Box dd { line-height: 1.5; }
.info_Box a {
  color: #6a5625;
  transition: 0.3s;
}
.info_Box a:hover { opacity: .7; }











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

	/*main_Visual*/
    .main_Visual {
    padding-bottom: 125vh;
}
  .main_ttl {
      width: 100%;
      margin: 66px auto 0;
      padding: 60px 0;
  }
  .main_ttl h3 {
      font-size: 20px;
  }

  .text_Wrap .text01 {
    position: absolute;
    top: 19%;
    left: 50%;
    transform: translateX(-50%);
    z-index:10;
    max-width: 100%;
    width:60%;
  }
  .text_Wrap .text02 {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translateX(-50%);
    z-index:10;
    max-width: 100%;
    width:70%;
  }
  .text_Wrap .text03 {
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translateX(-50%);
    z-index:10;
    text-align: center;
  }
  .text_Wrap .text03 p {
    font-size: 12.28px;
    line-height: 2.5;
    letter-spacing: 0.08rem;
    white-space: nowrap;
  }

	.mv_box {
/*	    height: calc(100vh - 60px);*/
		/*height: auto;
		padding-top: 157.5%;*/
/*		aspect-ratio: 16 / 25.2;*/
		height: 100vh;
	}
	.mv_box--bg::before {

		height: 100vh;
	}
	.mv_box--bg001::before {
	    background: url(../img/mv_01_sp.jpg) no-repeat center / cover;
	}
	.main_Visual .cap_Txt {
		bottom: 65px;
	}

  /* .fadeIn2 {
	    animation-name: fadeInAnime2;
	    animation-duration: 1.5s;
	    animation-fill-mode: forwards;
	    opacity: 0;
	}

	@keyframes fadeInAnime2 {
	    from {
	        opacity: 0;
	    }

	    to {
	        opacity: 1;
	    }
	} */







	/*メニュー*/
	.sc-bg {
/*		height: calc(100vh - 60px);*/
	}
	.sc-bg.bg-blk {
		margin-bottom: 400px;
	}
/*	.sc-bg.bg-blk .text-cont::after { content:none; }*/
	.sc-bg.bg-blk::after {
		content: "";
		background-image: url("../img/plx_frame.png");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 150px;
		position: absolute;
		top: 76px; /*header + 10px*/
		left: 10px;
		transition: all 0.2s;
	}
	/*.panel01 .sc-bg.bg-blk::after {
		content: none;
	}*/

	.panel {
		position: relative;
/*		height: calc(100vh - 60px);*/
		margin-bottom: 800px;
		background-position: center;
	}
	.panel .text-cont {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 90%;
		padding: 35% 0;
	}

	.panel .text-cont h2 {
		margin: 0 auto 20px;
	}
	.panel .text-cont h3 {
		max-width: 60%;
	}
	.panel .text-cont .section_text {
		margin-top: 30px;
		font-size: 13px;
		letter-spacing: 0.05em;
	}
	.panel .text-cont a {
		width: 18%;
	}
	.panel .text-cont .topsoon {
		width: 30%;
	}


	.panel01 {
	background-image: url("../img/plx_bg01_sp.jpg");
	background-position: 50% 50%;
    margin-bottom: 0;
	}
	.panel02 {
	background-image: url("../img/plx_bg02_sp.jpg");
    margin-bottom: 0;
	}
	.panel03 {
	background-image: url("../img/plx_bg03_sp.jpg");
    margin-bottom: 0;
	}
	.panel04 {
	background-image: url("../img/plx_bg04_sp.jpg");
    margin-bottom: 0;
	}
	.panel05 {
	background-image: url("../img/plx_bg05_sp.jpg");
    margin-bottom: 0;
	}

	.fadeIn {
	    animation-name: fadeInAnime;
	    animation-duration: 1.5s;
	    animation-fill-mode: forwards;
	    opacity: 0;
	}

	@keyframes fadeInAnime {
	    from {
	        opacity: 0;
	    }

	    to {
	        opacity: 1;
	    }
	}



	/*インフォメーション*/
	.info_Wrap {
		padding: 30px 5%;
	}
	.info_Wrap h4 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.info_Box {
		padding: 20px 0;
	}
	.info_Box dl {
		font-size: 14px;
	}
	.info_Box dt {
	  margin: 0 10px 0 0;
	}


}
