@charset "utf-8";
/* CSS Document */

body {

  background-color: #fce2d5;
  background-image: url("/img/jill/images/pc/SNScatalog/deco_top_left.png"), url("/img/jill/images/pc/SNScatalog/deco_top_right.png"), url("/img/jill/images/pc/SNScatalog/frame_top.png"), url("/img/jill/images/pc/SNScatalog/deco_bottom_left.png"), url("/img/jill/images/pc/SNScatalog/deco_bottom_right.png"), url("/img/jill/images/pc/SNScatalog/frame_bottom.png"), url("/img/jill/images/pc/SNScatalog/frame_left.png"), url("/img/jill/images/pc/SNScatalog/frame_right.png");
  background-position: left top, right top, center top 5px, left bottom, right bottom, center bottom 5px, left 5px top, right 5px top;
  background-repeat: no-repeat, no-repeat, repeat-x, no-repeat, no-repeat, repeat-x, repeat-y, repeat-y;
  background-size: 148px auto, 148px auto, 1px 11px, 103px auto, 103px auto, 1px 11px, 11px 1px, 11px 1px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 780px;
  min-height: 100vh;
  padding: 60px 0 40px;
  font-family: 'Montserrat',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
  color: #363636;
}
body * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: relative;
}
header {
  margin-bottom: 40px;
  max-width: 780px;
  top: 0;
  width: 100%;
  z-index: 1;
}
main {
  margin: 0 auto;
  width: calc(100% - 70px);
}
footer {
  font-size: 10px;
  margin-top: 40px;
  max-width: 780px;
  padding: 0 10px;
  text-align: center;
  width: 100%;
}
.title {
  line-height: 0;
  margin: 0 auto;
  text-align: center;
  width: 170px;
}
.title img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}
.sns-button + .sns-button {
  margin-top: 40px;
}
.sns-button-anchor {
  color: #363636;
  background-color: rgb(255,255,255,0.4);
  background-position: left calc(50% - 100px) center;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 16px;
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.sns-button-anchor.-instagram {
  background-image: url("/img/jill/images/pc/SNScatalog/icon_instagram.png");
}
.sns-button-anchor.-line {
  background-image: url("/img/jill/images/pc/SNScatalog/icon_line.png");
}
.sns-button-anchor.-twitter {
  background-image: url("/img/jill/images/pc/SNScatalog/icon_x.png");
}
.caption {
  color: #545047;
  letter-spacing: 0.1em;
  font-size: 14px;
  margin: 10px 20px 0px;
  text-align: center;
}