/* CSS Document */

@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
      opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

img.blurin {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.img-blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}



#whiteMainBox_fit {
	background-color: inherit;
}

#umeshu {
	

}

#umeshu img {
	max-width: 100%;
}

#umeshu h2 {
	font-size: 2.3rem;
	color: #e84477;
	font-family: Kakumin Medium;
	margin-bottom: 50px;
}

#umebar {
	width: 100%;
	background: url("../umeshu/topfruit.png") top left repeat-x;
	background-size: auto 120px;
	height: 120px;
}

div.bg1 {
	width: 100%;
	background: url("../umeshu/mainbg1.jpg") 50% 50% no-repeat;
	background-size: cover;
}


div.bg2 {
	width: 100%;
	background: url("../umeshu/mainbg2.jpg") 50% 50% no-repeat;
	background-size: cover;
}

div.topume {
	position: relative;
	z-index: -1;
	margin-top: -120px;
}

#loading {
	width: 100%;
	height: 600px;
	background: url("../umeshu/loader.gif") 50% 50% no-repeat;
	position: absolute;
	top: 100px;
	left: 0;
}

#umetop {
	width: 1100px;
	margin: auto;
	position: relative;
	height: 700px;

	
}

#umetop #new {
	width: 260px;
	position: absolute;
	left: 800px;
	top: 170px;
	opacity: 0;
}

#umetop #main img {
	position: absolute;
}
#umetop #main img:nth-of-type(1) {
	width: 430px;
	left: 0;
	top: 150px;
}

#umetop #main img:nth-of-type(2) {
	width: 430px;
	left: 0;
	top: 370px;
}

#umetop #main img:nth-of-type(3) {
	width: 260px;
	left: 600px;
	top: 240px;
	transform: rotate(10deg);
}

#umetop #main img:nth-of-type(4) {
width: 250px;
left: 450px;
top: 150px;
}

#umetop #main img:nth-of-type(5) {
	width: 350px;
	left: 750px;
	top: 370px;

}

#umetop #ume {
	display: flex;
	position: absolute;
	top: 470px;
	left: 80px;	
}

#umetop #ume img {
	width: 170px;
	margin-left: -30px;
}

#box_taste {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	padding: 150px 0;
	align-items: center;
	
}


#box_taste div.img img:nth-of-type(1) {
	width: 250px;
}
#box_taste div.img img:nth-of-type(2) {
	width: 250px;
	margin-left: -80px;
	
}

#box_taste div.img {
	width: 45%;
	position: relative;
}

#box_taste div.text {
	width: 55%;
}

#box_taste div.text p {
	font-size: 18px;
	color: #181878;
}

#box_kokuto {
	width: 100%;
	padding: 200px 0;
	background: url("../umeshu/brownsugar.png") 110% 50% no-repeat;
	background-size: 800px auto;
}
#box_kokuto .text h2 {
	font-size: 3rem;
}
#box_kokuto .text {
	width: 600px;
	margin: 0 0 0 200px;
	font-size: 24px;
	color: #181878;
	
}

#box_story {
	width: 1180px;
	margin: -50px auto 0 auto;
	padding: 0 0 0px 0;
	display: flex;
	justify-content: space-between;
}

#box_story div.img {
	width: 48%;
}

#box_story div.img img {
	box-shadow: 10px 10px 25px -10px;
	border: 7px solid #fff;
}

#box_story div.text {
	width: 45%;
	padding: 100px 0 100px 0;
	font-size: 18px;
	color: #181878;	
}


p.link {
	text-align: right;
	margin-top: 50px;
}

p.link a {
	display: inline-block;
	background: #fff;
	color: #e84477;
	padding: 15px 30px;
	text-align: center;
	transition: all ease 0.3s;
	border-radius: 100vh;
}

p.link a:hover {
	color: #fff;
	background-color: #e84477;
}

#box_about {
	width: 800px;
	margin: 0 auto;
	padding: 100px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}

#box_about div.img {
	width: 220px;
}

#box_about div.text h2 {
	width: 300px;
	padding-top: 40px;
}

#box_about div.text {
	width: 500px;
	font-size: 16px;
	line-height: 1.8;
	color: #181878;		
}




@media screen and (min-width: 0px) and (max-width: 480px) {
	
#umetop {
  width: 100%;
  height: 600px;
}
	
#loading {
  width: 100%;
  height: 600px;
  background: url("../umeshu/loader.gif") 50% 50% no-repeat;
  position: absolute;
  top: 40px;
  left: 0;
}	
	
#umebar {
  width: 100%;
  background: url("../umeshu/topfruit.png") top center repeat-x;
    background-size: auto;
  background-size: auto 100px;
  height: 100px;
}	

#umetop #main img:nth-of-type(1) {
  width: 64%;
  left: 10%;
  top: 100px;
}
	
#umetop #main img:nth-of-type(2) {
  width: 60%;
  left: 15%;
  top: 240px;
}

#umetop #main img:nth-of-type(3) {
	width: 40%;
	left: 35%;
	top: inherit;
	bottom: 30px;
	transform: rotate(10deg);
}

#umetop #main img:nth-of-type(4) {
	width: 36%;
	left: 20%;
	top: inherit;
	bottom: 20px;
	transform: rotate(-10deg);	
}

#umetop #main img:nth-of-type(5) {
  width: 40%;
  left: 60%;
  top: 430px;
}
	
	
#box_taste {
  width: 84%;
  margin: 0 auto;
  display: block;
  padding: 50px 0;

}
	
#umetop #new {
  width: 30%;
  position: absolute;
  left: inherit;
  right: 5%;
  top: 300px;
}
	

	#umetop  {
		overflow: hidden;
	}
	
#umetop #ume {
  display: flex;
  position: absolute;
  top: 420px;
  left: 20px;
}
	
#umetop #ume img {
  width: 30%;
  margin-left: 0;
}
	
#umetop #ume img:nth-of-type(2) {
  width: 30%;
  margin: 30px 0 0 -30px;
}	
	
#box_taste div.img {
	display: none;
}

	
#box_taste div.text {
  width: 100%;

}

#box_taste div.text p {
  font-size: 16px;
  color: #181878;
}
	
#umeshu h2 {
  font-size: 1.3rem;
	margin-bottom: 30px;
}
	
	
#box_kokuto {
  width: 100%;
  padding: 10px 0 10px 0;
  background: url("../umeshu/brownsugar.png") 100px 100% no-repeat;
  background-size: auto;
  background-size: 80% auto;
}	
	
#box_kokuto .text {
  width: 80%;
  margin: 50px auto;
  font-size: 16px;
  color: #181878;
  padding-bottom: 200px;
}
	
#box_kokuto .text h2 {
  font-size: 2rem;
  margin-bottom: 20px;
}
	
#box_story div.text {
  width: 45%;
  padding: 50px 0;
  font-size: 16px;
  color: #181878;
}
	
	
#box_story {
  width: 86%;
  margin: -50px auto 0 auto;
  padding: 0 0 0px 0;
  display: block;
 
}	
	
	#box_about {
  width: 86%;
  margin: 0 auto;
  padding: 50px 0;
  display: block;
	}
	
#box_story div.img {
  width: 68%;
}
	
#box_story div.text {
  width: 100%;
}
	
#box_about div.img {
  width: 30%;
  margin: auto;
}	

#box_about div.text {
  width: 86%;
  font-size: 14px;
  line-height: 1.8;
  color: #181878;
  margin: auto;
}	
	
	
	
	
	
	
	
	
	
	
	
	
	
}




















