.fs-preview-header { display: none; }
/*--------------------------------------------------------------
BODYFANTASIES TOP
--------------------------------------------------------------*/
ul.sec2-list {
  width: 1000px !important;
  display: block;
}
ul.sec2-list li.sec2-list-item {
  width: 220px !important;
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 767px){
ul.sec2-list {
  width: 100% !important;
  display: block;
}
ul.sec2-list li.sec2-list-item {
  width: 45% !important;
  margin: 0 0 30px !important;
  box-sizing:border-box !important;
}
ul.sec2-list li.sec2-list-item:nth-child(2n+1) {
  padding:0 5px 0 0 !important;
}
ul.sec2-list li.sec2-list-item:nth-child(2n) {
  padding:0 0 0 5px !important;
}
ul.sec2-list li.sec2-list-item a img {
  width:100% !important;
}
ul.sec2-list li.sec2-list-item p {
  line-height:1.5em !important;
  font-size: 13px !important;
}
}

/*--------------------------------------------------------------
名前シール
--------------------------------------------------------------*/
.wrapper{
    width:100%;
    display:block;
    text-align:center;
}
.bodyfantasies-logo{
    width:100px;
    height:auto;
    margin-top:50px;
}
.namesticker-area{
    font-family: dnp-shuei-mgothic-std, sans-serif;
    font-weight: 400;
    font-style: normal;
    width:100%;
    display:block;
    text-align:center;
}
.namesticker-area h3{
    color:#33504c;
    font-size:24px;
    font-weight:600;
    margin:60px 0;
}
.namesticker-area p{
    line-height:1.8em;
}
.namesticker-archive{
    margin-top:60px;
}
.namesticker-archive img{
    display:block;
    width:700px;
    margin:40px auto;
}
@media screen and (min-width: 768px){
.pc-none{
    display:none;
}
}
@media screen and (max-width: 767px){
.wrapper{
    margin-bottom:-50px;
}
.bodyfantasies-logo{
    width:30%;
    height:auto;
    margin-top:20px;
}
.namesticker-area h3{
    color:#33504c;
    font-size:24px;
    font-weight:600;
    margin:25px 0;
}
.namesticker-archive{
    margin-top:30px;
}
.namesticker-archive img{
    width:100%;
    margin:20px auto;
}
.sp-none{
    display:none;
}
}