@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Jost:wght@700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700;900&display=swap";

.l-section__inner{
	max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 599.9px){
	.p-special__contents{
		margin-inline: 0;
	}
}

.osechi2027 {
  overflow: hidden;
  background-color: #faf3e6;
}

.osechi2027-about__lead {
  max-width: 1000px;
  margin-inline: auto;
  line-height: 1.5;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-about__lead {
    font-size: 13px;
		line-height: 1.6;
  }
}
.osechi2027-about__heading {
  max-width: 1000px;
  margin: 16px auto 0;
  color: #925b00;
  font-size: 18px;
  font-weight: bold;
	line-height: 1.5;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-about__heading {
    font-size: 15px;
  }
}
.osechi2027-about__text {
  max-width: 1000px;
  margin: 16px auto 0;
  line-height: 1.5;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-about__text {
    font-size: 13px;
		line-height: 1.6;
  }
}
.osechi2027-about__note {
  max-width: 1000px;
  margin: 16px auto 0;
  color: #666;
  font-size: 13px;
  line-height: 1.6;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-about__note {
    font-size: 11px;
  }
}
.osechi2027-about__card {
  max-width: 1000px;
  margin: 48px auto 0;
  padding: 40px;
  border-radius: 12px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-about__card {
    margin: 36px auto 0;
    padding: 22px 18px;
  }
}
.osechi2027-about__card-title {
  font-size: 20px;
  font-weight: bold;
	line-height: 1.3;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-about__card-title {
    font-size: 16px;
  }
}
.osechi2027-about__card-text {
  margin: 12px auto 0;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-about__card-text {
		margin: 14px auto 0;
    font-size: 13px;
		line-height: 1.6;
  }
}

.osechi2027-btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 14px 40px 14px 32px;
  border-radius: 100vh;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 600px) {
  .osechi2027-btn {
    transition: background-color 0.3s;
  }
}
@media screen and (max-width: 599.9px) {
  .osechi2027-btn {
    flex-wrap: wrap;
    width: 100%;
    row-gap: 2px;
    padding-inline: 15px;
  }
}
.osechi2027-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  mask: url("../images/osechi2027/ico_arrow.svg") no-repeat center/contain;
  background-color: currentcolor;
}
.osechi2027-btn--fill {
  background-color: #cf0000;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .osechi2027-btn--fill:hover {
    background-color: #b10000;
  }
}
@media screen and (max-width: 599.9px){
	.osechi2027-btn--fill{
		line-height: 1.5;
	}
}
.osechi2027-btn--outline {
  box-shadow: inset 0 0 0 2px #cf0000;
  color: #cf0000;
}
@media screen and (min-width: 600px) {
  .osechi2027-btn--outline:hover {
    background-color: #ffe5e5;
  }
}
.osechi2027-btn--stack {
  padding-block: 8px;
  color: #cf0000;
  font-size: 14px;
  line-height: 1.3;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-btn--stack {
		padding-block: 12px;
    font-size: 16px;
  }
}
.osechi2027-btn--soon {
  box-shadow: inset 0 0 0 2px #5c5c5c;
  background-color: #eee;
  color: #5c5c5c;
  cursor: default;
}
.osechi2027-btn--soon::after {
  display: none;
}
.osechi2027-btn--ended {
  box-shadow: inset 0 0 0 2px #5c5c5c;
  background-color: #eee;
  color: #5c5c5c;
  cursor: default;
}
.osechi2027-btn--ended::after {
  display: none;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-btn__break {
    display: none;
  }
}
.osechi2027-btn__main {
  font-size: 18px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-btn__main {
    width: 100%;
    text-align: center;
  }
}
.osechi2027-btn__sub {
  margin-left: 2px;
  font-size: 14px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-btn__sub {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.osechi2027-btn__tag {
  margin-left: 8px;
  padding: 2px 12px;
  background-color: #5c5c5c;
  color: #fff;
  font-size: 14px;
}

.osechi2027-campaign__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 1000px;
  margin-inline: auto;
  gap: 32px;
}
@media screen and (max-width: 599.9px) {
	.osechi2027-btn__tag{
		margin-left: 0;
	}
  .osechi2027-campaign__list {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 20px;
  }
}
.osechi2027-campaign__item {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-top: 36px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-campaign__item {
    padding-top: 28px;
  }
}
.osechi2027-campaign__num {
  display: grid;
  position: absolute;
  z-index: 1;
  top: 6px;
  left: 50%;
  width: 80px;
  height: 75px;
  transform: translateX(-50%);
  background: url("../images/osechi2027/img_campaign-num-bg.svg") no-repeat center top/contain;
  place-items: center;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-campaign__num {
    top: -4px;
    width: 90px;
    height: 85px;
  }
}
.osechi2027-campaign__num-text {
  margin-top: -20px;
  color: #fff;
  font-family: Jost, sans-serif;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-campaign__num-text {
    margin-top: -24px;
  }
}
.osechi2027-campaign__inner {
  display: flex;
  position: relative;
  flex: 1;
  flex-direction: column;
  padding: 39px 32px;
  border: 6px solid #d1b355;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 34px rgba(32, 32, 32, 0.25);
  color: #202020;
  text-align: center;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-campaign__inner {
    padding: 46px 24px;
  }
}
.osechi2027-campaign__inner::before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 2px solid #d1b355;
  border-radius: 5px;
  pointer-events: none;
}
.osechi2027-campaign__name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-campaign__name {
    font-size: 30px;
  }
}
.osechi2027-campaign__name-accent {
  color: #cf0000;
}
.osechi2027-campaign__icon {
  display: block;
  width: 120px;
  height: 120px;
  margin: 16px auto;
}
.osechi2027-campaign__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-campaign__icon {
    width: 100px;
    height: 100px;
    margin: 10px auto;
  }
}
.osechi2027-campaign__tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-campaign__tag-list {
    flex-wrap: nowrap;
    gap: 5px;
  }
}
.osechi2027-campaign__tag--member {
  display: block;
  margin-top: 10px;
  padding: 4px 0;
  background-color: #fff4f4;
  color: #202020;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
.osechi2027-campaign__tag-accent {
  color: #cf0000;
}
.osechi2027-campaign__text {
  margin-top: 12px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-campaign__text {
    font-size: 16px;
  }
}

.osechi2027-dish__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  gap: 24px 32px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-dish__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.osechi2027-dish__item {
  display: flex;
  align-items: center;
  text-align: left;
  gap: 12px;
}
.osechi2027-dish__item img {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.osechi2027-dish__body {
  display: grid;
}
.osechi2027-dish__name {
  font-weight: bold;
	line-height: 1.3;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-dish__name {
    font-size: 13px;
  }
}
.osechi2027-dish__text {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.5;
}

.osechi2027-faq {
  display: grid;
  max-width: 1000px;
  margin-inline: auto;
  row-gap: 24px;
}
.osechi2027-faq__box {
  overflow: hidden;
  border-radius: 20px;
  text-align: left;
}
.osechi2027-faq__q {
  display: flex;
  align-items: center;
  padding: 24px 20px;
  background-color: #925b00;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  gap: 16px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-faq__q {
    padding: 20px 12px;
    font-size: 16px;
    gap: 8px;
  }
}
.osechi2027-faq__q-icon {
  display: grid;
  position: relative;
  z-index: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  color: #925b00;
  font-size: 22px;
  font-weight: bold;
  place-items: center;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-faq__q-icon {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.osechi2027-faq__q-icon::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  mask: url("../images/osechi2027/ico_flower.svg") no-repeat center/contain;
  background-color: #fff;
}
.osechi2027-faq__a {
  display: flex;
  align-items: center;
  padding: 28px 20px;
  background-color: #fff;
  line-height: 1.7;
  gap: 16px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-faq__a {
    padding: 20px 12px;
    gap: 8px;
		font-size: 14px;
  }
}
.osechi2027-faq__a-icon {
  display: grid;
  position: relative;
  z-index: 0;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  place-items: center;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-faq__a-icon {
    align-self: flex-start;
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
}
.osechi2027-faq__a-icon::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  mask: url("../images/osechi2027/ico_flower.svg") no-repeat center/contain;
  background-color: #925b00;
}

.osechi2027-feature__slider {
  position: relative;
}
.osechi2027-feature__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1000px;
  margin-inline: auto;
  gap: 36px 20px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-feature__list {
    display: flex;
    grid-template-columns: none;
    gap: 0;
  }
}
@media screen and (max-width: 599.9px) {
  .osechi2027-feature__item {
    width: 240px;
    height: auto;
  }
}
@media screen and (min-width: 600px) {
  .osechi2027-feature__item:hover .osechi2027-feature__image img {
    opacity: 0.5;
  }
}
.osechi2027-feature__controls {
  display: none;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-feature__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 16px;
  }
}
.osechi2027-feature__pagination.swiper-pagination {
  display: flex;
  position: static;
  align-items: center;
  width: auto;
  gap: 8px;
}
.osechi2027-feature__pagination.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0;
  border: 1px solid #925b00;
  border-radius: 100%;
  opacity: 1;
  background-color: transparent;
}
.osechi2027-feature__pagination.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #925b00;
}
.osechi2027-feature__nav {
  display: grid;
  position: static;
  width: 28px;
  height: 28px;
  margin: 0;
  border: 1px solid #925b00;
  border-radius: 100%;
  color: #925b00;
  place-items: center;
}
.osechi2027-feature__nav::after {
  content: "";
  width: 12px;
  height: 12px;
  mask: url("../images/osechi2027/ico_arrow.svg") no-repeat center/contain;
  background-color: currentcolor;
}
.osechi2027-feature__nav--prev::after {
  transform: rotate(180deg);
}
.osechi2027-feature__link {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 16px rgba(95, 59, 0, 0.2);
  text-align: left;
}
.osechi2027-feature__image img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: opacity 0.3s;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-feature__image img {
    height: 118px;
  }
}
.osechi2027-feature__body {
  padding: 15px 16px;
}
.osechi2027-feature__name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-feature__name {
    font-size: 14px;
  }
}
.osechi2027-feature .osechi2027-tag {
  margin-top: 4px;
}

.osechi2027-feature-faq-wrap {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #f8f1e4;
  background-image: url("../images/osechi2027/img_feature-deco01.svg"), url("../images/osechi2027/img_feature-deco02.svg"), url("../images/osechi2027/img_feature-deco03.svg"), url("../images/osechi2027/img_feature-deco04.svg"), url("../images/osechi2027/img_feature-deco05.svg");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left top 420px, left top 920px, left bottom 65px, right top, right bottom 230px;
  background-size: 500px auto, 318px auto, 243px auto, 450px auto, 460px auto;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-feature-faq-wrap {
    background-image: url("../images/osechi2027/img_feature-deco01_sp.svg"), url("../images/osechi2027/img_feature-deco02_sp.svg"), url("../images/osechi2027/img_feature-deco03_sp.svg");
    background-position: right top, left top 320px, right top 390px;
    background-size: 153px auto, 105px auto, 95px auto;
  }
}

.osechi2027-header {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
  background-color: #f8f1e4;
  text-align: center;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-header {
    padding-block: 20px 40px;
  }
}
.osechi2027-header::before, .osechi2027-header::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  width: 280px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
  pointer-events: none;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-header::before, .osechi2027-header::after {
    width: 140px;
  }
}
.osechi2027-header::before {
  left: 0;
  width: 274px;
  aspect-ratio: 561/740;
  background-image: url("../images/osechi2027/img_head-cloud01.png");
  background-position: top left;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-header::before {
    width: 80px;
    background-image: url("../images/osechi2027/img_head-cloud01_sp.svg");
    aspect-ratio: 90/130;
  }
}
.osechi2027-header::after {
  top: 176px;
  right: 0;
  width: 353px;
  background-image: url("../images/osechi2027/img_head-cloud02.png");
  background-position: top right;
  aspect-ratio: 754/724;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-header::after {
    top: 174px;
    width: 103px;
    aspect-ratio: 103/117;
    background-image: url("../images/osechi2027/img_head-cloud02_sp.svg");
  }
}
.osechi2027-header__title {
  display: inline-flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
.osechi2027-header__title::before, .osechi2027-header__title::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-header__title::before, .osechi2027-header__title::after {
    width: 36px;
  }
}
.osechi2027-header__title::before {
  top: 34px;
  left: -88px;
  width: 100px;
  background-image: url("../images/osechi2027/img_head-flower01.svg");
  aspect-ratio: 100/127;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-header__title::before {
    top: 16px;
    left: -46px;
    width: 42px;
    aspect-ratio: 42/54;
    background-image: url("../images/osechi2027/img_head-flower01_sp.svg");
  }
}
.osechi2027-header__title::after {
  top: 22px;
  right: -84px;
  width: 87px;
  background-image: url("../images/osechi2027/img_head-flower02.svg");
  aspect-ratio: 175/186;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-header__title::after {
    top: 42px;
    right: -40px;
    aspect-ratio: 35/37;
    width: 36px;
    background-image: url("../images/osechi2027/img_head-flower02_sp.svg");
  }
}
.osechi2027-header__title-text {
  display: grid;
  color: #cf0000;
  font-family: "Zen Old Mincho", "Yu Mincho", "游明朝", serif;
  line-height: 1.4;
}
.osechi2027-header__title-sub {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-header__title-sub {
    font-size: 18px;
  }
}
.osechi2027-header__title-main {
  margin-top: -10px;
  font-size: 45px;
  font-weight: bold;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-header__title-main {
    font-size: 36px;
  }
}
.osechi2027-header__lead {
  position: relative;
  z-index: 1;
  margin: 24px auto 0;
  color: #925b00;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-header__lead {
    max-width: 100%;
    margin-top: 20px;
    padding-inline: 20px;
    font-size: 12px;
  }
}
.osechi2027-header__lead-break {
  display: none;
}
@media screen and (min-width: 600px) {
  .osechi2027-header__lead-break {
    display: block;
  }
}
.osechi2027-header__quick {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 32px auto 0;
  padding: 20px 94px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 0 24px rgba(188, 119, 6, 0.2);
}
@media screen and (max-width: 599.9px) {
  .osechi2027-header__quick {
    margin-top: 32px;
    margin-inline: 20px;
    padding: 20px;
  }
}
.osechi2027-header__quick-label {
  margin-bottom: 16px;
  font-weight: bold;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-header__quick-label {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
.osechi2027-header__quick-list {
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-header__quick-list {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.osechi2027-header__quick-item {
  display: flex;
  flex: 1;
  max-width: 300px;
}
.osechi2027-header__quick-item > .osechi2027-btn {
  flex: 1;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-header__quick-item {
    width: 100%;
  }
}

.osechi2027-nav {
  background-color: #925b00;
}
.osechi2027-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
	width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-nav__list {
    flex-wrap: nowrap;
    justify-content: flex-start;
		width: auto;
    overflow-x: auto;
  }
}
.osechi2027-nav__item {
	width: calc(100% / 5);
  border-left: 1px solid #fff;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-nav__item {
    flex-shrink: 0;
    width: 140px;
  }
}
.osechi2027-nav__item:last-child {
  border-right: 1px solid #fff;
}
.osechi2027-nav__link {
  display: grid;
  height: 100%;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  place-items: center;
}
@media screen and (min-width: 600px) {
  .osechi2027-nav__link {
    transition: background-color 0.3s;
  }
  .osechi2027-nav__link:hover {
    background-color: #754900;
  }
}
@media screen and (max-width: 599.9px) {
  .osechi2027-nav__link {
    font-size: 13px;
  }
}

.osechi2027-recommend {
  margin-bottom: 80px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-recommend {
    margin-bottom: 56px;
  }
}
.osechi2027-recommend:last-child {
  margin-bottom: 0;
}
.osechi2027-recommend__title {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto 40px;
  color: #925b00;
  font-size: 32px;
  font-weight: bold;
  gap: 16px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-recommend__title {
    margin: 0 auto 36px;
    font-size: 20px;
		line-height: 1.3;
  }
}
.osechi2027-recommend__title::before, .osechi2027-recommend__title::after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: #d1b355;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-recommend__title::before, .osechi2027-recommend__title::after {
    height: 1px;
  }
}
.osechi2027-recommend__title--red {
  color: #cf0000;
}
.osechi2027-recommend__title--red::before, .osechi2027-recommend__title--red::after {
  background-color: #cf0000;
}
.osechi2027-recommend__main {
  margin-bottom: 56px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-recommend__main {
    margin-bottom: 24px;
  }
}
.osechi2027-recommend__main-link {
  display: grid;
  grid-template-columns: 310px 1fr;
  align-items: start;
  max-width: 1000px;
  margin-inline: auto;
  column-gap: 30px;
  text-align: left;
	line-height: 1.3;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-recommend__main-link {
    grid-template-columns: 1fr;
    row-gap: 12px;
    text-align: center;
		line-height: 1.2;
  }
}
@media screen and (min-width: 600px) {
  .osechi2027-recommend__main-link:hover .osechi2027-recommend__main-name {
    text-decoration: underline;
  }
}
.osechi2027-recommend__main-image img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 12px;
  object-fit: cover;
}
.osechi2027-recommend__main-tag-list {
  display: flex;
  gap: 8px;
}
.osechi2027-recommend__main-name {
  margin-top: 18px;
  font-size: 27px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-recommend__main-name {
    margin-top: 6px;
    font-size: 18px;
  }
}
.osechi2027-recommend__main-meta {
  margin-top: 14px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-recommend__main-meta {
    margin-top: 8px;
  }
}
.osechi2027-recommend__main-info {
  font-size: 24px;
  text-align: left;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-recommend__main-info {
    font-size: 16px;
  }
}
.osechi2027-recommend__main-price {
  margin-top: 12px;
  font-size: 24px;
  text-align: left;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-recommend__main-price {
		margin-top: 10px;
    font-size: 16px;
  }
}
.osechi2027-recommend__main-price span {
  margin-left: 4px;
  font-size: 20px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-recommend__main-price span {
    font-size: 14px;
  }
}
.osechi2027-recommend__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1000px;
  margin-inline: auto;
  gap: 24px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-recommend__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 15px;
  }
}
.osechi2027-recommend__item {
  text-align: left;
}
.osechi2027-recommend__link {
  display: block;
	line-height: 1.3;
}
@media screen and (min-width: 600px) {
  .osechi2027-recommend__link:hover .osechi2027-recommend__image img {
    opacity: 0.5;
  }
  .osechi2027-recommend__link:hover .osechi2027-recommend__name {
    text-decoration: underline;
  }
}
.osechi2027-recommend__image img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
  transition: opacity 0.3s;
}
.osechi2027-recommend__body {
  margin-top: 20px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-recommend__body {
    margin-top: 8px;
  }
}
.osechi2027-recommend__tag-list {
  display: flex;
  gap: 6px;
}
.osechi2027-recommend__name {
  margin-top: 12px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-recommend__name {
    margin-top: 6px;
    font-size: 16px;
  }
}
.osechi2027-recommend__meta {
  margin-top: 10px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-recommend__meta {
    margin-top: 8px;
  }
}
.osechi2027-recommend__info {
  font-size: 16px;
}
.osechi2027-recommend__price {
  margin-top: 8px;
  font-size: 18px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-recommend__price {
    font-size: 16px;
  }
}
.osechi2027-recommend__price span {
  margin-left: 2px;
  font-size: 16px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-recommend__price span {
    font-size: 14px;
  }
}

.osechi2027-section {
  padding-block: 80px;
  text-align: center;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-section {
    padding: 72px 20px;
  }
}
.osechi2027-section#feature {
  padding-bottom: 0;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-section#feature {
    padding-bottom: 0;
  }
}
.osechi2027-section--campaign {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #cf0000;
  background-image: url("../images/osechi2027/img_campaign-deco01.svg"), url("../images/osechi2027/img_campaign-deco03.svg"), url("../images/osechi2027/img_campaign-deco02.svg"), url("../images/osechi2027/img_campaign-deco04.svg");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left top, right top, left bottom, right bottom;
  background-size: 216px auto, 216px auto, 232px auto, 232px auto;
  color: #fff;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-section--campaign {
    background-image: url("../images/osechi2027/img_campaign-deco01.svg"), url("../images/osechi2027/img_campaign-deco03.svg"), url("../images/osechi2027/img_campaign-deco02_sp.svg"), url("../images/osechi2027/img_campaign-deco04_sp.svg");
    background-size: 140px auto, 140px auto, 120px auto, 120px auto;
  }
}
.osechi2027-section--campaign .osechi2027-section__title {
  margin-bottom: 32px;
}
.osechi2027-section--about {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #f8f1e4;
  background-image: url("../images/osechi2027/img_abput-deco01.svg"), url("../images/osechi2027/img_abput-deco02.svg"), url("../images/osechi2027/img_abput-deco03.svg"), url("../images/osechi2027/img_abput-deco04.svg");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left top 411px, left bottom, right top 40px, right bottom 253px;
  background-size: 248px auto, 507px auto, 460px auto, 281px auto;
  text-align: left;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-section--about {
    background-image: none;
  }
}
.osechi2027-section--compact .osechi2027-section__title {
  margin-bottom: 36px;
}
.osechi2027-section--recommend {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #fff;
  /*background-image: url("../images/osechi2027/img_recommend-deco01.svg"), url("../images/osechi2027/img_recommend-deco02.svg"), url("../images/osechi2027/img_recommend-deco03.svg"), url("../images/osechi2027/img_recommend-deco04.svg");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left top 422px, left bottom 50px, right top 558px, right bottom 396px;
  background-size: 238px auto, 382px auto, 316px auto, 316px auto;*/
	background-image: url("../images/osechi2027/img_recommend-deco01.svg"), url("../images/osechi2027/img_recommend-deco03.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left top 422px, right top 558px;
  background-size: 238px auto, 316px auto;

}
@media screen and (max-width: 599.9px) {
  .osechi2027-section--recommend {
    background-image: url("../images/osechi2027/img_recommend-deco01_sp.svg"), url("../images/osechi2027/img_recommend-deco02_sp.svg"), url("../images/osechi2027/img_recommend-deco03_sp.svg");
    background-position: left top, right top 58px, right 7px bottom 37px;
    background-size: 89px auto, 56px auto, 33px auto;
  }
}
.osechi2027-section--find {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #fff;
  background-image: url("../images/osechi2027/img_find02-deco01.svg"), url("../images/osechi2027/img_find02-deco02.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: left top 89px, right top;
  background-size: 368px auto, 366px auto;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-section--find {
    background-image: url("../images/osechi2027/img_find02-deco01_sp.svg"), url("../images/osechi2027/img_find02-deco02_sp.svg");
    background-position: left top 18px, right bottom 4px;
    background-size: 78px auto, 129px auto;
  }
}
.osechi2027-section--find.osechi2027-section--gradient {
  background-image: url("../images/osechi2027/img_find-deco01.svg"), url("../images/osechi2027/img_find-deco02.svg"), url("../images/osechi2027/img_find-deco03.svg"), url("../images/osechi2027/img_find-deco04.svg"), url("../images/osechi2027/img_find-deco05.svg"), linear-gradient(to bottom, #fff 0%, #fff 50%, #f8f1e4 100%);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left 24px top 206px, left top 560px, left bottom, right top 272px, right bottom 66px, center top;
  background-size: 293px auto, 278px auto, 208px auto, 245px auto, 178px auto, 100% 100%;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-section--find.osechi2027-section--gradient {
    background-image: url("../images/osechi2027/img_find-deco01_sp.svg"), url("../images/osechi2027/img_find-deco01-sub_sp.svg"), url("../images/osechi2027/img_find-deco02_sp.svg"), url("../images/osechi2027/img_find-deco03_sp.svg"), url("../images/osechi2027/img_find-deco04_sp.svg"), linear-gradient(to bottom, #fff 0%, #fff 50%, #f8f1e4 100%);
    background-position: right top, right top 43px, left top 125px, right top 204px, left bottom, center top;
    background-size: 159px auto, 54px auto, 73px auto, 54px auto, 155px auto, 100% 100%;
  }
}
.osechi2027-section--find.osechi2027-section--gradient .osechi2027-section__title {
  margin-bottom: 8px;
}
.osechi2027-section__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 48px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-section__title {
		margin-bottom: 36px;
    font-size: 24px;
  }
}
.osechi2027-section__title-break {
  display: none;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-section__title-break {
    display: block;
  }
}
.osechi2027-section__title-stack {
  display: block;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-section__title-small {
    display: block;
    font-size: 16px;
  }
}
@media screen and (max-width: 599.9px) {
  .osechi2027-section__title-large {
    display: block;
    font-size: 24px;
  }
}
.osechi2027-section__title::before, .osechi2027-section__title::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 44px;
  height: auto;
  background: url("../images/osechi2027/img_heading-deco.svg") no-repeat center/contain;
  aspect-ratio: 45/15;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-section__title::before, .osechi2027-section__title::after {
    width: 32px;
  }
}
.osechi2027-section__title::before {
  margin-right: 12px;
}
.osechi2027-section__title::after {
  margin-left: 10px;
}
.osechi2027-section__title--white {
  margin-bottom: 12px;
  color: #fff;
}
.osechi2027-section__title--white::before, .osechi2027-section__title--white::after {
  background-image: url("../images/osechi2027/img_heading-deco-white.svg");
}
@media screen and (max-width: 599.9px) {
  .osechi2027-section__title--white {
    margin-bottom: 36px;
  }
}
.osechi2027-section__title--plain::before, .osechi2027-section__title--plain::after {
  content: none;
}
.osechi2027-section__text {
  max-width: 1000px;
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-section__text {
    margin: 0 auto 72px;
    font-size: 13px;
  }
}
.osechi2027-section__text-break {
  display: none;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-section__text-break {
    display: block;
  }
}

.osechi2027-tag {
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  background-color: #cf0000;
  color: #fff;
  font-weight: bold;
}
.osechi2027-tag--size-xs {
  padding: 2px 12px;
  font-size: 14px;
	line-height: 1.6;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-tag--size-xs {
    padding: 2px 10px;
    font-size: 10px;
  }
}
.osechi2027-tag--size-sm {
  padding: 4px 12px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-tag--size-sm {
    padding: 4px 8px;
    font-size: 12px;
  }
}
.osechi2027-tag--size-md {
  padding: 5px 14px;
  gap: 4px;
  font-size: 16px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-tag--size-md {
    padding: 2px 8px;
    font-size: 14px;
  }
}
.osechi2027-tag--size-lg {
  padding: 4px 20px;
  gap: 8px;
  font-size: 22px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-tag--size-lg {
    padding: 2px 8px;
    font-size: 14px;
  }
}
.osechi2027-tag--light-red {
  background-color: #fff4f4;
  color: #cf0000;
}
.osechi2027-tag--light-gold {
  background-color: #faeed9;
  color: #925b00;
}
.osechi2027-tag--gold-outline {
  border: 1px solid #925b00;
  background-color: #fff;
  color: #925b00;
}
.osechi2027-tag--area {
  background-color: #f0d096;
  color: #202020;
}
.osechi2027-tag--icon-sm::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  mask: url("../images/osechi2027/ico_track.svg") no-repeat center/contain;
  background-color: currentcolor;
}
.osechi2027-tag--icon-lg::before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  mask: url("../images/osechi2027/ico_track.svg") no-repeat center/contain;
  background-color: currentcolor;
}
@media screen and (max-width: 599.9px){
	.osechi2027-tag--icon-lg::before{
		width: 28px;
		height: 28px;
	}
}

.osechi2027-type__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 1000px;
  margin-inline: auto;
  gap: 40px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__list {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 48px;
  }
}
@media screen and (max-width: 599.9px) {
  .osechi2027-section--find:not(.osechi2027-section--gradient) .osechi2027-type__list {
    gap: 20px;
  }
}
.osechi2027-type__item {
  padding: 20px 40px 40px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 34px rgba(117, 73, 0, 0.2);
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__item {
    padding: 24px 16px;
  }
}
.osechi2027-type__link {
  display: block;
}
.osechi2027-type__image {
  position: relative;
  padding-top: 40px;
}
.osechi2027-type__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 814/492;
  border-radius: 8px;
  object-fit: cover;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__image {
    padding: 0;
  }
}
.osechi2027-section--find:not(.osechi2027-section--gradient) .osechi2027-type__image {
  padding-top: 0;
}
.osechi2027-type__badge {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__badge {
    top: -62px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.osechi2027-type__badge-item {
  display: grid;
  position: relative;
  z-index: 0;
  width: 100px;
  height: 100px;
  margin-left: -21px;
  background: url("../images/osechi2027/bg_find-tag01.svg") no-repeat center/contain;
  place-items: center;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__badge-item {
    width: 86px;
    height: 86px;
    margin-left: -14px;
  }
}
.osechi2027-type__badge-item:first-child {
  margin-left: 0;
}
.osechi2027-type__badge-item--fill {
  background-image: url("../images/osechi2027/bg_find-tag02.svg");
}
.osechi2027-type__badge-item--fill .osechi2027-type__badge-text {
  color: #fff;
}
.osechi2027-type__badge-item--outline {
  z-index: 1;
}
.osechi2027-type__badge-text {
  display: grid;
  color: #cf0000;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
.osechi2027-type__badge-text--gold {
  color: #925b00;
}
.osechi2027-type__badge-text-main {
  font-size: 16px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__badge-text-main {
    font-size: 14px;
  }
}
.osechi2027-type__badge-text-sub {
  font-size: 12px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__badge-text-sub {
    font-size: 10px;
  }
}
.osechi2027-type__name {
  margin-top: 16px;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__name {
    margin-top: 12px;
    font-size: 28px;
    text-align: center;
  }
}
.osechi2027-type__name-accent--red {
  color: #cf0000;
}
.osechi2027-type__name-accent--gold {
  color: #925b00;
}
.osechi2027-type__tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  row-gap: 4px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__tag-list {
    justify-content: center;
    margin-top: 5px;
    gap: 2px;
  }
}
.osechi2027-type__tag-list .osechi2027-type__tag {
  margin-left: 4px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__tag-list .osechi2027-type__tag {
    margin-left: 0;
  }
}
.osechi2027-type__tag-list .osechi2027-type__tag:first-child {
  margin-left: 0;
}
.osechi2027-type__tag-list .osechi2027-type__tag--outline {
  margin-left: 12px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__tag-list .osechi2027-type__tag--outline {
    margin-left: 4px;
  }
}
.osechi2027-type__tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 16px;
  border: 1px solid #cf0000;
  border-radius: 0;
  background-color: #cf0000;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
	line-height: 1.3;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__tag {
    padding: 2px 6px;
    font-size: 12px;
  }
}
.osechi2027-type__tag--outline {
  padding: 0;
  border: none;
  background-color: #fff;
  color: #cf0000;
  font-size: 18px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__tag--outline {
    font-size: 16px;
  }
}
.osechi2027-type__tag--brown {
  color: #925b00;
}
.osechi2027-type__tag--square {
  border-radius: 0;
}
.osechi2027-type__tag--area {
  padding: 4px 12px;
  border: none;
  border-radius: 0;
  background-color: #f0d096;
  color: #202020;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__tag--area {
    padding: 2px 4px;
  }
}
.osechi2027-type__tag--area-outline {
  border: 2px solid #ad8440;
  background-color: transparent;
  color: #925b00;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__tag--area-outline {
    padding: 2px 4px;
  }
}
.osechi2027-type__catch {
  margin-top: 16px;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
	line-height: 1.3;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__catch {
    margin-top: 12px;
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 599.9px) {
  .osechi2027-section--find:not(.osechi2027-section--gradient) .osechi2027-type__catch {
    margin-top: 8px;
  }
}
.osechi2027-type__catch-mark {
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 7px;
}
.osechi2027-type__catch-mark--red {
  background-image: linear-gradient(#ffcfcf, #ffcfcf);
}
.osechi2027-type__catch-mark--gold {
  background-image: linear-gradient(#ffd895, #ffd895);
}
.osechi2027-type__reason-list {
  display: grid;
  margin-top: 16px;
  padding: 12px;
  background-color: #fff4f4;
  row-gap: 4px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__reason-list {
    margin-top: 12px;
    padding: 8px;
    font-size: 12px;
  }
}
.osechi2027-type__reason-list--cream {
  background-color: #f3e6cf;
}
.osechi2027-type__reason-list--cream .osechi2027-type__reason-item::before {
  background-color: #925b00;
}
.osechi2027-type__reason-item {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__reason-item {
    font-size: 12px;
  }
}
.osechi2027-type__reason-item::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  mask: url("../images/osechi2027/ico_flower.svg") no-repeat center/contain;
  background-color: #cf0000;
}
.osechi2027-type__button {
  align-items: center;
  min-height: 56px;
  width: 100%;
  max-width: 360px;
  margin-top: 26px;
  margin-inline: auto;
	line-height: 1.3;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__button {
		gap: 6px;
    margin-top: 20px;
  }
}
.osechi2027-type__sub {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 1000px;
  margin: 30px auto 0;
  padding: 24px 32px;
  column-gap: 24px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 0 34px rgba(117, 73, 0, 0.2);
  row-gap: 16px;
	line-height: 1.3;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__sub {
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    padding: 20px 15px;
  }
}
.osechi2027-type__sub-body {
  text-align: left;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__sub-body {
    text-align: center;
  }
}
.osechi2027-type__sub-name {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  gap: 8px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__sub-name {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 5px;
    font-size: 20px;
  }
}
.osechi2027-type__sub-name-text {
  flex-shrink: 0;
}
.osechi2027-type__sub-tag-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__sub-tag-list {
    justify-content: center;
    width: 100%;
    gap: 4px;
  }
}
.osechi2027-type__sub-name-accent {
  color: #925b00;
}
.osechi2027-type__sub-campaign {
  margin-top: 12px;
  color: #cf0000;
  font-weight: bold;
}
.osechi2027-type__sub-text {
  margin-top: 4px;
  line-height: 1.5;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__sub-text {
    font-size: 12px;
    text-align: left;
  }
}
.osechi2027-type__sub-text--bold {
  font-weight: bold;
}
.osechi2027-type__sub-button {
  align-items: center;
  min-height: 56px;
  padding-block: 15px;
  padding-inline: 49px;
  white-space: nowrap;
}
@media screen and (max-width: 599.9px) {
  .osechi2027-type__sub-button {
		gap: 6px;
    padding-inline: 35px;
    white-space: normal;
  }
}
.osechi2027-type__sub-button .osechi2027-btn__main {
  font-size: 16px;
}
