@charset "UTF-8";

html{
	font-size:62.5%;
	}

*,*::before, *::after{
	box-sizing:border-box;
	}

body{
	background-size:cover;
	color:#0F0F0F;
	text-align:center;
	font-size:1.4rem;
	font-family:"Yu Mincho", "Hiragino Mincho ProN", "serif";
	}

ul {
  list-style: none;
}

i{  
	font-family:"FontAwesome";
	font-style:normal;  
} 

#lottieSp{
		display:none;
	}

/* --------------------------------
 * 改行
 * -------------------------------- */
.sp_br {
  display: none;
}

/* --------------------------------
 * アニメーション　サイトオープン時の遅れ
 * -------------------------------- */
/*
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

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

*/
/* --------------------------------
 * アニメーション　下からフワッと
 * -------------------------------- */

.fadein {
    opacity : 0;
    transform : translate(0, 30px);
    transition : all 1000ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


/* --------------------------------
 * header
 * -------------------------------- */

/*ハンバーガー*/

.rogo_w_h{
	position:relative;
	width:200px;
	height:auto;
	margin:8px 3%;
	}

.rogo_w_h a:hover{
  opacity: 0.7;
  filter: alpha(opacity=80);
  -moz-opacity: 0.7;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.img_rogo{
	display: block;
	position:absolute;
	width:45px;
	height:auto;
	z-index:5;
	}

#nav_b{
	position:fixed;
	top:0;
	width:100%;
	height:55px;
	background:#fefefe;
	z-index:2;
	border-bottom: 1px solid #443927;
	}

.global-nav {
	height: 700px;
}

.global-nav-ul{
	padding: 0;
}

.headerLogo{
	margin: auto;
}
.headerLogo img{
	width: 600px;
	margin: 230px 15% 10% 0;
}


/*上から下るCSS LOGOの　サイトオープン時の遅れ*/
.headerLogo {
    animation: fadeInLogo 1.3s ease 0s 1 normal;
    -webkit-animation: fadeInLogo 1.3s ease 0s 1 normal;
}
@keyframes fadeInLogo {
  0% { transform:translateY(-100%) }
  95%{ transform:translateY(-99%) }
  100% { transform:translateY(0) }
  0% {opacity: 0}
  96% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeInLogo {
  0% { transform:translateY(-100%) }
  95%{ transform:translateY(-99%) }
  100% { transform:translateY(0) }
  0% {opacity: 0}
  96% {opacity: 0}
  100% {opacity: 1}
}

/* --------------------------------
 * headerLogo
 * -------------------------------- */
.sp-image {
  display: none;
}

/* --------------------------------
 * about
 * -------------------------------- */

.about{
	background-color:#fefefe;
	color:#0f0f0f;
	position: relative;
	top: 30px;
	}

/*タイトル*/
.headihg{
	display:inline-block;
	margin:80px auto 80px;
	padding-bottom:15px;
	letter-spacing:2px;
	font-size:3.5rem;
	font-weight: 600;
	color:#0f0f0f ;
	/*text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);*/
	}

.headihg::before,
.headihg::after{
	content:'';
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	border-bottom:1px solid #0f0f0f;
	}

.headihg::before{
	bottom:5px;
	}

.aboutTop{
	padding: 0 10% 50px;
	background: #f0f0e7;
}
.aboutFirstbox{
	padding: 0 10% 60px;
	background: #f0f0e7;
}

.about-text_1{
	margin:0;
	line-height:3rem;
	color:#6fb4e4 ;
	text-align: center;
	font-size: 2.3rem;
	font-weight: bold;
	}

.about-text{
	margin: 0 auto;
	line-height:2.1;
	color:#000 ;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 100;
	}

.aboutBox{
	margin: 0 0 60px;
	padding: 3%;
	display: flex;
	flex-direction: row;
	align-items: center;
    justify-content: center;
	font-size: 2.2rem;
	background-color:#fefefe;
}

.aboutBox_1{
	width: 30%;
}
.aboutBox_1 img{
	width: 100%;
}
.aboutBox_1 p span{
	font-size: 1.8rem;
}
.aboutBox_2{
	width: 70%;
	padding-left: 5%;
}
.aboutBox_3{
	width: 70%;
	padding-right: 5%;
}
.aboutText_1{
	margin:50px 0;
	color:#6fb4e4 ;
	text-align: center;
	font-size: 2.3rem;
	font-weight: bold;
	}

.aboutText{
	margin:30px 0;
	line-height:2.7rem;
	color:#4B4B4B ;
	text-align: center;
	font-size: 1.8rem;
	}

.aboutBox.reverse{
  flex-direction: row-reverse;
}

/* --------------------------------
 * greetings
 * -------------------------------- */

.greetings{
	padding:0 10% 60px;
	background-color:#fefefe;
	color:#0f0f0f;
	}

/*h2*/
.headihgGreetings{
	display:inline-block;
	margin:80px 0 70px;
	padding-bottom:15px;
	letter-spacing:2px;
	font-size:3.5rem;
	font-weight: 600;
	color:#0f0f0f ;
	/*text-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);*/
	}


.headihgGreetings::before,
.headihgGreetings::after{
	content:'';
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	border-bottom:1px solid #0f0f0f;
	}

.headihgGreetings::before{
	bottom:5px;
	}
/*h2*/

.greetingsBox{
	margin-top: 20px;
	padding: 5%;
	display: flex;
	align-items: center;
    justify-content: center;
	font-size: 2.2rem;
	background-color:#f0f0e7;
}
.greetingsBox_1{
	width: 30%;
}
.greetingsBox_1 img{
	width: 100%;
}
.greetingsBox_1 p span{
	font-size: 1.8rem;
}
.greetingsBox_2{
	width: 70%;
	padding-left: 5%;
}
.greetingsText_1{
	margin:50px 0;
	color:#6fb4e4 ;
	text-align: center;
	font-size: 2.3rem;
	font-weight: bold;
	}

.greetingsText{
	margin:30px 0;
	line-height:2.7rem;
	color:#0f0f0f ;
	text-align: center;
	font-size: 1.8rem;
	}
/* --------------------------------
 * 矢印の線がスクロール時に伸びる
 * -------------------------------- */

.arrow {
  display: block;
  margin: 20px auto 0;
  width: 4px;
  height: 60px;
  position: relative;
}
.arrow::before {
  content:"";
  display: block;
  width: 4px;
  height: 60px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1, 0);
  transform-origin: left top;
  transition-duration: 1s;
  transition-delay: 1s;
}
.arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 12px 9px 0px 9px;
  border-style: solid;
  border-color: #ccc transparent transparent transparent;
  position: absolute;
  bottom: -3px;
  left: -7px;
  transform: scale(1, 0);
  transform-origin: left bottom;
  transition-duration: 0.5s;
  transition-delay: 2s;
}
.arrow.active::before,
.arrow.active::after {
  transform: scale(1, 1);
}



/*-------------------------------------------
外壁 ＣＨＥＣＫ ＰＯＩＮＴ
-------------------------------------------*/

.wrapperTop{
   background-color: #fefefe;
}
.triangle {
  margin: 0 auto;
  width: 50px;
  height: 50px;
  clip-path: polygon(0% 0%, 50% 60%, 100% 0%);
  background-color: #fefefe;
}

.wrapper {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  background-color: #f0f0e7;
}
.wrapper img {
  max-width: 100%;
}
.product-list{
  padding: 60px 5% 30px;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-list li {
  width: 30%;
  margin-bottom: 40px;
}

.product-list img {
  margin-bottom: 10px;
  vertical-align: top;
}
.product-list p {
  font-size: 1.25rem;
}
.sindan{
	margin: 0 5% 0;
	padding: 7% 3% 7%;
	line-height: 2rem;
	background: #fefefe;
}
.sindan h3{
	margin: 0 0 20px;
}
.sindan span{
	line-height: 6rem;
	font-size: 2rem;
	font-weight: bold;
}


/* --------------------------------
 * contact
 * -------------------------------- */
.contacttriangle{
  position: relative;
  bottom: 2px;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  clip-path: polygon(0% 0%, 50% 60%, 100% 0%);
  background-color: #fefefe;
}
.contact{
	padding:0 0 150px;
	color:#0f0f0f ;
	}

.contact_b{
	background-size:cover;
	}

.contact-from{
	width:50%;
	margin:30px auto 0;
	}

.contact-from input[type=text],
.contact-from textarea{
	display:block;
	width:100%;
	margin-bottom:10px;
	padding:15px;
	outline:none;
	border:10px solid #f0f0e7;
	border-radius:20px;
	background-color:#fefefe;
	color:#0f0f0f;
	}

.contact-from ::-webkit-input-placeholder{
	color: #CFCFCF;
	opacity:1;
	}
	
.contact-from :-ms-input-placeholder{
	color: #CFCFCF;
	opacity:1;
	}

.contact-from ::-moz-placeholder{
	color: #CFCFCF;
	opacity:1;
	}

.contact-from textarea{
	height:250px;
	}

.contact-from input[type=text]:focus,
.contact-from textarea:focus{
	box-shadow:0 0 8px rgba(0,0,0,0.2) inset;
	}


.contact-from input[type=submit]{
	display:block;
	width:100%;
	margin:40px auto 0;
	padding:15px;
	border:0px solid #fefefe;
	border-radius:50px;
	background-color:#f0f0e7;
	color:#0f0f0f;
	cursor:pointer;
	}

.contact-from input[type=submit]:hover{
	background-color:#6fb4e4;
	}

/*h2*/
.contact_h2{
	display:inline-block;
	margin:50px 0 0;
	padding-bottom:15px;
	letter-spacing:2px;
	font-size:3.5rem;
	font-weight: 600;
	color:#fefefe ;
	text-shadow: 2px 2px rgba(0, 0, 0, 1);
	}


/* --------------------------------
 * footer
 * -------------------------------- */
.footer{
	padding:80px 5% 50px;
	font-size:1.3rem;
	background:#4084b8;
	font-weight: bold;
	color: #fefefe;
	}

.horizontal-list{
	display: flex;
	width:100%;
	margin:0 auto 30px;
	}
.horizontal-list a{
	color: #fefefe;
    }
.horizontal-list a hover{
	color: #fefefe;
    }
.footerLi {
  flex: 1; /* 各要素の幅を自動調整 */
  text-align: center; /* 文字を中央揃えにする */
  position: relative; /* 擬似要素を配置するために必要 */
  border-left: 1px solid #fefefe; /* 区切り線 */
    }

.footerLi:first-child {
  border: none; /* 親要素から見て一番目のli要素のボーダーを無しに */
    }
	.footerCop{
		display: flex;
		justify-content: flex-end;
	}
.footerCop li{
	padding: 0 0 0 5%;
}
.footerCop li a{
	color: #fefefe;
	font-size: 0.9rem;
}
.fCop{
	font-size: 1.5rem;
	font-weight: bold;
	margin-right: auto;
}
li.fCop{
	padding:0 4%;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */

	
@media (max-width:1024px){
	
	body{
	background-image: none;
	}
	.product-list li {
    width: 47%;
    }

	}	
	
	
@media (max-width:768px){
	
	body{
		font-size:1.3rem;
		}
	
	/*改行*/
   .sp_br {
    display: block;
  }
	
	/*AE*/
	#lottie{
		display: none;
	}
	#lottieSp{
		display:inline;
	}
	
	.rogo_w_h{
	  width:160px;
	  margin-left: 5%;
	}
	
/*logo*/
    .headerLogo img{
	 margin: 25% auto 20%;
	 width: 230px;
    }
	.pc-image {
    display: none;
  }
  .sp-image {
    display: block;
  }

/*nav*/
	
.global-nav .nav-item {
  	display: block;
    }

/* --------------------------------
 * about
 * -------------------------------- */	
	.headihg{
		margin:80px auto 60px;
		font-size:2.4rem;
		}
	
	.about{
		padding:0;
	}
	.aboutTop{
	padding: 0 5% 50px;
    }
	.aboutFirstbox{
		padding: 0 5% 20px;
	}
	.aboutBox{
	margin: 0 0 40px;
	padding: 0;
	display: block;
	align-items: center;
    justify-content: center;
	font-size: 2.2rem;
	background-color:#fefefe;
    }
	.aboutBox_1{
	width: 100%;
	padding: 5%;
	}
	.aboutBox_2 {
    width: 100%;
    padding: 5%;
    }
	.aboutBox_3{
    width: 100%;
    padding: 5%;
    }
	.about-text{
		line-height:1.8;
		}

/* --------------------------------
 * greetings
 * -------------------------------- */	
.greetings{
	padding:80px 5% 80px;
	color:#000;
	}

/*h2*/
.headihgGreetings{
	margin:0 0 50px;
	font-size:2.4rem;
	font-weight: bold;
	}
.headihgGreetings::before{
	bottom:5px;
	}
/*h2*/

.greetingsBox{
	display: inline-block;
	font-size:4rem;
    }
.greetingsBox_1{
	width: 100%;
    }
.greetingsBox_1 img{
	margin: 0 auto;
	width: 100%;
    }
.greetingsBox_1 p{
	margin: 30px auto 0;
	font-size: 3rem;
    }
.greetingsBox_1 p span{
	font-size: 2.3rem;
    }
.greetingsBox_2{
	width: 100%;
	margin: 0 auto;
	padding: 5%;
    }

.greetingsText_1{
	font-size: 2.3rem;
	}

.greetingsText{
	margin:50px 0;
	line-height:1.5;
	font-size: 1.8rem;
	}
	
	/* --------------------------------
 * 矢印の線がスクロール時に伸びる
 * -------------------------------- */
	.arrow {
	  display: block;
	  margin: 0 auto 0;
	  width: 4px;
	  height: 40px;
	  position: relative;
	}
	.arrow::before {
	  content:"";
	  display: block;
	  width: 4px;
	  height: 40px;
	  background-color: #ccc;
	  position: absolute;
	  top: 0;
	  left: 0;
	  transform: scale(1, 0);
	  transform-origin: left top;
	  transition-duration: 1s;
	  transition-delay: 1s;
	}
	.arrow::after {
	  content: "";
	  display: block;
	  width: 0;
	  height: 0;
	  border-width: 12px 9px 0px 9px;
	  border-style: solid;
	  border-color: #ccc transparent transparent transparent;
	  position: absolute;
	  bottom: -3px;
	  left: -7px;
	  transform: scale(1, 0);
	  transform-origin: left bottom;
	  transition-duration: 0.5s;
	  transition-delay: 2s;
	}
	.arrow.active::before,
	.arrow.active::after {
	  transform: scale(1, 1);
	}
	/*contact*/
	
	.contact{
		margin-top: 0;
		padding: 1px 0 100px;
	}
	
	.contact-from{
		width:95%;
		}
	/*h2*/
    .contact_h2{
	   margin:0;
	}
	
	

	
/* --------------------------------
 * footer
 * -------------------------------- */
.footer{
	padding:60px 5% 50px;
	font-size:1.3rem;
	}

.horizontal-list{
	display: block;
	margin: 0;
	padding:0;
	}
	
.footerLi {
  flex: 5; /* 各要素の幅を自動調整 */
  border-left: none; /* 区切り線 */
  padding: 8px 0 0;
    }

.footerLi:first-child {
  border: none; /* 親要素から見て一番目のli要素のボーダーを無しに */
    }

	.footerCop{
		display: block;
	}
	.footerCop li{
		padding: 0;
	}

	}
/*-------------------------------------------
SP
-------------------------------------------*/



