@charset "UTF-8";
/* ==========================================================================
  4936497027496 東京「しち十二侯・ロジエ・芝蘭」監修　3名店おせち（華葵）　一段重用
========================================================================== */

/* --------------------------------------------------------------------------
 デザイン装飾（スマホ基準）
-------------------------------------------------------------------------- */
.rc-osechi__about .rc-osechi__about-lead-text {
  max-width: 450px;
  margin: 0 auto;
}

.rc-osechi__brand-profile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rc-osechi__brand-profile ul li {
  max-width: 300px;
  margin: 0 auto;
}

.rc-osechi__brand-profile ul li:not(:last-child) {
  margin-bottom: 30px;
}

.rc-osechi__brand-profile ul dl dt {
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 6px;
}

.rc-osechi__brand-profile ul dl dd {
  margin: 0;
  font-size: 14px;
}

/* --------------------------------------------------------------------------
 SP用のデザイン上書き (400px以上)
-------------------------------------------------------------------------- */
  @media only screen and (min-width: 400px) {
  .rc-osechi .br400_or_less {
    display: none;
  }
}

/* --------------------------------------------------------------------------
 SP用のデザイン上書き (500px以上)
-------------------------------------------------------------------------- */
@media only screen and (min-width: 500px) {
  .rc-osechi__about .rc-osechi__brand-profile {
    padding: 40px 30px;
  }

  .rc-osechi__brand-profile ul dl dt {
    text-align: center;
  }
}


/* --------------------------------------------------------------------------
 PC用のデザイン上書き (780px以上)
-------------------------------------------------------------------------- */
@media only screen and (min-width: 780px) {
  .rc-osechi__pickup {
    padding: 55px 60px 80px;
  }

  .rc-osechi__pickup-item {
    width: 330px;
  }

  .rc-osechi__pickup ul li:first-of-type .rc-osechi__pickup-item-title, .rc-osechi__pickup ul li:last-of-type .rc-osechi__pickup-item-title {
    padding: 18px 0;
  }

  .rc-osechi__brand-img-wrap {
      width: 200px;
  }

  .rc-osechi__about .rc-osechi__about-lead-text {
    max-width: 100%;
    line-height: 1.7rem;
    letter-spacing: 0.08rem;
  }

  .rc-osechi__brand-profile ul li {
    max-width: 100%;
    display: flex;
    align-items: center;
  }

  .rc-osechi__brand-img-wrap {
    width: 250px;
  }

  .rc-osechi__brand-profile ul dl dt {
    text-align: left;
    font-size: 20px;
    line-height: 1.8rem;
    margin-bottom: 14px;
  }

  .rc-osechi__brand-profile ul dl dd {
    font-size: 16px;
  }
}