/*parts
========================================================================================
========================================================================================*/

/* anchor_nav
================================= */
.p-nav{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.p-nav__list{
  display: flex;
  flex-wrap: wrap;
  gap:24px;
}
.p-nav__item{
  width: calc((100% - 24px * 2) / 3);
}
.p-nav__linkwrap{
  display: flex;
}
.p-nav__img{
  flex-basis: 25%;
}
.p-nav__img img{
  width: 100%;
}
.p-nav__copyBox{
  flex-basis: 75%;
  background-color: #be8900;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.p-nav__copyBox::after {
  position: absolute;
  top: 50%;
  right: 24px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(135deg);
}
.p-nav__copyBox p{
  color: #fff;
  font-size: 18px;
  line-height: 160%;
  padding: 15px 10px;
  align-content: center;
}

@media screen and (max-width: 1080px) {
  .p-nav__copyBox::after {
    right: 12px;
  }
  .p-nav__copyBox p{
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .p-nav__copyBox::after {
    top: 62px;
    right: calc((100% - 12px* 2) / 2);
    width: 12px;
    height: 12px;
    transform: translateX(-50%) rotate(135deg);
  }
}
@media screen and (max-width: 768px) {
  .p-nav__list{
    gap:10px;
  }
  .p-nav__item{
    width: calc((100% - 10px * 2) / 3);
  }
  .p-nav__img{
    flex-basis: 50%;
  }
  .p-nav__copyBox{
    flex-basis: 50%;
  }
  .p-nav__linkwrap{
    flex-direction: column;
  }
  .p-nav__copyBox p{
    font-size: 14px;
    text-align: center;
    padding: 15px 7px;
    margin-bottom: 5px;
    align-content: center;
  }
  .p-nav__copyBox::after {
    top: 58px;
  }
}
@media screen and (max-width: 364px) {
  .p-nav__copyBox::after {
    top: 56px;
  }
  .p-nav__copyBox p{
    font-size: 13px;
    padding: 15px 0;
  }
}
/* SVG Sprite
============================================ */
.svg-decorationHeading,
.svg-productFlag {
  display: none !important;
}

/* Decoration Heading
============================================ */
.mc-decorationHeading {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 130px;
  margin-bottom: 30px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.mc-decorationHeading__svg {
  position: absolute;
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  display: block;
  width: auto;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .mc-decorationHeading {
    padding-top:120px;
    margin-bottom: 15px;
  }
}

/* ebi */
.l-block__item.-ebi::before {
  display: block;
  max-width: 100%;
  min-height: 0;
  content: "";
  width: 100px;
  height: 100px;
  background: url("/include/shopping/special/osechi/2024/common/image/icon_ebi.png") no-repeat center center/contain;
  margin: 30px auto;
}

@media screen and (max-width: 768px) {
  .l-block__item.-ebi::before{
    width: 60px;
    height: 60px;
    margin-bottom: 0;
  }
}

/* l-blockcolumn
============================================ */
.l-blockcolumn.p-blockcolumn .l-blockcolumn__lists {
  margin-top: -35px;
}
.l-blockcolumn.p-blockcolumn .l-blockcolumn__item[data-column~="sm:1"] {
  margin-top: 35px;
}
@media screen and (max-width: 640px) {
  .l-blockcolumn.p-blockcolumn .l-blockcolumn__item[data-column~="sm:1"]:first-child {
    margin-top: 35px;
  }
  .l-blockcolumn.p-blockcolumn .l-blockcolumn__item[data-column~="sm:1"] {
    margin-top: 23px;
  }
  .p-blockcolumn .l-blockcolumn__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .p-blockcolumn .l-blockcolumn__item {
    border-bottom: 2px solid #dedede;
    padding-bottom: 20px;
  }
}


/* overtext Spliter
============================================ */
.p-overtextSpliter {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-overtextSpliter[data-overtext="1"] {
  -webkit-line-clamp: 1;
}

.p-overtextSpliter[data-overtext="2"] {
  -webkit-line-clamp: 2;
}


/* Product
============================================ */
.mc-product__title {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.mc-product__flag {
  width: 87px;
  margin-right: 24px;
}
@media screen and (max-width: 768px) {
  .mc-product__flag {
    width: calc((120 / 710) * 100%);
    max-width: 60px;
    margin-right: 12.25px;
  }
}
.mc-product__svg {
  width: 100%;
  height: auto;
}
.mc-product__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(100% - (87px + 24px));
}
@media screen and (max-width: 768px) {
  .mc-product__info {
    width: calc(((590 / 710) * 100%) - 12.25px);
  }
}
.mc-product__bland {
  order: 1;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: inherit;
  color: #6e6e6e;
}
.mc-product__name {
  order: 2;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
}
.mc-product__price {
  order: 3;
  font-weight: bold;
}
.mc-product__person {
  order: 4;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
}
.mc-product__image {
  margin-top: 10px;
  overflow: hidden;
}
.mc-product__image img {
  width: 100%;
}
.mc-product__description {
  margin-top: 15px;
}
.mc-product__descriptionInner {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.mc-product__links {
  margin-top: 15px;
}
.p-designbtn-gold{
  background-color: #be8900;
  border: 2px solid #be8900;
}