@media only screen and (max-width: 768px) {
  .only-pc {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .only-sp {
    display: none;
  }
}

@media only screen and (min-width: 1281px) {
  .only-tab {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .only-tab {
    display: none;
  }
}

#delivery-announce-modal {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#delivery-announce-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(34, 34, 34, 0.5);
  opacity: 1;
  z-index: 10;
}
#delivery-announce-modal.active .content {
  position: relative;
  width: 76rem;
  background-color: #fff;
}
#delivery-announce-modal.active .content .close-button {
  position: absolute;
  width: 56px;
  height: 56px;
  top: -5.6rem;
  right: 0;
  cursor: pointer;
}
#delivery-announce-modal.active .content .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4.8rem 6.4rem;
}
#delivery-announce-modal.active .content .wrapper .heading {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.4rem;
  color: #b6985c;
  text-align: center;
}
#delivery-announce-modal.active .content .wrapper .sub-heading {
  font-size: 1.8rem;
  font-weight: bold;
  color: #b6985c;
  margin-top: 3rem;
  margin-bottom: 2.6rem;
}
#delivery-announce-modal.active .content .wrapper .have-not-to-worry {
  margin-bottom: 1.2rem;
}
#delivery-announce-modal.active .content .wrapper .can-have-more-time {
  margin-bottom: 1.4rem;
}
#delivery-announce-modal.active .content .wrapper .description {
  font-size: 1.6rem;
  font-weight: normal;
  -ms-flex-item-align: start;
  align-self: flex-start;
  line-height: 2.1rem;
}
@media only screen and (max-height: 600px) {
  #delivery-announce-modal.active .content {
    height: calc(100vh - 12rem);
  }
  #delivery-announce-modal.active .content .wrapper {
    height: 100%;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 768px) {
  #delivery-announce-modal.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(34, 34, 34, 0.5);
    opacity: 1;
    z-index: 10;
  }
  #delivery-announce-modal.active .content {
    position: relative;
    width: calc(100vw - 2.6rem);
    height: 56rem;
    background-color: #fff;
  }
  #delivery-announce-modal.active .content .close-button {
    position: absolute;
    width: 56px;
    height: 56px;
    top: -5.6rem;
    right: 0;
    cursor: pointer;
  }
  #delivery-announce-modal.active .content .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 3.4rem 2.5rem;
  }
  #delivery-announce-modal.active .content .wrapper .heading {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 3.4rem;
    color: #b6985c;
    text-align: center;
  }
  #delivery-announce-modal.active .content .wrapper .sub-heading {
    font-size: 1.8rem;
    font-weight: bold;
    color: #b6985c;
    margin-top: 3rem;
    margin-bottom: 2.6rem;
  }
  #delivery-announce-modal.active .content .wrapper .have-not-to-worry {
    margin-bottom: 1.2rem;
  }
  #delivery-announce-modal.active .content .wrapper .can-have-more-time {
    margin-bottom: 1.4rem;
  }
  #delivery-announce-modal.active .content .wrapper .description {
    font-size: 1.6rem;
    font-weight: normal;
    -ms-flex-item-align: start;
    align-self: flex-start;
    line-height: 2.15rem;
    letter-spacing: -0.1rem;
  }
}
@media only screen and (max-width: 768px) and (max-height: 670px) {
  #delivery-announce-modal.active .content {
    height: calc(100vh - 12rem);
  }
  #delivery-announce-modal.active .content .wrapper {
    display: block;
    overflow-y: auto;
  }
  #delivery-announce-modal.active .content .wrapper .heading {
    text-align: center;
  }
  #delivery-announce-modal.active .content .wrapper .sub-heading {
    text-align: center;
  }
  #delivery-announce-modal.active .content .wrapper .description {
    text-align: justify;
  }
}

#to-top {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 100px;
  background-color: #ac1d24;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
}

#to-top picture {
  position: absolute;
  top: 1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#to-top .to-top-texts {
  position: absolute;
  color: #fff;
  font-size: 1.2rem;
  top: 2.5rem;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  #to-top {
    bottom: 94px;
    right: 15px;
  }
}
#nav {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 5;
  overflow: hidden;
  display: none;
}
#nav .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 76rem;
  height: 5.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #nav .wrapper {
    width: 100%;
  }
}
#nav .wrapper .logo-main {
  width: 14rem;
  cursor: pointer;
}
#nav .wrapper .hamburger-lines {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.4rem;
  height: 2.2rem;
  right: 1.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
#nav .wrapper .hamburger-lines .line {
  width: 100%;
  height: 0.2rem;
  background-color: #000;
}
#nav .items {
  position: fixed;
  opacity: 0;
  width: 0;
  height: 0;
  left: 0;
  top: -100%;
  z-index: 100;
  overflow: hidden;
  -webkit-transition: top 0.2s;
  transition: top 0.2s;
}
@media only screen and (max-width: 768px) {
  #nav .items {
    left: -100%;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
  }
}
#nav .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 7rem;
  font-size: 1.6rem;
  letter-spacing: 0.03rem;
}
@media only screen and (max-width: 768px) {
  #nav .items .item {
    height: 5.4rem;
    border-bottom: 1px solid #ddd;
  }
  #nav .items .item:first-of-type {
    border-top: 1px solid #ddd;
  }
}
#nav .items .item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 76rem;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 3.2rem;
  cursor: pointer;
}
#nav .items .item a::after {
  position: absolute;
  content: "";
  width: 1rem;
  height: 1.5rem;
  right: 3rem;
  background-image: url("/rb/osechi/pb/fuku/2026/assets/images/components/nav/arrow.svg");
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#nav .items .item:last-of-type a {
  padding-left: 6.75rem;
  letter-spacing: -0.2rem;
}
#nav .items .item:last-of-type a::before {
  position: absolute;
  content: "";
  width: 3rem;
  height: 3rem;
  left: 3.25rem;
  top: 50%;
  background-image: url("/rb/osechi/pb/fuku/2026/assets/images/components/nav/logo-sub.svg");
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#nav.active .hamburger-lines {
  right: 1.4rem;
}
#nav.active .hamburger-lines .line:nth-of-type(1) {
  width: 2.8rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left;
  transform-origin: left;
}
#nav.active .hamburger-lines .line:nth-of-type(2) {
  display: none;
}
#nav.active .hamburger-lines .line:nth-of-type(3) {
  width: 2.8rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left;
  transform-origin: left;
}
#nav.active .items {
  width: 100%;
  height: auto;
  top: 5.6rem;
  background-color: #fff;
  opacity: 1;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #nav.active .items {
    display: block;
    left: 0;
    z-index: 0;
  }
}
#nav.active .bg {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 5.6rem;
  left: 0;
  background-color: #222;
  opacity: 0.5;
  z-index: -1;
}

#notification-regular {
  width: 100%;
  height: 2.6rem;
  background-color: #ac1d24;
  overflow: hidden;
}
#notification-regular.no2024092 {
  height: 8.6rem;
}
@media only screen and (max-width: 768px) {
  #notification-regular.no2024092 {
    height: 7.8rem;
    padding: 0;
  }
}
#notification-regular.no2024092 figure {
  height: 8.3rem;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #notification-regular.no2024092 figure {
    height: 7.5rem;
  }
}
@media only screen and (max-width: 768px) {
  #notification-regular.no2024092 figure img {
    -o-object-fit: fill;
    object-fit: fill;
  }
}
#notification-regular figure {
  width: auto;
  height: 2.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#notification-regular figure img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 768px) {
  #notification-regular {
    height: 0;
  }
  #notification-regular figure {
    height: 2.6rem;
  }
}

.container1 {
  width: 750px;
  margin: auto;
}


#lineup {
  width: 100%;
  background-image: url("/rb/osechi/pb/fuku/2026/assets/images/bg/yellow.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #lineup {
    width: 100%;
  }
}
#lineup .wrapper {
  width: 76rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #lineup .wrapper {
    width: 100%;
  }
}
#lineup .wrapper .lineup-heading {
  width: 26.5rem;
  padding-top: 5.75rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #lineup .wrapper .lineup-heading {
    max-width: 100%;
    width: 30.5rem;
    padding: 5.5rem 2rem 0 2rem;
  }
}
#lineup .wrapper .filter .title {
  color: #b6985c;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 3.25rem;
}
@media only screen and (max-width: 768px) {
  #lineup .wrapper .filter .title {
    margin-top: 3.5rem;
  }
}
#lineup .wrapper .filter .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30rem;
  gap: 0.8rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #b6985c;
  font-size: 1.4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 1.75rem;
}
@media only screen and (max-width: 768px) {
  #lineup .wrapper .filter .items {
    margin-top: 1.5rem;
  }
}
#lineup .wrapper .filter .items .item {
  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;
  height: 3.2rem;
  background-color: #fff;
  border-radius: 3rem;
  padding: 0.6rem 1.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
#lineup .wrapper .filter .items .item.active {
  color: #fff;
  background-color: #b6985c;
}
#lineup .wrapper .products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 1.8rem;
  -moz-column-gap: 1.8rem;
  column-gap: 1.8rem;
  row-gap: 2.4rem;
  padding: 0 2.4rem 5.5rem 2.4rem;
  margin-top: 3.25rem;
}
@media only screen and (max-width: 768px) {
  #lineup .wrapper .products {
    width: 34.2rem;
    -webkit-column-gap: 1.4rem;
    -moz-column-gap: 1.4rem;
    column-gap: 1.4rem;
    row-gap: 2.4rem;
    padding: 0;
    padding-bottom: 5.5rem;
    margin: 0 auto;
    margin-top: 3.25rem;
  }
}
#lineup .wrapper .products a {
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}
#lineup .wrapper .products a:hover {
  opacity: 0.6;
}
#lineup .wrapper .products .product {
  position: relative;
  width: 16.4rem;
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.1);
}
#lineup .wrapper .products .product .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0 1.2rem;
  margin: 0 auto;
  margin-top: 1.6rem;
}
#lineup .wrapper .products .product .features .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 6.8rem;
  height: 2.4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b6985c;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
#lineup .wrapper .products .product .description {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.8rem;
  padding: 0 0.8rem;
  margin: 1.2rem 0;
}
#lineup .wrapper .products .product.sold-out a:hover {
  opacity: 1;
}
#lineup .wrapper .products .product.sold-out .sold-out-mask {
  display: block;
  cursor: default;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.sold-out-mask {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.8);
}
.sold-out-mask .sold-out-text-main {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  margin-top: 6.8rem;
}
.sold-out-mask.seg-active {
  display: block;
  border-radius: 0.5rem;
}
.sold-out-mask.seg-active .sold-out-text-main {
  font-size: 3.6rem;
  margin-top: 15.25rem;
}

#promises,.promises_top {
  width: 100%;
  background: url("/rb/osechi/pb/fuku/2026/assets/images/bg/red.jpg") top repeat;
  background-size: contain, contain;
  background-blend-mode: multiply;
  overflow: hidden;
}
.promises_top .wrapper_top {
 width: 76rem;
 margin: 0 auto;
}

@media only screen and (max-width: 768px) {
.promises_top .wrapper_top {
 width: 100%;
}
  #promises,.promises_top  {
    height: auto;
    padding-bottom: 3.2rem;
    background: url("/rb/osechi/pb/fuku/2026/assets/images/bg/red.jpg") center repeat;
    background-size: contain, contain;
  }
}
#promises .wrapper {
  width: 68rem;
  padding-bottom: 12rem;
  margin: 0 auto;
  background: url("/rb/osechi/pb/fuku/2026/assets/images/bg/promises-top.png") top center no-repeat;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper,.promises_top .wrapper {
    padding-bottom: 0;
    width: 100%;
    background: url("/rb/osechi/pb/fuku/2026/assets/images/bg/promises-top.png") top center no-repeat;
    background-size: contain;
  }
}
#promises .wrapper .promises-heading {
  width: 22rem;
  padding: 4rem 0 1rem;
  margin: 0 auto;
}
#promises .wrapper .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  column-gap: 2.4rem;
  padding: 0 2.5rem;
  margin-top: 2.4rem;
  width: 60rem;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .item {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #promises .wrapper .promises-heading {
    width: 80%;
    padding: 3.4rem 0 2rem;
  }
  #promises .wrapper .item_sp {
    width: 100%;
    margin: auto;
  }
  #promises .wrapper .item_sp .description-container {
    color: #fff;
    line-height: 1.8rem;
    font-weight: normal;
    margin: 2% auto 0;
    padding: 0 4% 8%;
    letter-spacing: 0.05rem;
  }
  #promises .wrapper .item_sp .description-container .additional {
    font-size: 0.9rem;
    line-height: 1.6rem;
    margin: 3% auto 0;
  }
}
#promises .wrapper .item .title {
  position: relative;
}
#promises .wrapper .item .title .text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14rem;
  height: 15rem;
  top: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  background-color: #fff;
  padding: 0 2.2rem 0 2.6rem;
  z-index: 1;
}
#promises .wrapper .item .title .text .keyword {
  font-size: 2.8rem;
  font-weight: bold;
}
#promises .wrapper .item .title .text .keyword span:nth-of-type(2) {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  font-size: 1.2rem;
}
#promises .wrapper .item .title .text .content {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2.4rem;
  letter-spacing: 0.5rem;
}
#promises .wrapper .item .title .image {
  position: relative;
  width: 26rem;
}
#promises .wrapper .item .title .number {
  position: absolute;
  z-index: 1;
}
#promises .wrapper .item .description-container {
  color: #fff;
}
#promises .wrapper .item .description-container .description {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 32px;
}
#promises .wrapper .item .description-container .additional {
  font-size: 14px;
  letter-spacing: 0.06rem;
  line-height: 25px;
}
#promises .wrapper .item:nth-of-type(1) .title .text .keyword {
  letter-spacing: 0.1rem;
  padding-top: 3.5rem;
}
#promises .wrapper .item:nth-of-type(1) .title .text .keyword span:nth-of-type(2) {
  padding-top: 1.25rem;
}
#promises .wrapper .item:nth-of-type(1) .title .text .content {
  padding-top: 3.3rem;
  padding-right: 0.8rem;
}
#promises .wrapper .item:nth-of-type(1) .title .image {
  margin-left: 3.5rem;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .item:nth-of-type(1) .title .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 3.5rem;
    margin-left: 0;
  }
}
#promises .wrapper .item:nth-of-type(1) .title .number {
  width: 4.75rem;
  top: 3.2rem;
  left: 4.75rem;
}
#promises .wrapper .item:nth-of-type(1) .description-container .description {
  padding-top: 3.5rem;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .item:nth-of-type(1) .description-container .description {
    padding: 0 2.5rem;
    padding-top: 2.25rem;
  }
}
#promises .wrapper .item:nth-of-type(1) .description-container .additional {
  padding-top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .item:nth-of-type(1) .description-container .additional {
    padding: 0 2.5rem;
    padding-top: 0.6rem;
  }
}
#promises .wrapper .item:nth-of-type(2) {
  margin-top: 5.5rem;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .item:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#promises .wrapper .item:nth-of-type(2) .title .text {
  height: 19.2rem;
  top: 3.25rem;
  right: -0.25rem;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .item:nth-of-type(2) .title .text {
    padding: 0 2.5rem;
    padding-top: 0.6rem;
  }
}
#promises .wrapper .item:nth-of-type(2) .title .text .keyword {
  letter-spacing: 0.3rem;
  padding-top: 2.4rem;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .item:nth-of-type(2) .title .text .keyword {
    padding-top: 1.5rem;
  }
}
#promises .wrapper .item:nth-of-type(2) .title .text .keyword span:nth-of-type(2) {
  padding-top: 0.75rem;
  letter-spacing: 0.1rem;
}
#promises .wrapper .item:nth-of-type(2) .title .text .content {
  line-height: 2.4rem;
  letter-spacing: 0.4rem;
  padding-top: 2.5rem;
  padding-right: 0.8rem;
}
#promises .wrapper .item:nth-of-type(2) .title .image {
  margin-right: 3.3rem;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .item:nth-of-type(2) .title .image {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-right: 3.5rem;
    margin-left: 0;
  }
}
#promises .wrapper .item:nth-of-type(2) .title .number {
  width: 5rem;
  top: 0.2rem;
  right: 4.5rem;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .item:nth-of-type(2) .title .number {
    top: 0rem;
  }
}
#promises .wrapper .item:nth-of-type(2) .description-container .description {
  padding-top: 4.5rem;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .item:nth-of-type(2) .description-container .description {
    padding-top: 2.25rem;
    padding-left: 2.5rem;
    padding-right: 1rem;
  }
}
#promises .wrapper .item:nth-of-type(2) .description-container .additional {
  padding-top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .item:nth-of-type(2) .description-container .additional {
    padding-left: 2.5rem;
  }
}
#promises .wrapper .item:nth-of-type(3) {
  margin-top: 5.5rem;
}
#promises .wrapper .item:nth-of-type(3) .title .text {
  width: 15.3rem;
  height: 17.6rem;
  top: 4.8rem;
}
#promises .wrapper .item:nth-of-type(3) .title .text .keyword {
  letter-spacing: 0.3rem;
  padding-top: 3.1rem;
}
#promises .wrapper .item:nth-of-type(3) .title .text .content {
  line-height: 2.4rem;
  letter-spacing: 0.4rem;
  padding-top: 3.3rem;
  padding-right: 0.8rem;
}
#promises .wrapper .item:nth-of-type(3) .title .image {
  margin-left: 3.5rem;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .item:nth-of-type(3) .title .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-left: 3.5rem;
    margin-left: 0;
  }
}
#promises .wrapper .item:nth-of-type(3) .title .number {
  width: 5.75rem;
  top: 0.8rem;
  left: 4.75rem;
}
#promises .wrapper .item:nth-of-type(3) .description-container .description {
  padding-top: 6.5rem;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .item:nth-of-type(3) .description-container .description {
    padding: 0 2.5rem;
    padding-top: 2.25rem;
  }
}
#promises .wrapper .item:nth-of-type(3) .description-container .additional {
  padding-top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .item:nth-of-type(3) .description-container .additional {
    padding-left: 2.5rem;
  }
}
.area_kodawari {
  width: 750px;
  margin: 3rem auto 1rem;
}
.area_kodawari figure {
  width: 100%;
  height: auto;
  max-width: 76rem;
  margin: 0 auto;
}
.area_kodawari .area_kodawari_img {
  width: 100%;
  height: auto;
}
.area_cta {
  width: 76rem;
  margin: auto;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .area_kodawari {
    width: 100%;
    margin: 1rem auto;
  }
}

#craftsmanship {
  width: 100%;
  background-image: url("/rb/osechi/pb/fuku/2026/assets/images/bg/yellow.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #craftsmanship {
    padding: 0 0 4rem;
    padding-top: 3.5rem;
  }
}
#craftsmanship .wrapper {
  display: grid;
  width: 100%;
  max-width: 760px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 240px 240px auto;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  row-gap: 24px;
  padding: 72.5px 32px 16px 32px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #craftsmanship .wrapper {
    display: block;
    height: auto;
    background-image: url("/rb/osechi/pb/fuku/2026/assets/images/bg/craftsmanship-sp.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 89.5rem;
    padding: 0;
    padding-bottom: 2rem;
  }
}
#craftsmanship .wrapper .craftsmanship-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1/2;
  grid-row: 1/2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 32px;
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  #craftsmanship .wrapper .craftsmanship-heading {
    margin-top: 0;
    font-size: 20px;
    font-family: "Shippori Mincho", serif;
    font-style: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 32px;
  }
}
#craftsmanship .wrapper .craftsmanship-heading .empathize {
  font-size: 26px;
  margin-top: 4px;
  letter-spacing: 0.5px;
  font-weight: bold;
}
#craftsmanship .wrapper .craftsmanship-heading .empathize span {
  color: #b6985c;
}
#craftsmanship .wrapper .container {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  #craftsmanship .wrapper .craftsmanship-heading .empathize {
    font-size: 26px;
    margin-top: 4px;
    letter-spacing: 0.5px;
    font-weight: bold;
  }
}
#craftsmanship .wrapper .container .ribbon {
  position: absolute;
  width: 3.2rem;
  top: -1.6rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: initial;
  font-feature-settings: initial;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  padding-top: 18px;
  padding-bottom: 14px;
  letter-spacing: 2px;
}
#craftsmanship .wrapper .container1 {
  width: 100%;
}
#craftsmanship .wrapper .container1 .ribbon:nth-of-type(1) {
  width: 2.8rem;
  right: 0.6rem;
  padding-right: 0.75rem;
}
#craftsmanship .wrapper .container1 .ribbon:nth-of-type(2) {
  width: 2.8rem;
  right: 3.8rem;
  padding-right: 0.75rem;
}
@media only screen and (max-width: 768px) {
  #craftsmanship .wrapper .container1 {
    padding-right: 20px;
    margin-top: 45px;
  }
  #craftsmanship .wrapper .container1 .ribbon,
  #craftsmanship .wrapper .container2 .ribbon,
  #craftsmanship .wrapper .container3 .ribbon {
    font-size: 18px;
    padding-top: 18px;
    padding-bottom: 14px;
    letter-spacing: 2px;
  }
  #craftsmanship .wrapper .container1 .ribbon:nth-of-type(1) {
    right: 1.8rem;
    padding-right: 0.75rem;
    width: 2.6rem;
  }
  #craftsmanship .wrapper .container1 .ribbon:nth-of-type(2) {
    right: 4.8rem;
    padding-right: 0.75rem;
    width: 2.6rem;
  }
}
#craftsmanship .wrapper .container2 .ribbon {
  width: 2.8rem;
  left: 0;
}
#craftsmanship .wrapper .container2 .ribbon:nth-of-type(1) {
  left: 3.8rem;
  width: 2.8rem;
  padding-right: 0.75rem;
}
#craftsmanship .wrapper .container2 .ribbon:nth-of-type(2) {
  left: 0.6rem;
  padding-right: 0.75rem;
}
@media only screen and (max-width: 768px) {
  #craftsmanship .wrapper .container2 {
    padding-left: 20px;
    margin-top: 2.2rem;
  }
  #craftsmanship .wrapper .container2 .ribbon:nth-of-type(1) {
    left: 4.8rem;
    padding-right: 0.7rem;
    width: 2.6rem;
  }
  #craftsmanship .wrapper .container2 .ribbon:nth-of-type(2) {
    left: 1.8rem;
    padding-right: 0.7rem;
    width: 2.6rem;
  }
}
#craftsmanship .wrapper .container3 .ribbon {
  width: 2.8rem;
  padding-right: 0.75rem;
}
#craftsmanship .wrapper .container3 .ribbon:nth-of-type(1) {
  width: 2.8rem;
  right: 0.6rem;
  padding-right: 0.75rem;
}
#craftsmanship .wrapper .container3 .ribbon:nth-of-type(2) {
  width: 2.8rem;
  right: 3.8rem;
  padding-right: 0.75rem;
}
@media only screen and (max-width: 768px) {
  #craftsmanship .wrapper .container3 {
    padding-right: 20px;
    margin-top: 2.25rem;
  }
  #craftsmanship .wrapper .container3 .ribbon:nth-of-type(1) {
    right: 1.8rem;
    padding-right: 0.75rem;
    width: 2.6rem;
  }
  #craftsmanship .wrapper .container3 .ribbon:nth-of-type(2) {
    right: 4.8rem;
    padding-right: 0.75rem;
    width: 2.6rem;
  }
}
#craftsmanship .container4 {
  background-color: #fff;
  padding: 2.4rem;
  width: 100%;
  max-width: 700px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #craftsmanship .container4 {
    width: 92%;
    padding: 2rem 4%;
    margin: 2.6rem auto 0;
  }
}
#craftsmanship .container4 .logo {
  width: 260px;
  margin: auto;
}
#craftsmanship .container4 .logo figcaption {
  letter-spacing: 0.3px;
  font-size: 17px;
  font-family: "Shippori Mincho", serif;
  color: #b6985c;
  margin-top: 12.5px;
}
#craftsmanship .container4 .contents {
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin-top: 2rem;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
}
#craftsmanship .container4 .contents .image {
  width: 38%;
  display: block;
  margin-right: 2%;
}
#craftsmanship .container4 .contents .descriptions {
  width: 60%;
  font-size: 1rem;
  line-height: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #craftsmanship .container4 .contents {
    display: block;
  }
  #craftsmanship .container4 .logo {
    width: 68%;
  }
  #craftsmanship .container4 .logo figcaption {
    font-size: 16px;
  }
  #craftsmanship .container4 .contents .image {
    width: 100%;
  }
}
#craftsmanship .container4 .contents .image.pc-only {
  min-width: 30.5rem;
}
#craftsmanship .container4 .contents .image.sp-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  #craftsmanship .container4 .contents .image.pc-only {
    display: none;
  }
  #craftsmanship .container4 .contents .image.sp-only {
    display: block;
  }
}
#craftsmanship .container4 .contents .descriptions {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.075rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #craftsmanship .container4 .contents .descriptions {
    margin: 1.7rem auto 0;
    width: 96%;
    font-size: 15px;
    line-height: 1.4rem;
  }
}
#craftsmanship .container4 .contents .descriptions .description:nth-of-type(1) {
  margin-top: 0.2rem;
}
#craftsmanship .container4 .contents .descriptions .description:nth-of-type(2) {
  letter-spacing: 0.15rem;
}

#voices {
  width: 100%;
  background-image: url("/rb/osechi/pb/fuku/2026/assets/images/bg/voices.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#voices .wrapper {
  width: 100%;
  max-width: 56rem;
  padding-bottom: 6rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #voices .wrapper {
    padding-bottom: 5.75rem;
    max-width:100%;
  }
}
#voices .wrapper .voices-heading {
  width: 32rem;
  padding-top: 3.75rem;
  margin: 0 auto 2rem;
}
@media only screen and (max-width: 768px) {
  #voices .wrapper .voices-heading {
    width: 86%;
    padding: 2.4rem 0 0.6rem;
  }
}
#voices .wrapper .voices-heading img {
  width: 100%;
  height: 100%;
}
#voices .wrapper .voices-heading figcaption {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  #voices .wrapper .voices-heading figcaption {
    margin-top: 0;
  }
}
#voices .wrapper .items {
  margin: 1.1rem auto 3.2rem;
  padding-right: 0.6rem;
  height: 44rem;
  overflow-y: scroll;
  width: 700px;
}
@media only screen and (max-width: 768px) {
  #voices .wrapper .items {
    padding-right: 0;
    margin: 1rem auto;
    width: 94%;
  }
}
#voices .wrapper .items .item {
  width: 100%;
  padding: 1.5rem;
  padding-top: 1rem;
  margin-bottom: 20px;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #voices .wrapper .items .item {
    padding-bottom: 1rem;
  }
}
#voices .wrapper .items .item .item-heading {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  -webkit-column-gap: 1.4rem;
  -moz-column-gap: 1.4rem;
  column-gap: 1.4rem;
}
#voices .wrapper .items .item .item-heading .item-heading-image {
  width: 3.25rem;
}
#voices .wrapper .items .item .item-heading .item-heading-description {
  font-size: 22px;
  font-weight: bold;
  line-height: 2.2rem;
  padding-top: 0.6rem;
}
@media only screen and (max-width: 768px) {
  #voices .wrapper .items .item .item-heading .item-heading-description {
    padding-top: 0.4rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
}
#voices .wrapper .items .item .item-description {
  font-size: 18px;
  letter-spacing: 0.04rem;
  line-height: 1.6rem;
  padding-top: 1.4rem;
  font-weight: 400;
}
#voices .wrapper .warning {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #voices .wrapper .warning {
    margin: 1rem 1rem 0 1rem;
    text-align: justify;
    line-height: 1.75rem;
    font-size: 16px;
    font-weight: 400;
  }
  #voices .wrapper .items .item .item-description {
    font-size: 16px;
    line-height: 1.6rem;
  }
}

#support {
  width: 100%;
  background-image: url("/rb/osechi/pb/fuku/2026/assets/images/bg/yellow.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #support {
    padding-bottom: 3.5rem;
  }
}
#support .wrapper {
  width: 760px;
  padding: 3.8rem 0;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #support .wrapper {
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 0rem;
  }
}
#support .wrapper .support-heading {
  display: block;
  width: 18rem;
  margin: 0 auto 1.5rem;
}
#support .wrapper .support-heading img {
  width: 100%;
  height: 100%;
}
#support .wrapper .services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.4rem;
  margin: 0 2.4rem;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .services {
    display: block;
    height: auto;
    margin: 0 1.5rem;
  }
  #support .wrapper .support-heading {
    width: 80%;
  }
}
#support .wrapper .services .service {
  background-color: #fff;
  padding: 30px 6%;
}
#support .wrapper .services .heading {
  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;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .services .heading {
    padding-top: 0;
    margin-top: 0;
  }
  #support .wrapper .services .service {
    padding: 20px 3%;
    margin-top: 1rem;
  }
  #support .wrapper .services .heading .heading-image {
    width: 2rem;
  }
}
#support .wrapper .services .heading .heading-text {
  font-size: 22px;
  line-height: 2rem;
  color: #b6985c;
  margin-left: 1rem;
  letter-spacing: 0.08rem;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .services .heading .heading-text {
    margin-left: 0.6rem;
    font-size: 20px;
    line-height: 2rem;
  }
}
#support .wrapper .services .sub-heading {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1.5rem;
}
#support .wrapper .services .description {
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 26px;
  padding: 0 10px;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .services .sub-heading {
    font-size: 1.2rem;
  }
}
#support .wrapper .services .free-cancellation {
  width: 100%;
  grid-column: 1/2;
  grid-row: 1/2;
}
#support .wrapper .services .heading .heading-image {
  width: 3.25rem;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .services .free-cancellation .heading {
    padding-top: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #support .wrapper .services .free-cancellation .description {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#support .wrapper .services .free-cancellation .until {
  font-size: 15px;
  margin-top: 12.5px;
}
#support .wrapper .services .free-cancellation .customer-service-phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25;
  margin-top: 15px;
  font-size: 16px;
}
#support .wrapper .services .free-cancellation .customer-service-phone-number a {
  width: auto;
  color: #000;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .services .free-cancellation .until,
  #support .wrapper .services .free-cancellation .customer-service-phone-number {
    padding: 0;
    margin: 10px 0;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
  }
}
#support .wrapper .services .free-cancellation .customer-service-description {
  font-size: 14px;
  padding: 0 12px;
  letter-spacing: 0.04rem;
  line-height: 1.6rem;
  margin-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .services .free-cancellation .customer-service-description {
    padding: 0;
    margin: 10px 8% 0;
  }
}
#support .wrapper .services .delivery {
  width: 100%;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .services .delivery {
    padding-bottom: 2.5rem;
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  #support .wrapper .services .delivery .description {
    padding-bottom: 1rem;
    margin-top: 1.5rem;
  }
}
#support .wrapper .services .delivery .description-sub {
  margin: 30px 0 0;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .services .delivery .description-sub {
    margin-top: 0rem;
    margin-left: 0.5rem;
  }
}
#support .wrapper .services .customer-service {
  width: 100%;
  grid-column: 1/3;
  grid-row: 2/3;
  padding-bottom: 3.2rem;
}
#support .wrapper .services .customer-service .phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24rem;
  height: 4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222222;
  border-radius: 8.4rem;
  margin: 0 auto;
  padding: 2% 4% 2.2% 4%;
  margin-top: 0.7rem;
  flex-direction: row;
}
#support .wrapper .services .customer-service .phone-number .phone-number-image {
  width: 2.8rem;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .services .customer-service .phone-number {
    margin-top: 0.8rem;
    width: 80%;
    height: auto;
    padding: 20px 20px;
  }
  #support .wrapper .services .customer-service .phone-number .phone-number-image {
    width: 1.4rem;
  }
}
#support .wrapper .services .customer-service .phone-number-text a {
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  margin-left: 0.75rem;
}
#support .wrapper .services .customer-service .time {
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  line-height: 24px;
  margin-top: 0.8rem;
}
#support .wrapper .services .customer-service .guidance {
  font-size: 1.2rem;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 1.2rem;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .services .customer-service .guidance {
    display: none;
  }
  #support .wrapper .services .customer-service .phone-number-text a {
    font-size: 1.4rem;
  }
}

#faq {
  width: 100%;
  max-width: 58rem;
  margin: 0 auto;
}
#faq .faq-heading {
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  color: #b6985c;
  padding-top: 6.5rem;
  padding-bottom: 3.7rem;
}
@media only screen and (max-width: 768px) {
  #faq .faq-heading {
    padding: 3rem 0 2rem;
    font-size: 2rem;
  }
}
#faq .questions {
  width: 100%;
  margin-bottom: 5.6rem;
}
@media only screen and (max-width: 768px) {
  #faq .questions {
    width: 100%;
    margin: 0 auto;
  }
}
#faq .questions .question {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04rem;
  border-top: 1px #b6985c solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#faq .questions .question-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 5.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 3.25rem;
  cursor: pointer;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  #faq .questions .question-title {
    font-size: 16px;
    line-height: 1.6rem;
    min-height: 4.2rem;
    padding: 10px 12%;
  }
}
#faq .questions .question-title::before {
  content: "Q";
  position: absolute;
  left: 0;
  color: #b6985c;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #faq .questions .question-title::before {
    left: 0.6rem;
    font-size: 1.5rem;
  }
}
#faq .questions .question-title::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  top: 2.5rem;
  right: 1.3rem;
  background-image: url("/rb/osechi/assets/images/components/faq/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media only screen and (max-width: 768px) {
  #faq .questions .question-title::after {
    top: 2rem;
    right: 0.55rem;
    width: 1.2rem;
    height: 1.2rem;
  }
}
#faq .questions .question-description-wrapper {
  width: 100%;
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s ease-out;
  transition: grid-template-rows 0.5s ease-out;
  transition: grid-template-rows 0.5s ease-out, -ms-grid-rows 0.5s ease-out;
}
#faq .questions .question-description {
  overflow: hidden;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
  padding: 0;
}
#faq .question.active .question-description {
  padding: 0.4rem 4.4rem 0 3.4rem;
}
#faq .questions .question:last-of-type {
  border-bottom: 1px #b6985c solid;
}
@media only screen and (max-width: 768px) {
  #faq .questions .question:last-of-type {
  }
  #faq .questions .question:last-of-type .question-title {
    letter-spacing: 0.1rem;
    padding-right: 3rem;
  }
  #faq .question.active .question-description {
    font-size: 0.9rem;
    line-height: 1.4rem;
  }
  #faq .question.active .question-description {
    padding: 0rem 1rem 0 3rem;
  }
}
#faq .questions .question.active {
  padding-bottom: 2rem;
}
#faq .questions .question.active .question-title::after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
#faq .questions .question.active .question-description-wrapper {
  grid-template-rows: 1fr;
}

#footer {
  width: 100%;
  background-color: #222;
}
#footer .top .related-informations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
#footer .top .related-informations li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 5.4rem;
  font-size: 1.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: solid 1px #333333;
  border-top: none;
}
#footer .top .related-informations li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 78rem;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  padding-right: 2.5rem;
  padding-left: 3.25rem;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #footer .top .related-informations li a {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
#footer .top .related-informations li a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 1rem;
  height: 2rem;
  top: 2rem;
  right: 2.9rem;
  background-image: url("/rb/osechi/pb/fuku/2026/assets/images/components/footer/arrow.svg");
  background-repeat: no-repeat;
}
#footer .top .related-informations li.link-to-radish a::before {
  content: "";
  display: inline-block;
  width: 0rem;
  height: 3rem;
  background-image: url("/rb/osechi/pb/fuku/2026/assets/images/components/footer/logo.svg");
  background-repeat: no-repeat;
  padding-left: 3.25rem;
  z-index: 1;
}
#footer .top .related-informations li:last-of-type {
  height: 6rem;
}
#footer .top .related-informations li:last-of-type a {
  letter-spacing: -0.2rem;
}
#footer .top .related-informations li:last-of-type a::after {
  top: 2.3rem;
}
#footer .bottom {
  padding-bottom: 4rem;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  #footer .bottom {
    margin: 0;
    padding: 1rem 0 7rem;
  }
}
#footer .bottom .company-informations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 36.6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  display: none;
}
#footer .bottom .company-informations li a {
  position: relative;
  font-size: 1.4rem;
  color: #fff;
  line-height: 2.5rem;
  letter-spacing: 0.02rem;
  padding: 0 1rem;
}
#footer .bottom .company-informations li a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 18px;
  top: 0.5rem;
  right: 0rem;
  background-color: #fff;
}
#footer .bottom .company-informations li:nth-child(3) a::after, #footer .bottom .company-informations li:nth-child(4) a::after {
  display: none;
}
#footer .bottom .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #b6985c;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 18px;
  letter-spacing: 0.1px;
  gap: 22px;
}
#footer .bottom .copyright .warning {
  margin-bottom: 1.2rem;
  line-height: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #footer .bottom .copyright {
    font-size: 1rem;
  }
}

#fuku.sold-out .heading {
  position: relative;
}
#fuku.sold-out .heading .sold-out-mask {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.8);
}
#fuku.sold-out .heading .sold-out-mask .sold-out-text-main {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 6.4rem;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #fuku.sold-out .heading .sold-out-mask .sold-out-text-main {
    font-size: 4.8rem;
  }
}
#fuku.sold-out .heading .sold-out-mask .sold-out-text-sub {
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
  color: #fff;
  line-height: 3.4rem;
  margin-top: 4.8rem;
}
@media only screen and (max-width: 768px) {
  #fuku.sold-out .heading .sold-out-mask .sold-out-text-sub {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-top: 2.4rem;
  }
}
#fuku.sold-out .product-feature-price-order .pre-order-present-delivery .delivery fieldset {
  background-color: #f3f3f3;
  margin: 0 auto;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  #fuku.sold-out .product-feature-price-order .pre-order-present-delivery .delivery fieldset {
    margin-top: 1.25rem;
  }
}
#fuku.sold-out .product-feature-price-order .pre-order-present-delivery .delivery fieldset label {
  cursor: not-allowed;
}
#fuku.sold-out .product-feature-price-order .pre-order-present-delivery .delivery fieldset label input[type=radio] {
  cursor: not-allowed;
}
#fuku.sold-out .product-feature-price-order .pre-order-present-delivery .delivery fieldset label:nth-of-type(1) {
  border-right-color: rgba(108, 108, 108, 0.8);
}
#fuku.sold-out .product-feature-price-order .pre-order-present-delivery .delivery fieldset label input[type=radio] {
  border-color: #6c6c6c;
}
#fuku.sold-out .product-feature-price-order .pre-order-present-delivery .delivery fieldset label input[type=radio]:checked::after {
  background-color: #fff;
}
#fuku.sold-out .product-feature-price-order .pre-order-present-delivery .delivery .to-order {
  display: none;
}
#fuku.sold-out .product-feature-price-order .pre-order-present-delivery .delivery .to-order.sold-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: not-allowed;
}
#fuku.sold-out .delivery fieldset {
  background-color: #f3f3f3;
}
#fuku.sold-out .delivery fieldset label {
  cursor: not-allowed;
}
#fuku.sold-out .delivery fieldset label input[type=radio] {
  cursor: not-allowed;
}
#fuku.sold-out .delivery fieldset label:nth-of-type(1) {
  border-right-color: rgba(108, 108, 108, 0.8);
}
#fuku.sold-out .delivery fieldset label input[type=radio] {
  border-color: #6c6c6c;
}
#fuku.sold-out .delivery fieldset label input[type=radio]:checked::after {
  background-color: #fff;
}
#fuku.sold-out .delivery .to-order {
  display: none;
}
#fuku.sold-out .delivery .to-order.sold-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: not-allowed;
}
#fuku .heading {
  position: relative;
}
#fuku .heading .sold-out-mask {
  display: none;
}
#fuku .price-information {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#fuku .pre-order-detail {
  position: relative;
  width: 100%;
  margin: 0 auto 10px;
}
#fuku .product-feature-price-order .pre-order-discount-time {position: relative;}
#fuku .product-feature-price-order .pre-order-discount-time p {
  position: absolute;
  bottom: 36px;
  right: 148px;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
}
#fuku .price-information .pre-order-discount {
  position: relative;
  width: 100%;
}
#fuku .price-information .pre-order-discount .pre-order-discount-image {
  width: 100%;
}
#fuku .price-information .pre-order-discount .pre-order-discount-text {
  position: absolute;
  top: 4.5rem;
  right: 12.25rem;
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  z-index: 1;
}
#fuku .price-information .pre-order-discount-special-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.6rem;
}
#fuku .price-information .pre-order-discount-special-price .pre-order-discount-special-price-image {
  width: 9rem;
  height: 8.4rem;
}
#fuku .price-information .pre-order-discount-special-price .pre-order-discount-special-price-texts {
  margin-top: -0.5rem;
}
#fuku .price-information .pre-order-discount-special-price .pre-order-discount-special-price-texts .prices-container .price-without-tax-container {
  color: #ac1d24;
  letter-spacing: 0.1rem;
  font-size: 3.8rem;
  font-weight: bold;
}
#fuku .price-information .pre-order-discount-special-price .pre-order-discount-special-price-texts .prices-container .price-without-tax-container span {
  letter-spacing: 0.15rem;
  font-size: 6.6rem;
}
#fuku .price-information .pre-order-discount-special-price .pre-order-discount-special-price-texts .prices-container .price-without-tax-container span:nth-of-type(2) {
  font-size: 3.8rem;
}
#fuku .price-information .pre-order-discount-special-price .pre-order-discount-special-price-texts .prices-container .price-with-tax-container {
  display: block;
  color: #222222;
  text-align: right;
  font-size: 2rem;
  letter-spacing: 0.02rem;
  font-weight: 400;
  margin-top: 1rem;
}
#fuku .pre-order-date {
  width: 100%;
  margin: 0 auto;
}
#fuku .product-feature-price-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 750px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ac1d24;
  border-radius: 0.5rem;
  padding: 0 0 3rem 0;
  margin: 0 auto;
  margin-top: 4rem;
  overflow: hidden;
}
#fuku .product-feature-price-order .product-description {
  margin: 30px auto 0;
  width: 80%;
}
#fuku .product-feature-price-order .product-description .product-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#fuku .product-feature-price-order .product-description .product-name .product-name-kanji {
  font-size: 4rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
#fuku .product-feature-price-order .product-description .product-name .product-name-hiragana {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 1.25rem;
  margin-left: 1.5rem;
}
#fuku .product-feature-price-order .product-description .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.4rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  margin-top: 1.8rem;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.free-delivery-cancel {
  width: 76rem;
}
.free-delivery-cancel .small{
 font-size: 70%;
}

#fuku .product-feature-price-order .product-description .features .feature {
  width: calc(100% - 12%);
  padding: 1.2rem 0;
  color: #fff;
  background-color: #b6985c;
  font-size: 1.8rem;
  letter-spacing: 0.4rem;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#fuku .product-feature-price-order .product-description .features .feature span {
  font-size: 1.4rem;
}
#fuku .product-feature-price-order .pre-order-present-delivery {
    display: -webkit-box;
    width: 78%;
    margin: 0 auto;
    text-align: center;
}
#fuku .product-feature-price-order .pre-order-present-delivery .delivery {
  width: 100%;
}
#fuku .product-feature-price-order .pre-order-present-delivery .check-when-to-delivery-text,
#fuku .product-feature-price-order .pre-order-present-delivery .check-where-to-delivery-text {
  font-size: 1.8rem;
  font-weight: bold;
}
#fuku .product-feature-price-order .pre-order-present-delivery .check-when-to-delivery-text {
  margin-top: 3.75rem;
}
#fuku .product-feature-price-order .pre-order-present-delivery .check-where-to-delivery-text {
  display: none;
  margin-top: 2.2rem;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset {
  width: 48rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f0eade;
  border-radius: 0.8rem;
  padding-top: 0.9rem;
  padding-bottom: 0.5rem;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  padding-top: 1.7rem;
  padding-bottom: 1.7rem;
  margin-top: 1rem;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset:nth-of-type(2) {
  display: none;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 2.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 0;
  margin-left: 1.6rem;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(1) {
  border-right: 1px solid rgba(172, 29, 36, 0.2);
  border-bottom: none;
  margin-right: 0;
  margin-top: -0.2rem;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(1) input[type=radio] {
  margin-top: 0.3rem;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(2) {
  margin-top: -0.2rem;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(2) input[type=radio] {
  margin-top: 0.3rem;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label .text {
  margin-left: 0.8rem;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label input[type=radio] {
  width: 2.4rem;
  height: 2.4rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ac1d24;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label input[type=radio]:checked {
  position: relative;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label input[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ac1d24;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(1) input[type=radio] {
  margin-top: 0.5rem;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(1) .texts {
  padding-left: 6.3rem;
  padding-bottom: 1.5rem;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(1) .texts .text {
  margin-top: 1rem;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(1) .texts .text:nth-of-type(2) {
  margin-top: 0.5rem;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(1) .texts .text:nth-of-type(3) {
  position: absolute;
  bottom: 1.5rem;
  right: 5.5rem;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(2) .texts {
  padding-left: 6.3rem;
  padding-bottom: 1.5rem;
  padding-top: 0.3rem;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(2) .texts .text {
  margin-top: 1rem;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(2) .texts .text:nth-of-type(2) {
  margin-top: 0.6rem;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(2) .texts .text:nth-of-type(3) {
  position: absolute;
  bottom: 1.5rem;
  right: 11rem;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form .delivery-recommend-date {
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 1.2rem;
  margin-bottom: 1.6rem;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form .delivery-recommend-date span {
  position: relative;
  color: #ac1d24;
  cursor: pointer;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form .delivery-recommend-date span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  left: 0;
  bottom: 0;
  background-color: #ac1d24;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form .delivery-not-available-areas {
  text-align: center;
  font-size: 18px;
 line-height: 1.5;
  font-weight: normal;
  margin-top: 1.1rem;
}
.select-form .to-order {
  display: block;
  width: 100%;
  padding: 22px 0;
  border-radius: 4.8rem;
  color: #fff;
  background-color: #222222;
  font-size: 2.4rem;
  margin-top: 2rem;
  cursor: pointer;
  position: relative;
}
.select-form .to-order::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 2rem;
  top: 50%;
  right: 1.5rem;
  background-image: url("/rb/osechi/assets/images/common/detail/delivery-arrow.svg");
  background-repeat: no-repeat;
  -webkit-transform: translate(-150%, -50%);
  transform: translate(-150%, -50%);
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form .to-order.sold-out {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #707070;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form .to-order.sold-out::after {
  background-image: none;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form .free-delivery-cancel {
  width: 48rem;
  margin-top: 2.4rem;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form .free-delivery-cancel .features {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#fuku .product-feature-price-order .pre-order-present-delivery .select-form .free-delivery-cancel .features .feature {
  width: 48%;
  padding: 1.2rem 0;
  color: #b6985c;
  border: 3px solid #b6985c;
  font-size: 1.75rem;
  letter-spacing: 0.05rem;
  font-weight: bold;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#fuku .notification-handmade {
  color: #ac1d24;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-top: 3rem;
  margin-bottom: 5.6rem;
}
#fuku .additional-discount {
  display: none;
  width: 76rem;
  margin: 0 auto;
  margin-top: 1.75rem;
  margin-bottom: 9.25rem;
}
#fuku .product-description-container,#fuku .menu_container_head {
  background-image: url("/rb/osechi/pb/fuku/2026/assets/images/bg/yellow.jpg");
  background-size: cover;
  padding: 1rem 0 0;
}
#fuku .product-description-container .container1,#fuku .menu_container_head .container_head {
  width: 750px;
  margin: 0 auto;
}
#fuku .menu_container_head .container_head {
  width: 640px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #fuku .product-description-container .container1,#fuku .menu_container_head .container_head {
    width: 100%;
  }
 #fuku .product-feature-price-order .pre-order-present-delivery .select-form .free-delivery-cancel .features .feature {
  font-size: 1.5rem;
  }
  #fuku .menu_container_head .container_head {
    width: 80%;
  }
}
#fuku .product-description-container .container1 .product-title-sub {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 3rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 3.2rem;
  color: #ac1c25;
}
#fuku .product-description-container .container1 .product-title-main {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 1.2rem;
  letter-spacing: 0.05rem;
}
#fuku .product-description-container .container1 .product-description {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  margin-top: 2.4rem;
  color: #000000;
  font-weight: 500;
  letter-spacing: 0.02rem;
  padding-left: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
#fuku .product-description-container .container1 .product-description span:last-of-type {
  border-bottom: none;
}
#fuku .product-description-container .container2 {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 3rem;
}
#fuku .product-description-container .container2 .product-image {
  width: 46.8rem;
  margin: 0 auto;
  margin-top: 3rem;
}
#fuku .product-description-container .container2 .recommend-for-those {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
}
#fuku .product-description-container .container2 .recommend-for-those .recommend-for-those-text {
  font-size: 2.4rem;
  margin-top: 4rem;
}
#fuku .product-description-container .container2 .recommend-for-those .recommend-for-those-lists {
  margin-top: 2rem;
}
#fuku .product-description-container .container2 .recommend-for-those .recommend-for-those-lists .those {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#fuku .product-description-container .container2 .recommend-for-those .recommend-for-those-lists .those .those-description {
  letter-spacing: -0.15rem;
  text-align: center;
  margin-left: 1rem;
}
#fuku .product-description-container .container2 .recommend-for-those .recommend-for-those-lists .those:nth-of-type(2) {
  margin-top: 2rem;
}
#fuku .product-description-container .container2 .plates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 8rem;
}
#fuku .product-description-container .container2 .plates .plate {
  position: relative;
  width: 750px;
  overflow: hidden;
}
#fuku .product-description-container .container2 .plates .plate .bg {
  position: absolute;
  width: 750px;
  height: 30.2rem;
  top: 0;
  left: 50%;
  background-image: url("/rb/osechi/pb/fuku/2026/assets/images/bg/red.jpg");
  background-size: contain;
  background-repeat: repeat;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 0;
}
#fuku .product-description-container .container2 .plates .plate .heading {
  position: relative;
  width: 9rem;
  padding-bottom: 1.6rem;
  margin: 10px auto -10px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #fuku .product-description-container .container2 .plates .plate .bg {
    width: 100%;
    height: 18rem;
  }
  #fuku .product-description-container .container2 .plates .plate .heading {
    width: 30%;
    padding: 1.6rem 0;
    margin: 0 auto;
  }
}
#fuku .product-description-container .container2 .plates .plate .plate-description {
  color: #fff;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 2rem;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  position: relative;
}
#fuku .product-description-container .container2 .plates .plate .plate-image {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
#fuku .product-description-container .container2 .plates .plate .notification-these-are-images {
  font-size: 1rem;
  color: #999999;
  text-align: center;
  line-height: 1.6rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  #fuku .product-description-container .container2 .plates .plate .notification-these-are-images {
    font-size: 0.8rem;
    line-height: 1.2rem;
    margin: 1rem 8%;
    text-align: justify;
  }
}
#fuku .product-description-container .container2 .plates .three-points-container .three-points-heading {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2.8rem;
}
#fuku .product-description-container .container2 .plates .three-points-container .three-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 2.75rem;
}
#fuku .product-description-container .container2 .plates .three-points-container .three-points .point {
  padding: 40px;
  background: #fff;
}
#fuku .product-description-container .container2 .plates .three-points-container .three-points .point .description-container {
  display: grid;
  grid-template-columns: 320px auto;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  align-items: stretch;
}
#fuku .product-description-container .container2 .plates .three-points-container .three-points .point .description-texts {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#fuku .product-description-container .container2 .plates .three-points-container .three-points .point .description-texts .description-title {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 1.2rem;
}
#fuku .product-description-container .container2 .plates .three-points-container .three-points .point .description-texts .description {
  font-size: 1rem;
  letter-spacing: 0.04rem;
  line-height: 1.8rem;
  font-weight: normal;
  padding-right: 1rem;
  margin-top: 1rem;
}
#fuku .product-description-container .container2 .plates .contents-container {
  background-color: #fff;
  border: 1px solid #b6985c;
  padding-top: 2.8rem;
  margin-top: 2.5rem;
}
#fuku .product-description-container .container2 .plates .contents-container .contents-heading {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 24px;
  color: #b6985c;
  text-align: center;
}
#fuku .product-description-container .container2 .plates .contents-container .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 2.4rem 8rem 2.4rem;
  margin-top: 2rem;
}
#fuku .product-description-container .container2 .plates .contents-container .contents .content {
  display: grid;
  width: 100%;
  grid-template-columns: 120px auto;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
  margin-bottom: 16px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#fuku .product-description-container .container2 .plates .contents-container .contents .content .image {
  height: 110px;
}
#fuku .product-description-container .container2 .plates .contents-container .contents .content.no-thumbnail {
  padding: 0;
}
#fuku .product-description-container .container2 .plates .contents-container .contents .content.no-thumbnail .image {
  opacity: 0;
}
#fuku .product-description-container .container2 .plates .contents-container .contents .content.hidden {
  grid-template-rows: 0;
  opacity: 0;
  margin: 0;
}
#fuku .product-description-container .container2 .plates .contents-container .contents .content:last-of-type {
  margin-bottom: 0;
}
#fuku .product-description-container .container2 .plates .contents-container .contents .content .content-detail .name {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
}
#fuku .product-description-container .container2 .plates .contents-container .contents .content .content-detail .description {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.03rem;
  margin-top: 0.4rem;
  line-height: 1.4rem;
}
#fuku .product-description-container .container2 .plates .contents-container .contents .content .content-detail .amount {
  display: inline-block;
  font-size: 13px;
  color: #999999;
  margin-top: 1rem;
}
#fuku .product-description-container .container2 .plates .contents-container .mask {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  position: absolute;
  width: 99%;
  height: 15rem;
  bottom: 9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#fuku .product-description-container .container2 .plates .contents-container .more-menu {
  position: absolute;
  height: 2.8rem;
  left: 50%;
  bottom: 5rem;
  text-align: start;
  font-size: 16px;
  border: 1px solid #b6985c;
  border-radius: 3.2rem;
  padding-right: 3.5rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#fuku .product-description-container .container2 .plates .contents-container .more-menu.active .has-more-content {
  display: none;
}
#fuku .product-description-container .container2 .plates .contents-container .more-menu.active .no-more-content {
  display: inline;
}
#fuku .product-description-container .container2 .plates .contents-container .more-menu .has-more-content {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
}
#fuku .product-description-container .container2 .plates .contents-container .more-menu .no-more-content {
  display: none;
}
#fuku .product-description-container .container2 .plates .contents-container .more-menu .no-more-content::after {
  top: 0.4rem;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#fuku .product-description-container .container2 .plates .contents-container .more-menu span {
  position: relative;
  margin-left: 2.25rem;
}
#fuku .product-description-container .container2 .plates .contents-container .more-menu span::after {
  position: absolute;
  content: "";
  background-image: url(/rb/osechi/assets/images/common/detail/open-arrow.svg);
  width: 10px;
  height: 6px;
  right: 0.4rem;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#fuku .product-description-container .container2 .size-ingredient-information {
  width: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 4.5rem;
}
#fuku .product-description-container .container2 .size-ingredient-information .size-ingredient-information-heading {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
#fuku .product-description-container .container2 .size-ingredient-information .item {
  width: 80%;
  border-bottom: 1px solid #b6985c;
  margin: 0 auto;
}
#fuku .product-description-container .container2 .size-ingredient-information .item .description {
  margin-top: 0.9rem;
  line-height: 1.8rem;
  font-size: 1rem;
}
#fuku .product-description-container .container2 .size-ingredient-information .item .description span {
  font-weight: bold;
}
#fuku .product-description-container .container2 .size-ingredient-information .size {
  margin-top: 3rem;
}
#fuku .product-description-container .container2 .size-ingredient-information .ingredient {
  margin-top: 1.6rem;
}
#fuku .product-description-container .container2 .size-ingredient-information .expiration {
  margin-top: 1.6rem;
}
#fuku .product-description-container .container2 .size-ingredient-information .information-heading {
  font-size: 1.2rem;
  font-family: "Shippori Mincho", serif;
  color: #b99b6c;
}
#fuku .product-description-container .container2 .size-ingredient-information .description {
  font-size: 1.6rem;
  padding-bottom: 1.3rem;
}
#fuku .product-description-container .container2 .size-ingredient-information .allergy-information {
  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;
  width: 18rem;
  height: 2.8rem;
  font-size: 1rem;
  border: 1px solid #b6985c;
  border-radius: 3.2rem;
  margin: 2.75rem auto 0;
}
#fuku .product-description-container .container2 .size-ingredient-information .allergy-information span {
  position: relative;
  display: inline-block;
}
#fuku .product-description-container .container2 .size-ingredient-information .allergy-information span::after {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 0.3rem;
  right: -1.8rem;
  background-image: url("/rb/osechi/assets/images/common/detail/open-arrow.svg");
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
}

@media only screen and (max-width: 768px) {
  #fuku figure img {
    width: 100%;
    height: 100%;
  }
  #fuku input[type=radio] {
    width: 2.4rem;
    height: 2.4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ac1d24;
    border-radius: 50%;
    margin: 0;
  }
  #fuku input[type=radio]:checked {
    position: relative;
  }
  #fuku input[type=radio]:checked::after {
    content: "";
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ac1d24;
  }
  #fuku .heading {
    position: relative;
  }
  #fuku .heading.bottom {
    padding: 8rem 1.6rem 0;
  }
  #fuku .product-feature-price-order {
    width: 96%;
    padding: 0;
    margin: 0 auto;
    margin-top: 2rem;
  }
  #fuku .product-feature-price-order .product-description {
    margin-top: 20px;
    width: 90%;
  }
  #fuku .product-feature-price-order .product-description .product-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #fuku .product-feature-price-order .product-description .product-name .product-name-kanji {
    font-size: 4rem;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  #fuku .product-feature-price-order .product-description .product-name .product-name-hiragana {
    font-size: 1.2rem;
    font-weight: 400;
    margin-top: 1.25rem;
    margin-left: 1.5rem;
  }
  #fuku .product-feature-price-order .product-description .features {
    margin-top: 2rem;
    gap: 0.6rem;
  }
  #fuku .product-feature-price-order .product-description .features .feature {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-wrap: nowrap;
    color: #fff;
    background-color: #b6985c;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.8rem 0;
  }
  #fuku .product-feature-price-order .product-description .features .feature span {
    font-size: 1rem;
    margin-top: 1px;
  }
  #fuku .product-feature-price-order .product-description .price-information,
  #fuku .product-feature-price-order .pre-order-detail {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #fuku .product-feature-price-order .product-description .price-information .pre-order-discount {
    position: relative;
    width: 100%;
  }
  #fuku .product-feature-price-order .product-description .price-information .pre-order-discount .pre-order-discount-image {
    width: 27.9rem;
    margin: 0 auto;
  }
  #fuku .product-feature-price-order .product-description .price-information .pre-order-discount .pre-order-discount-text {
    position: absolute;
    top: 5rem;
    right: 7.75rem;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    z-index: 1;
  }
  #fuku .pre-order-date {
    width: 100%;
    margin: 20px auto 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #fuku .product-feature-price-order .product-description .price-information .pre-order-discount .pre-order-discount-text {
    top: 3.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #fuku .product-feature-price-order .product-description .price-information .pre-order-discount-special-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.2rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0.8rem;
    margin-left: 0;
  }
  #fuku .product-feature-price-order .product-description .price-information .pre-order-discount-special-price .pre-order-discount-special-price-image {
    width: 5rem;
    height: 5rem;
  }
  #fuku .product-feature-price-order .product-description .price-information .pre-order-discount-special-price .pre-order-discount-special-price-texts {
    margin-top: -0.5rem;
  }
  #fuku .product-feature-price-order .product-description .price-information .pre-order-discount-special-price .pre-order-discount-special-price-texts .prices-container .price-without-tax-container {
    color: #ac1d24;
    letter-spacing: 0.1rem;
    font-size: 3.8rem;
    font-weight: bold;
  }
  #fuku .product-feature-price-order .product-description .price-information .pre-order-discount-special-price .pre-order-discount-special-price-texts .prices-container .price-without-tax-container .price-without-tax {
    font-size: 3.4rem;
    letter-spacing: 0.05rem;
  }
  #fuku .product-feature-price-order .product-description .price-information .pre-order-discount-special-price .pre-order-discount-special-price-texts .prices-container .price-without-tax-container span:nth-of-type(2) {
    font-size: 2rem;
  }
  #fuku .product-feature-price-order .product-description .price-information .pre-order-discount-special-price .pre-order-discount-special-price-texts .prices-container .price-with-tax-container {
    color: #222222;
    font-size: 1.2rem;
    letter-spacing: 0.01rem;
    margin-top: 0.8rem;
  }
}
@media only screen and (max-width: 768px) {
  #fuku .product-feature-price-order .pre-order-present-delivery {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2.1rem;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .check-when-to-delivery-text,
#fuku .product-feature-price-order .pre-order-present-delivery .check-where-to-delivery-text {
    font-size: 1.8rem;
    font-weight: bold;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .check-when-to-delivery-text {
    margin-top: 3.75rem;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .check-where-to-delivery-text {
    display: none;
    margin-top: 2.2rem;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset {
    width: 48rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f0eade;
    border-radius: 0.8rem;
    padding-top: 0.9rem;
    padding-bottom: 0.5rem;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    padding-top: 1.7rem;
    padding-bottom: 1.7rem;
    margin-top: 1rem;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 2.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0;
    margin-left: 1.6rem;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(1) {
    border-right: 1px solid rgba(172, 29, 36, 0.2);
    border-bottom: none;
    margin-right: 0;
    margin-top: -0.5rem;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(1) input[type=radio] {
    margin-top: 0.3rem;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(2) {
    margin-top: -0.5rem;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(2) input[type=radio] {
    margin-top: 0.3rem;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label .text {
    margin-left: 0.8rem;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label input[type=radio] {
    width: 2.4rem;
    height: 2.4rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ac1d24;
    border-radius: 50%;
    margin: 0;
    cursor: pointer;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label input[type=radio]:checked {
    position: relative;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label input[type=radio]:checked::after {
    content: "";
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ac1d24;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(1) input[type=radio] {
    margin-top: 0.5rem;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(1) .texts {
    padding-left: 6.3rem;
    padding-bottom: 1.5rem;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(1) .texts .text {
    margin-top: 1rem;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(1) .texts .text:nth-of-type(2) {
    margin-top: 0.5rem;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(1) .texts .text:nth-of-type(3) {
    position: absolute;
    bottom: 1.5rem;
    right: 5.5rem;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(2) .texts {
    padding-left: 6.3rem;
    padding-bottom: 1.5rem;
    padding-top: 0.3rem;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(2) .texts .text {
    margin-top: 1rem;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(2) .texts .text:nth-of-type(2) {
    margin-top: 0.6rem;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form fieldset label:nth-of-type(2) .texts .text:nth-of-type(3) {
    position: absolute;
    bottom: 1.5rem;
    right: 11rem;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form .delivery-recommend-date {
    font-size: 1.4rem;
    font-weight: normal;
    margin-top: 1.2rem;
    margin-bottom: 1.6rem;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form .delivery-recommend-date span {
    position: relative;
    color: #ac1d24;
    cursor: pointer;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form .delivery-recommend-date span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.1rem;
    left: 0;
    bottom: 0;
    background-color: #ac1d24;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form .delivery-not-available-areas {
    font-size: 1.4rem;
    font-weight: normal;
    margin-top: 0.6rem;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form .to-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    height: 7rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4.8rem;
    color: #fff;
    background-color: #222222;
    font-size: 1.8rem;
    margin-top: 2rem;
    cursor: pointer;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form .to-order.sold-out {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #707070;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form .to-order.sold-out::after {
    background-image: none;
  }
  #fuku .product-feature-price-order .pre-order-present-delivery .select-form .free-delivery-cancel {
    width: 30rem;
    text-align: center;
    font-size: 1.6rem;
    margin: 0 auto;
    margin-top: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #fuku .product-feature-price-order .pre-order-discount-time p {
    bottom: 32%;
    right: 24%;
    font-size: 26px;
    letter-spacing: 1px;
  }
  #fuku .pre-order-present-delivery {
    padding-bottom: 2.3rem;
  }
  #fuku .pre-order-present-delivery .delivery .check-where-to-delivery-text {
    display: none;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-top: 1.3rem;
  }
  #fuku .pre-order-present-delivery .delivery .heading {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 1.3rem;
  }
  #fuku .pre-order-present-delivery .delivery .select-form fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 27.9rem;
    height: 5.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(182, 152, 92, 0.2);
    border-radius: 0.8rem;
    margin: 0 1.5rem;
    margin-top: 1.25rem;
  }
  #fuku .pre-order-present-delivery .delivery .select-form fieldset input[type=radio] {
    background-color: #fff;
  }
  #fuku .pre-order-present-delivery .delivery .select-form fieldset label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 2.4rem;
    font-size: 1.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    margin-left: 1.6rem;
  }
  #fuku .pre-order-present-delivery .delivery .select-form fieldset label:nth-of-type(1) {
    border-right: 1px solid rgba(172, 29, 36, 0.2);
  }
  #fuku .pre-order-present-delivery .delivery .select-form fieldset label .text {
    margin-left: 0.8rem;
  }
  #fuku .pre-order-present-delivery .delivery .select-form .delivery-recommend-date {
    font-size: 1.4rem;
    font-weight: normal;
    margin-top: 0.6rem;
    line-height: 2rem;
    margin-bottom: 1.6rem;
    text-align: center;
  }
  #fuku .pre-order-present-delivery .delivery .select-form .delivery-recommend-date span {
    position: relative;
    color: #ac1d24;
    cursor: pointer;
  }
  #fuku .pre-order-present-delivery .delivery .select-form .delivery-recommend-date span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.1rem;
    left: 0;
    bottom: 0;
    background-color: #ac1d24;
  }
  #fuku .pre-order-present-delivery .delivery .select-form .delivery-not-available-areas {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.01rem;
    text-align: center;
    margin-top: 1.5rem;
  }
  #fuku .pre-order-present-delivery .delivery .select-form .pre-order-free-cancel {
    width: 90%;
    margin: auto;
  }
  #fuku .pre-order-present-delivery .delivery .select-form .to-order {
    width: 82%;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
    background-color: #000;
    border-radius: 4.8rem;
    margin: 20px auto 0;
    cursor: pointer;
    padding: 1.2rem 0 1.4rem;
    height: auto;
  }
  #fuku .pre-order-present-delivery .delivery .select-form .to-order::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 2rem;
    top: 3.4rem;
    right: 1.5rem;
    background-image: url("/rb/osechi/assets/images/common/detail/delivery-arrow.svg");
    background-repeat: no-repeat;
  }
  #fuku .pre-order-present-delivery .delivery .select-form .to-order.sold-out {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #707070;
  }
  #fuku .pre-order-present-delivery .delivery .select-form .to-order.sold-out::after {
    background-image: none;
  }
  #fuku .pre-order-present-delivery .delivery .select-form .free-delivery-cancel {
    text-align: center;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  #fuku .notification-handmade {
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 20px 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  #fuku .additional-discount {
    width: 34.3rem;
    margin: 0 auto;
    margin-top: 2.25rem;
    margin-bottom: 9.25rem;
  }
}
@media only screen and (max-width: 768px) {
  #fuku .product-description-container {
    width: 100%;
    padding-top: 0;
    font-family: "Shippori Mincho", serif;
    font-style: normal;
  }
  #fuku .product-description-container .container1 {
    width: 100%;
    background-image: url("/rb/osechi/pb/fuku/2026/assets/images/bg/yellow.jpg");
    background-size: contain;
  }
  #fuku .product-description-container .container1 .product-title-sub {
    font-weight: bold;
    text-align: center;
    margin-top: 2.2rem;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  #fuku .product-description-container .container1 .product-title-main {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05rem;
    line-height: 2.5rem;
    margin-top: 0.4rem;
  }
  #fuku .product-description-container .container1 .product-description {
    width: 96%;
    font-family: "Shippori Mincho", serif;
    font-style: normal;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 1rem;
    line-height: 2rem;
    border: none;
    margin: 20px auto 0;
    padding: 0;
  }
  #fuku .product-description-container .container1 .product-description span {
    padding: 0;
    text-align: center;
  }
  #fuku .product-description-container .container2 {
    background-image: url("/rb/osechi/pb/fuku/2026/assets/images/bg/yellow.jpg");
    background-size: contain;
  }
  #fuku .product-description-container .container2 .product-image {
    width: 100%;
    margin: 0 auto;
    margin-top: 3.2rem;
  }
  #fuku .product-description-container .container2 .recommend-for-those .recommend-for-those-text {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05rem;
    line-height: 3.5rem;
    margin-top: 1.4rem;
  }
  #fuku .product-description-container .container2 .recommend-for-those .recommend-for-those-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
    padding: 0;
    margin-top: 0.4rem;
  }
  #fuku .product-description-container .container2 .recommend-for-those .recommend-for-those-lists .those {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
  }
  #fuku .product-description-container .container2 .recommend-for-those .recommend-for-those-lists .those:nth-of-type(2) {
    margin: 0;
  }
  #fuku .product-description-container .container2 .recommend-for-those .recommend-for-those-lists .those .check {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 0.5rem;
    width: 10%;
  }
  #fuku .product-description-container .container2 .recommend-for-those .recommend-for-those-lists .those .those-description {
    text-align: justify;
    letter-spacing: 0.05rem;
    line-height: 2.75rem;
    margin-left: 1.25rem;
    margin-top: 0.2rem;
    font-size: 18px;
    line-height: 1.8rem;
    width: 90%;
  }
  #fuku .product-description-container .container2 .recommend-for-those .recommend-for-those-lists .those:nth-of-type(2) .check {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 1.75rem;
  }
  #fuku .product-description-container .container2 .recommend-for-those .recommend-for-those-lists .those:nth-of-type(2) .those-description {
    margin-left: 1.25rem;
    letter-spacing: 0.05rem;
    margin-top: 1rem;
  }
  #fuku .product-description-container .container2 .product-description-container {
    width: 31.1rem;
    margin: 0 auto;
    margin-top: 8.5rem;
  }
  #fuku .product-description-container .container2 .size-ingredient-information {
    width: 100%;
    padding-bottom: 3.2rem;
    margin-top: 4.3rem;
  }
  #fuku .product-description-container .container2 .size-ingredient-information .size-ingredient-information-heading {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }
  #fuku .product-description-container .container2 .size-ingredient-information .information-heading {
    font-weight: 400;
  }
  #fuku .product-description-container .container2 .size-ingredient-information .item {
    width: 80%;
    border-bottom: 1px solid #999999;
    margin: 0 auto;
  }
  #fuku .product-description-container .container2 .size-ingredient-information .description {
    font-size: 1.6rem;
    margin-top: 0.75rem;
    letter-spacing: 0.03rem;
    line-height: 2.2rem;
    padding-bottom: 0.8rem;
  }
  #fuku .product-description-container .container2 .size-ingredient-information .size {
    margin: 2rem auto 1rem;
    width: 80%;
  }
  #fuku .product-description-container .container2 .size-ingredient-information .ingredient {
    margin-top: 1.5rem;
  }
  #fuku .product-description-container .container2 .size-ingredient-information .expiration {
    margin-top: 1.5rem;
  }
  #fuku .product-description-container .container2 .size-ingredient-information .allergy-information {
    position: relative;
    width: 84%;
    height: 3.6rem;
    font-size: 18px;
    text-align: center;
    border: solid 1px #b6985c;
    border-radius: 3.2rem;
    margin: 0 auto;
    margin-top: 2.5rem;
  }
  #fuku .product-description-container .container2 .size-ingredient-information .allergy-information span::after {
    right: -2.5rem;
  }
  #fuku .product-description-container .container2 .plates {
    margin-top: 0;
    width: 100%;
    row-gap: 4rem;
  }
  #fuku .product-description-container .container2 .plates .bg {
    width: 100%;
  }
  #fuku .product-description-container .container2 .plates .plate {
    width: 100%;
  }
  #fuku .product-description-container .container2 .plates .plate .plate-image {
    width: 100%;
    margin: 0 auto;
  }
  #fuku .product-description-container .container2 .plates .plate .heading {
    width: 8.2rem;
    padding: 1.2rem 0 0.8rem;
    margin: 0 auto;
  }
  #fuku .product-description-container .container2 .plates .plate .plate-description {
    font-size: 14px;
    font-family: "Shippori Mincho", serif;
    font-weight: bold;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1.4rem;
    text-align: center;
    margin: 0.3rem 10% 0;
    text-align: left;
  }
  #fuku .product-description-container .container2 .plates .three-points-container .three-points-heading {
    font-size: 1.6rem;
    margin: 0 auto;
    margin-top: 2rem;
  }
  #fuku .product-description-container .container2 .plates .three-points-container .three-points {
    width: 100%;
    margin: 30px auto 20px;
  }
  #fuku .product-description-container .container2 .plates .three-points-container .three-points .point {
    padding: 0;
    margin: 0 auto;
    width: 96%;
  }
  #fuku .product-description-container .container2 .plates .three-points-container .three-points .point .description-container {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    display: block;
  }
  #fuku .product-description-container .container2 .plates .three-points-container .three-points .point .description-container .description-title {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: 0;
    margin-top: 10px;
  }
  #fuku .product-description-container .container2 .plates .three-points-container .three-points .point .description-container .description {
    text-align: justify;
    font-size: 0.9rem;
    line-height: 1.4rem;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 0.4rem;
  }
  #fuku .product-description-container .container2 .plates .three-points-container .three-points .point .description-container .image {
    width: 100%;
    height: auto;
  }
  #fuku .product-description-container .container2 .plates .three-points-container .three-points .point .description-container .description-texts {
    margin-top: 0;
  }
  #fuku .product-description-container .container2 .plates .three-points-container .three-points .ichi .kanji {
    width: 4.5rem;
    margin: 0 auto;
    margin-top: 3.6rem;
  }
  #fuku .product-description-container .container2 .plates .three-points-container .three-points .ni .kanji {
    width: 4.5rem;
    margin: 0 auto;
    margin-top: 2.5rem;
  }
  #fuku .product-description-container .container2 .plates .three-points-container .three-points .san .kanji {
    width: 4.5rem;
    margin: 0 auto;
    margin-top: 1.9rem;
  }
  #fuku .product-description-container .container2 .plates .three-points-container .three-points .san .description-container {
    margin-top: -0.5rem;
  }
  #fuku .product-description-container .container2 .plates .contents-container {
    width: 94%;
    margin: 2.5rem auto 0;
    padding: 30px 3% 50px 3%;
  }
  #fuku .product-description-container .container2 .plates .contents-container .contents-heading {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    padding-top: 0.1rem;
  }
  #fuku .product-description-container .container2 .plates .contents-container .contents {
    display: block;
    width: 100%;
    padding: 2.25rem 0 0;
    margin: 0 auto;
  }
  #fuku .product-description-container .container2 .plates .contents-container .contents .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 1.5rem;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    align-items: flex-start;
    justify-content: space-around;
  }
  #fuku .product-description-container .container2 .plates .contents-container .contents .content:last-of-type {
    margin-bottom: 0;
  }
  #fuku .product-description-container .container2 .plates .contents-container .contents .content.hidden {
    height: 0;
    opacity: 0;
    margin: 0;
  }
  #fuku .product-description-container .container2 .plates .contents-container .contents .content .image {
    width: 26%;
  }
  #fuku .product-description-container .container2 .plates .contents-container .contents .content .image img {
    height: auto;
  }
  #fuku .product-description-container .container2 .plates .contents-container .contents .content .content-detail {
    position: relative;
    padding-left: 0rem;
    padding-top: 0;
    width: 74%;
  }
  #fuku .product-description-container .container2 .plates .contents-container .contents .content .content-detail .name {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
  }
  #fuku .product-description-container .container2 .plates .contents-container .contents .content .content-detail .name .number {
    margin-right: 0.2rem;
  }
  #fuku .product-description-container .container2 .plates .contents-container .contents .content .content-detail .description {
    font-size: 15px;
    margin-top: 0.6rem;
    text-align: justify;
    line-height: 1.4rem;
    font-family: 'Noto Sans JP', serif;
  }
  #fuku .product-description-container .container2 .plates .contents-container .contents .content .content-detail .amount {
    font-size: 1rem;
    text-align: right;
    display: block;
    width: 100%;
    margin-top: -10px;
  }
  #fuku .product-description-container .container2 .plates .contents-container .mask {
    position: absolute;
    width: 92%;
    height: 10rem;
    bottom: 6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #fuku .product-description-container .container2 .plates .contents-container .more-menu {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 74%;
    height: 2.8rem;
    padding: 2% 4% 2% 4%;
    bottom: 7.5%;
    left: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #fff;
    border: 1px solid #b6985c;
    border-radius: 3.2rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #fuku .product-description-container .container2 .plates .contents-container .more-menu span {
    margin-left: 2.3rem;
  }
  #fuku .product-description-container .container2 .plates .contents-container .more-menu span::after {
    top: 0.5rem;
  }
  #fuku .product-description-container .container2 .plates .contents-container .more-menu .no-more-content::after {
    top: 0;
  }
}
/* 追従バナー*/
#sticky {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.product-detail {
  background-image: url(/rb/osechi/assets/images/bg/yellow.jpg);
  background-size: cover;
}

.this-is-good {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("/rb/osechi/assets/images/bg/red.jpg");
  background-size: contain;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .this-is-good {
    padding-bottom: 60px;
  }
}
.this-is-good__heading {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}
.this-is-good__heading__image {
  width: 165px;
}
.this-is-good__heading .texts__text__lead {
  font-weight: normal;
  text-align: center;
  margin-top: 16px;
}
.this-is-good__heading .texts__text__title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-top: 16px;
}
.this-is-good.cold .this-is-good__features {
  display: grid;
  grid-template-rows: repeat(3, auto);
  row-gap: 44px;
  margin-top: 44px;
}
.this-is-good.cold .this-is-good__features .feature {
  display: grid;
  width: 695px;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
}
@media only screen and (max-width: 768px) {
  .this-is-good.cold .this-is-good__features .feature {
    width: 100%;
    display: block;
  }
}
.this-is-good.cold .this-is-good__features .feature__image {
  width: 368px;
}
@media only screen and (max-width: 768px) {
  .this-is-good.cold .this-is-good__features .feature__image {
    width: 100%;
  }
}
.this-is-good.cold .this-is-good__features .feature__texts {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.this-is-good.cold .this-is-good__features .feature__texts__heading {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.32;
}
@media only screen and (max-width: 768px) {
  .this-is-good.cold .this-is-good__features .feature__texts__heading {
    margin-top: 24px;
  }
}
.this-is-good.cold .this-is-good__features .feature__texts__description {
  font-weight: normal;
  font-size: 15px;
  text-align: justify;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .this-is-good.cold .this-is-good__features .feature__texts__description {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.this-is-good.cold .this-is-good__features .feature:nth-child(2) .feature__image {
  grid-column: 2;
  grid-row: 1;
}
@media only screen and (max-width: 768px) {
  .this-is-good.frozen {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.this-is-good.frozen .this-is-good__inner-wrapper {
  width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .this-is-good.frozen .this-is-good__inner-wrapper {
    width: 100%;
  }
}
.this-is-good.frozen .this-is-good__features {
  background-color: #fff;
  margin-top: 44px;
}
.this-is-good.frozen .this-is-good__features .feature {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
  padding: 40px 60px;
}
@media only screen and (max-width: 768px) {
  .this-is-good.frozen .this-is-good__features .feature {
    width: 100%;
    display: block;
    padding: 36px 16px;
  }
}
.this-is-good.frozen .this-is-good__features .feature__image {
  width: 264px;
}
@media only screen and (max-width: 768px) {
  .this-is-good.frozen .this-is-good__features .feature__image {
    width: 100%;
  }
}
.this-is-good.frozen .this-is-good__features .feature__texts {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.this-is-good.frozen .this-is-good__features .feature__texts__title {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1.32;
  color: #ac1d24;
}
@media only screen and (max-width: 768px) {
  .this-is-good.frozen .this-is-good__features .feature__texts__title {
    color: #b6985c;
    margin-top: 24px;
  }
}
.this-is-good.frozen .this-is-good__features .feature__texts__description {
  font-weight: normal;
  font-size: 15px;
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 0.022em;
  color: #000;
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .this-is-good.frozen .this-is-good__features .feature__texts__description {
    margin-top: 8px;
  }
}
.package__inner-wrapper {
  width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .package__inner-wrapper {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.package__title,
.size-ingredient-information-heading {
  font-size: 26px;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  text-align: center;
}
.package__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff;
  gap: 32px;
  padding: 16px 34px 40px 34px;
  margin-top: 48px;
}
@media only screen and (max-width: 768px) {
  .package__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
    padding: 16px 22px 40px 22px;
  }
}
.package__features .feature__texts {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}
.package__features .feature__texts__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: bolder;
  line-height: 1.28;
  text-align: center;
  color: #b6985c;
}
.package__features .feature__texts__description {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: justify;
}
.package__how-to-eat {
  position: relative;
  margin-top: 46px;
}
@media only screen and (max-width: 768px) {
  .package__how-to-eat {
    margin-top: 24px;
  }
}
.package__how-to-eat__title {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.36;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .package__how-to-eat__title span {
    font-size: 22px;
  }
}
.package__how-to-eat .descriptions {
  margin-top: 26px;
}
.package__how-to-eat .descriptions li {
  list-style: none;
}
.package__how-to-eat .descriptions__description {
  position: relative;
}
.package.cold {
  background-image: url("/rb/osechi/assets/images/components/package/cold-pc.png");
  background-repeat: no-repeat;
  background-size: 917px 1020px;
  background-position: bottom;
}
@media only screen and (max-width: 768px) {
  .package.cold {
    background-image: url("/rb/osechi/assets/images/components/package/sp.png");
    background-size: 100% auto;
    background-position: center 110px;
  }
}
.package.cold .package__inner-wrapper {
  padding-top: 60px;
  padding-bottom: 180px;
}
.package.cold .descriptions__description__texts {
  position: absolute;
  width: 460px;
  background-color: #fff;
  left: 50%;
  bottom: -96px;
  padding: 16px 16px 32px 16px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .package.cold .descriptions__description__texts {
    width: calc(100% - 28px);
    bottom: -110px;
  }
}
.package.cold .descriptions__description__texts .texts__title {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  color: #b6985c;
  text-align: center;
}
.package.cold .descriptions__description__texts hr {
  border: none;
  height: 1px;
  color: #b6985c;
  background-color: #b6985c;
  margin: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}
.package.cold .descriptions__description__texts .texts__description {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.package.frozen {
  background-image: url("/rb/osechi/assets/images/components/package/frozen-pc.png");
  background-repeat: no-repeat;
  background-size: 917px 1314px;
  background-position: bottom;
}
@media only screen and (max-width: 768px) {
  .package.frozen {
    background-image: url("/rb/osechi/assets/images/components/package/sp.png");
    background-size: 100% auto;
    background-position: center 95px;
  }
}
.package.frozen .package__inner-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.package.frozen .descriptions {
  display: grid;
  row-gap: 40px;
}
@media only screen and (max-width: 768px) {
  .package.frozen .descriptions {
    row-gap: 10px;
  }
}
.package.frozen .descriptions__description {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, auto);
}
@media only screen and (max-width: 768px) {
  .package.frozen .descriptions__description {
    grid-template-columns: auto;
  }
}
.package.frozen .descriptions__description__image {
  width: 370px;
}
@media only screen and (max-width: 768px) {
  .package.frozen .descriptions__description__image {
    width: 100%;
  }
}
.package.frozen .descriptions__description__texts {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  padding: 16px;
}
@media only screen and (max-width: 768px) {
  .package.frozen .descriptions__description__texts {
    position: relative;
    width: calc(100% - 19px);
    left: 50%;
    bottom: 30px;
    text-align: justify;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.package.frozen .descriptions__description__texts .texts__title {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  color: #b6985c;
  text-align: center;
}
.package.frozen .descriptions__description__texts hr {
  border: none;
  height: 1px;
  color: #b6985c;
  background-color: #b6985c;
  margin: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}
.package.frozen .descriptions__description__texts .texts__description {
  font-size: 15px;
  font-weight: normal;
  padding-right: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.package.frozen .descriptions__description.add .descriptions__description__texts .texts__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
}
.package.frozen .descriptions__description.add .descriptions__description__texts .texts__description p {
  position: relative;
  padding-left: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
.package.frozen .descriptions__description.add .descriptions__description__texts .texts__description p::before {
  position: absolute;
  content: "※";
  left: 0px;
  top: 0px;
}