.slider {
  margin: 0 0 0 auto;
  width: 75%;
}
.slider ul {
  width: 100%;
}
.slider ul li {
  width: 100%;
}
.slider ul li img {
  width: 100%;
}
.bx-wrapper {
  background-color: transparent;
  box-shadow: none;
  border: 0;
  margin-bottom: 60px;
}
.bx-wrapper .bx-controls-direction {
  display: none;
}
.bx-wrapper .bx-controls-direction .bx-prev {
  background: url(/user_data/packages/default/images/home/arwPrev.png) left top no-repeat;
  background-size: 100% auto;
  height: 20px;
  margin-top: -5px;
  width: 10px;
}
.bx-wrapper .bx-controls-direction .bx-next {
  background: url(/user_data/packages/default/images/home/arwNext.png) left top no-repeat;
  background-size: 100% auto;
  height: 20px;
  margin-top: -5px;
  width: 10px;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 199;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #ccc;
  height: 2px;
  width: 30px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background-color: #f74c88;
}
.postBox {
  margin-bottom: 100px;
  position: relative;
}
.postBox .logo {
  align-items: baseline;
  background-color: #f74c88;
  display: flex;
  width: calc((970px - (30px * 2)) / 3);
  /*height: 250px;*/
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  margin-left: 200px;
}
.postBox .logo img {
  width: 100%;
}
.postBox .updatesns {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  width: calc((970px - (30px * 2)) / 3);
  height: 250px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 200px;
}
.postBox .updatesns .sns {
  letter-spacing: -0.4em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.postBox .updatesns .sns li {
  display: inline-block;
  letter-spacing: normal;
}
.postBox .updatesns .sns li + li {
  margin-left: 30px;
}
.postBox .updatesns .update {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-top: 20px;
}
.postBox .postList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
  padding: 0;
}
.postBox .postList li {
  position: relative;
  width: calc((100% - (30px * 2)) / 3);
  margin: 0 30px 30px 0;
  height: 456px;
  background-color: #eee;
  /*background: linear-gradient(-90deg, rgba(251,239,242,.3), rgba(254,46,154,.3));*/
}
.postBox .postList li a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.postBox .postList li a img {
  width: 100%;
}
.postBox .postList li a div {
  bottom: 10px;
  left: 3%;
  line-height: 1.54545em;
  padding: 14px 10px 0 20px;
  position: absolute;
  width: 94%;
  z-index: 1;
  background: rgba(247,76,136,0.8);
}

.postBox .postList li a div h2{
  margin: 0 0 10px;
  line-height: 1.2em;
}

.postBox .postList li a div p {
  margin: 0;
}

.postBox .postList li a div p br{
  display: none;
}
.postBox .postList li a div .brandname {
  margin: 5px 0 14px;
  font-size: 14px;
}
.postBox .postList li a div .brandname:before {
  background: url(/user_data/packages/default/images/home/icnBrandname.png) left top no-repeat;
  background-size: auto 14px;
  content: "";
  display: inline-block;
  height: 17px;
  margin-right: 5px;
  vertical-align: middle;
  width: 19px;
}
.postBox .postList li a:after {
  /*background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6));*/
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 55%;
}
.postBox .postList li:nth-of-type(3n+1) {
  transform: translateY(420px);
}
.postBox .postList li:nth-of-type(3n+3) {
  margin-right: 0;
  transform: translateY(280px);
}
.postBox .postList li:nth-of-type(3n+1):last-child {
  transform: translate(calc(100% + 30px), 0);
}
.postBox .postList .fashion a:before {
  background: url(/user_data/packages/default/images/home/cornerFashion.png) bottom right no-repeat;
  background-size: 82px auto;
  bottom: 0;
  content: "";
  display: block;
  height: 55px;
  position: absolute;
  right: 0;
  width: 82px;
  z-index: 2;
}
.postBox .postList .beauty a:before {
  background: url(/user_data/packages/default/images/home/cornerBeauty.png) bottom right no-repeat;
  background-size: 82px auto;
  bottom: 0;
  content: "";
  display: block;
  height: 55px;
  position: absolute;
  right: 0;
  width: 82px;
  z-index: 2;
}
.postBox .more {
  right: 84px;
  bottom: 30px;
  font-size: 23px;
  font-weight: bold;
  position: absolute;
}
.postBox .more span {
  background-color: #f74c88;
  border-radius: 70px;
  color: #fff;
  display: block;
  height: 140px;
  line-height: 140px;
  text-align: center;
  text-decoration: none;
  width: 140px;
}
.postBox .more a:hover {
  opacity: 0.8;
}
.snapBox {
  background-color: #f74c88;
  padding: 40px 0 100px;
}
.snapBox h2 {
  width: 970px;
  margin: 0 0 40px 0;
  padding: 0 100px 0 0;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}
.snapBox h2 span {
  font-size: 22px;
  font-weight: 400;
  margin-left: 20px;
}
.snapBox .snapList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0 100px 0 0;
  padding: 0;
}
.snapBox .snapList:after {
  content: "";
  display: block;
  width: calc((100% - (30px * 2)) / 3);
}
.snapBox .snapList li {
  width: calc((100% - (30px * 2)) / 3);
  margin: 0 30px 30px 0;
}
.snapBox .snapList li:nth-of-type(-n+3) {
  margin-top: 0;
}
.snapBox .snapList li:nth-of-type(3n+3) {
  margin-right: 0;
}
.snapBox .snapList li a img {
  width: 100%;
}
.snapBox .more {
  bottom: 0;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 0;
}
.snapBox .more a {
  background-color: #fff;
  border-radius: 35px;
  font-family: 'Montserrat', sans-serif;
  color: #f74c88;
  display: block;
  height: 70px;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  width: 70px;
}
.snapBox .more a:hover {
  opacity: 0.8;
}
.instaBox {
  padding: 40px 0 100px;
}
.instaBox h2 {
  width: 970px;
  margin: 0 0 40px 0;
  padding: 0 100px 0 0;
  text-align: center;
  font-size: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #000;
}
.instaBox h2 span {
  font-size: 22px;
  font-weight: 400;
  margin-left: 20px;
  vertical-align: middle;
}
.instaBox h2 span:before {
  background: url(/user_data/packages/default/images/home/icnInstaPc.png) left top no-repeat;
  content: "";
  display: inline-block;
  height: 29px;
  margin-right: 20px;
  vertical-align: middle;
  width: 31px;
}
.instaBox .instaList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0 100px 0 0;
  padding: 0;
}
.instaBox .instaList:after {
  content: "";
  display: block;
  width: calc((100% - 60px) / 3);
}
.instaBox .instaList li {
  width: calc((100% - 60px) / 3);
  margin: 0 30px 30px 0;
}
.instaBox .instaList li:nth-of-type(-n+3) {
  margin-top: 0;
}
.instaBox .instaList li:nth-of-type(3n+3) {
  margin-right: 0;
}
.instaBox .more {
  bottom: 0;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 0;
}
.instaBox .more a {
  background-color: #f74c88;
  border-radius: 35px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  display: block;
  height: 70px;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  width: 70px;
}
.instaBox .more a:hover {
  opacity: 0.8;
}
.notice_filter{
  display: none;
}
@media screen and (max-width:768px) {
  .slider {
    width: auto;
    padding-bottom: 30px;
  }
  .bx-wrapper {
    margin-left: 0;
    margin-bottom: 0;
  }
  .bx-wrapper .bx-controls-direction {
    display: block;
  }
  .bx-wrapper .bx-pager {
  }
  .postBox {
    margin-bottom: 0;
  }
  .postBox .logo {
    align-items: baseline;
    background-color: #f74c88;
    display: flex;
    /*height: 265px;*/
    justify-content: center;
    position: static;
    right: 0;
    top: 0;
    width: auto;
    margin-left: 0;
    display: none;
  }
  .postBox .logo img {
    /*
    height: 45px;
    width: 194px;
    */
  }
  .postBox .updatesns {
    display: none;
  }
  .postBox .postList {
    display: block;
  }
  .postBox .postList li {
    width: 100%;
    margin-bottom: 0;
    max-height: 100%;
    height: auto;
  }
  .postBox .postList li:nth-of-type(3n+1) {
    transform: translateY(0);
  }
  .postBox .postList li:nth-of-type(3n+3) {
    transform: translateY(0);
  }
  .postBox .postList li:nth-of-type(3n+1):last-child {
    transform: translate(0, 0);
  }
  .postBox .postList li a {
    font-size: 15px;
    font-size: 4.6875vw;
  }
  .postBox .postList li a div {
    padding: 20px 20px 0;
  }
  .postBox .postList li a div .brandname {
    font-size: 12px;
    font-size: 3.75vw;
  }
  .postBox .postList li a div .brandname:before {
    background-size: 100% auto;
    height: 12px;
    width: 13px;
    height: 3.75vw;
    width: 4.0625vw;
  }
  .postBox .postList .fashion a:before,
  .postBox .postList .beauty a:before {
    background-size: contain;
    height: 55px;
    width: 82px;
    height: 17.1875vw;
    width: 25.625vw;
  }
  .postBox .more {
    position: static;
    font-size: 10px;
    width: 60px;
    margin: 15px auto 30px;
  }
  .postBox .more span {
    height: 60px;
    line-height: 60px;
    margin: 15px auto 30px;
    width: 60px;
  }
  .snapBox {
    overflow: hidden;
    padding: 0;
  }
  .snapBox h2 {
    font-size: 35px;
    margin-bottom: 0;
    padding: 5px 0;
    position: static;
    text-align: center;
    transform: rotate(0);
    width: auto;
  }
  .snapBox h2 span {
    display: block;
    font-size: 14px;
    margin-left: 0;
  }
  .snapBox .snapList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    margin: 0 10px;
    padding: 0;
  }
  .snapBox .snapList li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }
  .snapBox .snapList li:nth-of-type(3n+3) {
    margin-right: 10px;
  }
  .snapBox .snapList li:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .snapBox .snapList li:nth-of-type(2n+2) {
    margin-right: 0;
  }
  .snapBox .more {
    position: static;
    font-size: 10px;
  }
  .snapBox .more a {
    height: 60px;
    line-height: 60px;
    margin: 15px auto 30px;
    width: 60px;
  }
  .instaBox {
    padding: 0;
  }
  .instaBox h2 {
    font-size: 35px;
    margin-bottom: 0;
    padding: 5px 0;
    position: static;
    text-align: center;
    transform: rotate(0);
    width: auto;
  }
  .instaBox h2 span {
    display: block;
    font-size: 14px;
    margin-left: 0;
  }
  .instaBox h2 span:before {
    background-image: url(/user_data/packages/default/images/home/icnInstaSp.png);
    background-size: 100% auto;
    display: block;
    height: 22px;
    margin: 0 auto;
    width: 22px;
  }
  .instaBox .instaList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .instaBox .instaList:after {
    width: calc(100% / 3);
  }
  .instaBox .instaList li {
    width: calc(100% / 3);
    margin: 0;
  }
  .instaBox .instaList li:nth-of-type(3n+3) {
    margin-right: 0;
  }
  .instaBox .more {
    position: static;
    font-size: 10px;
  }
  .instaBox .more a {
    height: 60px;
    line-height: 60px;
    margin: 15px auto 30px;
    width: 60px;
  }
  .notice_filter{
    display: block;
    position: fixed;
    width: 85px;
    /*height: 85px;*/
    /*background: rgba(255,255,255,0.8);*/
    z-index: 100000;
    top: 70px;
    right: 20px;
  }

  .notice_filter_inner{
    display: table;
    /*height: 100%;*/
  }
  .notice_filter_layout{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .notice_filter_layout>div{
    width: 95%;
    margin: 0 auto;
    position: relative;
  }
  .notice_filter .close{
    position: absolute;
    right: -8px;
    top: -12px;
		z-index: 999999;
    width: 26px;
    height: 26px;
		line-height: 22px;
    text-align: center;
    background: #fff;
    color: #F4548A;
    font-size: 22px;
    border-radius: 50%;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  }

  .notice_filter_inner a{
    display: block;
    margin: 0 auto;
  }

  .notice_filter_inner a img{
    width: 100%;
		box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
		border-radius: 0 0 4px 4px;
  }
}



/**
 *
 * トップページ新着情報
 *
 */
#news_area {
  width: 75%;
  margin: 0 0 0 auto;
  padding-right: 10px;
}

#news_area h2 {
  color: #f74c88;
  border-bottom: solid;
}

#news_area .news_contents {
  font-size: 0.9em;
}

#news_area .newslist a{
  margin-left: 20px;
}

#news_area a,
#news_area a:link,
#news_area a:visited,
#news_area a:active {
  color: #f74c88;
  text-decoration: none;
}

#news_area .arrow{
  position: relative;
  display: inline-block;
  margin-left: 10px;
  padding: 0 0 0 16px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  top: -2px;
}

#news_area .arrow::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 1px solid #f74c88;
  -webkit-border-radius: 25%;
  border-radius: 25%;
}

#news_area .arrow::after{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  left: 5px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 4px solid transparent;
  border-left: 5px solid #f74c88;
}

#news_area .newslist .mini {
  color: #333;
  margin-left: 100px;
  margin-right: 20px;
  font-size: 0.8em;
}

@media screen and (max-width:768px) {
  #news_area {
    width: 100%;
    padding: 0 10px 0 10px;
  }

  #news_area dl.newslist dt {
    border-left: solid 4px rgba(247,76,136,.6);
    padding-left: 10px;
    margin-bottom: 5px;
  }

  #news_area .newslist a{
    margin-left: 10px;
  }

  #news_area .newslist .mini {
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 0.8em;
  }
}



/**
 *
 * トップページオススメ商品
 */
#recommend_area {
  width: 75%;
  margin: 0 0 0 auto;
  padding-right: 10px;
}

#recommend_area h2 {
  color: #f74c88;
  border-bottom: solid;
}

#recommend_area .block_body {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 10px;
  /* grid-template-row: auto; */
  grid-row-gap: 1em;
  /* grid-auto-flow: row; */
  grid-auto-flow: dense;
  margin-bottom: 20px;

  grid-auto-rows: auto;
  grid-auto-columns: auto;
}

#recommend_area .product_item {
  width: 100%;
  padding: 10px;
  font-size: 0.8em;
  border: solid 1px #ccc;
}

#recommend_area .productImage {
  width: 100%;
  margin-top: 5px;
  display: inline-block;
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
  /* border: solid 1px #f74c88; */
}

#recommend_area .productContents {
  font-size: 0.9em;
}

/*
.productContents > h3 {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
*/
@media screen and (max-width:768px) {
  #recommend_area {
    width: 100%;
    height: auto;
    padding: 0 10px 0 10px;
  }

  #recommend_area .block_body {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-template-rows: auto;
    grid-row-gap: 1em;
    /* grid-auto-flow: row; */
    /* grid-auto-flow: dense; */
    margin-bottom: 20px;
  }

  #recommend_area .product_item {
    width: 100%;
    padding: 10px;
    font-size: 0.8em;
    border: solid 1px #ccc;
  }

  #recommend_area .productImage {
    width: 100%;
    margin-top: 5px;
    display: inline-block;
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
    /* border: solid 1px #f74c88; */
  }

  #recommend_area .productContents h3 {
    word-break: break-all;
    //word-break: break-word;
  }
}