@charset "utf-8";


:root {
  --base-col01: #d2000c;
  --base-col02: #ef8800;
  --base-sub: #fff;
  --base-sub1: #76000b;

}

/*===============================================
  アニメーション初期状態（チラつき防止）
===============================================*/
#morinaga_cp_2604 .js-subttl,
#morinaga_cp_2604 .js-ttl {
  visibility: hidden;
  opacity: 0;
}

/*===============================================
●共通
===============================================*/

/* ============ common =========== */
#morinaga_cp_2604 * {
  min-height: 0vw;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}

#morinaga_cp_2604 :is(h1, h2, h3, h4, h5, p, figure) {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#morinaga_cp_2604 :is(ul, ol, li, dl, dt, dd) {
  margin: 0;
  list-style: none;
  padding: 0;
}

#morinaga_cp_2604 :is(a:link, a:visited, a:hover, a:active, a:focus) {
  text-decoration: none;
}

#morinaga_cp_2604 img {
  max-width: 100%;
  display: block;
  height: auto;
}

/* ============ text関連 =========== */
#morinaga_cp_2604 .lead-area .leadB {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.8vw, 2.2rem);
  margin: 0 0 1.5rem;
  /* text-shadow: 0 0px 0 #e3ba9d, 0 2px 0 #e4cbb9, 0 2px 7px rgba(81, 20, 6, 0.3); */
}

#morinaga_cp_2604 .lead-area .leadB span {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.15rem, 1.3vw, 1.6rem);
  display: block;
  /* text-shadow: 0 0px 0 #e3ba9d, 0 2px 0 #e4cbb9, 0 2px 7px rgba(81, 20, 6, 0.3); */
  margin: 0 0 0.5rem;
}

#morinaga_cp_2604 .lead-area .leadB .maru {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1rem, 1.3vw, 1.5rem);
  margin: 0 0 2rem;
}

#morinaga_cp_2604 .lead-area .leadT {
  text-align: center;
  font-weight: 500;
  font-size: clamp(1rem, 1.3vw, 1.15rem);
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
  padding: 0;
}

#morinaga_cp_2604 .lead-area .leadT span {
  margin: 5px 0 0;
  display: block;
  color: #fff;
  font-size: clamp(0.85rem, 2vw, 0.95rem);
}

#morinaga_cp_2604 .item-area .date {
  text-align: center;
  border: 1px solid #fff;
  padding: 0.2rem;
  box-sizing: border-box;
  max-width: 155px;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  color: #fff;
}

#morinaga_cp_2604 .item-area .name {
  text-align: left;
  font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  font-weight: 600;
  line-height: 1.4;

}

#morinaga_cp_2604 .item-area .name span {
  text-align: left;
  font-size: clamp(0.9rem, 4vw, 1.05rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
  display: block;
}

#morinaga_cp_2604 .item-area .name-sm {
  text-align: left;
  font-size: clamp(0.9rem, 2vw, 1rem);
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

#morinaga_cp_2604 .item-area .price {
  text-align: left;
  font-size: clamp(1.1rem, 2vw, 1.2rem);
  font-weight: 600;
}

#morinaga_cp_2604 .item-area .price-sm {
  text-align: right;
  font-size: clamp(0.85rem, 2vw, 0.9rem);
  font-weight: 600;
}

#morinaga_cp_2604 .item-area .txt {
  font-size: clamp(1rem, 1.1vw, 1.1rem);
  text-align: left;
  line-height: 1.6;
  font-weight: 500;
}

#morinaga_cp_2604 .item-area .item_txt_area ul li,
#morinaga_cp_2604 .item-area .txt span {
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  text-align: left;
  line-height: 1.6;
  display: block;
  margin: 0.2rem 0 0;
}

#morinaga_cp_2604 .item-area .item_txt_area ul li::before,
#morinaga_cp_2604 .item-area .txt span::before {
  content: '\203b';
}

#morinaga_cp_2604 .c-txt div .fc-list {
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  display: block;
  width: 100%;
  text-align: left;
}

#morinaga_cp_2604 .item-area .cat {
  text-align: left;
  font-size: clamp(0.8rem, 0.85vw, 0.88rem);
  margin: 0;
  background: var(--base-sub1);
  width: fit-content;
  padding: .2em 1em;
  border-radius: 50px;
  color: var(--base-sub);
  font-weight: 600;
}

#morinaga_cp_2604 .item-area .area span::before {
  content: '販売地域';
  position: absolute;
  top: -40%;
  left: -1%;
  font-weight: bold;
  padding: 0.2rem 1rem;
  background: #fabe01;
  color: #231815;
  border-radius: 15px;
  display: inline-block;
}




/*====================== main-area =======================*/

/* div#contents {
  background-color: var(--base-sub1);
  width: 100%;
  min-height: 100%;
  background-attachment: fixed;
  background-position: center;
  position: relative;
} */

#morinaga_cp_2604 {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  min-height: 100%;
  padding: 0;
  position: relative;
  color: var(--text-main);
  box-sizing: border-box;
}


#morinaga_cp_2604 .imgbox .kv {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 2;
}

#morinaga_cp_2604 main {
  padding: 0;
  position: relative;
  z-index: 0;
}

#morinaga_cp_2604 .text-area {
  width: min(100%, 1200px);
  margin: 0 auto;
  color: var(--base-sub);
  padding: 2rem;
  text-align: center;
  position: relative;
  z-index: 2;
  background: var(--base-sub1);
}

#morinaga_cp_2604 .text-area .comment-area dl {
  background: var(--base-sub);
  color: var(--base-sub1);
  text-align: left;
  padding: 1rem;
  border-radius: 1rem;
}

#morinaga_cp_2604 .text-area .comment-area dl dt {
  font-weight: 600;
  border-bottom: dotted 3px var(--base-sub1);
  margin-bottom: .7rem;
  padding-bottom: .5rem;
}

#morinaga_cp_2604 .sp-readmore-btn,
#morinaga_cp_2604 .sp-readmore-fade {
  display: none;
}

#morinaga_cp_2604 .lead-area {
  width: min(100%, 1100px);
  padding: 0;
  margin: 0 auto 2rem;
}

#morinaga_cp_2604 .ttl_h2 {
  text-align: center;
  font-weight: 700;
  font-size: clamp(1.25rem, 1.7vw, 1.5rem);
  position: relative;
  padding: 1rem;
  margin: 0 auto;
  display: block;
  width: min(100%, 1190px);
  background: var(--base-sub);
}

#morinaga_cp_2604 .ttl_h2 span {
  display: inline-block;
  padding: 0 2em;
  color: var(--base-sub1);
  width: auto;
}



/*===== item-area ======*/

#morinaga_cp_2604 .items {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 0 0 7px;
  position: relative;
  overflow: hidden;
  background-color: var(--base-sub1);
  outline: 5px solid var(--base-sub1);
  outline-offset: -5px;
}

#morinaga_cp_2604 .item-area {
  width: min(100%, 1188px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  margin: 0 auto;
  position: relative;
  background-color: var(--base-sub);
  gap: 6px;
}

#morinaga_cp_2604 .item-area .item {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  will-change: transform;
}

#morinaga_cp_2604 .item-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem
}

#morinaga_cp_2604 .nama {
  position: absolute;
  bottom: 0;
  width: 19%;
  will-change: transform;
}

#morinaga_cp_2604 .item-area .item:nth-of-type(1) {
  background: var(--base-col01);
}

#morinaga_cp_2604 .item-area .item:nth-of-type(1) .cach {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  z-index: 2;
}

#morinaga_cp_2604 .item-area .item:nth-of-type(1) .pkg::before {
  top: 0;
  left: -20%;
}

#morinaga_cp_2604 .item-area .item:nth-of-type(2) {
  background: var(--base-col02);
}

#morinaga_cp_2604 .item-area .item:nth-of-type(2) .cach {
  position: absolute;
  top: -5%;
  left: 0;
  width: 25%;
  z-index: 2;
}

#morinaga_cp_2604 .item-area .item:nth-of-type(2) .pkg::before {
  top: 0;
  left: -25%;
}

#morinaga_cp_2604 .item-area .item:nth-of-type(3) {
  background: var(--base-col02);
}

#morinaga_cp_2604 .item-area .item:nth-of-type(3) .cach {
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  z-index: 2;
}

#morinaga_cp_2604 .item-area .item:nth-of-type(3) .pkg::before {
  top: 13%;
  left: 4%;
  transform: rotate(8deg);
}

#morinaga_cp_2604 .item-area .item:nth-of-type(4) {
  background: var(--base-col02);
}

#morinaga_cp_2604 .item-area .item:nth-of-type(4) .cach {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  z-index: 2;
}

#morinaga_cp_2604 .item-area .item:nth-of-type(4) .pkg::before {
  top: 13%;
  left: 4%;
  transform: rotate(8deg);
}

#morinaga_cp_2604 .item-area .item:nth-of-type(5) {
  background: var(--base-col01);
}

#morinaga_cp_2604 .item-area .item:nth-of-type(5) .cach {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  z-index: 2;
}

#morinaga_cp_2604 .item-area .item:nth-of-type(5) .pkg::before {
  top: 0;
  left: -1%;
}

#morinaga_cp_2604 .item-area .item:nth-of-type(6) {
  background: var(--base-col01);
}

#morinaga_cp_2604 .item-area .item:nth-of-type(6) .cach {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  z-index: 2;
}

#morinaga_cp_2604 .item-area .item:nth-of-type(6) .pkg::before {
  top: 10%;
  left: 13%;
}

#morinaga_cp_2604 .item-area .item:nth-of-type(7) {
  background: var(--base-col02);
}

#morinaga_cp_2604 .item-area .item:nth-of-type(7) .cach {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  z-index: 2;
}

#morinaga_cp_2604 .item-area .item:nth-of-type(7) .pkg::before {
  top: 10%;
  left: -15%;
}

#morinaga_cp_2604 .item-area .item:nth-of-type(8) {
  background: var(--base-col01);
}

#morinaga_cp_2604 .item-area .item:nth-of-type(8) .cach {
  position: absolute;
  top: -5%;
  right: -4%;
  width: 30%;
  z-index: 2;
}

#morinaga_cp_2604 .item-area .item:nth-of-type(8) .pkg::before {
  top: 17%;
  left: 2%;
}

#morinaga_cp_2604 .item-area .item .item_txt_area {
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.5rem;
  position: relative;
  background: var(--base-sub);
  color: var(--base-sub1);
  border-radius: 1rem;
}


#morinaga_cp_2604 .kome {
  margin: 0 auto 2rem;
  width: min(100%, 1000px);
  text-align: center;
  font-weight: 600;
}

#morinaga_cp_2604 .kome::before {
  content: "\203b";
}

#morinaga_cp_2604 .pic {
  position: relative;
}

#morinaga_cp_2604 .gentei {
  position: absolute;
  top: -4%;
  left: -3%;
  width: 20%;
  z-index: 3;
}

#morinaga_cp_2604 .pkg {
  position: absolute;
  right: 0;
  z-index: 3;
  will-change: transform;
}

#morinaga_cp_2604 .pkg img {
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.4));
  will-change: filter;
}

#morinaga_cp_2604 .item-area .item:nth-of-type(1) .pkg {
  bottom: -37%;
  right: 0;
  width: 45%;
}

#morinaga_cp_2604 .item-area .item:nth-of-type(2) .pkg {
  bottom: -35%;
  right: 1%;
  width: 42%;
}

#morinaga_cp_2604 .item-area .item:nth-of-type(3) .pkg {
  bottom: -40%;
  right: -5%;
  width: 50%;
}

#morinaga_cp_2604 .item-area .item:nth-of-type(4) .pkg {
  bottom: -40%;
  right: -5%;
  width: 50%;
}

#morinaga_cp_2604 .item-area .item:nth-of-type(5) .pkg {
  bottom: -41%;
  right: -4%;
  width: 50%;
}

#morinaga_cp_2604 .item-area .item:nth-of-type(6) .pkg {
  bottom: -51%;
  right: -16%;
  width: 64%;
}

#morinaga_cp_2604 .item-area .item:nth-of-type(7) .pkg {
  bottom: -38%;
  right: 0;
  width: 48%;
}

#morinaga_cp_2604 .item-area .item:nth-of-type(8) .pkg {
  bottom: -36%;
  right: -9%;
  width: 50%;
}

#morinaga_cp_2604 .c-pic-item {
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  z-index: 4;
  will-change: transform;
}

#morinaga_cp_2604 .c-pic-item img {
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.4));
  will-change: filter;
}

/*===== animation-area ======*/

#morinaga_cp_2604 .c-mv-ttl {
  position: absolute;
  top: 45%;
  left: 10%;
  right: 0;
  margin: auto;
  z-index: 3;
  width: 38%;
  will-change: transform;
}

#morinaga_cp_2604 .c-mv-subttl {
  position: absolute;
  top: 39%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  width: 47%;
  will-change: transform;
}

/*===============================================
  矢印のアニメーション（ファイルの一番下に追加）
===============================================*/

/* 既存の .pkg::before に animation を追加 */
#morinaga_cp_2604 .item-area .item .pkg::before {
  content: "";
  background: url(../images/arrow.webp) no-repeat;
  background-size: 100%;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  transform: rotate(16deg);
  filter: drop-shadow(-2px 3px 0px var(--base-sub));
  will-change: transform, filter;
}

@keyframes arrowBounce {

  0%,
  100% {
    scale: 1;
    /* 通常サイズ */
  }

  50% {
    scale: 1.1;
    /* 少し大きく */
  }
}

#morinaga_cp_2604 .item-area .item .pkg.is-active::before {
  animation: arrowBounce 0.5s ease-in-out 2;
  ;
}

/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {

  /*===== common ======*/
  #morinaga_cp_2604 .pc-none {
    display: none;
  }
}

/*===============================================
●sp.css  画面の横幅が736pxまで
===============================================*/
@media screen and (max-width: 736px) {

  /*===== common ======*/
  #morinaga_cp_2604 .sp-none {
    display: none;
  }

  #morinaga_cp_2604 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
  }

  #morinaga_cp_2604 .text-area {
    padding: 1.5rem 0.8rem;
  }

  #morinaga_cp_2604 .item-area {
    grid-template-columns: 1fr;
    width: 97%;
    gap: 6px;
    position: relative;
    z-index: 1;
  }

  #morinaga_cp_2604 .item-area .item {
    padding: 1.5rem 1rem;
  }

  #morinaga_cp_2604 .item-content {
    padding: 0;
  }

  #morinaga_cp_2604 .item-area .item .item_txt_area {
    padding: 1rem;
  }

  #morinaga_cp_2604 .ttl_h2 {
    margin: 0 auto;
    padding: .5rem;
    width: 97%;
  }

  #morinaga_cp_2604 .ttl_h2 span {
    font-size: 1.2rem;
    padding: 0;
    width: auto;
    border-width: 3px;
  }

  #morinaga_cp_2604 .kome {
    margin: 0 auto 1rem;
    padding: 1rem;
    box-sizing: border-box;
    text-align: left;
  }

  #morinaga_cp_2604 .gentei {
    position: absolute;
    top: -8%;
    left: -3%;
    width: 23%;
    z-index: 3;
  }

  #morinaga_cp_2604 .c-pic-item {
    width: 100%;
  }

  #morinaga_cp_2604 .comment-area {
    width: 100%;
    background: var(--base-sub);
    border-radius: 1rem;
    position: relative;
  }

  #morinaga_cp_2604 .text-area .comment-area dl {
    padding: 1rem 1rem 0;
  }

  #morinaga_cp_2604 .comment-area dl dt {
    text-align: center;
  }

  #morinaga_cp_2604 .comment-area dl dt dd {
    font-feature-settings: 'palt';
    letter-spacing: 0.05em;
  }

  #morinaga_cp_2604 .comment-content .comment-txt {
    height: 70px;
    overflow: hidden;
    position: relative;
  }

  #morinaga_cp_2604 .sp-readmore-fade {
    background: linear-gradient(0deg, #fff 40%, transparent 100%);
    display: block;
    position: absolute;
    bottom: 47px;
    left: 0;
    width: 100%;
    height: 50px;
  }

  /* もっと見るボタン */
  #morinaga_cp_2604 .sp-readmore-btn {
    display: block;
    margin: 1rem 1rem 0 auto;
    padding: 0.3rem 1rem;
    background: var(--base-sub1);
    border: 1px solid #ddd;
    cursor: pointer;
    color: var(--base-sub);
    position: relative;
    top: -15px;
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(1) .pkg {
    bottom: -40%;
    right: 0;
    width: 52%;
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(2) .pkg {
    bottom: -40%;
    right: 1%;
    width: 50%;
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(3) .pkg {
    bottom: -42%;
    right: -13%;
    width: 60%;
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(4) .pkg {
    bottom: -27%;
    right: -14%;
    width: 60%;
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(5) .pkg {
    bottom: -33%;
    right: -11%;
    width: 54%;
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(6) .pkg {
    bottom: -35%;
    right: -16%;
    width: 60%;
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(7) .pkg {
    bottom: -28%;
    right: 0;
    width: 51%;
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(8) .pkg {
    bottom: -25%;
    right: -11%;
    width: 61%;
    z-index: 4;
  }

  .others {
    padding: 0 0.8rem;
  }

  /*===== animation-area ======*/

  #morinaga_cp_2604 .c-mv-ttl {
    top: 32%;
    left: 20%;
    width: 75%;
  }

  #morinaga_cp_2604 .c-mv-subttl {
    top: 25.8%;
    width: 93%;
  }

  #morinaga_cp_2604 .item-area .item .pkg::before {
    width: 65px;
    height: 65px;
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(1) .pkg::before {
    top: -4px;
    left: -42px;
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(2) .pkg::before {
    top: 0;
    left: -46px;
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(3) .pkg::before {
    top: 16%;
    left: 4PX;
    transform: rotate(0deg);
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(4) .pkg::before {
    top: 40px;
    left: 4px;
    transform: rotate(2deg);
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(5) .pkg::before {
    top: 16px;
    left: -15px;
    transform: rotate(5deg);
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(6) .pkg::before {
    top: 24px;
    left: 1px;
    transform: rotate(5deg);
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(7) .pkg::before {
    top: 16px;
    left: -38px;
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(8) .pkg::before {
    top: 43px;
    left: -4px;
  }

}

/*===============================================
●tablet.css  画面の横幅が737px～
===============================================*/
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  #morinaga_cp_2604 .ttl_h2 {
    width: min(98%, 1190px);
  }

  #morinaga_cp_2604 .item-area {
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
    width: 98%;
  }

  #morinaga_cp_2604 .items {
    padding: 0 0 8px;
  }

  #morinaga_cp_2604 .c-pic-item {
    width: 95%;
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(1) .pkg::before {
    top: 0;
    left: -27%;
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(2) .pkg::before {
    top: 0;
    left: -33%;
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(3) .pkg::before {
    top: 7%;
    left: 0%;
    transform: rotate(1deg);
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(4) .pkg::before {
    top: 4%;
    left: 0%;
    transform: rotate(1deg);
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(5) .pkg::before {
    top: 0;
    left: -9%;
    transform: rotate(8deg);
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(6) .pkg::before {
    top: 6%;
    left: 7%;
    transform: rotate(11deg);
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(7) .pkg::before {
    top: 1%;
    left: -22%;
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(8) .pkg::before {
    top: 8%;
    left: -5%;
  }

}

@media screen and (min-width: 737px) and (max-width: 1023px) {
  #morinaga_cp_2604 .ttl_h2 {
    width: min(98%, 1190px);
  }

  #morinaga_cp_2604 .item-area {
    grid-template-columns: repeat(2, 1fr);
    gap: .5rem;
    width: 98%;
  }

  #morinaga_cp_2604 .items {
    padding: 0 0 8px;
  }

  #morinaga_cp_2604 .item-area .item .pkg::before {
    width: 70px;
    height: 70px;
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(1) .pkg::before {
    top: 0;
    left: -32%;
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(2) .pkg::before {
    top: 0;
    left: -37%;
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(3) .pkg::before {
    top: 13%;
    left: -6%;
    transform: rotate(1deg);
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(4) .pkg::before {
    top: 6%;
    left: -6%;
    transform: rotate(1deg);
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(5) .pkg::before {
    top: 0;
    left: -13%;
    transform: rotate(8deg);
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(6) .pkg::before {
    top: 10%;
    left: 3%;
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(7) .pkg::before {
    top: 3%;
    left: -26%;
  }

  #morinaga_cp_2604 .item-area .item:nth-of-type(8) .pkg::before {
    top: 11%;
    left: -9%;
  }

}