@charset "UTF-8";

/*
GENERAL STYLING
================================================ */
html {
    font-size: 100%;
}
body {
	color: #555;
	font-family: "Rounded M+ Regular",sans-serif;
}
img { width: 100%; }

/*
COMMON
================================================ */
.title {
    font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic pro",cursive;
    font-size: 4rem;
    margin-bottom: 1.5rem;
}
.title_2 {
    font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic pro",cursive;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}
p {
    line-height: 1.7;
    font-size: 1.2rem;
}

/*
Main
================================================ */
.main {
    height: 120vh;
    background-image: url(../images/main_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    padding-top: 20vh;
    color: #555;
}
.main p{
    font-size: 2rem;
}
.main h1{
    margin-top: 1vh;
    font-size: 5rem;
    color: #555;
}

/*
Logo
================================================ */
.logo{
  height: 40vh;
  background-image: url(../images/logo.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

/*
About PukuPukuLife
================================================ */
.about p {
  padding-top: 1vh;
  text-align: center;
}

/*
PukuPukuLife Concept
================================================ */
.concept_img{
  height: 100vh;
  background-image: url(../images/concept_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 5vh;
}

.concept {
  padding-top: 1vh;
  text-align: center;
}

/*
Profile
================================================ */
.profile_img{
  padding-top: 1vh;
  height: 100vh;
  background-image: url(../images/profile_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 5vh;
}
.profile {
  padding-top: 1vh;
  text-align: center;
}


/*
Shop
================================================ */
.shop_img{
  padding-top: 1vh;
  height: 140vh;
  background-image: url(../images/shop_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 5vh;
}
.shop {
    text-align: center;
    padding-top: 1vh;
}
.shop-sns {
    display: flex;
    justify-content: center;
}
.shop-sns a {
    background: #fff;
    width: 3.75rem;
    height: 3.75rem;
    display: inline-block;
    margin: 0.5rem;
    border-radius: 50%;
    font-size: 3.0rem;
    padding: 0.125rem 0 0 0.125rem;
    color: #ff6c94;
}
.shop-sns a:hover {
    background: rgba(255,255,255,.5);
}



/*Footer
-------------------------*/
footer{
  height:20vh;
  background-image: url(../images/fotter.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

}
footer p{
  color:#fff;
  font-size:1rem;
  text-align: center;
  padding-top: 10vh;
}

/*
MOBILE SIZE
================================================ */
@media (max-width: 900px) {
  .title {
      font-size: 2.0rem;
      margin-bottom: 1.5rem;
  }
  p {
      line-height: 1rem;
      font-size: 0.75rem;
  }

  .main {
      height: 30vh;
      background-image: url(../images/main_bg.jpg);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: top center;
      padding-top: 3vh;
      color: #555;
  }
  .main p{
      font-size: 0.8rem;
  }
  .main h1{
      margin-top: 0.5vh;
      font-size: 1.5rem;
      color: #555;
  }
  .logo{
    height: 15vh;
    background-image: url(../images/logo.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .concept_img{
    height: 30vh;
    background-image: url(../images/concept_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 5vh;
  }

  .shop_img{
    padding-top: 1vh;
    height: 30vh;
    background-image: url(../images/shop_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 5vh;
  }
  .profile_img{
    padding-top: 1vh;
    height: 30vh;
    background-image: url(../images/profile_bg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 5vh;
  }
}
