@charset "UTF-8";
/**
 * Stylesheet for Top Page
 * 
 */

section {
	/* background-color: #fff; */
}

@media screen and (max-width: 767px) {
}
/*------------------------------------------
  Loader Splash
--------------------------------------------*/
body { height: 100vh; }
body.appear { height: auto; }

#loading {
	position: relative;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
}
.loader {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
#loading.loaded {
	opacity: 0;
	visibility: hidden;
	height: 0;
}

.parallax {
	overflow: hidden;
	position: relative;
	z-index: 0;
}

/*------------------------------------------
  Global Navigation
--------------------------------------------*/
.gnav_area {
	position: relative;
	padding: 1em 0 0;
}
.center_logo {
	width: 50%;
}
@media (min-width: 768px) {
	.gnav_area {
		padding: 1em 0 0;
	}
	.center_logo {
		width: 35%;
	}
}

/*------------------------------------------
  Section Titile
--------------------------------------------*/
.section_title {
	position: relative;
	text-align: left;
	color: #000;
	font-size: 250%;
	line-height: 1;
	height: 2.5em;
	margin-bottom: 0;
}
.section_title span {
	display: block;
	position: absolute;
	left: 0;
}
.section_title .jpn {
	font-size: 70%;
	top: 45%;
}
.section_title:after {
	content: none;
}
@media screen and (min-width: 992px) {
	.section_title {
		font-size: 500%;
	}
}
@media screen and (min-width: 1400px) {
	.section_title span {
		left: -120px;
	}
}

/*------------------------------------------
  top area
--------------------------------------------*/
.top_area .logo .bgLRextend::before{
	animation-delay: 2.5s;
}

.top_area {
  position: relative;
}
.top_area .top_img_area img {
	width: 100%;
}
.top_area .top_msg_area {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
	color: #fff;
	padding: 0 2em;
}
.top_msg {
	font-size: 300%;
	font-family: "BIZ UDPGothic", sans-serif;
	color: var(--logo-color);
	/* color: #ddd; */
	font-weight: bold;
	text-shadow    :
		1px  1px 1px #eee,
	    -1px  1px 1px #eee,
	    1px -1px 1px #eee,
	    -1px -1px 1px #eee,
	    1px  0px 1px #eee,
	    0px  1px 1px #eee,
	    -1px  0px 1px #eee,
	    0px -1px 1px #eee;

	    /* 1px  1px 1px var(--logo-color),
	    -1px  1px 1px var(--logo-color),
	    1px -1px 1px var(--logo-color),
	    -1px -1px 1px var(--logo-color),
	    1px  0px 1px var(--logo-color),
	    0px  1px 1px var(--logo-color),
	    -1px  0px 1px var(--logo-color),
	    0px -1px 1px var(--logo-color); */
}

@media screen and (max-width: 767px){
	.top_area .top_img_area img {
		height: 500px;
		object-fit: cover;
		object-position: 70% center;
	}

	.top_area .top_msg_area {
		top: 70%;
		left: 0%;
		transform: translateY(-50%);
	}

	.top_msg {
		font-size: 150%;
	}
	
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.top_area .top_img_area img {
		height: 450px;
		object-fit: cover;
	}
	.top_area .top_msg_area {
		top: 70%;
		left: 0%;
		transform: translateY(-50%);
	}

	.top_msg {
		font-size: 250%;
	}
}

@keyframes fadeup {
	0% {
	  opacity: 0;
	  transform: translateY(30px);
	}
  
	100% {
	  opacity: 1;
	  transform: translateY(0);
	}
}
.text_typing {
  position: absolute;
  width: 100%;
  left: -1000rem;
  visibility: hidden;
  /* background-color: rgba(255,255,255,0.2); */
  text-align: center;
}
.text_typing.active {
	left: 0% !important;
	transform: translateX(-50%);
	visibility: visible;
	animation: 1s fadeup ease-in-out forwards;
}
.text_typing span {
  display: none;
}
#topMsg1 .text_typing {
  top: 25%;
  /* font-size: 145%; */
  font-size: 170%;
}
#topMsg2 .text_typing {
  top: 35%;
  font-size: 170%;
}
#topMsg3 .text_typing {
	top: 45%;
	font-size: 170%;
}
@media screen and (min-width: 768px){
	#topMsg1 .text_typing {
	  top: 25%;
	  font-size: 300%;
	}
	#topMsg2 .text_typing {
	  top: 35%;
	  font-size: 300%;
	}
	#topMsg3 .text_typing {
		top: 45%;
		font-size: 300%;
	  }
  }
@media screen and (min-width: 992px){
	#topMsg1 .text_typing {
	  top: 25%;
	  font-size: 400%;
	}
	#topMsg2 .text_typing {
	  top: 35%;
	  font-size: 400%;
	}
	#topMsg3 .text_typing {
		top: 45%;
		font-size: 400%;
	  }
}

/*------------------------------------------
  Guide
--------------------------------------------*/
.scroll_guide_area {
	position: absolute;
	z-index: 2;
	left: 50%;
	transform: translateX(-50%);
	top: calc( 100% - 65px);
}
.scroll_guide {
	z-index: 2;
	text-decoration: none;
	position: absolute;
	/* left: 50%; */
	/* bottom: 3vh; */
	/* top: calc(100vh - 35vh); */
	/* transform: translateX(-10%); */
	writing-mode: vertical-rl;
	/* padding: 1em 0 2em; */
	border-left: 2px solid;
	color: var(--accent-color) !important;
	text-shadow:
	  1px 1px 1px #eee,
	  -1px 1px 1px #eee,
	  1px -1px 1px #eee,
	  -1px -1px 1px #eee,
	  1px 0px 1px #eee,
	  0px 1px 1px #eee,
	  -1px 0px 1px #eee,
	  0px -1px 1px #eee;
  
}

.scroll_guide:before {
	content: 'SCROLL';
	padding-top: 2em;
	padding-bottom: 2em;
}

.scroll_guide:after {
	display: block;
	content: '';
	border-left: 2px solid;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	bottom: -10px;
	position: absolute;
	left: 10%;
}
@media screen and (min-width: 768px) {
}

/*------------------------------------------
  about
--------------------------------------------*/
.about_area {
	background-color: var(--background-color);
}
.about_contents_area {
	position: relative;
	background-image: url(/img/home/about_ph01.jpg);
	background-size: cover;
	background-position: 20% center;
}
.about_contents_area figure {
	display: none;
}
.about_contents {
	line-height: 2;
	color: #111;
	padding: 1em 1.5em 0.5em;
	background-color: rgba(244,251,255,0.7);
	box-shadow: 2px 4px 10px rgba(0,0,0,.2);
}
.about_contents p {
	margin-bottom: 1em;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.about_contents_area {
		background-image: none;
	}
	.about_contents_area figure {
		display: block;
	}
	.about_contents {
		font-size: 120%;
		position: absolute;
		top: -13%;
		/* AOSを使うとtransformが使えない */
		/* top: 40%;
		transform: translateY(-50%); */
		left: 30%;
		padding: 1em 1.5em 0.5em;
	}
}

@media screen and (min-width: 992px) {
	.about_contents_area {
		background-image: none;
	}
	.about_contents_area figure {
		display: block;
	}
	.about_contents {
		font-size: 120%;
		position: absolute;
		top: -20%;
		/* AOSを使うとtransformが使えない */
		/* top: 40%;
		transform: translateY(-50%); */
		left: 44%;
		padding: 2em 2.5em 1.5em;
	}
}

/*------------------------------------------
  description
--------------------------------------------*/
.desc_wrap {
	background: linear-gradient(180deg,#fff 0%,var(--light-color) 30%);
	padding-bottom: 3em;
}
.desc_items {
	position: relative;
}
.desc_item {
	width: 95%;
	margin: 2em auto;
	background-color: var(--main-color);
	color: #fff;
	box-shadow: 2px 2px 10px rgba(0,0,0,.7);
}
.desc_item h2 {
	padding: 1em 1.5em 0;
	margin: 0;
}
.desc_item p {
	padding: 1em 1.5em;
	font-size: 80%;
}
.desc_msg p {
	font-size: 120%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.desc_items {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.desc_items:before {
		content: '';
		display: block;
		width: calc( 100% / 2 - 20px);
		order: 1;
	  }
	  .desc_items:after {
		content: '';
		display: block;
		width: calc( 100% / 2 - 20px);
	  }
	.desc_item {
		width: calc( 100% / 2 - 20px );
	}
	.desc_item p {
		font-size: 90%;
	}
	.desc_msg p {
		text-align: center;
		font-size: 120%;
	}
	
}
@media screen and (min-width: 992px) {
	.desc_items {
		/* height: 1600px; */
		height: 500px;
	}
	.desc_item {
		position: absolute;
		width: calc( 100% / 3 - 5px );
		margin: 0;
	}
	/* #descItem01 {
		top: 5%;
		left: 0%;
	}
	#descItem02 {
		top: 11%;
		left: 34%;		
	}
	#descItem03 {
		top: 17%;
		left: 68.5%;		
	}
	#descItem04 {
		top: 51%;
		left: 68.5%;		
	}
	#descItem05 {
		top: 57%;
		left: 34%;		
	}
	#descItem06 {
		top: 63%;
		left: 0%;		
	} */
	#descItem01 {
		top: 15px;
		left: 0%;
	}
	#descItem02 {
		top: 15px;
		left: 34%;		
	}
	#descItem03 {
		top: 15px;
		left: 68.5%;		
	}
	.desc_item p {
		font-size: 90%;
	}
	
	.desc_msg {
	}
	.desc_msg p {
		text-align: center;
		font-size: 120%;
	}
}

/*------------------------------------------
  information
--------------------------------------------*/
.info_table {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.info_table > dt {
	width: 30%;
	color: var(--main-color);
	text-align: right;
	font-weight: bold;
	padding: 7px 0;
	padding-right: 1em;
	border-bottom: 2px dotted #dedede;
}
.info_table > dd {
	width: 70%;
	padding: 7px 0;
	border-bottom: 2px dotted #dedede;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	.info_table {
		font-size: 120%;
	}
	.info_table > dt {
		width: 20%;
	}
	.info_table > dd {
		width: 80%;
	}
}
@media screen and (min-width: 992px) {
	.info_table {
		font-size: 120%;
	}
	.info_table > dt {
		width: 15%;
	}
	.info_table > dd {
		width: 85%;
	}
		
}

.map_area iframe {
	width: 100%;
	height: 450px;
}

/*------------------------------------------
  Contact
--------------------------------------------*/
.contact_area {
	background-color: var(--background-color);
}

