/* 不要なスタイルの打消し */
#event-contents-wrapper {
	width: unset;
	overflow: visible;
}
#naturegreetings p,
#naturegreetings h1,
#naturegreetings h2,
#naturegreetings h3,
#naturegreetings h4,
#naturegreetings h5,
#naturegreetings h6,
#naturegreetings figure,
#naturegreetings dd,
#naturegreetings dl,
#naturegreetings ol,
#naturegreetings ul {
  margin: unset;
  padding: unset;
}
#naturegreetings h1 {
  position: unset;
  text-align: unset;
  width: unset;
}

/* BASE */
#naturegreetings * {
  box-sizing: border-box;
}
#naturegreetings h2,
#naturegreetings h3,
#naturegreetings h4,
#naturegreetings h5,
#naturegreetings h6,
#naturegreetings p,
#naturegreetings li,
#naturegreetings ol,
#naturegreetings td,
#naturegreetings th,
#naturegreetings dd,
#naturegreetings dt,
#naturegreetings a,
#naturegreetings span {
  color: #333;
  font-feature-settings: "palt";
}
#naturegreetings img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

/* MV */
#naturegreetings .mv__inner {
  margin-inline: auto;
  max-width: 1048px;
  padding-inline: 24px;
  width: 100%;
}

/* MV直下 */
#naturegreetings .mvlead {
  padding-block: 71px 20px;
}
#naturegreetings .mvlead__inner {
  margin-inline: auto;
  max-width: 1048px;
  padding-inline: 24px;
  width: 100%;
}
#naturegreetings .mvlead__txt {
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 2;
  text-align: center;
}
#naturegreetings .mvlead__date {
  color: #57ae87;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.636;
  text-align: center;
  margin-top: 16px;
}
#naturegreetings .mvlead__note {
  font-size: 14px;
  letter-spacing: .05em;
  text-align: center;
  margin-top: 4px;
}
#naturegreetings .mvlead__asof {
  font-size: 15px;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  letter-spacing: .042em;
  margin-top: 25px;
  margin-left: 30px;
}
#naturegreetings .mvlead__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 78px;
}
#naturegreetings .mvlead__btn {
  background-color: #57ae87;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 540px;
  min-height: 80px;
  padding: 14px 40px;
  position: relative;
  text-align: center;
  width: 100%;
}
#naturegreetings .mvlead__btn:hover {
  opacity: .8;
}
#naturegreetings .mvlead__btn::after {
  content: '';
  background-image: url('/img/usr/event/feature-naturegreetings/pc/icon-arrow-right.png');
  background-size: 100%;
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  width: 14px;
  height: 13px;
}
#naturegreetings .mvlead__btn-main {
  color: inherit;
  font-size: 20px;
  letter-spacing: .05em;
}
#naturegreetings .mvlead__btn-sub {
  color: inherit;
  font-size: 16px;
  letter-spacing: .05em;
}
#naturegreetings .mvlead__btn-bottom-txt {
  font-size: 16px;
  letter-spacing: .05em;
  margin-top: 19px;
  text-align: center;
}

/* 汎用セクション */
#naturegreetings .section {
  background-color: #fff;
  padding-block: 60px;
}
#naturegreetings .section__inner {
  margin-inline: auto;
  max-width: 1048px;
  padding-inline: 24px;
  width: 100%;
}

/* 商品紹介  */
#naturegreetings .naturegreetings-item-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 77px 8%;
}
#naturegreetings .naturegreetings-item > *:last-child {
  margin-bottom: 0;
}
#naturegreetings .naturegreetings-item__img {
  margin-bottom: 32px;
}
#naturegreetings .naturegreetings-item__hdg {
  line-height: 1;
  margin-bottom: 16px;
}
#naturegreetings .naturegreetings-item__txt {
  font-size: 16px;
  letter-spacing: .06em;
  line-height: 1.75;
  margin-bottom: 21px;
}
#naturegreetings .naturegreetings-item__txt sup {
  font-size: .6em;
  line-height: 1;
}
#naturegreetings .naturegreetings-item__note {
  font-size: 12px;
  line-height: 1.85;
}
#naturegreetings .naturegreetings-price-list {
  color: #333;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.786;
}
#naturegreetings .naturegreetings-price-list * {
  color: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
#naturegreetings .naturegreetings-price-list a:not(:hover) {
  text-decoration: underline;
}

/* PICK UP */
#naturegreetings .pickup {
  background-color: #e9f2ee;
  padding: 40px 6%;
}
#naturegreetings .pickup__hdg {
  line-height: 1;
  text-align: center;
  margin-bottom: 16px;
}
#naturegreetings .pickup__lead {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 26px;
}
#naturegreetings .pickup__img-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px;
}

/* アイテムはこちら */
#naturegreetings .btn_item_lp_ {
  display: none;
  position: fixed;
  right: calc(((100vw - 1000px) / 2) - 205px);
  z-index: 9;
}

/* LP下部注釈 */
#naturegreetings .lp-note {
  font-size: 16px;
  letter-spacing: .05em;
  text-align: center;
  margin-top: 117px;
}

/* #item-listに幅を設定 */
#StyleT-list-wrapper {
  width: 1000px;
  margin: 0 auto;
}