@charset "UTF-8";
#osechi2025 {
  /* アコーディオン */
  /* 個別設定 */
  /* 個別設定 */
  /* .search.sectionSmal{
    margin-top: 60px;
    @media screen and (max-width: 767px) {
      margin-top: 40px;
    }
  } */
  /* .search {
    padding-top: 60px;

    @media screen and (max-width: 374px) {
      padding-top: 40px;
    }
  }

  .number {
    padding-bottom: 60px;

    @media screen and (max-width: 767px) {
      padding-bottom: 40px;
    }
  }
   */
  /* 個別設定 */
  /* 小ボタン */
  /* 大ボタン */
  /* 個別設定 */
  /* 閉じるボタンは右上に固定 */
}
#osechi2025 .pcOn {
  display: block;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #osechi2025 .pcOn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .pcOn {
    display: none;
  }
}
#osechi2025 .tbOn {
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #osechi2025 .tbOn {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .tbOn {
    display: none;
  }
}
#osechi2025 .mb0 {
  margin-bottom: 0 !important;
}
#osechi2025 .mb500wOn {
  display: none;
}
@media screen and (max-width: 500px) {
  #osechi2025 .mb500wOn {
    display: block;
  }
}
#osechi2025 .xsOn {
  display: none;
}
@media screen and (max-width: 374px) {
  #osechi2025 .xsOn {
    display: block;
  }
}
#osechi2025 .d-inline-b {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #osechi2025 .bnrWrap .categoryLink,
  #osechi2025 .bnrWrap .topBtn {
    padding: 0 15px;
  }
  #osechi2025 .sp-d-inline-b {
    display: inline-block;
  }
}
#osechi2025 .section100vw {
  margin: 0 calc(50% - 50vw);
  overflow-x: hidden;
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
#osechi2025 .accordion #accordionTitle {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative;
  width: calc(100% - 20px);
}
#osechi2025 .accordion #accordionTitle::before {
  background-image: url(img/icon-arrow-accordion.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 8.517px; /* 適宜変更 */
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.2s ease-in-out;
  width: 18.726px; /* 適宜変更 */
}
#osechi2025 .accordion #accordionTitle.open::before {
  transform: translateY(-50%);
}
#osechi2025 .title {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 3.5em;
}
#osechi2025 .title .h2 {
  display: inline-block;
  font-size: 40px;
  /* font-family: $fontSerif; */
  font-weight: 700;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1020px) and (min-width: 768px) {
  #osechi2025 .title .h2 {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .title {
    margin-bottom: 20px;
  }
  #osechi2025 .title .h2 {
    font-size: 30px;
    line-height: 1.3em;
    padding: 0 5px;
  }
}
#osechi2025 .search .title,
#osechi2025 .price .title,
#osechi2025 .category .title,
#osechi2025 .number .title {
  color: #000;
  display: block;
  margin-bottom: 20px;
  text-align: left;
}
#osechi2025 .search .title .h2,
#osechi2025 .price .title .h2,
#osechi2025 .category .title .h2,
#osechi2025 .number .title .h2 {
  font-size: 35px;
}
#osechi2025 .search .title .h2 .small,
#osechi2025 .price .title .h2 .small,
#osechi2025 .category .title .h2 .small,
#osechi2025 .number .title .h2 .small {
  font-size: 25px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #osechi2025 .search .title,
  #osechi2025 .price .title,
  #osechi2025 .category .title,
  #osechi2025 .number .title {
    margin-bottom: 20px;
  }
  #osechi2025 .search .title .h2,
  #osechi2025 .price .title .h2,
  #osechi2025 .category .title .h2,
  #osechi2025 .number .title .h2 {
    font-size: 30px;
    padding: 0 5px;
  }
}
#osechi2025 .sectionWebLimited .title {
  color: #d1073c;
}
#osechi2025 .sectionOriginal .title {
  color: #8f6926;
}
#osechi2025 .sectionOriginalSelect .title {
  color: #8476b5;
}
#osechi2025 .section {
  margin-top: 60px;
  text-align: center;
  color: #3e3e3e;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}
#osechi2025 .section .sectionInner {
  /* padding: 60px 0; */
  position: relative;
  z-index: 1;
  /* &.campaign{
      margin-top: 0;
    } */
}
#osechi2025 .section .sectionInner:before, #osechi2025 .section .sectionInner:after {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #osechi2025 .section {
    margin-top: 30px;
  }
  #osechi2025 .section:not(:last-child) {
    margin-bottom: 40px;
  }
  #osechi2025 .section.recommend-sec, #osechi2025 .section.hotel-sec, #osechi2025 .section.collabo-sec {
    margin-bottom: 0;
  }
  #osechi2025 .section .sectionInner {
    padding: 0;
    background-size: auto;
  }
  #osechi2025 .section .sectionInner:before {
    width: 50%;
    height: 10%;
  }
  #osechi2025 .section .sectionInner:after {
    width: 50%;
    height: 10%;
    bottom: 10%;
  }
}
#osechi2025 .section .lists {
  display: flex;
  position: relative;
  /* &.twoLists {
    flex-wrap: wrap;
    position: relative;

    .item {
      width: calc((100% - 40px) / 2);
      margin-right: 40px;
      z-index: 0;

      &:nth-child(2n) {
        margin-right: 0;

        &:not(:nth-last-child(-n + 2)) {
          margin-bottom: 40px;
        }
      }

      .detailSet {
        display: flex;
        margin: 0 auto;
        justify-content: center;
      }
    }
  } */
}
#osechi2025 .section .lists .item {
  position: relative;
  text-align: center;
  z-index: 0;
  transition: opacity 0.3s ease-in-out;
  width: calc((100% - 50px) / 3);
}
#osechi2025 .section .lists .item:hover::before {
  opacity: 0.7;
}
#osechi2025 .section .lists .item .detailSet {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#osechi2025 .section .lists .item:not(:nth-child(3n)) {
  margin-right: 25px;
}
#osechi2025 .section .lists .item .itemImg {
  margin-bottom: 20px;
}
#osechi2025 .section .lists .item .itemLead {
  font-size: 18px;
  margin-bottom: 5px;
}
#osechi2025 .section .lists .item a {
  color: #272727;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
#osechi2025 .section .lists .item .itemName {
  font-size: 23px;
  font-weight: bold;
  /* margin-bottom: 15px; */
}
#osechi2025 .section .lists .item .itemCount {
  font-size: 20px;
  width: 100px;
  height: 30px;
  margin: 0 auto 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.1em;
  position: relative;
  background-color: #988D5F;
  color: #FFF;
}
#osechi2025 .section .lists .item .itemCount .small {
  font-size: 13px;
}
#osechi2025 .section .lists .item .itemPrice {
  font-size: 16px;
  margin-top: auto;
  margin-bottom: 15px;
}
#osechi2025 .section .lists .item .itemPrice span {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.05em;
  padding-right: 5px;
}
#osechi2025 .section .lists .item .itemPrice span.small {
  font-size: 16px;
  font-weight: normal;
}
#osechi2025 .section .lists .item .itemPrice .emphasis {
  color: #c54647;
  padding-right: 0;
}
#osechi2025 .section .lists .item .itemPrice .unit {
  font-size: 16px;
  padding-right: 0;
}
#osechi2025 .section .lists.two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-auto-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 40px;
}
#osechi2025 .section .lists.two-columns .item {
  width: 100%;
}
#osechi2025 .section .lists.two-columns .item:not(:nth-child(3n)) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #osechi2025 .section .lists.two-columns {
    display: block;
  }
}
@media screen and (max-width: 1020px) and (min-width: 768px) {
  #osechi2025 .section .lists {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .section .lists {
    display: block;
    padding: 0;
  }
  #osechi2025 .section .lists .item {
    width: 100%;
  }
  #osechi2025 .section .lists .item:before {
    height: 42.5px;
    top: -18px;
    width: 80px;
  }
  #osechi2025 .section .lists .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #osechi2025 .section .lists .item:not(:last-child) {
    margin-bottom: 35px;
  }
  #osechi2025 .section .lists .item .itemImg {
    margin-bottom: 15px;
  }
  #osechi2025 .section .lists .item .itemLead {
    font-size: 14px;
    margin-bottom: 4px;
  }
  #osechi2025 .section .lists .item .itemName {
    font-size: 20px;
    margin-bottom: 5px;
  }
  #osechi2025 .section .lists .item .itemCount {
    font-size: 15px;
    width: 98px;
    height: 28px;
  }
  #osechi2025 .section .lists .item .itemCount::before {
    width: 90px;
    height: 20px;
  }
  #osechi2025 .section .lists .item .itemCount span {
    font-size: 15px;
    padding-bottom: 2px;
  }
  #osechi2025 .section .lists .item .itemCount .small {
    font-size: 12px;
  }
  #osechi2025 .section .lists .item .itemPrice {
    font-size: 14px;
    margin-bottom: 13px;
  }
  #osechi2025 .section .lists .item .itemPrice span {
    font-size: 23px;
    padding-right: 3px;
  }
  #osechi2025 .section .lists .item .itemPrice span.small {
    font-size: 14px;
  }
  #osechi2025 .section .lists .item .itemPrice .unit {
    font-size: 14px;
  }
  #osechi2025 .section .lists.twoLists {
    display: block;
  }
  #osechi2025 .section .lists.twoLists .item {
    width: 100%;
    margin-right: 0;
  }
}
#osechi2025 .section .title {
  padding-top: 64px;
}
#osechi2025 .section .h2 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  color: #d24431;
}
#osechi2025 .section .body {
  position: relative;
  z-index: 100;
}
#osechi2025 .section .body * {
  font-family: "Noto Sans JP", sans-serif;
}
#osechi2025 .section .body .itemLead {
  margin-top: 15px;
  font-size: 18px;
}
#osechi2025 .section .body .itemName {
  font-size: 23px;
  font-weight: bold;
}
#osechi2025 .section .body .detailSet {
  margin-top: 10px;
}
#osechi2025 .section .body .detailSet .itemPrice {
  font-size: 16px;
  margin-bottom: 15px;
}
#osechi2025 .section .body .detailSet .itemPrice span {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 0.05em;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  #osechi2025 .section .title {
    padding-top: 32px;
  }
  #osechi2025 .section .title .h2 {
    font-size: 30px;
  }
  #osechi2025 .section .body {
    padding: 0 20px;
  }
  #osechi2025 .section .body .itemLead {
    margin-top: 15px;
    font-size: 16px;
  }
  #osechi2025 .section .body .itemName {
    font-size: 23px;
  }
  #osechi2025 .section .body .detailSet {
    margin-top: 0;
  }
  #osechi2025 .section .body .detailSet .itemPrice {
    font-size: 16px;
    margin-bottom: 12px;
  }
  #osechi2025 .section .body .detailSet .itemPrice span {
    font-size: 25px;
  }
}
#osechi2025 .sectionSmall:not(:last-child) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #osechi2025 .sectionSmall {
    padding-left: 20px;
    padding-right: 20px;
  }
  #osechi2025 .sectionSmall:not(:last-child) {
    margin-bottom: 50px;
  }
}
#osechi2025 #accordionTitle {
  text-align: center;
  margin: 40px auto 0;
  padding: 10px 10px 17px;
  max-width: 750px;
  width: 100%;
  background-color: #b4a97c;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  position: relative;
}
#osechi2025 #accordionTitle::after {
  background-image: url("/d_images/campaign/osechi2025/icon-arrow-caution01.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 8.517px;
  position: absolute;
  left: calc(50% - 9.363px);
  bottom: 3px;
  transform: translateY(-50%);
  transition: transform 0.2s ease-in-out;
  width: 18.726px;
}
#osechi2025 #accordionTitle.open::after {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  #osechi2025 #accordionTitle {
    margin-top: 20px;
    font-size: 15px;
  }
}
#osechi2025 .original-sec {
  padding-bottom: 60px;
  background-image: url(../bg_original.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  margin-top: 0;
  position: relative;
}
#osechi2025 .original-sec:before {
  position: absolute;
  content: "";
  background-image: url(../bg_perts_original_right.png);
  width: 830px;
  height: 223px;
  right: 0;
  bottom: 0;
}
#osechi2025 .original-sec:after {
  position: absolute;
  content: "";
  background-image: url(../bg_perts_original_left.png);
  width: 830px;
  height: 223px;
  left: 0;
  top: 0;
}
#osechi2025 .original-sec .title {
  margin-bottom: 25px;
}
#osechi2025 .original-sec .title .h2 {
  color: #866AAC;
}
#osechi2025 .original-sec .lists .item {
  width: calc((100% - 40px) / 3);
}
#osechi2025 .original-sec .lists .item:not(:nth-child(3n)) {
  margin-right: 20px;
}
#osechi2025 .original-sec .lists .item .itemName {
  margin-bottom: 0;
}
#osechi2025 .original-sec .lists .item .detailSet {
  margin-top: 10px;
}
#osechi2025 .original-sec .lists .item .itemButton {
  border-color: #97733c;
  color: #97733c;
}
@media screen and (max-width: 767px) {
  #osechi2025 .original-sec {
    margin-bottom: 0 !important;
    background-image: url(../bg_original.png);
    background-size: auto;
    background-repeat: repeat-y;
    background-position: top;
  }
  #osechi2025 .original-sec .sectionInner:before {
    width: 300px;
    height: 150px;
    right: 0;
    bottom: 0;
  }
  #osechi2025 .original-sec .sectionInner:after {
    top: 0;
    width: 300px;
    height: 150px;
    left: 0;
  }
  #osechi2025 .original-sec .title {
    margin-bottom: 20px;
  }
  #osechi2025 .original-sec .title .h2 span {
    display: block;
  }
  #osechi2025 .original-sec .title .h2 .hotel-new {
    display: inline;
    margin-right: 0;
    padding-top: 1px;
    padding-bottom: 1px;
  }
  #osechi2025 .original-sec .title .h2 .hotel-new + span {
    margin-top: 8px;
  }
  #osechi2025 .original-sec .lists .item {
    margin-right: 0 !important;
    width: 100%;
  }
  #osechi2025 .original-sec .lists .item .itemLead {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  #osechi2025 .original-sec .lists .item .itemName {
    font-size: 23px;
  }
  #osechi2025 .original-sec .lists .item .detailSet {
    margin-top: 4px;
  }
  #osechi2025 .original-sec .lists .item .detailSet .itemCount {
    margin-bottom: 10px;
  }
  #osechi2025 .original-sec .lists .item .detailSet .itemPrice {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #osechi2025 .original-sec .lists .item .detailSet .itemPrice span {
    font-size: 25px;
  }
}
#osechi2025 .hotel-sec {
  padding-bottom: 60px;
  background-image: url(../bg_hotel.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#osechi2025 .hotel-sec .sectionInner:before {
  background-image: url(../bg_perts_hotel_right.png);
  height: 377px;
  right: -526px;
  top: 20px;
  width: 600px;
}
#osechi2025 .hotel-sec .sectionInner:after {
  background-image: url(../bg_perts_hotel_left.png);
  bottom: -60px;
  height: 347px;
  left: -549px;
  width: 616px;
}
#osechi2025 .hotel-sec .title {
  margin-bottom: 25px;
}
#osechi2025 .hotel-sec .title .h2 {
  color: #AE1626;
}
#osechi2025 .hotel-sec .lists .item {
  width: calc((100% - 40px) / 3);
}
#osechi2025 .hotel-sec .lists .item:not(:nth-child(3n)) {
  margin-right: 20px;
}
#osechi2025 .hotel-sec .lists .item .itemName {
  margin-bottom: 0;
}
#osechi2025 .hotel-sec .lists .item .detailSet {
  margin-top: 10px;
}
#osechi2025 .hotel-sec .lists .item .itemButton {
  border-color: #97733c;
  color: #97733c;
}
@media screen and (max-width: 767px) {
  #osechi2025 .hotel-sec {
    background-image: url("../bg_hotel.png");
    background-size: auto;
    background-repeat: repeat-y;
    background-position: top;
  }
  #osechi2025 .hotel-sec .sectionInner:before {
    width: 300px;
    height: 150px;
    right: -85px;
    top: 7px;
  }
  #osechi2025 .hotel-sec .sectionInner:after {
    bottom: 25px;
    width: 300px;
    height: 150px;
    left: -75px;
  }
  #osechi2025 .hotel-sec .title {
    margin-bottom: 20px;
  }
  #osechi2025 .hotel-sec .title .h2 span {
    display: block;
  }
  #osechi2025 .hotel-sec .title .h2 .hotel-new {
    display: inline;
    margin-right: 0;
    padding-top: 1px;
    padding-bottom: 1px;
  }
  #osechi2025 .hotel-sec .title .h2 .hotel-new + span {
    margin-top: 8px;
  }
  #osechi2025 .hotel-sec .lists .item {
    margin-right: 0 !important;
    width: 100%;
  }
  #osechi2025 .hotel-sec .lists .item .itemLead {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  #osechi2025 .hotel-sec .lists .item .itemName {
    font-size: 23px;
  }
  #osechi2025 .hotel-sec .lists .item .detailSet {
    margin-top: 4px;
  }
  #osechi2025 .hotel-sec .lists .item .detailSet .itemCount {
    margin-bottom: 10px;
  }
  #osechi2025 .hotel-sec .lists .item .detailSet .itemPrice {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #osechi2025 .hotel-sec .lists .item .detailSet .itemPrice span {
    font-size: 25px;
  }
}
#osechi2025 .collabo-sec {
  margin-top: 0;
  padding-bottom: 60px;
  background-image: url(../bg_collabo.png);
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
}
#osechi2025 .collabo-sec .title {
  margin-bottom: 23px;
}
#osechi2025 .collabo-sec .title .h2 {
  color: #2A543E;
}
#osechi2025 .collabo-sec .lists .item .itemButton {
  border-color: #97733c;
  color: #97733c;
}
#osechi2025 .collabo-sec .body .itemButton {
  max-width: 326px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #osechi2025 .collabo-sec.section .lists .wayou-two .itemLead {
    font-size: 1.758vw;
  }
  #osechi2025 .collabo-sec.section .sectionInner::before {
    right: -201px;
  }
  #osechi2025 .collabo-sec.section .sectionInner::after {
    left: -137px;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .collabo-sec {
    background-size: auto;
    padding-bottom: 40px;
  }
  #osechi2025 .collabo-sec .title {
    margin-bottom: 20px;
  }
  #osechi2025 .collabo-sec .lists .item .itemLead {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  #osechi2025 .collabo-sec .lists .item .itemName {
    font-size: 23px;
    margin-bottom: 10px;
  }
  #osechi2025 .collabo-sec .lists .item .detailSet .itemPrice {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #osechi2025 .collabo-sec .lists .item .detailSet .itemPrice span {
    font-size: 25px;
  }
  #osechi2025 .collabo-sec .body .itemButton {
    max-width: inherit;
  }
}
#osechi2025 .select-sec {
  position: relative;
  margin-top: 0;
  padding-bottom: 60px;
  background-image: linear-gradient(135deg, rgba(255, 239, 239, 0.5), rgba(255, 181, 181, 0.5)), url("../bg_perts_select_center.png");
  background-repeat: no-repeat, repeat-y;
  background-position: center top, top -100px;
  background-size: cover, 100% auto;
}
#osechi2025 .select-sec::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 573px;
  background-image: url("../bg_perts_select_rightTop.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
}
@media (max-width: 767px) {
  #osechi2025 .select-sec::before {
    width: 100%;
    height: 500px;
    right: 0;
    top: 3%;
    background-size: auto;
  }
}
#osechi2025 .select-sec::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 573px;
  background-image: url("../bg_perts_select_leftBottom.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
  opacity: 0.5;
}
@media (max-width: 767px) {
  #osechi2025 .select-sec::after {
    width: 100%;
    height: 500px;
    left: 0;
    bottom: 0%;
    background-size: auto;
  }
}
#osechi2025 .select-sec .sectionInner {
  z-index: 2;
}
#osechi2025 .select-sec .title {
  display: block;
  margin-bottom: 0;
}
#osechi2025 .select-sec .title .h2 {
  color: #AE1626;
}
#osechi2025 .select-sec .title .h2 .select-attention {
  line-height: 1;
  position: relative;
  padding: 0 10px 0 15px;
  margin-right: 20px;
  border-left: 3px solid #AE1626;
  border-right: 3px solid #AE1626;
  display: inline-block;
}
#osechi2025 .select-sec .title .lead-text {
  margin-top: 23px;
  font-size: 26px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
#osechi2025 .select-sec .body .main-image {
  margin-top: 0;
}
#osechi2025 .select-sec .body .main-image img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#osechi2025 .select-sec .body .main-image img + img {
  margin-top: 20px;
}
#osechi2025 .select-sec .body .lists {
  margin-top: 25px;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
#osechi2025 .select-sec .body .lists.two-columns {
  grid-row-gap: 60px;
}
#osechi2025 .select-sec .body .lists .item {
  position: relative;
  transition: unset;
  /*  &:hover, &:focus{
    opacity: 1;
  } */
}
#osechi2025 .select-sec .body .lists .item .itemImg::before {
  content: "";
  display: block;
  width: 130px;
  height: 140px;
  background-image: url("../icon_beef.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -45px;
  opacity: 1;
}
#osechi2025 .select-sec .body .lists .item:nth-child(odd) .itemImg::before {
  left: -45px;
}
#osechi2025 .select-sec .body .lists .item:nth-child(even) .itemImg::before {
  right: -45px;
}
#osechi2025 .select-sec .body .lists .item:nth-child(2) .itemImg::before {
  background-image: url("../icon_steak.png");
}
#osechi2025 .select-sec .body .lists .item:nth-child(3) .itemImg::before {
  background-image: url("../icon_oyster.png");
}
#osechi2025 .select-sec .body .lists .item:nth-child(4) .itemImg::before {
  background-image: url("../icon_crab.png");
}
#osechi2025 .select-sec .body .itemButton {
  max-width: 326px;
  color: #97733C;
  border-color: #97733C;
}
@media screen and (max-width: 1120px) {
  #osechi2025 .select-sec .lists {
    width: calc(100% - 110px);
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #osechi2025 .select-sec .lists .item .itemLead {
    font-size: 1.7vw;
  }
  #osechi2025 .select-sec .lists .item .itemName {
    font-size: 2.246vw;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .select-sec {
    background-image: linear-gradient(135deg, rgba(255, 239, 239, 0.5), rgba(255, 181, 181, 0.5)), url("../bg_perts_select_center-sp.png");
    background-repeat: no-repeat, repeat-y;
    background-position: center top, top -100px;
    background-size: cover, 100% auto;
  }
  #osechi2025 .select-sec .title .h2 {
    font-size: 30px;
  }
  #osechi2025 .select-sec .title .h2 .select-attention {
    margin-right: 0;
  }
  #osechi2025 .select-sec .title .h2 .select-attention + span {
    display: block;
  }
  #osechi2025 .select-sec .title .h2 .select-attention::before {
    left: -11px;
  }
  #osechi2025 .select-sec .title .lead-text {
    margin-top: 20px;
    font-size: 16px;
  }
  #osechi2025 .select-sec .body .main-image img {
    width: 88.657%;
  }
  #osechi2025 .select-sec .body .main-image img + img {
    width: 45px;
  }
  #osechi2025 .select-sec .body .lists {
    width: 100%;
  }
  #osechi2025 .select-sec .body .lists .item .itemImg::before {
    width: 31.343%;
    height: 26.53%;
  }
  #osechi2025 .select-sec .body .lists .item:nth-child(odd) .itemImg::before {
    left: -20px;
  }
  #osechi2025 .select-sec .body .lists .item:nth-child(even) .itemImg::before {
    right: -20px;
  }
  #osechi2025 .select-sec .body .lists .item .itemLead {
    font-size: 16px;
    margin-top: 17px;
    margin-bottom: 5px;
  }
  #osechi2025 .select-sec .body .lists .item .itemName {
    font-size: 23px;
    margin-bottom: 10px;
  }
  #osechi2025 .select-sec .body .lists .item .detailSet .itemPrice {
    font-size: 16px;
    margin-bottom: 12px;
  }
  #osechi2025 .select-sec .body .lists .item .detailSet .itemPrice span {
    font-size: 25px;
  }
  #osechi2025 .select-sec .body .lists .item:not(:last-child) {
    margin-bottom: 58px;
  }
  #osechi2025 .select-sec .body .itemButton {
    max-width: inherit;
  }
}
#osechi2025 .serch-sec {
  margin-top: 23px;
  padding-bottom: 40px;
}
#osechi2025 .serch-sec:not(.category-sec) {
  border-bottom: 1px dotted #272727;
}
#osechi2025 .serch-sec .heading--main-content {
  margin-bottom: 25px;
}
#osechi2025 .serch-sec .heading--main-content h3 {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#osechi2025 .serch-sec .heading--main-content h3 .small {
  font-size: 25px;
  vertical-align: baseline;
}
#osechi2025 .serch-sec .body .lead-text {
  margin-bottom: 25px;
}
#osechi2025 .serch-sec .body .lead-text p {
  font-size: 18px;
  line-height: 1.666;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #osechi2025 .serch-sec {
    padding-top: 0 !important;
    padding-bottom: 40px;
  }
  #osechi2025 .serch-sec .heading--main-content {
    margin-bottom: 20px;
  }
  #osechi2025 .serch-sec .heading--main-content h3 {
    font-size: 30px;
  }
  #osechi2025 .serch-sec .body .lead-text {
    margin-bottom: 20px;
  }
}
#osechi2025 .search-ranking {
  background-color: #F9F4E0;
  margin: 50px calc(50% - 50vw) 0;
  width: 100vw;
  padding: 50px 0 60px !important;
}
#osechi2025 .search-ranking .sectionInner {
  max-width: 1100px;
  margin: 0 auto;
}
#osechi2025 .search-ranking .sectionInner .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
}
#osechi2025 .search-ranking .sectionInner .item {
  text-align: center;
}
#osechi2025 .search-ranking .sectionInner .item a {
  position: relative;
}
#osechi2025 .search-ranking .sectionInner .item a::before {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 2;
  display: block;
  width: 33px;
  height: 43px;
  content: "";
  background-image: url("../icon_number_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
#osechi2025 .search-ranking .sectionInner .item a {
  display: block;
  line-height: 1.27;
  letter-spacing: 0.1em;
}
#osechi2025 .search-ranking .sectionInner .item:hover a::before {
  opacity: 0.7;
}
#osechi2025 .search-ranking .sectionInner .item:nth-child(2) a::before {
  background-image: url("../icon_number_02.svg");
}
#osechi2025 .search-ranking .sectionInner .item:nth-child(3) a::before {
  background-image: url("../icon_number_03.svg");
}
#osechi2025 .search-ranking .sectionInner .item:nth-child(4) a::before {
  background-image: url("../icon_number_04.svg");
}
#osechi2025 .search-ranking .sectionInner .item:nth-child(5) a::before {
  background-image: url("../icon_number_05.svg");
}
#osechi2025 .search-ranking .sectionInner .item .item__img {
  margin-bottom: 12px;
}
#osechi2025 .search-ranking .sectionInner .item[data-swiper-slide-index="0"] a::before {
  background-image: url("../icon-number01.svg");
}
#osechi2025 .search-ranking .sectionInner .item[data-swiper-slide-index="1"] a::before {
  background-image: url("../icon-number02.svg");
}
#osechi2025 .search-ranking .sectionInner .item[data-swiper-slide-index="2"] a::before {
  background-image: url("../icon-number03.svg");
}
#osechi2025 .search-ranking .sectionInner .item[data-swiper-slide-index="3"] a::before {
  background-image: url("../icon-number04.svg");
}
#osechi2025 .search-ranking .sectionInner .item[data-swiper-slide-index="4"] a::before {
  background-image: url("../icon-number05.svg");
}
#osechi2025 .search-ranking .sectionInner .itemName {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: bold;
  color: #4b4b4b;
}
#osechi2025 .search-ranking .sectionInner .itemPrice {
  font-size: 16px;
  color: #4b4b4b;
}
#osechi2025 .search-ranking .sectionInner .itemPrice .small {
  font-size: 14px;
  font-weight: normal;
}
#osechi2025 .search-ranking .sectionInner .itemPrice .number {
  font-size: 18px;
  font-weight: bold;
}
#osechi2025 .search-ranking .sectionInner .itemButtonLargeWrap a {
  background-color: #FFF;
  border: 1px solid #AE1626;
  color: #AE1626;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  #osechi2025 .search-ranking .sectionInner .swiper-wrapper {
    padding: 0 20px;
    box-sizing: border-box;
  }
  #osechi2025 .search-ranking .sectionInner .itemName {
    margin-bottom: 12px;
    font-size: 16px;
  }
  #osechi2025 .search-ranking .sectionInner .itemPrice {
    font-size: 16px;
  }
  #osechi2025 .search-ranking .sectionInner .itemPrice .small {
    font-size: 13px;
  }
  #osechi2025 .search-ranking .sectionInner .itemPrice .number {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .search-ranking .sectionInner {
    padding: 0 5px;
    background-repeat: repeat;
    background-size: contain;
  }
  #osechi2025 .search-ranking .sectionInner .heading {
    padding: 0 20px;
  }
  #osechi2025 .search-ranking .sectionInner .item a::before {
    right: 10px;
    width: 26px;
    height: 40px;
  }
  #osechi2025 .search-ranking .sectionInner .item::before {
    top: -18px;
    width: 60px;
    height: 42.5px;
  }
  #osechi2025 .search-ranking .sectionInner .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #osechi2025 .search-ranking .sectionInner .item .item__img {
    margin-bottom: 10px;
  }
  #osechi2025 .search-ranking .sectionInner .item .item__img img {
    width: 100%;
    height: auto;
  }
  #osechi2025 .search-ranking .sectionInner .item .itemName {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 1.4;
  }
  #osechi2025 .search-ranking .sectionInner .item .itemPrice {
    font-size: 9px;
  }
  #osechi2025 .search-ranking .sectionInner .item .itemPrice .small {
    font-size: 12px;
  }
  #osechi2025 .search-ranking .sectionInner .item .itemPrice .number {
    font-size: 18px;
  }
}
#osechi2025 .search-ranking .swiper-wrap {
  width: 100%;
  max-width: none;
  overflow: hidden;
}
#osechi2025 .search-ranking .swiper-button-prev, #osechi2025 .search-ranking .swiper-button-next {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #osechi2025 .search-ranking {
    width: 100%;
    margin: 50px auto 0;
    overflow: hidden;
  }
  #osechi2025 .search-ranking .body {
    padding: 0 20px;
  }
  #osechi2025 .search-ranking .swiper .swiper-wrapper {
    display: flex;
    gap: 0;
    margin-bottom: 0;
  }
  #osechi2025 .search-ranking .swiper .swiper-button-prev,
  #osechi2025 .search-ranking .swiper .swiper-button-next {
    position: absolute;
    top: 35%;
    display: block !important;
    width: 15px;
    height: 50px;
    background-image: url("../slide_arrow_left_sp.svg");
    background-size: contain;
    transform: translateY(-50%) !important;
  }
  #osechi2025 .search-ranking .swiper .swiper-button-next {
    right: 10px;
    background-image: url("../slide_arrow_rignt_sp.svg");
    background-size: contain;
  }
  #osechi2025 .search-ranking .swiper .swiper-button-prev {
    left: 10px;
  }
  #osechi2025 .search-ranking .swiper .swiper-slide[data-swiper-slide-index="0"] a::before {
    background-image: url("../icon_number_01.svg");
  }
  #osechi2025 .search-ranking .swiper .swiper-slide[data-swiper-slide-index="1"] a::before {
    background-image: url("../icon_number_02.svg");
  }
  #osechi2025 .search-ranking .swiper .swiper-slide[data-swiper-slide-index="2"] a::before {
    background-image: url("../icon_number_03.svg");
  }
  #osechi2025 .search-ranking .swiper .swiper-slide[data-swiper-slide-index="3"] a::before {
    background-image: url("../icon_number_04.svg");
  }
  #osechi2025 .search-ranking .swiper .swiper-slide[data-swiper-slide-index="4"] a::before {
    background-image: url("../icon_number_05.svg");
  }
}
#osechi2025 .search.sectionSmall {
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  position: relative;
}
#osechi2025 .search.sectionSmall::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#osechi2025 .search.sectionSmall .title {
  margin-bottom: 25px;
  padding-top: 0;
  text-align: center;
}
#osechi2025 .search.sectionSmall .title .h2 {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #3e3e3e;
}
#osechi2025 .search.sectionSmall .catalog-inner {
  display: flex;
  justify-content: space-between;
}
#osechi2025 .search.sectionSmall .catalog-inner p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.666;
  color: #3e3e3e;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  width: calc(100% - 250px);
}
#osechi2025 .search.sectionSmall .catalog-inner .catalog-btn > a {
  width: 250px;
  height: 50px;
  background-color: #FFF;
  border: 1px solid #AE1626;
  color: #AE1626;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  #osechi2025 .search.sectionSmall .catalog-inner {
    display: block;
  }
  #osechi2025 .search.sectionSmall .catalog-inner p {
    width: 100%;
  }
  #osechi2025 .search.sectionSmall .catalog-inner .catalog-btn > a {
    width: 80%;
    margin: 0 auto;
    height: 50px;
    font-size: 16px;
  }
}
#osechi2025 .search.sectionSmall .form {
  display: flex;
}
#osechi2025 .search.sectionSmall .form .inputs {
  display: flex;
  width: calc(100% - 270px);
}
#osechi2025 .search.sectionSmall .form .inputs li {
  font-size: 16px;
  width: calc((100% - 50px) / 6);
}
#osechi2025 .search.sectionSmall .form .inputs li:not(:nth-child(6)) {
  margin-right: 10px;
}
#osechi2025 .search.sectionSmall .form .inputs li input {
  border-color: #aaa;
  height: 50px;
  text-align: center;
  width: 100%;
}
#osechi2025 .search.sectionSmall .form .submit {
  margin-left: 20px;
  width: 250px;
}
#osechi2025 .search.sectionSmall .form .submit .submitButtom {
  background-color: #AE1626;
  color: #fff;
  font-size: 18px;
  height: 50px;
  letter-spacing: 0.2em;
  line-height: 1;
  width: 100%;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  #osechi2025 .search.sectionSmall .form .inputs {
    width: calc(100% - 110px);
  }
  #osechi2025 .search.sectionSmall .form .submit {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .search.sectionSmall {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  #osechi2025 .search.sectionSmall::after {
    width: calc(100% - 40px);
    background-size: cover;
    left: 20px;
  }
  #osechi2025 .search.sectionSmall .title {
    margin-bottom: 20px;
  }
  #osechi2025 .search.sectionSmall .title .h2 {
    font-size: 30px;
  }
  #osechi2025 .search.sectionSmall .title .h2 .small {
    vertical-align: baseline;
    font-weight: bold;
  }
  #osechi2025 .search.sectionSmall p {
    margin-bottom: 20px;
  }
  #osechi2025 .search.sectionSmall .form {
    display: block;
  }
  #osechi2025 .search.sectionSmall .form .inputs {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 2.5px;
    grid-row-gap: 2.5px;
  }
  #osechi2025 .search.sectionSmall .form .inputs li {
    width: 100%;
  }
  #osechi2025 .search.sectionSmall .form .submit {
    margin: 20px auto 0;
    padding: 0;
    width: 59.7015%;
  }
}
#osechi2025 .number-sec .item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#osechi2025 .number-sec .item ul li {
  width: calc((100% - 60px) / 4);
}
#osechi2025 .number-sec .item ul li:not(:nth-child(4n)) {
  margin-right: 20px;
}
#osechi2025 .number-sec .item ul li a {
  border: 1px solid #AE1626;
  background-color: #fff;
  border-radius: 5px;
  color: #3e3e3e;
  display: flex;
  align-items: start;
  justify-content: center;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.16em;
  line-height: 1.5;
  /*  padding-bottom: 15px; */
  position: relative;
  text-align: center;
  width: 100%;
  height: 150px;
}
#osechi2025 .number-sec .item ul li a .number-img-box {
  padding-top: 27px;
}
#osechi2025 .number-sec .item ul li a::after {
  background-image: url(../icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 7.84px;
  height: 16.9px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #osechi2025 .number-sec .item ul li a {
    font-size: 2.4414vw;
    height: auto;
  }
  #osechi2025 .number-sec .item ul li a .number-img-box {
    padding-bottom: 17px;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .number-sec .item ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  #osechi2025 .number-sec .item ul li {
    width: 100%;
  }
  #osechi2025 .number-sec .item ul li a {
    font-size: 20px;
    height: auto;
  }
  #osechi2025 .number-sec .item ul li a .number-img-box {
    padding-top: 17px;
    padding-bottom: 8px;
  }
  #osechi2025 .number-sec .item ul li a::after {
    background-size: contain;
    height: 16px;
    right: 6px;
    width: 7px;
  }
}
#osechi2025 .budget-sec .heading--main-content {
  /* margin-bottom: 30px; */
}
#osechi2025 .budget-sec .item ul {
  display: flex;
  flex-wrap: wrap;
}
#osechi2025 .budget-sec .item ul li {
  width: calc((100% - 20px) / 3);
}
#osechi2025 .budget-sec .item ul li:nth-child(n+4) {
  margin-top: 10px;
}
#osechi2025 .budget-sec .item ul li:not(:nth-child(3n)) {
  margin-right: 10px;
}
#osechi2025 .budget-sec .item ul li:nth-child(5) {
  margin-right: 0;
}
#osechi2025 .budget-sec .item ul li a {
  border: 1px solid #AE1626;
  color: #000;
  display: flex;
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  padding: 0 24px;
  position: relative;
  width: 100%;
}
#osechi2025 .budget-sec .item ul li a::after {
  background-image: url(../icon_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  width: 7.84px;
  height: 16.9px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#osechi2025 .budget-sec .item ul li a .small {
  font-size: 14px;
}
#osechi2025 .budget-sec .item ul li a span {
  vertical-align: baseline;
}
@media screen and (max-width: 1100px) {
  #osechi2025 .budget-sec .item ul li {
    width: calc((100% - 10px) / 2);
  }
  #osechi2025 .budget-sec .item ul li a {
    font-size: 1.818vw;
  }
  #osechi2025 .budget-sec .item ul li:nth-child(3n) {
    margin-right: 10px;
  }
  #osechi2025 .budget-sec .item ul li:nth-child(2n) {
    margin-right: 0;
  }
  #osechi2025 .budget-sec .item ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .budget-sec .heading--main-content {
    margin-bottom: 20px;
  }
  #osechi2025 .budget-sec .item {
    display: block;
  }
  #osechi2025 .budget-sec .item ul li {
    margin-right: 0 !important;
    width: 100%;
  }
  #osechi2025 .budget-sec .item ul li + li {
    margin-top: 10px;
  }
  #osechi2025 .budget-sec .item ul li a {
    font-size: 18px;
  }
  #osechi2025 .budget-sec .item ul li a .small {
    font-size: 14px;
    vertical-align: tmiddle;
  }
  #osechi2025 .budget-sec .item ul li a .baseline {
    vertical-align: text-bottom;
  }
}
#osechi2025 .category-sec .body .item ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
#osechi2025 .category-sec .body .item ul li a {
  align-items: center;
  background-color: #AE1626;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 90px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.43;
  padding: 0 16px;
  position: relative;
  width: 100%;
}
#osechi2025 .category-sec .body .item ul li a::after {
  background-image: url(../icon_arrow_right_white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}
#osechi2025 .category-sec .body .item ul li a .icon-new-category {
  margin-bottom: 1px;
  padding: 3px 5px;
  display: inline-block;
  line-height: 1;
  color: #AE1626;
  font-weight: bold;
  background-color: #fff;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #osechi2025 .category-sec .body .item ul li a {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .category-sec {
    margin-bottom: 0 !important;
  }
  #osechi2025 .category-sec .heading--main-content {
    margin-bottom: 15px;
  }
  #osechi2025 .category-sec .body .item ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(9, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}
#osechi2025 .serch-sec + .banner {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #osechi2025 .serch-sec + .banner {
    margin-top: 30px;
  }
}
#osechi2025 .campaign {
  line-height: 1.4;
  padding: 40px 40px;
  background-color: #FFF5F3;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #osechi2025 .campaign {
    padding: 4.18% 5.225%;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .campaign {
    margin-top: 30px;
    margin-bottom: 30px !important;
    padding: 40px 20px;
  }
}
#osechi2025 .campaign .title {
  margin-bottom: 0;
  padding-top: 0;
}
#osechi2025 .campaign .h2 {
  line-height: inherit;
  display: flex;
}
#osechi2025 .campaign .h2 .maintitle {
  line-height: inherit;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  #osechi2025 .campaign .h2 {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .campaign .h2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
#osechi2025 .campaign .h2 .subtitle-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 180px;
  line-height: 1;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  #osechi2025 .campaign .h2 .subtitle-wrap {
    max-width: 100%;
  }
}
#osechi2025 .campaign .h2 .subtitle-wrap .subtitle {
  color: #927C26;
  letter-spacing: -1px;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding: 15px 0;
}
#osechi2025 .campaign .h2 .subtitle-wrap .subtitle::before, #osechi2025 .campaign .h2 .subtitle-wrap .subtitle::after {
  content: "";
  position: absolute;
  background-image: url("/d_images/campaign/osechi2025/deco_subtitle.svg");
  background-repeat: repeat-x;
  background-size: auto;
  width: 100%;
  height: 7px;
  top: 0;
  left: 0;
}
#osechi2025 .campaign .h2 .subtitle-wrap .subtitle::after {
  top: auto;
  bottom: 0;
  left: 0;
  transform: scale(1, -1);
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  #osechi2025 .campaign .h2 .subtitle-wrap .subtitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .campaign .h2 .subtitle-wrap .subtitle {
    font-size: 17px;
  }
}
#osechi2025 .campaign .h2 .maintitle {
  font-size: 40px;
  padding: 15px 0 15px 10px;
  color: #AE1626;
  font-weight: bold;
  line-height: 1.114;
  line-height: 1.5em;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  #osechi2025 .campaign .h2 .maintitle {
    font-size: 4.3vw;
    padding: 0;
  }
}
#osechi2025 .campaign .h2 .maintitle .maintitle-head {
  position: relative;
  font-feature-settings: "palt";
}
#osechi2025 .campaign .h2 .maintitle .maintitle-another {
  position: relative;
}
#osechi2025 .campaign .h2 .maintitle .maintitle-another .text-s {
  font-size: 80%;
}
@media screen and (max-width: 1040px) and (min-width: 768px) {
  #osechi2025 .campaign .h2 .maintitle {
    font-size: 4.3vw;
  }
  #osechi2025 .campaign .h2 .maintitle .text-s {
    font-size: 80%;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .campaign .h2 .maintitle {
    font-size: 25px;
    line-height: 1.5 !important;
    padding: 10px 0 5px;
  }
  #osechi2025 .campaign .h2 .maintitle .maintitle-another {
    margin-left: 0;
  }
  #osechi2025 .campaign .h2 .maintitle .maintitle-another::before {
    display: none;
  }
  #osechi2025 .campaign .h2 .maintitle .maintitle-another .text-s {
    font-size: 20px;
  }
}
#osechi2025 .campaign .campaign-date {
  margin-top: 7px;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  #osechi2025 .campaign .campaign-date {
    margin-top: 7px;
    font-size: 14px;
  }
}
#osechi2025 .campaign .campaign-code-wrap {
  margin: 20px auto 0;
  max-width: 850px;
  position: relative;
}
#osechi2025 .campaign .campaign-code-wrap .campaign-code {
  width: 425px;
  position: absolute;
  top: 0;
  right: 0;
}
#osechi2025 .campaign .campaign-code-wrap .campaign-code .campaign-text {
  position: absolute;
  top: 20px;
  left: 25%;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
}
#osechi2025 .campaign .campaign-code-wrap .campaign-code .campaign-text .campaign-text-code {
  font-size: 44px;
  color: #AE1626;
  line-height: 1.8em;
  margin-top: -5px;
}
#osechi2025 .campaign .campaign-code-wrap .campaign-code .campaign-text .campaign-text-code-copy {
  background-color: #AE1626;
  color: #FFF;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  border-radius: 50px;
  padding: 5px 10px;
  margin: 10px auto 0;
  cursor: pointer;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #osechi2025 .campaign .campaign-code-wrap .campaign-code {
    width: 50%;
    height: 100%;
  }
  #osechi2025 .campaign .campaign-code-wrap .campaign-code .campaign-text {
    width: 240px;
    font-size: 18px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  #osechi2025 .campaign .campaign-code-wrap .campaign-code .campaign-text .campaign-text-code {
    font-size: 35px;
  }
  #osechi2025 .campaign .campaign-code-wrap .campaign-code .campaign-text .campaign-text-code-copy {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .campaign .campaign-code-wrap {
    max-width: 670px;
  }
  #osechi2025 .campaign .campaign-code-wrap .campaign-code {
    top: auto;
    bottom: 10px;
    width: 100%;
    height: 55%;
    padding-bottom: 2.5%;
  }
  #osechi2025 .campaign .campaign-code-wrap .campaign-code .campaign-text {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    font-size: 16px;
  }
  #osechi2025 .campaign .campaign-code-wrap .campaign-code .campaign-text .campaign-text-code {
    font-size: 30px;
  }
  #osechi2025 .campaign .campaign-code-wrap .campaign-code .campaign-text .campaign-text-code-copy {
    font-size: 14px;
  }
}
#osechi2025 .campaign #popup-wrapper {
  position: fixed;
  background: rgba(161, 161, 161, 0.5);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 5;
}
#osechi2025 .campaign #popup-wrapper #popup-inside {
  width: 100%;
  max-width: 500px;
  height: 150px;
  background: white;
  margin: 10% auto;
  padding: 20px;
  position: absolute;
  border-radius: 5px;
  top: 15%;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}
#osechi2025 .campaign #popup-wrapper #popup-inside #message {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  #osechi2025 .campaign #popup-wrapper #popup-inside {
    max-width: 90vw;
  }
}
#osechi2025 .campaign #popup-wrapper #popup-inside #close {
  font-size: 13px;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding: 10px 10px;
  width: 100px;
  margin-top: 20px;
  cursor: pointer;
}
#osechi2025 .campaign .campaign-note {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
}
#osechi2025 .campaign .campaign-note dt {
  font-size: 16px;
  font-weight: bold;
}
#osechi2025 .campaign .campaign-note dd {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #osechi2025 .campaign .campaign-note dt {
    font-size: 14px;
    font-weight: bold;
  }
  #osechi2025 .campaign .campaign-note dt + dd {
    margin-top: 5px;
  }
  #osechi2025 .campaign .campaign-note dd {
    font-size: 14px;
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.45;
  }
}
#osechi2025 .campaign .campaign-note {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
#osechi2025 .campaign .campaign-note[hidden] {
  display: none;
}
#osechi2025 .campaign .campaign-note__content {
  background: #fff;
  padding: 1.5em 2em;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
  box-sizing: border-box;
  position: relative;
}
#osechi2025 .campaign .campaign-note__close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  background: none;
  border: none;
  font-size: 1.5em;
  cursor: pointer;
  line-height: 1;
  color: #333;
}
#osechi2025 .campaign .note-text dt {
  font-weight: bold;
  margin-bottom: 0.5em;
  text-indent: -0.5em;
}
#osechi2025 .campaign .note-text dd {
  margin-bottom: 0.5em;
  position: relative;
  margin-left: 0;
  padding-left: 1.2em;
}
#osechi2025 .campaign .note-text dd::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.4;
  color: inherit;
}
#osechi2025 .campaign .note-text dd b.point {
  font-weight: bold;
  color: #BB3939;
}
#osechi2025 .campaign .note-text dd .text-link {
  text-decoration: underline;
}
@media (max-width: 480px) {
  #osechi2025 .campaign .campaign-note__content {
    max-width: 90vw;
    padding: 1em 2em;
  }
}
#osechi2025 .campaign .howto-wrap {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 40px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  #osechi2025 .campaign .howto-wrap {
    padding: 20px;
  }
}
#osechi2025 .campaign .howto-wrap .howto-inner {
  display: none;
}
#osechi2025 .campaign .howto-wrap .howto-use-head {
  font-weight: bold;
  font-size: 25px;
  text-align: left;
  display: block;
  position: relative;
  cursor: pointer;
}
#osechi2025 .campaign .howto-wrap .howto-use-head::before {
  content: "";
  position: absolute;
  background: url("/d_images/campaign/osechi2025/arrow_down_bl.svg") no-repeat;
  width: 33px;
  height: 9px;
  background-size: contain;
  right: 0;
  top: 40%;
}
#osechi2025 .campaign .howto-wrap .howto-use-head.open::before {
  transform: scale(1, -1);
}
@media screen and (max-width: 767px) {
  #osechi2025 .campaign .howto-wrap .howto-use-head {
    font-size: 18px;
  }
}
#osechi2025 .campaign .howto-wrap .howto-use-step {
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
@media screen and (max-width: 767px) {
  #osechi2025 .campaign .howto-wrap .howto-use-step {
    display: block;
  }
}
#osechi2025 .campaign .howto-wrap .howto-use-step li {
  width: 100%;
  max-width: 300px;
  height: 0;
  position: relative;
  padding-top: 22.34%;
  background: url("/d_images/campaign/osechi2025/bg_campaign_step1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #osechi2025 .campaign .howto-wrap .howto-use-step li {
    margin-left: auto;
    margin-right: auto;
    background-image: url("/d_images/campaign/osechi2025/bg_campaign_step1_sp.jpg");
    width: 228px;
    height: 160px;
  }
}
#osechi2025 .campaign .howto-wrap .howto-use-step li + li {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #osechi2025 .campaign .howto-wrap .howto-use-step li + li {
    margin-left: 2.29%;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .campaign .howto-wrap .howto-use-step li + li {
    margin-left: auto;
    margin-top: 33.5px;
  }
}
#osechi2025 .campaign .howto-wrap .howto-use-step li + li::before {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  background-image: url("/d_images/campaign/osechi2025/icon_howto_arrow_pc.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 7.5px);
  left: -15px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #osechi2025 .campaign .howto-wrap .howto-use-step li + li::before {
    top: 46.83%;
    left: -5.415%;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .campaign .howto-wrap .howto-use-step li + li::before {
    background-image: url("/d_images/campaign/osechi2025/icon_howto_arrow_sp.svg");
    width: 32px;
    height: 23.5px;
    left: calc(50% - 16px);
    top: -28px;
  }
}
#osechi2025 .campaign .howto-wrap .howto-use-step li:nth-child(2) {
  background-image: url("/d_images/campaign/osechi2025/bg_campaign_step2.jpg");
}
#osechi2025 .campaign .howto-wrap .howto-use-step li:nth-child(2) .textbox {
  top: 69.333333%;
}
@media screen and (max-width: 767px) {
  #osechi2025 .campaign .howto-wrap .howto-use-step li:nth-child(2) .textbox {
    top: 120px;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .campaign .howto-wrap .howto-use-step li:nth-child(2) {
    background-image: url("/d_images/campaign/osechi2025/bg_campaign_step2_sp.jpg");
  }
}
#osechi2025 .campaign .howto-wrap .howto-use-step li:nth-child(3) {
  background-image: url("/d_images/campaign/osechi2025/bg_campaign_step3.jpg");
}
#osechi2025 .campaign .howto-wrap .howto-use-step li:nth-child(3) .textbox {
  top: 34.3%;
}
@media screen and (max-width: 767px) {
  #osechi2025 .campaign .howto-wrap .howto-use-step li:nth-child(3) .textbox {
    top: 56px;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .campaign .howto-wrap .howto-use-step li:nth-child(3) {
    background-image: url("/d_images/campaign/osechi2025/bg_campaign_step3_sp.jpg");
  }
}
#osechi2025 .campaign .howto-wrap .howto-use-step li .textbox {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 59.333333%;
  left: 50%;
  transform: translateX(-50%);
}
#osechi2025 .campaign .howto-wrap .howto-use-step li .textbox .text-s {
  font-size: 16px;
  font-weight: normal;
}
#osechi2025 .campaign .howto-wrap .howto-use-step li .textbox .coupon-code .textbox-element {
  font-size: 15px;
  color: #AE1626;
}
@media screen and (max-width: 767px) {
  #osechi2025 .campaign .howto-wrap .howto-use-step li .textbox .coupon-code .textbox-element {
    font-size: 13px;
  }
}
#osechi2025 .campaign .howto-wrap .howto-use-step li .textbox .coupon-code .value {
  font-size: 25px;
  font-weight: bold;
  color: #AE1626;
}
@media screen and (max-width: 767px) {
  #osechi2025 .campaign .howto-wrap .howto-use-step li .textbox .coupon-code .value {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #osechi2025 .campaign .howto-wrap .howto-use-step li .textbox .coupon-code .coupon-code-under {
    line-height: 1.2;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #osechi2025 .campaign .howto-wrap .howto-use-step li .textbox {
    font-size: 1.96vw;
  }
  #osechi2025 .campaign .howto-wrap .howto-use-step li .textbox .text-s {
    font-size: 1.56vw;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .campaign .howto-wrap .howto-use-step li .textbox {
    font-size: 17px;
  }
  #osechi2025 .campaign .howto-wrap .howto-use-step li .textbox .text-s {
    font-size: 14px;
  }
}
#osechi2025 .campaign .howto-wrap .order-detail-link {
  text-align: right;
}
#osechi2025 .campaign .howto-wrap .order-detail-link button, #osechi2025 .campaign .howto-wrap .order-detail-link a {
  text-decoration: underline;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px 0 0 0;
  font-size: 18px;
  display: inline-block;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #osechi2025 .campaign .howto-wrap .order-detail-link button, #osechi2025 .campaign .howto-wrap .order-detail-link a {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .campaign .howto-wrap .order-detail-link button, #osechi2025 .campaign .howto-wrap .order-detail-link a {
    font-size: 14px;
  }
}
#osechi2025 .campaign-note__overlay {
  display: none;
}
#osechi2025 .campaign-note__content {
  position: relative;
  z-index: 1002;
  max-height: 80vh;
  overflow-y: auto;
  border-radius: 8px;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  outline: none;
  width: 90vw;
  max-width: 600px;
  background: transparent;
}
#osechi2025 .btn_attention {
  margin: 30px auto 50px;
}
#osechi2025 .btn_attention > button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  height: 60px;
  border: 1px solid #E63A3A;
  color: #E63A3A;
  position: relative;
  box-shadow: 3px 3px 10px -9px #000000;
  border-radius: 60px;
  font-family: "Noto Serif JP", serif;
  font-size: 27px;
  font-weight: bold;
}
#osechi2025 .btn_attention > button::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 44px;
  background: url("/d_images/campaign/osechi2025/icon_finger.svg") no-repeat;
  background-size: contain;
  margin: 0 auto;
  bottom: -35px;
  right: 23px;
}
#osechi2025 .btn_attention > button .btn_attention_inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#osechi2025 .btn_attention > button .btn_attention_inner::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 21px;
  background: url("/d_images/campaign/osechi2025/icon_attention.svg") no-repeat;
  background-size: contain;
  left: -15px;
}
#osechi2025 .btn_attention > button .btn_attention_inner::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("/d_images/campaign/osechi2025/icon_plus_red.svg") no-repeat;
  background-size: contain;
  right: -40px;
}
@media screen and (max-width: 767px) {
  #osechi2025 .btn_attention button {
    width: 90vw;
    height: 80px;
    font-size: 20px;
    line-height: 1.5em;
  }
  #osechi2025 .btn_attention button .btn_attention_inner::before {
    height: 31px;
    width: 8px;
    left: -35px;
  }
  #osechi2025 .btn_attention button .btn_attention_inner::after {
    right: -45px;
  }
}
#osechi2025 .itemButton {
  background-color: #fff;
  color: #AE1626;
  border: 1px solid #AE1626;
  font-size: 20px;
  height: 60px;
  margin: 0 auto;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
}
#osechi2025 .itemButton a {
  display: block;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #osechi2025 .itemButton {
    width: 90%;
    /*  .itemButton {
      width: 29.3vw;
    } */
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .itemButton {
    height: 50px;
    font-size: 20px;
    /* font-size: 14px; */
    width: 83.582%;
    max-width: inherit;
  }
}
#osechi2025 .itemButtonLargeWrap {
  margin: 60px auto 0;
  position: relative;
}
#osechi2025 .itemButtonLargeWrap .itemButtonLarge {
  margin: 0 auto;
  width: 600px;
  height: 70px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #osechi2025 .itemButtonLargeWrap {
    margin: 40px auto 0;
  }
  #osechi2025 .itemButtonLargeWrap .itemButtonLarge {
    width: 89.552%;
    height: 70px;
    font-size: 18px;
    line-height: 1.3em;
  }
}
#osechi2025 .hotel-sec .itemButtonLarge {
  background-color: #AE1626;
}
#osechi2025 .original-sec .itemButtonLarge {
  background-color: #866AAC;
}
#osechi2025 .collabo-sec .itemButtonLarge {
  background-color: #2A543E;
}
#osechi2025 .dayWrap {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 60px;
  background: #f2e19e;
  padding: 30px 0;
  text-align: center;
  color: #b92324;
  font-size: 30px;
  line-height: 1.4em;
}
#osechi2025 .dayWrap .emphasis {
  font-weight: bold;
}
#osechi2025 .dayWrap span {
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  #osechi2025 .dayWrap {
    margin-bottom: 30px;
    font-size: 20px;
    padding: 20px 10px;
  }
  #osechi2025 .dayWrap span {
    font-size: 30px;
  }
}
#osechi2025 .link-area {
  padding-left: 40px;
  padding-right: 40px;
}
#osechi2025 .link-area .link-parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 10px;
}
#osechi2025 .link-area .link-parent li:last-child {
  grid-area: 3/1/4/3;
}
#osechi2025 .link-area .link-parent a {
  align-items: center;
  background-color: #fff;
  border: #AE1626 1px solid;
  color: #AE1626;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  height: 70px;
  justify-content: center;
  line-height: 1.4;
  padding: 0 10px;
  position: relative;
  font-family: "Noto Serif JP", serif;
}
#osechi2025 .link-area .link-parent a:before {
  background-image: url(../icon-arrow-anchor01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 14px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
#osechi2025 .link-area .link-parent .link-all a {
  background-color: #AE1626;
  color: #fff;
  border: none;
}
#osechi2025 .link-area .link-parent .link-all a:before {
  background-image: url(../icon-arrow-alllink.svg);
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #osechi2025 .link-area {
    padding-left: 4.11%;
    padding-right: 4.11%;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .link-area {
    padding: 0 20px;
  }
  #osechi2025 .link-area .link-parent {
    grid-column-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
  #osechi2025 .link-area .link-parent li:not(:last-child) {
    margin-bottom: 0;
  }
  #osechi2025 .link-area .link-parent li:last-child {
    grid-area: auto;
  }
  #osechi2025 .link-area .link-parent a {
    font-size: 16px;
    height: 50px;
  }
}
@media screen and (max-width: 500px) {
  #osechi2025 .link-area .link-parent a {
    line-height: 1.2;
  }
}
#osechi2025 .key-area .key-head {
  font-size: 35px;
  font-weight: bold;
}
#osechi2025 .key-area .key-list {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
#osechi2025 .key-area .key-list li:nth-child(n+4) {
  margin-top: 20px;
}
#osechi2025 .key-area .key-list li:not(:nth-child(3n)) {
  margin-right: 10px;
}
#osechi2025 .key-area .key-list li a {
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #3e3e3e;
  border-radius: 60px;
  color: #3e3e3e;
  font-size: 16px;
  height: 40px;
  /* letter-spacing: 0.15em; */
  line-height: 1.5;
  text-align: center;
  padding: 0 27px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #osechi2025 .key-area .key-list {
    max-width: 500px;
  }
  #osechi2025 .key-area .key-list a {
    font-size: 1.758vw !important;
    padding: 0 22px !important;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .key-area .key-head {
    font-size: 23px;
    line-height: 1.5;
  }
  #osechi2025 .key-area .key-list {
    margin-top: 20px;
    max-width: 400px;
  }
  #osechi2025 .key-area .key-list li a {
    padding: 0 15px;
    font-size: 14px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 #freeArea8 > .attention {
    margin-top: 30px;
  }
}
#osechi2025 .attention {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 1100px;
  background-color: #F8F3E1;
  padding: 50px;
  margin: 0 auto;
  position: relative;
}
#osechi2025 .attention .title {
  margin-bottom: 28px;
  padding-top: 0;
}
#osechi2025 .attention .title .h2 {
  color: #272727;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
#osechi2025 .attention .title .h2 span {
  position: relative;
}
#osechi2025 .attention .title .h2 span:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/d_images/campaign/osechi2025/icon_title.svg");
  width: 25px;
  height: 40px;
  top: 18%;
  left: -37px;
}
#osechi2025 .attention p,
#osechi2025 .attention dt,
#osechi2025 .attention dd {
  color: #272727;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
}
#osechi2025 .attention p .sml,
#osechi2025 .attention dt .sml,
#osechi2025 .attention dd .sml {
  font-size: 80%;
}
#osechi2025 .attention p {
  margin-bottom: 12px;
}
#osechi2025 .attention dt {
  font-size: 20px;
  font-weight: bold;
  margin-left: -12px;
}
#osechi2025 .attention .proviso {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
}
#osechi2025 .attention dd:not(:last-child) {
  margin-bottom: 12px;
}
#osechi2025 .attention dd li {
  padding-left: 1em;
  position: relative;
}
#osechi2025 .attention dd li .emphasis {
  color: #bb3939;
  font-weight: bold;
}
#osechi2025 .attention dd li:before {
  content: "・";
  display: inline;
  left: 0;
  position: absolute;
}
#osechi2025 .attention dd li li {
  margin-bottom: 1px;
  padding-left: 1em;
  position: relative;
}
#osechi2025 .attention dd li li:before {
  content: "※";
  display: inline;
  left: 0;
  position: absolute;
}
#osechi2025 .attention .order-note-list {
  padding-top: 40px;
}
#osechi2025 .attention .order-note-list li {
  text-align: left;
  font-size: 18px;
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}
#osechi2025 .attention .order-note-list .emphasis {
  color: #bb3939;
  font-weight: bold;
}
#osechi2025 .attention .order-note-list .emphasis + li {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  #osechi2025 .attention {
    padding: 20px;
    width: 100%;
    margin: 0 auto;
  }
  #osechi2025 .attention .title {
    margin-bottom: 20px;
  }
  #osechi2025 .attention .title .h2 {
    font-size: 23px;
  }
  #osechi2025 .attention .title .h2 span {
    position: relative;
  }
  #osechi2025 .attention .title .h2 span:before {
    width: 20px;
    height: 36px;
    top: 5%;
    left: -28px;
  }
  #osechi2025 .attention p,
  #osechi2025 .attention dt,
  #osechi2025 .attention dd {
    color: #272727;
    font-size: 14px;
    line-height: 25px;
  }
  #osechi2025 .attention dl dt {
    font-size: 14px;
    margin-left: -9px;
  }
  #osechi2025 .attention dl dd:not(:last-child) {
    margin-bottom: 20px;
  }
  #osechi2025 .attention dl dd li {
    line-height: 22px;
    margin-bottom: 4px;
    padding-left: 1em;
    position: relative;
  }
  #osechi2025 .attention p {
    margin-bottom: 3px;
  }
  #osechi2025 .attention .proviso {
    font-size: 12px;
    margin-bottom: 5px;
  }
  #osechi2025 .attention .order-note-list {
    padding-top: 20px;
  }
  #osechi2025 .attention .order-note-list li {
    font-size: 14px;
  }
}
#osechi2025 .attention-note {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: flex-start; /* 縦は上寄せ */
  z-index: 1000;
  overflow: visible;
  box-sizing: border-box;
}
#osechi2025 .attention-note[hidden] {
  display: none !important;
}
#osechi2025 .attention-note:not([hidden]) {
  display: flex;
}
#osechi2025 .attention-note__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1001;
}
#osechi2025 .attention-note__content {
  position: relative;
  z-index: 1002;
  max-height: 80vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
  width: 90vw;
  max-width: 1100px;
  margin-top: 5vh;
  border-radius: 8px;
  outline: none;
  display: block;
}
#osechi2025 .attention-note__close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: none;
  font-size: 35px;
  cursor: pointer;
  line-height: 1;
}
#osechi2025 .banner {
  margin: 0 auto 60px;
  text-align: center;
  width: calc(100% - 120px);
}
#osechi2025 .banner a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #osechi2025 .banner {
    margin: 0 auto 30px;
    width: calc(100% - 40px);
  }
}
#osechi2025 .search p {
  color: #000;
  font-size: 18px;
  line-height: 1.66;
  text-align: left;
}
#osechi2025 .search .form {
  display: flex;
  margin-top: 15px;
}
#osechi2025 .search .inputs {
  display: flex;
  width: calc(100% - 270px);
}
#osechi2025 .search .inputs li {
  font-size: 16px;
  width: calc((100% - 50px) / 6);
}
#osechi2025 .search .inputs li:not(:nth-child(6)) {
  margin-right: 10px;
}
#osechi2025 .search .inputs li input {
  border-color: #aaa;
  height: 50px;
  text-align: center;
  width: 100%;
}
#osechi2025 .search .submit {
  margin-left: 20px;
  width: 250px;
}
#osechi2025 .search .submit .submitButtom {
  background-color: #d1073c;
  color: #fff;
  font-size: 18px;
  height: 50px;
  letter-spacing: 0.2em;
  line-height: 1;
  width: 100%;
  text-align: center;
}
#osechi2025 .search ::-moz-placeholder {
  color: #bcbcbc;
  font-size: 16px;
  letter-spacing: 0.05em;
}
#osechi2025 .search ::placeholder {
  color: #bcbcbc;
  font-size: 16px;
  letter-spacing: 0.05em;
}
#osechi2025 .search ::-ms-input-placeholder {
  color: #bcbcbc;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #osechi2025 .search p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
  }
  #osechi2025 .search .form {
    display: block;
  }
  #osechi2025 .search .inputs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 13px;
    width: 100%;
  }
  #osechi2025 .search .inputs li {
    font-size: 17px;
    width: calc((100% - 5px) / 3);
  }
  #osechi2025 .search .inputs li:not(:nth-child(6)) {
    margin-right: 0;
  }
  #osechi2025 .search .inputs li:not(:nth-child(3n)) {
    margin-right: 2.5px;
  }
  #osechi2025 .search .inputs li:nth-last-child(n+3) {
    margin-bottom: 2.5px;
  }
  #osechi2025 .search .inputs input {
    height: 40px !important;
  }
  #osechi2025 .search .submit {
    margin-left: 0;
    padding: 0 62.5px;
    width: 100%;
  }
  #osechi2025 .search .submit .submitButtom {
    font-size: 18px;
    height: 40px;
    width: 100%;
  }
  #osechi2025 .search ::-moz-placeholder {
    font-size: 17px;
  }
  #osechi2025 .search ::placeholder {
    font-size: 17px;
  }
  #osechi2025 .search ::-ms-input-placeholder {
    font-size: 17px;
  }
}
#osechi2025 .price .item ul {
  display: flex;
  flex-wrap: wrap;
}
#osechi2025 .price .item ul li {
  width: calc((100% - 20px) / 3);
}
#osechi2025 .price .item ul li a {
  align-items: center;
  border: 1px solid #d1073c;
  color: #000;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  line-height: 1.4;
  padding: 0 24px;
  position: relative;
  width: 100%;
}
#osechi2025 .price .item ul li a .small {
  font-size: 16px;
}
#osechi2025 .price .item ul li a:after {
  background-image: url(../icon-arrow-right-red01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 16.903px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 7.844px;
}
#osechi2025 .price .item ul li:nth-last-child(n+4) {
  margin-bottom: 10px;
}
#osechi2025 .price .item ul li:not(:nth-child(3n)) {
  margin-right: 10px;
}
#osechi2025 .price .item ul li:nth-child(5) {
  margin-right: 0;
}
@media screen and (max-width: 980px) and (min-width: 768px) {
  #osechi2025 .price .item ul li {
    width: calc((100% - 10px) / 2);
  }
  #osechi2025 .price .item ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #osechi2025 .price .item ul li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  #osechi2025 .price .item ul li:nth-last-child(n+4) {
    margin-bottom: 0;
  }
  #osechi2025 .price .item ul li:nth-last-child(n+3) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .price .item ul {
    display: block;
  }
  #osechi2025 .price .item ul li {
    width: 100%;
  }
  #osechi2025 .price .item ul li a {
    font-size: 16px;
    height: 50px;
    padding-top: 0;
  }
  #osechi2025 .price .item ul li a .small {
    font-size: 14px;
  }
  #osechi2025 .price .item ul li a:after {
    background-size: contain;
    height: 12.93px;
    right: 12.5px;
    width: 6px;
  }
  #osechi2025 .price .item ul li:nth-last-child(n+4) {
    margin-bottom: 0;
  }
  #osechi2025 .price .item ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #osechi2025 .price .item ul li:nth-child(5) {
    margin-right: 0;
  }
  #osechi2025 .price .item ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
#osechi2025 .number {
  margin-bottom: 64px;
}
#osechi2025 .number .item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#osechi2025 .number .item ul li {
  width: calc((100% - 60px) / 4);
}
#osechi2025 .number .item ul li a {
  border: 1px solid #d1073c;
  border-radius: 5px;
  color: #404040;
  display: block;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.16em;
  line-height: 1.4;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  width: 100%;
  height: 150px;
}
@media screen and (max-width: 980px) and (min-width: 768px) {
  #osechi2025 .number .item ul li a {
    font-size: 20px;
    height: auto;
    padding: 5px 0;
  }
}
#osechi2025 .number .item ul li a img {
  margin-bottom: -3px;
  margin: 0 auto;
}
#osechi2025 .number .item ul li a:after {
  background-image: url(../icon-arrow-right-red01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 16.903px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 7.844px;
}
#osechi2025 .number .item ul li:not(:nth-child(4n)) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #osechi2025 .number .item ul li {
    width: calc((100% - 22px) / 2);
  }
  #osechi2025 .number .item ul li a {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    height: auto;
  }
  #osechi2025 .number .item ul li a span {
    font-size: 16px;
  }
  #osechi2025 .number .item ul li a img {
    margin-bottom: 5px;
    width: 100%;
  }
  #osechi2025 .number .item ul li a:after {
    background-size: contain;
    height: 16px;
    right: 6px;
    width: 7px;
  }
  #osechi2025 .number .item ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  #osechi2025 .number .item ul li:nth-last-child(n+3) {
    margin-bottom: 10px;
  }
  #osechi2025 .number .item ul li:not(:nth-child(2n)) {
    margin-right: 11px;
  }
}
#osechi2025 .category .item ul {
  display: flex;
  flex-wrap: wrap;
}
#osechi2025 .category .item ul li {
  width: calc((100% - 40px) / 5);
}
#osechi2025 .category .item ul li a {
  align-items: center;
  background-color: #b39766;
  border-radius: 5px;
  color: #fff;
  display: flex;
  font-size: 16px;
  height: 90px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.43;
  padding: 0 5px;
  position: relative;
  width: 100%;
}
#osechi2025 .category .item ul li a:after {
  background-image: url(../icon-arrow-right-white01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 16.903px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 7.844px;
}
#osechi2025 .category .item ul li:nth-last-child(n+6) {
  margin-bottom: 10px;
}
#osechi2025 .category .item ul li:not(:nth-child(5n)) {
  margin-right: 10px;
}
@media screen and (max-width: 980px) and (min-width: 768px) {
  #osechi2025 .category .item ul li {
    width: calc((100% - 20px) / 3);
  }
  #osechi2025 .category .item ul li:not(:nth-child(5n)) {
    margin-right: 0;
  }
  #osechi2025 .category .item ul li:not(:nth-child(3n)) {
    margin-right: 10px;
  }
  #osechi2025 .category .item ul li:nth-last-child(n+6) {
    margin-bottom: 0;
  }
  #osechi2025 .category .item ul li:nth-last-child(n+4) {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .category .item ul li {
    width: calc((100% - 11px) / 2);
  }
  #osechi2025 .category .item ul li a {
    font-size: 16px;
    height: 100px;
    line-height: 1.25;
    padding-top: 0;
  }
  #osechi2025 .category .item ul li a:after {
    background-size: contain;
    height: 16.16px;
    right: 7.6px;
    width: 7px;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  #osechi2025 .category .item ul li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .category .item ul li:nth-last-child(n+6) {
    margin-bottom: 0;
  }
  #osechi2025 .category .item ul li:not(:nth-child(5n)) {
    margin-right: 0;
  }
  #osechi2025 .category .item ul li:nth-last-child(n+3) {
    margin-bottom: 11px;
  }
  #osechi2025 .category .item ul li:not(:nth-child(2n)) {
    margin-right: 11px;
  }
}
#osechi2025 .bnrWrap {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 71px auto 5em;
  max-width: 880px;
  width: 100%;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #osechi2025 .bnrWrap {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .bnrWrap {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 75px;
    margin-bottom: 0;
  }
}
#osechi2025 .bnrWrap .categoryLink,
#osechi2025 .bnrWrap .topBtn {
  width: 100%;
}
#osechi2025 .bnrWrap .topBtn {
  margin-right: 10px;
}
#osechi2025 .bnrWrap .topBtn a {
  align-items: center;
  border: 1px solid #7a7778;
  color: #7a7778;
  display: flex;
  font-size: 23px;
  height: 70px;
  justify-content: center;
  padding: 0 10px;
  max-width: 360px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #osechi2025 .bnrWrap .topBtn a {
    height: 50px;
    margin: 20px auto 0;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .bnrWrap .topBtn a {
    font-size: 16px;
    height: 50px;
    line-height: 1.4;
    margin: 20px auto 0;
    text-align: center;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .bnrWrap .topBtn {
    margin-right: 0;
  }
}
#osechi2025 .bnrWrap .categoryLink a {
  align-items: center;
  background-color: #efbfb9;
  color: #fff;
  display: flex;
  font-size: 23px;
  font-weight: bold;
  height: 70px;
  justify-content: center;
  padding: 0 10px;
  width: 480px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #osechi2025 .bnrWrap .categoryLink a {
    margin: 0 auto;
    max-width: 480px;
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .bnrWrap .categoryLink a {
    font-size: 19px;
    margin: 0 auto;
    max-width: 480px;
    width: 95%;
  }
}
#osechi2025 .allBtn {
  margin-bottom: 100px;
}
#osechi2025 .allBtn a {
  background-color: #c21801;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  letter-spacing: 0.05em;
  max-width: 700px;
  height: 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #osechi2025 .allBtn a {
    font-size: 20px;
    line-height: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #osechi2025 .allBtn {
    margin: 40px auto 80px;
    max-width: calc(100% - 40px);
  }
  #osechi2025 .allBtn a {
    font-size: 23px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 374px) {
  #osechi2025 .allBtn a {
    font-size: 25px;
  }
}

/* 背景スクロール禁止用 */
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0; /* JSで上書きしますが、念のため */
}

#couponNote,
#attentionNote {
  overflow-y: auto;
  max-height: 100vh; /* 適宜調整してください */
  -webkit-overflow-scrolling: touch; /* iOSでスムーズスクロール */
}

@media screen and (max-width: 767px) {
  .contents {
    padding: 0 !important;
  }
}
.nav,
.toTop.fadeIn {
  z-index: 9999 !important;
}