/* 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;
}


@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

 .fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 700ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

#whiteMainBox_fit {
background: #fbece3;
}
#bg {
font-family:  Maru Folk Medium;

padding-bottom: 100px;
	background: url("../yogo/milk.png") 50% 100% no-repeat;
	background-size: 100% auto;
}

.milkbg {

}

#bg img {
	max-width: 100%;
}

#yogotop {
	width: 100%;
	background: url("../yogo/topbg3.jpg") bottom center no-repeat;
	background-size: cover;
}


#yogotop_in {
	width: 1000px;
	background: url("../yogo/topbg2.jpg") 50% 100% no-repeat;
	height: 564px;
	background-size: auto 100%;
	text-align: center;
	margin: auto;
	position: relative;
}

#yogotop_in img:nth-of-type(1) {
	width: 630px;
    position: absolute;
    top: 90px;
    left: -60px;
}

#yogotop_in img:nth-of-type(2) {
	width: 460px;
	position: absolute;
	top: 240px;
	left: 50px;
}

#yogotop_in img:nth-of-type(3) {
	width: 500px;
	position: absolute;
	top: 50px;
	right: 0px;
}

.toptext {
	text-align: center;
	width: 800px;
	margin: 0 auto 100px auto;
	font-size: 20px;
}

.border {
	background: url("../yogo/borderbg.png") left top no-repeat;
	background-size: auto 100%;
	padding: 40px 0 50px 0;
	margin-bottom: 50px;

}

.reverse_border {
	background: url("../yogo/borderbg2.png") right top repeat-y;
	background-size: auto 100%;
	
}
.yogoflex {
	display: flex;
	width: 100%;
	margin: 0;
	background: url("../yogo/flexbg1.gif") 50% 0% no-repeat;
	background-size: cover;
	justify-content:center;

}



.yogoflex div.white {
	width:500px;
	padding: 50px 50px 80px 50px;
		font-size: 16px;
}

.yogoflex div.white h2 {
	color: #e96263;
	font-size: 34px;
	margin: 40px 0;
}

.yogoflex div.blue {
	width: 600px;
	position: relative;
}

.yogoflex img.can {
	transform: rotate(-15deg);
	height: 400px;
	display: block;
	margin: auto;
}
.reverse {
	flex-direction: row-reverse;
	background: url("../yogo/flexbg2.gif") 50% 50% no-repeat;
	background-size: cover;



}

.textbg1 {

	background-size: 100% auto;

}

.textbg1 img {
	width: 360px;
	display: block;
	position: absolute;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}
.textbg2 {
	background: url("../yogo/textbg2.png") 50% 50% no-repeat;
	background-size: 100% auto;
}

#yogoabout {
	width: 700px;
	display: flex;
	margin: 50px auto;
	background: #fff;
	padding: 50px;
		border-radius: 10px;

}

#yogoabout div:nth-of-type(2) img {
	width: 260px;
}


#yogoabout div:nth-of-type(1) {
	width: 40%;
}

#yogoabout div:nth-of-type(2) {
	width: 60%;
}


#splash {
	height: auto;
}
.splash {
    width: calc(100% / 5);
	margin: 0;
}

.splash a {
	margin: 0;
	padding: 50px 20%;
	height: auto;
	text-align: center;
}

.splash a img {
	width: 180px;
	
}

a.pinklink:link {
width: 150px;
height: 150px;
padding: 10px;
display: flex;
background: #e96263;
color: #fff;
transition: 0.5s ease;
border-radius: 100vh;
font-size: 14px;
align-items: center;
font-weight: bold;
position: absolute;
bottom: -50px;
right: 0;
}

a.pinklink:visited {
	color: #fff;
}

a.pinklink:hover {
transform: translateY(-10px);
	
}

ul#linkbox {
	width: 800px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
}

ul#linkbox li {
	list-style: none;
}

ul#linkbox li a {
display: block;
width: 340px;
padding: 20px;
border-radius: 10px;
text-align: center;


}

ul#linkbox li:nth-of-type(1) a {
	background: #181878;
	color: #fff;
}

ul#linkbox li:nth-of-type(2) a {
	background: #fff;
}

ul#linkbox li:nth-of-type(2) a img {
	width: 50px;
	
}

.linkparent{
	position: relative;
}

.linkparent img {
	margin-top: 50px;
}
div[class^="splash"]:nth-child(2) {
    background: #8ac88d;
}

div[class^="splash"]:nth-child(4) {
	background: #fbece3;
}

div[class^="splash"]:nth-child(4) img {
	width: 110%;
	margin: 15px auto;
}
div[class^="splash"]:nth-child(3) {
	background: #e84c8f;
}
div[class^="splash"]:nth-child(5) {
	background: #fff100;
}

div[class^="splash"]:nth-child(6) {
	background: #00aae8;
}

@media screen and (min-width: 0px) and (max-width: 480px) {

#yogotop_in {
    width: 100%;
	height: 500px;
}
#yogotop {
	background: none;
}
#yogotop_in img:nth-of-type(1) {
	width: 90%;
    position: absolute;
    top: 10px;
    left: 0;
}

#yogotop_in img:nth-of-type(2) {
	width: 70%;
	position: absolute;
	top: 90px;
	left: 5%;
}

#yogotop_in img:nth-of-type(3) {
	width: 80%;
	position: absolute;
	top: 190px;
	right: 15%;
}


.toptext {
	width: 88%;
	margin-bottom: 50px;
	
}

#yogoabout {
    width: 80%;
	padding: 4%;
	display: block;
}

#yogoabout div:nth-of-type(1) {
    margin: auto;
}

#yogoabout div:nth-of-type(2) {
    margin: auto;
	width: 90%;
}

ul#linkbox {
    width: 88%;
	display: block;
}

ul#linkbox li a {
    display: block;
    width: 90%;
    padding: 10px 5%;
	margin-bottom: 20px;
}

.wave_photo img {
	height: 100px;
	width: 715px;
}

.yogoflex {
	background: url("../yogo/flexbg3.gif") 50% 50% no-repeat;
	background-size: 100% auto;
	display: block;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;	
}

.yogoflex div.white h2 {
    font-size: 5.6vw;
    margin: 20px 0;
	text-align: center;
}

.yogoflex div.white {
    width: 80%;
    padding: 5% 10% 5% 10%;
}
.yogoflex div.blue {
    width: 80%;
    padding: 5% 10% 5% 10%;

}

.yogoflex img.can {
    height: auto;
    width: 60%;
}

.linkparent img {
    margin: 10px 0 140px 0;
}

a.pinklink:link 
{bottom: -20px;
right: 0;
left: 0;
margin: auto;
}
.border {
    background: url("../yogo/borderbg.png") left top no-repeat;
    background-size: 100%;
    padding: 40px 0 40px 0;
    margin-bottom: 30px;
}
.textbg1 img {
    width: 70%;
	position: static;
    display: block;
	margin: 0 auto -6% auto;
}


.splash a {
	margin: 0;
	padding: 20px 10% 50px 10%;
	height: auto;
	text-align: center;
}


}


