@charset "utf-8";

/* -------------------------
base layout
------------------------- */
#lp_page {
  font-size: 1.6em;
  color: #333;
  overflow-x: hidden;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ Pro W3", Meiryo, Osaka, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#lp_page img {
  -webkit-backface-visibility: hidden;
}

::selection {
  background: #f7beab;
}

/* -------------------------
layout
------------------------- */
#lp_page .center {
  text-align: center;
}

/* -------------------------
margin
------------------------- */

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mtb60 {
  margin: 60px 0;
}

@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none;
  }
}

/* -------------------------
padding
------------------------- */

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .pb40 {
    padding-bottom: 10px;
  }
}

/* -------------------------
height
------------------------- */
.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.h40 {
  height: 40px;
}

.h50 {
  height: 50px;
}

.h60 {
  height: 60px;
}

.h70 {
  height: 70px;
}

/* -------------------------
color
------------------------- */

.brown {
  color: #56302b;
}

.red {
  color: #ef2c3e;
}

.pink {
  color: #ca857a;
}