@media screen and (min-width: 768px) {
  .isPc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .isPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
}
.l-osechi2025 .t-8 {
  font-size: 8px;
}
.l-osechi2025 .t-9 {
  font-size: 9px;
}
.l-osechi2025 .t-10 {
  font-size: 10px;
}
.l-osechi2025 .t-11 {
  font-size: 11px;
}
.l-osechi2025 .t-12 {
  font-size: 12px;
}
.l-osechi2025 .t-13 {
  font-size: 13px;
}
.l-osechi2025 .t-14 {
  font-size: 14px;
}
.l-osechi2025 .t-15 {
  font-size: 15px;
}
.l-osechi2025 .t-16 {
  font-size: 16px;
}
.l-osechi2025 .t-17 {
  font-size: 17px;
}
.l-osechi2025 .t-18 {
  font-size: 18px;
}
.l-osechi2025 .t-19 {
  font-size: 19px;
}
.l-osechi2025 .t-20 {
  font-size: 20px;
}
.l-osechi2025 .t-21 {
  font-size: 21px;
}
.l-osechi2025 .t-22 {
  font-size: 22px;
}
.l-osechi2025 .t-23 {
  font-size: 23px;
}
.l-osechi2025 .t-24 {
  font-size: 24px;
}
.l-osechi2025 .t-25 {
  font-size: 25px;
}
.l-osechi2025 .t-26 {
  font-size: 26px;
}
.l-osechi2025 .t-27 {
  font-size: 27px;
}
.l-osechi2025 .t-28 {
  font-size: 28px;
}
.l-osechi2025 .t-29 {
  font-size: 29px;
}
.l-osechi2025 .t-30 {
  font-size: 30px;
}
.l-osechi2025 .color-red {
  color: #fa6153;
}
.l-osechi2025 .ls30 {
  letter-spacing: 0.03em;
}
.l-osechi2025 .ls50 {
  letter-spacing: 0.05em;
}
.l-osechi2025 .mb5 {
  margin-bottom: 5px;
}
.l-osechi2025 .pl-05 {
  padding-left: 5px;
}
.l-osechi2025 .pl-10 {
  padding-left: 10px;
}
.l-osechi2025 .line-through {
  text-decoration: line-through;
}
.l-osechi2025 .t-center {
  text-align: center;
}
.l-osechi2025 .t-left {
  text-align: left;
}
.l-osechi2025 .t-right {
  text-align: right;
}
.l-osechi2025 .l-height1 {
  line-height: 1;
}
.l-osechi2025 .attantion_list {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.42;
}
.l-osechi2025 .main-swiper {
  position: relative;
}
.l-osechi2025 .main-swiper .swiper-button-prev,
.l-osechi2025 .main-swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  bottom: unset !important;
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10;
  cursor: pointer;
}
.l-osechi2025 .main-swiper .swiper-button-prev:after,
.l-osechi2025 .main-swiper .swiper-button-next:after {
  display: none;
}
.l-osechi2025 .main-swiper .swiper-button-prev {
  left: -15px;
  background-image: url("/img/pages/feature_osechi2025/btn_prev.png");
}
.l-osechi2025 .main-swiper .swiper-button-next {
  right: -15px;
  background-image: url("/img/pages/feature_osechi2025/btn_next.png");
}
.l-osechi2025 .main-swiper .swiper-slide {
  width: 100% !important;
}
.l-osechi2025 .main-swiper .swiper-slide img {
  width: 100%;
}
.l-osechi2025 .main-swiper .swiper-container {
  overflow: hidden !important;
}
.l-osechi2025 .main-swiper .swiper-container .swiper-slide img {
  width: 100%;
}
.l-osechi2025 .main-swiper .swiper-slide img {
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.16);
          box-shadow: 0 0 10px rgba(0,0,0,0.16);
  border-radius: 10px;
  width: 100%;
}
.l-osechi2025 .main-swiper .swiper-pagination {
  bottom: -25px !important;
}
.l-osechi2025 .thumbnail-pagination {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 15px;
}
.l-osechi2025 .thumbnail-pagination .thumb-bullet {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border-radius: 0%;
  background-color: #fff !important;
}
.l-osechi2025 .thumbnail-pagination .thumb-bullet.swiper-pagination-bullet-active {
  border-color: #32b988;
}
.l-osechi2025 .thumbnail-pagination .thumb-bullet img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-osechi2025 .l-product-detail {
  margin-bottom: 15px;
}
.l-osechi2025 .l-product-detail .main-swiper {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
}
.l-osechi2025 .l-product-detail img {
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.l-osechi2025 .goods-container {
  margin-top: 15px;
  padding: 15px 0;
  background-color: #edf5f2;
}
.l-osechi2025 .goods-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.l-osechi2025 .goods-box {
  width: 100%;
}
@media (min-width: 768px) {
  .l-osechi2025 .goods-box,
  .l-osechi2025 .goods-title {
    max-width: 500px;
    margin: 0 auto;
  }
}
.l-osechi2025 .goods-box-link {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.16);
          box-shadow: 0 0 10px rgba(0,0,0,0.16);
  display: block;
  padding: 10px 10px 15px;
}
.l-osechi2025 .goods-box-link .goods-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.l-osechi2025 .goods-img img {
  width: 150px;
  border: 1px solid #ddd;
}
.l-osechi2025 .goods-textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-osechi2025 .goods-name {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.46;
}
.l-osechi2025 .goods-name span {
  color: #757575;
  font-size: 13px;
}
.l-osechi2025 .goods-name .goods-red {
  color: #fa6153;
  font-size: 14px;
}
.l-osechi2025 .goods-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.l-osechi2025 .goods_misc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.l-osechi2025 .goods-special {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 4px;
  background-color: #ff952b;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 4px 7px;
}
.l-osechi2025 .goods-border {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  border: 1px solid #ff952b;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  color: #ff952b;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-osechi2025 .goods-border span {
  padding: 0 12px;
}
.l-osechi2025 .goods-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  width: 100%;
  height: 40px;
  border-radius: 24px;
  background-color: #fa6153;
  color: #fff;
  margin: 0 auto;
}
.l-osechi2025 .goods-recommend {
  font-size: 10px;
  background-color: #fa6153;
  border-radius: 2px;
  padding: 1px 5px;
  margin-right: 10px;
  color: #fff;
  font-weight: 500;
}
.l-osechi2025 .goods-text {
  font-size: 12px;
  font-weight: bold;
  color: #32b988;
  background-color: #edf5f2;
  border-radius: 6px;
  padding: 4px 5px;
  width: 100%;
}
.l-osechi2025 .goods-inner .special-price {
  padding: 2px 10px;
  width: 90px;
}
.l-osechi2025 .j-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-osechi2025 .sec-container img {
  display: block;
  width: 100%;
}
.l-osechi2025 .bg-container {
  background-image: linear-gradient(to bottom, transparent, transparent 35px, #edf5f2 35px, #edf5f2);
  padding-bottom: 20px;
}
.l-osechi2025 .attention-list {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.42;
  color: #757575;
}
.l-osechi2025 .shop-inner {
  padding: 30px 0;
}
.l-osechi2025 .shop-inner .btn {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-osechi2025 .btn-inner .btn {
  padding: 0;
  background-color: #fff;
  color: #333;
  display: block;
  border: 1px solid #ddd;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-osechi2025 .column-img {
  width: 170px;
}
.l-osechi2025 .btn {
  font-weight: 500;
}
.l-osechi2025 .index-container {
  padding: 20px 20px 15px;
}
.l-osechi2025 .index-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.l-osechi2025 .index-wrapper .index-img {
  width: 140px;
}
.l-osechi2025 .index-wrapper ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-osechi2025 .index-wrapper li {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 5px;
}
.l-osechi2025 .index-wrapper li:not(:last-of-type) {
  margin-bottom: 4px;
}
.l-osechi2025 .index-wrapper a {
  color: #333;
  font-size: 10px;
  display: block;
}
.l-osechi2025 .index-wrapper span {
  text-decoration: underline;
  font-size: 14px;
}
.l-osechi2025 .goods-login {
  font-size: 12px;
  font-weight: bold;
  color: #fa6153;
  line-height: 1.33;
  border: 1px solid #fa6153;
  display: block;
  text-align: center;
  padding: 10px 31px;
  border-radius: 2px;
}
.l-osechi2025 .goods-login span {
  text-decoration: underline;
}
.l-osechi2025 .feature_osechi_kv img {
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .l-osechi2025 .feature_osechi_kv img {
    aspect-ratio: 768/870;
  }
}
.l-osechi2025 .osechi_heading {
  height: 40px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  background: transparent linear-gradient(275deg, #ddb263 0%, #bf9956 100%) 0% 0% no-repeat padding-box;
}
.l-osechi2025 .osechi_heading .label {
  width: 76px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #c59a7d;
}
.l-osechi2025 .osechi_heading .text {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}
.l-osechi2025 .osechi_heading .text span {
  font-size: 20px;
  font-weight: bold;
}
.l-osechi2025 .index_container {
  display: -ms-grid;
  display: grid;
  gap: 1px;
}
.l-osechi2025 .index_container .index_wrapper {
  padding: 15px 0;
  background: #edf5f2;
}
.l-osechi2025 .index_container .index_img {
  width: 175px;
  aspect-ratio: 175/82;
  margin: 0 auto;
}
.l-osechi2025 .index_container .index_list {
  margin: 15px 0;
  padding: 0 15px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 5px;
}
.l-osechi2025 .index_container .index_list_item {
  background: #fff;
  border: 1px solid #32b988;
  border-radius: 5px;
}
.l-osechi2025 .index_container .index_list_item a {
  width: 100%;
  height: 100%;
  padding: 10px 0px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 11px;
  color: #32b988;
  position: relative;
  letter-spacing: 0.001em;
}
.l-osechi2025 .index_container .index_list_item a span {
  font-size: 13px;
  font-weight: bold;
}
.l-osechi2025 .index_container .index_list_item a span.fs_12 {
  font-size: 12px;
}
.l-osechi2025 .index_container .index_list_item a:after {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid #32b988;
  border-right: 2px solid #32b988;
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
}
.l-osechi2025 .index_list_item_inner {
  text-align: center;
}
.l-osechi2025 .osechi_title_container {
  position: relative;
  padding: 30px 15px 15px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto 1fr;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.l-osechi2025 .osechi_title_container:before,
.l-osechi2025 .osechi_title_container:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #32b988;
}
.l-osechi2025 .osechi_title {
  width: 100%;
  display: -ms-grid;
  display: grid;
  background: #fff;
}
.l-osechi2025 .osechi_title .catch {
  font-size: 12px;
  font-weight: bold;
  color: #32b988;
  text-align: center;
}
.l-osechi2025 .osechi_title .main {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.l-osechi2025 .osechi_title_logo {
  width: 225px;
  margin: 0 auto;
  aspect-ratio: 225/105;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
