/* Parts
========================================================================================
======================================================================================== */


/* page - Reitou osechi
========================================================================================
======================================================================================== */

/* anchor
============================================ */
.mc-anchor__lists {
  padding: 20px;
  background-color: #FFF9EA;
  transition: 0.175s;
  transition: 0.175s;
}

.mc-anchor__item:not(:first-child) {
  border-top: 1px solid #FFF9EA;
}

.mc-anchor__title {
  display: block;
  position: relative;
  width: 100%;
  padding: 14px 40px 12px 18px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.3;
  text-align: left;
  cursor: pointer;
}

.mc-anchor__icon {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
}

.mc-anchor__icon::after {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  transform: translate(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
  transform: translate(-50%) rotate(135deg);
  width: 12px;
  height: 12px;
  margin: 0;
  border-top: 2px solid #313131;
  border-right: 2px solid #313131;
  content: "";
}

@media screen and (max-width: 768px) {
  .mc-anchor__lists {
    padding-right: 10px;
    padding-left: 10px;
  }

  .mc-anchor__icon::after {
    width: 8px;
    height: 8px;
    margin-left: 5px;
  }
}

/* 和洋中から選ぶ
============================================ */
/* ボタン */
@media screen and (min-width: 768px) {
  .l-btncolumn__item[data-column~="2.5"] {
    width: calc((100% - 48px) / 2.5);
    margin-top: 16px;
    margin-left: 24px;
  }
}


/* 冷凍おせちの３つの魅力
============================================ */
.mc-explanation__item:not(:first-child) {
  margin-top: 30px;
}
.mc-explanation__img img {
  width: 100%;
}
.mc-explanation__desc {
  margin-left: 20px;
}
.mc-explanation__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}
.mc-explanation__title span {
  color: #a83c38;
}
.mc-explanation__title.-underline {
  padding-bottom: 5px;
  border-bottom: 1px solid #a83c38;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .mc-explanation__box {
    display: -ms-grid;
    display: grid;

    gap: 5px 20px;
    -ms-grid-columns: 1fr 20px 2fr;
    -ms-grid-rows: 0fr 5px 1fr;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 0fr 1fr;
  }
  .mc-explanation__box > *:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
  .mc-explanation__box > *:nth-child(2) {
    -ms-grid-column: 3;
    -ms-grid-row: 1;
  }
  .mc-explanation__box > *:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
  .mc-explanation__box > *:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-row: 3;
  }
  .mc-explanation__img {
    max-width: 500px;

    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1/3;
    -ms-grid-row-span: 2;
  }
  .mc-explanation__title {
    margin-bottom: 0;
  }
  .mc-explanation__title.-underline {
    text-align: left;
  }
}
