@charset "euc-jp";
.free_space_block {
  margin-top: 3em;
}

.footer {
  margin-top: 0;
}

/*instagram*/

.itemList--contents {
  background: black;
}

.itemList--contents .itemList__unit {
  width: 14.27%;
  float: left;
}

.itemList--contents .itemList__unit:nth-child(7n+1) {
  clear: both;
}

.itemList--contents .itemList__unit img {
  width: 100%;
}

.section--column {
  margin-bottom: 25px;
}

.bgSection {
  padding: 20px;
  background: #f2f2f2;
}

.blockTitle {
  font-size: 18px;
  padding-bottom: 5px;
}

.bgSection__left {
  width: 17%;
  float: left;
}

.bgSection__right {
  width: 81%;
  float: right;
}

/* SHOP NEWS */

#news {
  padding: 5px 0;
  margin-top: 8px;
}

#news dl dt:nth-of-type(n+4), #news dl dd:nth-of-type(n+4) {
  display: none;
}

.scrollgeneric {
  line-height: 1px;
  font-size: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

/* 縦スクロール範囲 */

.vscrollerbase {
  width: 10px;
  background: url(https://crasik.com/cart/img/top/news-bg.jpg) right repeat-y;
}

/* 縦スクロールバー */

.vscrollerbar {
  width: 10px;
  background: url(https://crasik.com/cart/img/top/news-bar.jpg) right repeat-y;
}

/* 横スクロール範囲 */

.hscrollerbase {
  height: 10px;
  background-color: #eee;
}

/* 横スクロールバー */

.hscrollerbar {
  height: 10px;
  background-color: #900;
}

/* 縦横スクロールバー */

.scrollerjogbox {
  width: 10px;
  height: 10px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  background-color: #eee;
}

* html #news {}

.news-list {
  position: relative;
}

.news-list dt {
  position: absolute;
  left: 10px;
  color: #666;
}

.news-list dd {
  padding-left: 90px;
  margin-bottom: 20px;
}

.news-list a {
  text-decoration: underline;
}

/* Pick up brand */

.pick_brand .itemList--3 .itemList__unit {
  width: 33.333%;
}

.pick_brand .itemList--3 .itemList__unit:nth-child(n+2) {
  margin-left: 0%;
}

.pick_brand .itemList .itemList__unit a {
  display: block;
  position: relative;
}

.pick_brand .itemList .itemList__unit a>img {
  display: block;
  width: 100%;
}

.pick_brand .itemList .itemList__unit a .pick_brandname {
  /*display: none;*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  text-align: center;
  width: 50%;
  height: 50%;
}

.pick_brand .itemList .itemList__unit a .pick_brandname img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 80%;
}

.pick_brand .itemList .itemList__unit a .pick_brandname span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 300px;
  line-height: 300px;
  display: inline;
}

/* feature */

.feature .itemList__unit {
  text-align: left;
}

.feature .itemList__unit .feature_posttitle {
  margin-top: 30px;
}

.feature .itemList__unit .feature_title {
  float: left;
  width: 80%;
  display: block;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.feature .itemList__unit .feature_title:before {
  content: url(https://img02.shop-pro.jp/PA01099/569/etc/cr_ic19.png);
  padding-right: 10px;
}

.feature .itemList__unit .feature_title img {
  vertical-align: baseline;
  padding-right: 10px;
}

.feature .itemList__unit .feature_date {
  text-align: right;
  color: #999;
  float: right;
  display: block;
  width: 15%;
}

.feature .itemList__unit .feature_posttxt {
  line-height: 2em;
}

.feature .itemList__unit .js-text-overflow {
  overflow: hidden;
  /* overflow: hidden;　がキモ。*/
  height: 60px;
}

.feature .itemList--2 .itemList__unit:nth-child(n+3) {
  margin-top: 40px;
}

.feature .itemList--2 .itemList__unit p.feature_postimg {
  position: relative;
  width: 100%;
  min-height: 290px;
  max-height: 290px;
  padding: 3px;
  box-sizing: border-box;
  background: url(https://img02.shop-pro.jp/PA01099/569/etc/cr_bg06.gif);
}

.feature .itemList--2 .itemList__unit p.feature_postimg a {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 284px;
  max-height: 284px;
}

.feature .itemList--2 .itemList__unit p.feature_postimg a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: auto;
}

.feature .itemList--2 .itemList__unit p.feature_postimg span.feature_date {
  position: absolute;
  right: 35px;
  bottom: -40px;
  font-size: 50px;
  letter-spacing: -0.06em;
  font-family: 'Crimson Text', serif;
}

.feature .itemList--2 .itemList__unit p.feature_postimg span.feature_date strong {
  font-size: 80px;
  vertical-align: text-top;
  margin-left: -5px;
  letter-spacing: -0.03em;
}

.feature .feature_moreBtn {
  display: block;
  background: #fff;
  border: solid #999999 2px;
  text-align: center;
  /* color: #fff; */
  font-weight: normal;
  box-sizing: border-box;
  width: 175px;
  padding: 15px 0;
  margin: 40px auto 0;
  cursor: pointer;
}

/* ranking */

.ranking {
  padding: 120px 0;
}

.ranking .itemList .itemList__unit {
  position: relative;
  margin-top: 50px;
}

.ranking .itemList .itemList__unit:after {
  position: absolute;
  left: 0;
  top: -40px;
}

.ranking .itemList .itemList__unit:nth-of-type(1):after {
  content: url(https://img02.shop-pro.jp/PA01099/569/etc/cr_ic14.png);
}

.ranking .itemList .itemList__unit:nth-of-type(2):after {
  content: url(https://img02.shop-pro.jp/PA01099/569/etc/cr_ic15.png);
}

.ranking .itemList .itemList__unit:nth-of-type(3):after {
  content: url(https://img02.shop-pro.jp/PA01099/569/etc/cr_ic16.png);
}

.ranking .itemList .itemList__unit:nth-of-type(4):after {
  content: url(https://img02.shop-pro.jp/PA01099/569/etc/cr_ic17.png);
}

.ranking .itemList .itemList__unit:nth-of-type(5):after {
  content: url(https://img02.shop-pro.jp/PA01099/569/etc/cr_ic18.png);
}

.ranking .js-moreBtn {
  background: #fff;
  border: solid #999999 2px;
  text-align: center;
  /* color: #fff; */
  font-weight: normal;
  box-sizing: border-box;
  width: 175px;
  padding: 15px 0;
  margin: 40px auto 0;
  cursor: pointer;
}

.ranking .js-moreBtn:hover {
  opacity: 0.8;
}

/* new */

/*.new .newList li {
  padding: 0 15px;
}*/

.new .newList .slick-prev {
  left: 50%;
  margin-left: -520px;
  border-color: #5e2a0d;
  border-bottom-width: 3px!important;
  border-left-width: 3px!important;
}

.new .newList .slick-next {
  right: 50%;
  margin-right: -520px;
  border-color: #5e2a0d;
  border-top-width: 3px!important;
  border-right-width: 3px!important;
}

.new .newList .itemList__unit img {
  width: 100%;
}

.new .newList .itemList__unit {
  position: relative;
}

.new .itemList--5 .itemList__unit:nth-child(n+6) {
  margin-top: 35px;
}

.new .newList .newitem:after {
  position: absolute;
  top: 0;
  left: 0;
  content: url(https://img02.shop-pro.jp/PA01099/569/etc/cr_ic07.png);
  z-index: 2;
}

.new .js-more li {
  display: block;
}

.new .js-more li:nth-child(n+9) {
  display: none;
}

.new .js-moreBtn {
  background: #fff;
  border: solid #999999 2px;
  text-align: center;
  /* color: #fff; */
  font-weight: nomal;
  box-sizing: border-box;
  width: 175px;
  padding: 15px 0;
  margin: 40px auto 0;
  cursor: pointer;
}

.new .js-moreBtn:hover {
  opacity: 0.8;
}

/* staffnote */

.staffnote {
  padding: 120px 0;
}

.staffnote .itemList--3 .itemList__unit {
  width: 31%;
}

.staffnote .itemList--3 .itemList__unit:nth-child(n+2) {
  margin-left: 3.5%;
}

.staffnote .itemList__unit {
  text-align: left;
}

.staffnote .itemList__unit .staffnote_postimg {
  position: relative;
  text-align: center;
  border: solid 1px #e3e3e3;
  margin-bottom: 30px;
}

/*.staffnote .itemList__unit .staffnote_postimg:after {
  content: url(https://img02.shop-pro.jp/PA01099/569/etc/cr_bg05.png);
  bottom: -38px;
  right: 0;
  position: absolute;
}*/

.staffnote .itemList__unit .staffnote_postimg a {
  display: block;
  border: solid #FFF 10px;
  box-sizing: border-box;
}

.staffnote .itemList__unit .staffnote_postimg a img {
  width: 100%;
  height: auto;
}

.staffnote .itemList__unit .staffnote_title {
  float: left;
  width: 70%;
  display: block;
  font-weight: bold;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.staffnote .itemList__unit .staffnote_title:before {
  content: url(https://img02.shop-pro.jp/PA01099/569/etc/cr_ic20.png);
  padding-right: 10px;
}

.staffnote .itemList__unit .staffnote_title img {
  vertical-align: baseline;
  padding-right: 10px;
}

.staffnote .itemList__unit .staffnote_date {
  text-align: right;
  color: #999;
  float: right;
  display: block;
  width: 25%;
}

.staffnote .itemList__unit .staffnote_posttxt {
  line-height: 2em;
}

.staffnote .itemList__unit .js-text-overflow {
  overflow: hidden;
  /* overflow: hidden;　がキモ。*/
  height: 70px;
}

.staffnote .itemList__unit p.staffnote_postimg {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.staffnote .itemList__unit p.staffnote_postimg a {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: calc(82% - 20px);
}

.staffnote .itemList__unit p.staffnote_postimg a img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media all and (-ms-high-contrast:none) {
  .staffnote .itemList__unit p.staffnote_postimg a img {
    height: auto !important;
  }
  /* IE10 */
}

.staffnote .staffnote_moreBtn {
  display: block;
  background: #fff;
  border: solid #999999 2px;
  text-align: center;
  /* color: #fff; */
  font-weight: normal;
  box-sizing: border-box;
  width: 175px;
  padding: 15px 0;
  margin: 40px auto 0;
  cursor: pointer;
}

/*instagram*/

ul.gallery {
  position: relative;
  min-height: 320px;
}

li.gallery__item {
  overflow: hidden;
}

li.gallery__item:nth-of-type(1) {
  width: 320px;
  height: 320px;
  position: absolute;
  top: 0;
  left: 0;
}

li.gallery__item:nth-of-type(2) {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 340px;
}

li.gallery__item:nth-of-type(3) {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 0;
  right: 340px;
}

li.gallery__item:nth-of-type(4) {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 170px;
  left: 340px;
}

li.gallery__item:nth-of-type(5) {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 170px;
  right: 340px;
}

li.gallery__item:nth-of-type(6) {
  width: 320px;
  height: 320px;
  position: absolute;
  top: 0;
  right: 0;
}

li.gallery__item img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

li.gallery__item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #f2f2f2;
}

#news_mcontentwrapper {
  z-index: 0!important;
}

#news_vscrollerbar {
  z-index: 0!important;
}