/* メイン */

/* チームシェフコラボレーション */
.teamchef-collabo-wrapper {
  padding: 20% auto 5%;
  box-sizing: border-box;
  text-align: center;
}

.collabo-item-wrapper {
  position: relative;
  width: 100%;
  background: linear-gradient(transparent 0%, transparent 90%, #e8d7c3 90%, #e8d7c3 100%);
  z-index: -1;
}

/* 被せる */
.collabo-item-img-area {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
}

.about-collabo {
  margin: 0 auto;
  max-width: 1200px;
}

.collabo-item-img {
  display: block;
  max-width: 960px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.collabo-title-img {
  max-width: 580px;
  width: 65%;
  height: auto;
}

.collabo-wrapper {
  padding-top: 10%;
  padding-bottom: 2%;
  box-sizing: border-box;
}

.collabo-description {
  position: relative;
  margin-left: auto;
  max-width: 640px;
  height: 53%;
  padding: 92px 96px 36px 96px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.collabo-title-img {
  position: absolute;
  top: -170px;
  left: 0;
  height: 300px;
}

.collabo-title {
  display: block;
  margin: 0 auto;
}

.collabo-sub-title {
  display: inline-block;
  font-size: 14px;
  margin: 0 0 14px 0;
  padding: 10px 0 17px 0;
  border-bottom: 1px solid #707070;
}

.collabo-text {
  width: auto;
  letter-spacing: 0.2em;
  font-weight: 100;
  line-height: 2em;
  text-align: justify;
}

/* シェフ紹介 */
.chef-wrapper {
  text-align: center;
}

.chef-img {
  display: block;
  width: 218px;
  height: 269px;
  object-fit: cover;
  background: #fff;
}

.chef-img-area + .chef-img-area {
  margin-left: 30px;
}

.about-chef {
  background: #e8d7c3;
}

.chef-introduction {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.chef-img-area {
  position: relative;
}

.chef-tag {
  position: absolute;
  top: 0;
  left: 0;
}

/* コラボ商品一覧を見る */
.read-more-list.is-collabo {
  padding: 8px 7%;
  display: inline-block;
  margin: 26px auto;
  border: 0.3px solid #1f1915;
  /* border-radius: 10px; */
  font-size: 18px;
  letter-spacing: 0.2em;
  font-weight: 100;
  background: #E8D7C3;
  max-width: 270px;
  width: 100%;
}

.is-zisedai {
  margin: 66px 0;
  max-width: 1200px;
  width: 100%;
  height: auto;
}

.banner-sp.is-zisedai {
  display: none;
}

/*
*
* レスポンシブ
*/

@media (max-width: 1200px) {

  .collabo-wrapper {
    padding-top: 20%;
  }

  .collabo-description {
    height: 53%;
    padding: 120px 36px 36px 36px;
  }

  .collabo-title-img {
    top: -80px;
  }
}

@media (max-width: 640px) {
  .is-zisedai {
    margin: 30px 0 10px 0;
  }
}

/*
*
* スマホvw
*/
@media (max-width: 480px) {
  .chef-img {
    width: 158px;
    height: 195px;
  }

  .chef-name {
    width: 158px;
    height: auto;
  }

  .banner-pc.is-zisedai {
    display: none;
  }

  .banner-sp.is-zisedai {
    display: block;
  }

  .collabo-text {
    font-size: 14px;
  }

  .collabo-wrapper {
    padding-top: 30%;
  }

  .collabo-title-img {
    top: -100px;
  }
}
