@charset "UTF-8";
.c-title {
  /* 959 */
}

@media all and (min-width: 1220px) {
  .c-title {
    text-align: center;
  }
}

/*----------------------------------------------------
footerBanner
----------------------------------------------------*/
.footerBanner {
  /* 959 */
}

@media all and (min-width: 1220px) {
  .footerBanner {
    text-align: center;
  }
}

.footerBanner__linkcont {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.footerBanner ul {
  /* 959 */
}

@media all and (min-width: 1220px) {
  .footerBanner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footerBanner ul li {
  height: 180px;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .footerBanner ul li {
    width: 100%;
    height: 300px;
  }
}

.footerBanner ul a {
  display: block;
  height: 100%;
  color: #fff;
}

.footerBanner ul p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 6px;
  font-weight: bold;
  letter-spacing: 0.05em;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .footerBanner ul p {
    font-size: 0.875rem;
    margin-top: 10px;
  }
}

.footerBanner__contact {
  background: url(/wp/wp-content/themes/object/assets/images/top/contact_bg_sp.jpg) center;
  background-size: cover;
}

.footerBanner__recruit {
  background: url(/wp/wp-content/themes/object/assets/images/top/about_bg_sp.jpg) center;
  background-size: cover;
}

/*----------------------------------------------------
TOP #pickup
----------------------------------------------------*/
.pickup {
  background: #f5f5fa;
}

/*----------------------------------------------------
TOP #slideGoods
----------------------------------------------------*/
.goods_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .goods_archive {
    margin-top: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.goods_archive li {
  width: 20%;
  margin-left: 16px;
  margin-top: 16px;
}

@media all and (max-width: 1219px) {
  .goods_archive li {
    width: calc(50% - 16px);
  }
}

.goods_archive .thumb {
  position: relative;
  overflow: hidden;
}

.goods_archive .thumb:before {
  display: block;
  content: "";
  padding-top: 100%;
}

.goods_archive .thumb img {
  max-width: none;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.goods_archive .thumb.noimage {
  background: url(/wp/wp-content/themes/object/assets/images/common/ui/thumb_noimage.png) no-repeat center;
  background-size: 160px;
  background-color: #f7f7f7;
}

/*----------------------------------------------------
mainvsiaul
----------------------------------------------------*/
.mainvisual__slidewrap {
  position: relative;
  overflow: hidden;
}

.mainvisual__slidewrap:before {
  content: "";
  display: block;
  padding-top: 130%;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .mainvisual__slidewrap:before {
    padding-top: 32.5%;
  }
}

.mainvisual__ttl {
  background: #db2500;
  text-align: center;
  padding: 1.2vw;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .mainvisual__ttl {
    font-size: 1.5rem;
  }
}

.mainvisual__ttl.blue {
  background: #1a74b9;
}

/*----------------------------------------------------
サムネイルズ
----------------------------------------------------*/
.top_postlist {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  height: 100%;
}

.top_postlist.-works {
  width: 100%;
}

.top_postlist.-men {
  left: 50%;
}

.top_postlist__item {
  position: relative;
  width: 50%;
  height: 25%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  overflow: hidden;
  /* 959 */
  /* 959 */
}

@media all and (min-width: 1220px) {
  .top_postlist__item {
    width: 25%;
    height: 50%;
  }
}

.top_postlist__item:hover .top_postlist__item__caption {
  /* 959 */
}

@media all and (min-width: 1220px) {
  .top_postlist__item:hover .top_postlist__item__caption {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media all and (min-width: 1220px) {
  .top_postlist__item:nth-of-type(3), .top_postlist__item:nth-of-type(4), .top_postlist__item:nth-of-type(7), .top_postlist__item:nth-of-type(8) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.top_postlist__item__thumb {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.top_postlist__item__thumb img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
}

.top_postlist__item__caption {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 12px;
  font-size: 0.75rem;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 6px 16px;
  font-weight: 600;
  letter-spacing: 0.1em;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
}

/*----------------------------------------------------
TOP #news
----------------------------------------------------*/
.information {
  /* 959 */
}

@media all and (min-width: 1220px) {
  .information {
    padding: 32px 0 80px;
  }
}

.news_row {
  /* 959 */
}

@media all and (min-width: 1220px) {
  .news_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}

.news {
  position: relative;
  margin-bottom: 32px;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .news {
    padding-right: 40px;
    width: 60%;
    margin-bottom: 0;
  }
}

.news:after {
  content: "SCROLL ∇";
  position: absolute;
  bottom: -22px;
  right: 0;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #ccc;
  font-weight: 700;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .news:after {
    font-size: 0.75rem;
    padding-right: 40px;
  }
}

.news__more {
  position: absolute;
  top: 6px;
  right: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ff5533;
  text-decoration: underline;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .news__more {
    position: absolute;
    top: 4px;
    right: 40px;
    font-size: 0.8125rem;
  }
}

.news__more:hover {
  text-decoration: none;
}

.news__postlist {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 12px;
  overflow-y: scroll;
  height: 300px;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .news__postlist {
    margin-top: 20px;
    height: 400px;
  }
}

.news__morebtn {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  padding: 4px;
  width: 120px;
  text-align: center;
  background: #333;
  color: #fff;
  font-weight: 500;
  border-radius: 40px;
  margin: 24px auto;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .news__morebtn {
    font-size: 0.875rem;
    margin: 32px auto;
    width: 160px;
  }
}

.news__post {
  border-top: 1px solid #eee;
  padding: 10px 10px 10px 0;
}

.news__post a {
  text-decoration: underline;
  color: #ff5533;
}

.news__post a:hover {
  text-decoration: none;
}

.news__post__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news__post__row.-aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.news__post__row:first-of-type {
  border: none;
}

.news__post__info {
  margin-top: 10px;
  margin-left: 15px;
}

.news__post__category {
  display: inline-block;
  background: #ddd;
  padding: 2px 10px;
  line-height: 1;
  min-width: 80px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .news__post__category {
    padding: 3px 8px;
    font-size: 0.75rem;
  }
}

.news__post__date {
  font-size: 12px;
  font-size: 0.75rem;
  margin-left: 8px;
  letter-spacing: 0.05em;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .news__post__date {
    font-size: 0.75rem;
  }
}

.news__post__cont {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 5px;
  max-width: 70vw;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .news__post__cont {
    font-size: 0.875rem;
  }
}

.news__post__thumbnail {
  display: block;
  height: 60px;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .news__post__thumbnail {
    height: 75px;
  }
}

.news__post__thumbnail img {
  width: auto;
  height: 100%;
}

/*----------------------------------------------------
TOP #pickup
----------------------------------------------------*/
.pickup {
  background: #f5f5fa;
}

/*----------------------------------------------------
TOP #slideGoods
----------------------------------------------------*/
.goods_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
  margin-left: -16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 1219px) {
  .goods_archive {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.goods_archive li {
  width: 20%;
  margin-left: 16px;
  margin-top: 16px;
}

@media all and (max-width: 1219px) {
  .goods_archive li {
    width: calc(50% - 16px);
  }
}

.goods_archive .thumb {
  position: relative;
  overflow: hidden;
}

.goods_archive .thumb:before {
  display: block;
  content: '';
  padding-top: 100%;
}

.goods_archive .thumb img {
  max-width: none;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.goods_archive .thumb.noimage {
  background: url(/wp/wp-content/themes/object/assets/images/common/ui/thumb_noimage.png) no-repeat center;
  background-size: 160px;
  background-color: #f7f7f7;
}

/***slick カスタマイズ***/
/***slick カスタマイズ END***/
/*----------------------------------------------------
TOP #twitter
----------------------------------------------------*/
.twitter-widget__wrapper {
  /* 959 */
}

@media all and (min-width: 1220px) {
  .twitter-widget__wrapper {
    width: 40%;
  }
}

.twitter-widget__row {
  margin-top: 12px;
  /* 959 */
}

@media all and (min-width: 1220px) {
  .twitter-widget__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
}

.twitter-widget__staff {
  /* 959 */
}

@media all and (min-width: 1220px) {
  .twitter-widget__staff {
    width: 100%;
  }
}
