@charset "UTF-8";


/***************
  main
****************/

.moreLink a {
  border: 1px solid;
  border-radius: 3px;
  color: #90BE59;
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
}

main {
  overflow: hidden;
  background-color: #ebfcf8;
  display: block;
}

.logo5 {
  width: 100%;
  height: 2500px;
background:#ddd url(../images/top.jpg) no-repeat center center;
background-size: 100%;
}

.toplink {
	padding-top: 2000px;
}

.logo-r {
  width: 100%;
  height: 800px;
background:#ddd url(../images/recruit3.jpg) no-repeat center center;
background-size: 100%;
}


.boxbase {
	box-sizing: border-box;
	overflow:hidden;
	margin-bottom:10px;
}

.boxbase .box {
	float: left;
	width: 385px;
	height: 570px;
    margin: 5px 5px;
	text-align: center;
	border: #DCDCDC 0.5px solid;
	border-radius: 3px;
}

.boxbase .box .boximg {
	width: 375px;
    margin: 5px 5px;
	text-align: center;
}

.boxbase .box .boximg img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  text-align: center;
}

.boxp {
	font-size: 14px;
	text-align: left;
	margin: 10px 10px 20px;
}

/* topss */

.topss {
  overflow: hidden;
  background-color: #F0F0F0;
}

.topss2 {
  margin: 0 auto 20px;
  overflow: hidden;
  width: 1200px;
}



.wrapper{
  overflow: hidden;
}


.box123{
  width: 100%;
  box-sizing:border-box;
}

/* slide */

.slide {
  position: relative;
  width: 100%;
  height: 800px;
  overflow: hidden;
}

.slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 30s linear infinite;
}

.slide-image:nth-child(1) {
  background-image: url(../images/0017_original.jpg);
  animation-delay: -2s;
}

.slide-image:nth-child(2) {
  background-image: url(../images/0013_original.jpg);
  animation-delay: 6s;
}

.slide-image:nth-child(3) {
  background-image: url(../images/0004_original.jpg);
  animation-delay: 14s;
}

.slide-image:nth-child(4) {
  background-image: url(../images/0007_original.jpg);
  animation-delay: 22s;
}

@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
    100% {
  opacity: 0;
  }
}

.logo-b {
  width: 100%;
  height: 800px;
background:#ddd url(../images/beauty3.jpg) no-repeat center center;
background-size: 100%;
}


/*==================================================
ふわっ
===================================*/


/* fadeUp */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeUpTrigger{
    opacity: 0;
}




/****** MAIN ******/

/* product */

.product {
  overflow: hidden;
  width: 100%;
 	  background: #FCF7E9;
}


.product .toph1{
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 50px;
  width: 800px;
  height: 400px;
	text-align: center;
}

.boxiba {
	overflow:hidden;
	width: 1400px;
	background: #FCF7E9;
	text-align: center;
}

.boxibase {
	box-sizing: border-box;
	overflow:hidden;
	margin:20px auto;
	background: #FCF7E9;
	width: 1400px;
	text-align: center;
	height: 620px;
	padding: 20px 30px;
}

.boxibase .boxi {
	float: left;
	width: 310px;
	height: 470px;
    margin: 10px 25px;
	text-align: center;
	border-radius: 3px;
}

.boxibase .boxi .boxiimg {
	width: 300px;
    margin: 5px 5px;
	text-align: center;
}

.boxibase .boxi .boxiimg img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  text-align: center;
}

.shopp {
	font-size: 24px;
	text-align: left;
	margin: 15px 0px 15px;
}

.shopp span {
	font-family: "Lemosty";
}

.boxip {
	font-size: 16px;
	text-align: center;
	margin: 15px 0px 0px;
}

.boxip2 {
	font-size: 11px;
	text-align: center;
	color: #C77E14;
	margin: 0px 0px 5px;
}

.boxip3 {
	font-size: 13px;
	text-align: center;
	margin: 0px 0px 15px;
}




/* s2 */


.s2 {
  overflow: hidden;
  background-color: #fff;
	text-align: center;
}

.ds2 {
  overflow: hidden;
  width: 1450px;
 margin-left: auto;
 margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.s222 {
  overflow: hidden;
  background-color: #FCF7E9;
	text-align: center;
}

.ds222 {
  overflow: hidden;
  width: 1450px;
 margin-left: auto;
 margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.mtimg {
	text-align: center;
	width: 1450px;
}

.img{
  width:420px;
  height:300px;
	margin: 30px;
	float: left;
}

.btn {
	position: relative;
	width: 420px;
	height: 300px;
	margin: 20px 30px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	float: left;
}
.btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.btn:hover img:nth-of-type(2) {
	opacity: 0;
}

.btn2 {
	position: relative;
	width: 800px;
	height: 250px;
	margin: 20px auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.btn2 img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.btn2:hover img:nth-of-type(2) {
	opacity: 0;
}



.img2{
  width:420px;
  height:300px;
	margin: 30px;
	float: left;
}


.img3{
  width:420px;
  height:300px;
	margin: 30px;
	float: left;
}


.img4{
  width:420px;
  height:300px;
	margin: 30px;
	float: left;
}

.img5{
  width:420px;
  height:300px;
	margin: 30px;
	float: left;

}

.img6{
  width:420px;
  height:300px;
	margin: 30px;
	float: left;
}



.mtimg2 {
	text-align: center;
	width: 1800px;
  height:250px;
}

.imgr{
  width:800px;
  height:250px;
	margin: 20px 305px;
	float: left;
}


.pps2 {
font-family: 'Barlow Condensed','Noto Sans','Noto Sans JP', sans-serif;
font-size: 40px;
color: #fff;
  top: 50%;
  left: 50%;
padding: 150px 0 0 0;
margin: 0px;	
}


.pps3 {
color: #fff;
text-align: center;
margin: 0px;
}

.pps22 {
font-family: 'Barlow Condensed','Noto Sans','Noto Sans JP', sans-serif;
font-size: 40px;
color: #000;
  top: 50%;
  left: 50%;
padding: 150px 0 0 0;
margin: 0px;	
}


.pps33 {
color: #000;
text-align: center;
margin: 0px;
}

.s22 {
  overflow: hidden;
  background-color: #F3F3F3;
	text-align: center;
}

.ds22 {
  overflow: hidden;
  width: 1450px;
  height:900px;
 margin-left: auto;
 margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.toph2{
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    margin-bottom: 50px;
  width: 600px;
  height: 300px;
	text-align: left
}

.ds2 {
  overflow: hidden;
  width: 1450px;
 margin-left: auto;
 margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}
.mtimg {
	text-align: center;
	width: 1450px;
}

.img{
  width:420px;
  height:300px;
	margin: 30px;
	float: left;
  background:url('../images/yamanoue.jpg');
}

.img:hover{
  background:url('../images/yamanoue2.jpg');
}


.img2{
  width:420px;
  height:300px;
	margin: 30px;
	float: left;
  background:url('../images/miyanosaka.jpg');
}

.img2:hover{
  background:url('../images/miyanosaka2.jpg');
}

.img3{
  width:420px;
  height:300px;
	margin: 30px;
	float: left;
  background:url('../images/beauty.jpg');
}

.img3:hover{
  background:url('../images/beauty2.jpg');
}


.imgr{
  width:420px;
  height:300px;
	margin: 30px;
	float: left;
  background:url('../images/r-st.jpg');
}

.imgr:hover{
  background:url('../images/r-st2.jpg');
}

.imgr2{
  width:420px;
  height:300px;
	margin: 30px;
	float: left;
  background:url('../images/r-as.jpg');
}

.imgr2:hover{
  background:url('../images/r-as2.jpg');
}

.imgr3{
  width:420px;
  height:300px;
	margin: 30px;
	float: left;
  background:url('../images/r-na.jpg');
}

.imgr3:hover{
  background:url('../images/r-na2.jpg');
}

.imgr4{
  width:420px;
  height:300px;
	margin: 30px;
	float: left;
  background:url('../images/r-el.jpg');
}

.imgr4:hover{
  background:url('../images/r-el2.jpg');
}

.imgr5{
  width:420px;
  height:300px;
	margin: 30px;
	float: left;
  background:url('../images/r-eb.jpg');
}

.imgr5:hover{
  background:url('../images/r-eb2.jpg');
}


