@charset "utf-8";
/* -------------------------
base layout
------------------------- */
html .pastelmask_luckybag {
  font-size: 62.5%;
}
body .pastelmask_luckybag {
  font-size: 1.6em;
  color: #333;
  overflow-x: hidden;
  line-height: 180%;
  letter-spacing: .2rem;
  font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic', 'メイリオ', sans-serif;
}


/* -------------------------
margin
------------------------- */

.pastelmask_luckybag .mb10 {
  margin-bottom: 10px;
}

.pastelmask_luckybag .mb20 {
  margin-bottom: 20px;
}

.pastelmask_luckybag .mb30 {
  margin-bottom: 30px;
}

.pastelmask_luckybag .mb40 {
  margin-bottom: 40px;
}

.pastelmask_luckybag .mb50 {
  margin-bottom: 50px;
}

.pastelmask_luckybag .mb60 {
  margin-bottom: 60px;
}

.pastelmask_luckybag .mtb60 {
  margin: 60px 0;
}

/* -------------------------
height
------------------------- */
.pastelmask_luckybag .h10{height: 10px;}
.pastelmask_luckybag .h20{height: 20px;}
.pastelmask_luckybag .h30{height: 30px;}
.pastelmask_luckybag .h40{height: 40px;}
.pastelmask_luckybag .h50{height: 50px;}
.pastelmask_luckybag .h60{height: 60px;}
