@charset "UTF-8";
@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;
  }
}

#promotion-accordion {
  background-image: url("/rb/osechi/assets/images/bg/yellow.jpg");
  background-size: cover;
}
#promotion-accordion .wrapper {
  width: 680px;
  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;
  padding-bottom: 110px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #promotion-accordion .wrapper {
    width: 100%;
    padding-bottom: 100px;
  }
}
#promotion-accordion .promotion-accordion__postcard {
  position: relative;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  background-color: #fff;
  padding-bottom: 44px;
  margin-top: -100px;
}
@media only screen and (max-width: 768px) {
  #promotion-accordion .promotion-accordion__postcard {
    width: 343px;
    margin: 0 auto;
    margin-top: -80px;
    padding-bottom: 28px;
  }
}
#promotion-accordion .promotion-accordion__postcard__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  background-color: #b6985c;
}
@media only screen and (max-width: 768px) {
  #promotion-accordion .promotion-accordion__postcard__heading {
    height: 40px;
    font-size: 20px;
  }
}
#promotion-accordion .promotion-accordion__postcard__description p:nth-of-type(1) {
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  #promotion-accordion .promotion-accordion__postcard__description p:nth-of-type(1) {
    font-size: 14px;
    margin-top: 30px;
  }
}
#promotion-accordion .promotion-accordion__postcard__description p:nth-of-type(2) {
  font-size: 34px;
  text-align: center;
  color: #ac1d24;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  #promotion-accordion .promotion-accordion__postcard__description p:nth-of-type(2) {
    font-size: 30px;
    margin-top: 12px;
  }
}
#promotion-accordion .promotion-accordion__postcard__description p:nth-of-type(3) {
  width: 250px;
  position: relative;
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 auto;
  margin-top: 120px;
}
@media only screen and (max-width: 768px) {
  #promotion-accordion .promotion-accordion__postcard__description p:nth-of-type(3) {
    width: 220px;
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 78px;
  }
}
#promotion-accordion .promotion-accordion__postcard__description p:nth-of-type(3)::before, #promotion-accordion .promotion-accordion__postcard__description p:nth-of-type(3)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
}
#promotion-accordion .promotion-accordion__postcard__description p:nth-of-type(3)::before {
  top: 0;
}
#promotion-accordion .promotion-accordion__postcard__description p:nth-of-type(3)::after {
  bottom: 0;
}
#promotion-accordion .promotion-accordion__postcard .description-decoration {
  position: absolute;
}
#promotion-accordion .promotion-accordion__postcard .description-decoration.decoration-noshi {
  width: 32px;
  top: 86px;
  right: 76px;
}
@media only screen and (max-width: 768px) {
  #promotion-accordion .promotion-accordion__postcard .description-decoration.decoration-noshi {
    top: 52px;
    right: 20px;
  }
}
#promotion-accordion .promotion-accordion__postcard .description-decoration.decoration-mizuhiki {
  width: 106%;
  left: 50%;
  top: 232px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: auto;
}
@media only screen and (max-width: 768px) {
  #promotion-accordion .promotion-accordion__postcard .description-decoration.decoration-mizuhiki {
    width: 130%;
    top: 172px;
  }
}
#promotion-accordion .promotion-accordion__lead {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding-top: 24px;
  padding-bottom: 36px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #promotion-accordion .promotion-accordion__lead {
    padding-bottom: 26px;
  }
}
#promotion-accordion .promotion-accordion__accordion {
  width: 680px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #promotion-accordion .promotion-accordion__accordion {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
#promotion-accordion .promotion-accordion__accordion__title, #promotion-accordion .promotion-accordion__accordion__subtitle {
  position: relative;
  width: 100%;
}
#promotion-accordion .promotion-accordion__accordion__title .wappen {
  top: 0px;
}
@media only screen and (max-width: 768px) {
  #promotion-accordion .promotion-accordion__accordion__title .wappen {
    top: -15px;
  }
}
#promotion-accordion .promotion-accordion__accordion__subtitle {
  margin-top: 47px;
}
@media only screen and (max-width: 768px) {
  #promotion-accordion .promotion-accordion__accordion__subtitle {
    margin-top: 35px;
  }
}
#promotion-accordion .promotion-accordion__accordion__subtitle .wappen {
  top: -28px;
}
@media only screen and (max-width: 768px) {
  #promotion-accordion .promotion-accordion__accordion__subtitle .wappen {
    top: -22px;
  }
}
#promotion-accordion .promotion-accordion__accordion__lead {
  width: 450px;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #promotion-accordion .promotion-accordion__accordion__lead {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
#promotion-accordion .promotion-accordion__accordion__presents {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}
#promotion-accordion .promotion-accordion__accordion__presents .presents__present {
  width: 100%;
  height: 100%;
  position: relative;
}
#promotion-accordion .promotion-accordion__accordion__presents .presents__present .sold-out-mask {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  gap: 6px;
  -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;
  background-color: rgba(34, 34, 34, 0.8);
}
#promotion-accordion .promotion-accordion__accordion__presents .presents__present .sold-out-mask__text {
  color: #fff;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}
#promotion-accordion .promotion-accordion__accordion__presents .presents__present .sold-out-mask__text:nth-of-type(1) {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  #promotion-accordion .promotion-accordion__accordion__presents .presents__present .sold-out-mask__text:nth-of-type(1) {
    font-size: 2vw;
  }
}
#promotion-accordion .promotion-accordion__accordion__presents .presents__present .sold-out-mask__text:nth-of-type(2) {
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #promotion-accordion .promotion-accordion__accordion__presents .presents__present .sold-out-mask__text:nth-of-type(2) {
    font-size: 4vw;
  }
}
#promotion-accordion .promotion-accordion__accordion__presents .presents__present[data-is-sold-out] .sold-out-mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#promotion-accordion .promotion-accordion__accordion .accordion-wrapper {
  display: grid;
  width: 100%;
  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;
}
#promotion-accordion .promotion-accordion__accordion .accordion-wrapper .accordion {
  font-weight: 400;
  overflow: hidden;
}
#promotion-accordion .promotion-accordion__accordion .accordion-wrapper .accordion__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 296px;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #ac1d24;
  background-color: #fff;
  border-radius: 20px;
  cursor: pointer;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #promotion-accordion .promotion-accordion__accordion .accordion-wrapper .accordion__button {
    width: 250px;
  }
}
#promotion-accordion .promotion-accordion__accordion .accordion-wrapper .accordion__button::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 10px;
  top: 50%;
  right: 15px;
  background-image: url("/rb/osechi/assets/images/common/arrow-red.svg");
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#promotion-accordion .promotion-accordion__accordion .accordion-wrapper .accordion__presents {
  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;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  #promotion-accordion .promotion-accordion__accordion .accordion-wrapper .accordion__presents {
    gap: 12px;
  }
}
#promotion-accordion .promotion-accordion__accordion .accordion-wrapper .accordion__about-presents {
  font-size: 15px;
  border: 1px solid black;
  padding: 20px;
  line-height: 1.35;
  margin-top: 86px;
}
@media only screen and (max-width: 768px) {
  #promotion-accordion .promotion-accordion__accordion .accordion-wrapper .accordion__about-presents {
    font-size: 14px;
    line-height: 1.75;
    padding: 14px;
    margin-top: 48px;
  }
}
#promotion-accordion .promotion-accordion__accordion .accordion-wrapper .accordion__about-presents__inner-wrapper {
  padding-left: 16px;
}
#promotion-accordion .promotion-accordion__accordion .accordion-wrapper .accordion__about-presents__inner-wrapper span {
  position: relative;
}
#promotion-accordion .promotion-accordion__accordion .accordion-wrapper .accordion__about-presents__inner-wrapper span::before {
  position: absolute;
  content: "※";
  top: 11px;
  left: -16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#promotion-accordion .promotion-accordion__accordion .accordion-wrapper .accordion .present {
  position: relative;
}
#promotion-accordion .promotion-accordion__accordion .accordion-wrapper .accordion .present__texts {
  font-size: 15px;
  text-align: justify;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding-top: 8px;
  padding-left: 70px;
  padding-right: 70px;
}
@media only screen and (max-width: 768px) {
  #promotion-accordion .promotion-accordion__accordion .accordion-wrapper .accordion .present__texts {
    padding-left: 0;
    padding-right: 0;
  }
}
#promotion-accordion .promotion-accordion__accordion .accordion-wrapper .accordion .present__texts__amount {
  color: #888888;
  text-align: end;
  margin-top: 2px;
}
#promotion-accordion .promotion-accordion__accordion .accordion-wrapper .accordion .present__texts__amount span {
  margin-left: 10px;
}
#promotion-accordion .promotion-accordion__accordion .accordion-wrapper .accordion .present .sold-out-mask {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -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;
  background-color: rgba(34, 34, 34, 0.8);
}
#promotion-accordion .promotion-accordion__accordion .accordion-wrapper .accordion .present .sold-out-mask__text {
  color: #fff;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}
#promotion-accordion .promotion-accordion__accordion .accordion-wrapper .accordion .present .sold-out-mask__text:nth-of-type(1) {
  font-size: 20px;
}
#promotion-accordion .promotion-accordion__accordion .accordion-wrapper .accordion .present .sold-out-mask__text:nth-of-type(2) {
  font-size: 36px;
  font-weight: bold;
}
#promotion-accordion .promotion-accordion__accordion .accordion-wrapper .accordion .present[data-is-sold-out] .sold-out-mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#promotion-accordion .promotion-accordion__accordion .accordion-wrapper.active {
  grid-template-rows: 1fr;
}
#promotion-accordion .promotion-accordion__accordion .accordion-wrapper.active .promotion-accordion__accordion__lead {
  margin-bottom: 16px;
}
#promotion-accordion .promotion-accordion__accordion .accordion-wrapper.active .accordion__button {
  margin-top: 68px;
}
@media only screen and (max-width: 768px) {
  #promotion-accordion .promotion-accordion__accordion .accordion-wrapper.active .accordion__button {
    margin-top: 60px;
  }
}
#promotion-accordion .promotion-accordion__accordion .accordion-wrapper.active .accordion__button::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
#promotion-accordion .promotion-accordion__accordion .wappen {
  position: absolute;
  width: 150px;
  left: -60px;
}
@media only screen and (max-width: 768px) {
  #promotion-accordion .promotion-accordion__accordion .wappen {
    width: 110px;
    width: 31%;
    left: -26px;
  }
}

#lineup {
  width: 680px;
  padding-top: 72px;
  padding-bottom: 112px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #lineup {
    width: 100%;
    padding-top: 54px;
    padding-bottom: 57px;
  }
}
#lineup .lineup__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 245px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  color: white;
  gap: 7.5px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #lineup .lineup__heading {
    height: 180px;
    padding-top: 54px;
  }
}
#lineup .lineup__heading__top {
  font-size: 20px;
  font-weight: bolder;
}
@media only screen and (max-width: 768px) {
  #lineup .lineup__heading__top {
    font-size: 16px;
  }
}
#lineup .lineup__heading__bottom {
  font-size: 34px;
  font-weight: bolder;
}
@media only screen and (max-width: 768px) {
  #lineup .lineup__heading__bottom {
    font-size: 30px;
  }
}
#lineup .lineup__heading__cloud {
  position: absolute;
}
#lineup .lineup__heading__cloud.left {
  top: 32px;
  left: 42px;
  width: 172.82px;
}
@media only screen and (max-width: 768px) {
  #lineup .lineup__heading__cloud.left {
    top: 14px;
    left: 50%;
    -webkit-transform: translateX(calc(-50% - 170px));
    transform: translateX(calc(-50% - 170px));
  }
}
#lineup .lineup__heading__cloud.right {
  width: 158.32px;
  right: 58px;
  bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #lineup .lineup__heading__cloud.right {
    right: 50%;
    bottom: 12px;
    -webkit-transform: translateX(calc(-50% + 310px));
    transform: translateX(calc(-50% + 310px));
  }
}
#lineup .lineup__osechis {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 26px;
  -moz-column-gap: 26px;
  column-gap: 26px;
  row-gap: 80px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #lineup .lineup__osechis {
    grid-template-columns: repeat(1, auto);
    width: 330px;
    row-gap: 55px;
  }
}
#lineup .lineup__osechis .lineup__osechis__osechi {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}
#lineup .lineup__osechis .lineup__osechis__osechi .osechi__link {
  height: auto;
  border-top-right-radius: 5px;
  overflow: hidden;
}
#lineup .lineup__osechis .lineup__osechis__osechi .osechi__link__wappen {
  position: absolute;
  width: 175px;
  top: -40px;
  left: -42.5px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  #lineup .lineup__osechis .lineup__osechis__osechi .osechi__link__wappen {
    left: -22.5px;
  }
}
#lineup .lineup__osechis .lineup__osechis__osechi .osechi__link__wappen .wappen-without-mask {
  display: block;
}
#lineup .lineup__osechis .lineup__osechis__osechi .osechi__link__wappen .wappen-with-mask {
  display: none;
  z-index: 1;
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
  pointer-events: none;
  -webkit-mask-image: url("/rb/osechi/assets/images/pages/seg/common/present-wappen.png");
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("/rb/osechi/assets/images/pages/seg/common/present-wappen.png");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  opacity: 1;
}
#lineup .lineup__osechis .lineup__osechis__osechi::after {
  content: "完売御礼";
  position: absolute;
  display: none;
  color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 40px;
  padding-top: 140px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#lineup .lineup__osechis .lineup__osechis__osechi:nth-child(even) .osechi__link__wappen {
  left: -15px;
}
@media only screen and (max-width: 768px) {
  #lineup .lineup__osechis .lineup__osechis__osechi:nth-child(even) .osechi__link__wappen {
    left: -22.5px;
  }
}
#lineup .lineup__osechis .lineup__osechis__osechi .osechi__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#lineup .lineup__osechis .lineup__osechis__osechi .osechi__categories__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #b6985c;
  font-size: 16px;
  letter-spacing: -0.1px;
  font-weight: bold;
  padding: 0 5.5px;
}
#lineup .lineup__osechis .lineup__osechis__osechi .osechi__categories__category span {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  #lineup .lineup__osechis .lineup__osechis__osechi .osechi__categories__category {
    font-size: 14px;
  }
}
#lineup .lineup__osechis .lineup__osechis__osechi .osechi-lineup-bottom-wrapper {
  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: 22.5px 16px 35px 16px;
}
#lineup .lineup__osechis .lineup__osechis__osechi .osechi__price {
  margin-top: 15px;
}
#lineup .lineup__osechis .lineup__osechis__osechi .osechi__to-product-link {
  position: relative;
  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: 70px;
  background-color: black;
  color: white;
  letter-spacing: 0.05em;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50px;
  margin-top: 27.5px;
}
#lineup .lineup__osechis .lineup__osechis__osechi .osechi__to-product-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22.5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 20px;
  background-image: url("/rb/osechi/assets/images/common/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#lineup .lineup__osechis .lineup__osechis__osechi .osechi__free-delivery {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
#lineup .lineup__osechis .lineup__osechis__osechi[data-is-sold-out] a {
  pointer-events: none;
}
#lineup .lineup__osechis .lineup__osechis__osechi[data-is-sold-out]::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#lineup .lineup__osechis .lineup__osechis__osechi[data-is-sold-out] .osechi__link__wappen .wappen-without-mask {
  display: none;
}
#lineup .lineup__osechis .lineup__osechis__osechi[data-is-sold-out] .osechi__link__wappen .wappen-with-mask {
  display: block;
}

#thanks-for-last-years-purchase {
  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;
  background-image: url("/rb/osechi/assets/images/bg/yellow.jpg");
  background-size: cover;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  padding-top: 60px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #thanks-for-last-years-purchase {
    padding-top: 48px;
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 60px;
  }
}
#thanks-for-last-years-purchase a {
  display: inline;
  position: relative;
  cursor: pointer;
}
#thanks-for-last-years-purchase a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 3px;
  left: 0;
  background-color: black;
}
#thanks-for-last-years-purchase .thanks-for-last-years-purchase__heading {
  position: relative;
  width: 330px;
  font-size: 30px;
  font-weight: bolder;
  text-align: center;
  letter-spacing: 0;
  padding-top: 13px;
  padding-bottom: 13px;
}
@media only screen and (max-width: 768px) {
  #thanks-for-last-years-purchase .thanks-for-last-years-purchase__heading {
    width: 100%;
  }
}
#thanks-for-last-years-purchase .thanks-for-last-years-purchase__heading::before, #thanks-for-last-years-purchase .thanks-for-last-years-purchase__heading::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #b6985c;
}
#thanks-for-last-years-purchase .thanks-for-last-years-purchase__heading::before {
  top: 0;
}
#thanks-for-last-years-purchase .thanks-for-last-years-purchase__heading::after {
  bottom: 0;
}
#thanks-for-last-years-purchase .thanks-for-last-years-purchase__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding-top: 34px;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #thanks-for-last-years-purchase .thanks-for-last-years-purchase__texts {
    font-size: 14px;
    text-align: justify;
    letter-spacing: -0.02em;
    gap: 15.5px;
    line-height: 1.7;
  }
}
#thanks-for-last-years-purchase .thanks-for-last-years-purchase__texts__staff {
  font-weight: bolder;
}

#notification {
  width: 100%;
  height: 56px;
  background-color: #ac1d24;
  overflow: hidden;
}
#notification p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.02em;
}

#nav {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 5;
  overflow: hidden;
}
#nav .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 760px;
  height: 56px;
  background-color: inherit;
  -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: 140px;
  cursor: pointer;
}
#nav .wrapper .hamburger-lines {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 22px;
  right: 16px;
  -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: 2px;
  background-color: #000;
}
#nav .items {
  position: fixed;
  opacity: 0;
  width: 0;
  height: 0;
  left: 0;
  top: -100%;
  z-index: 100;
  background-color: inherit;
  -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 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  letter-spacing: 0.3px;
}
@media only screen and (max-width: 768px) {
  #nav .items .item {
    height: 54px;
    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: 760px;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 32px;
  cursor: pointer;
}
#nav .items .item a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 15px;
  right: 30px;
  background-image: url("/rb/osechi/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: 67.5px;
  letter-spacing: -2px;
}
#nav .items .item:last-of-type a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: 32.5px;
  top: 50%;
  background-image: url("/rb/osechi/assets/images/components/nav/logo-sub.svg");
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#nav.active .hamburger-lines {
  right: 14px;
}
#nav.active .hamburger-lines .line:nth-of-type(1) {
  width: 28px;
  -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: 28px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left;
  transform-origin: left;
}
#nav.active .items {
  width: 100%;
  height: auto;
  top: 56px;
  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: 56px;
  left: 0;
  background-color: #222;
  opacity: 0.5;
  z-index: -1;
}

#promises {
  width: 100%;
  background: url("/rb/osechi/assets/images/bg/red.jpg") center repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #promises {
    height: auto;
    padding-bottom: 32px;
  }
}
#promises .wrapper {
  width: 100%;
  max-width: 760px;
  padding-bottom: 70px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper {
    padding-bottom: 0;
  }
}
#promises .wrapper .promises__heading {
  width: 240px;
  padding-top: 55px;
  margin: 0 auto;
}
#promises .wrapper .promises__promises__promise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  padding: 0 25px;
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .promises__promises__promise {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
  }
}
#promises .wrapper .promises__promises__promise .title {
  position: relative;
}
#promises .wrapper .promises__promises__promise .title .text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 153px;
  height: 163px;
  top: 60px;
  -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 22px 0 26px;
  z-index: 1;
}
#promises .wrapper .promises__promises__promise .title .text .keyword {
  font-size: 28px;
  font-weight: bold;
}
#promises .wrapper .promises__promises__promise .title .text .keyword span:nth-of-type(2) {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  font-size: 12px;
}
#promises .wrapper .promises__promises__promise .title .text .content {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 5px;
}
#promises .wrapper .promises__promises__promise .title .image {
  position: relative;
  width: 340px;
}
#promises .wrapper .promises__promises__promise .title .number {
  position: absolute;
  z-index: 1;
}
#promises .wrapper .promises__promises__promise .description-container {
  color: #fff;
  font-weight: 400;
}
#promises .wrapper .promises__promises__promise .description-container .description {
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 23px;
}
#promises .wrapper .promises__promises__promise .description-container .additional {
  font-size: 12px;
  letter-spacing: 0.15px;
  line-height: 20px;
}
#promises .wrapper .promises__promises__promise:nth-of-type(1) .title .text .keyword {
  letter-spacing: 1px;
  padding-top: 30px;
}
#promises .wrapper .promises__promises__promise:nth-of-type(1) .title .text .keyword span:nth-of-type(2) {
  padding-top: 12.5px;
}
#promises .wrapper .promises__promises__promise:nth-of-type(1) .title .text .content {
  padding-top: 33px;
  padding-right: 8px;
}
#promises .wrapper .promises__promises__promise:nth-of-type(1) .title .image {
  margin-left: 35px;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .promises__promises__promise: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: 35px;
    margin-left: 0;
  }
}
#promises .wrapper .promises__promises__promise:nth-of-type(1) .title .number {
  width: 57.5px;
  top: 35px;
  left: 47.5px;
}
#promises .wrapper .promises__promises__promise:nth-of-type(1) .description-container .description {
  padding-top: 45px;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .promises__promises__promise:nth-of-type(1) .description-container .description {
    padding: 0 25px;
    padding-top: 22.5px;
  }
}
#promises .wrapper .promises__promises__promise:nth-of-type(1) .description-container .additional {
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .promises__promises__promise:nth-of-type(1) .description-container .additional {
    padding: 0 25px;
    padding-top: 6px;
  }
}
#promises .wrapper .promises__promises__promise:nth-of-type(2) {
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .promises__promises__promise:nth-of-type(2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
#promises .wrapper .promises__promises__promise:nth-of-type(2) .title .text {
  height: 192px;
  top: 32.5px;
  right: -2.5px;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .promises__promises__promise:nth-of-type(2) .title .text {
    padding: 0 25px;
    padding-top: 6px;
  }
}
#promises .wrapper .promises__promises__promise:nth-of-type(2) .title .text .keyword {
  letter-spacing: 3px;
  padding-top: 24px;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .promises__promises__promise:nth-of-type(2) .title .text .keyword {
    padding-top: 15px;
  }
}
#promises .wrapper .promises__promises__promise:nth-of-type(2) .title .text .keyword span:nth-of-type(2) {
  padding-top: 7.5px;
  letter-spacing: 1px;
}
#promises .wrapper .promises__promises__promise:nth-of-type(2) .title .text .content {
  line-height: 24px;
  letter-spacing: 4px;
  padding-top: 25px;
  padding-right: 8px;
}
#promises .wrapper .promises__promises__promise:nth-of-type(2) .title .image {
  margin-right: 33px;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .promises__promises__promise: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: 35px;
    margin-left: 0;
  }
}
#promises .wrapper .promises__promises__promise:nth-of-type(2) .title .number {
  width: 57.5px;
  top: 0px;
  right: 47.5px;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .promises__promises__promise:nth-of-type(2) .title .number {
    top: 0px;
  }
}
#promises .wrapper .promises__promises__promise:nth-of-type(2) .description-container .description {
  padding-top: 45px;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .promises__promises__promise:nth-of-type(2) .description-container .description {
    padding-top: 22.5px;
    padding-left: 25px;
    padding-right: 10px;
  }
}
#promises .wrapper .promises__promises__promise:nth-of-type(2) .description-container .additional {
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .promises__promises__promise:nth-of-type(2) .description-container .additional {
    padding-left: 25px;
  }
}
#promises .wrapper .promises__promises__promise:nth-of-type(3) {
  margin-top: 55px;
}
#promises .wrapper .promises__promises__promise:nth-of-type(3) .title .text {
  width: 153px;
  height: 176px;
  top: 48px;
}
#promises .wrapper .promises__promises__promise:nth-of-type(3) .title .text .keyword {
  letter-spacing: 3px;
  padding-top: 31px;
}
#promises .wrapper .promises__promises__promise:nth-of-type(3) .title .text .content {
  line-height: 24px;
  letter-spacing: 4px;
  padding-top: 33px;
  padding-right: 8px;
}
#promises .wrapper .promises__promises__promise:nth-of-type(3) .title .image {
  margin-left: 35px;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .promises__promises__promise: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: 35px;
    margin-left: 0;
  }
}
#promises .wrapper .promises__promises__promise:nth-of-type(3) .title .number {
  width: 57.5px;
  top: 8px;
  left: 47.5px;
}
#promises .wrapper .promises__promises__promise:nth-of-type(3) .description-container .description {
  padding-top: 65px;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .promises__promises__promise:nth-of-type(3) .description-container .description {
    padding: 0 25px;
    padding-top: 22.5px;
  }
}
#promises .wrapper .promises__promises__promise:nth-of-type(3) .description-container .additional {
  padding-top: 5px;
}
@media only screen and (max-width: 768px) {
  #promises .wrapper .promises__promises__promise:nth-of-type(3) .description-container .additional {
    padding-left: 25px;
  }
}

#craftsmanship {
  width: 100%;
  background-image: url("/rb/osechi/assets/images/bg/yellow.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #craftsmanship {
    padding: 0;
    padding-top: 55px;
  }
}
#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 55px 32px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #craftsmanship .wrapper {
    display: block;
    height: auto;
    padding: 0;
    padding-bottom: 57.5px;
  }
}
#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;
  }
}
#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 .craftsmanship__container {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}
#craftsmanship .wrapper .craftsmanship__container .ribbon {
  position: absolute;
  width: 32px;
  top: -16px;
  -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: 32.5px;
  right: 15px;
  padding-right: 7.5px;
}
#craftsmanship .wrapper .container1 .ribbon:nth-of-type(2) {
  width: 32.5px;
  right: 52.5px;
  padding-right: 7.5px;
}
@media only screen and (max-width: 768px) {
  #craftsmanship .wrapper .container1 {
    padding-right: 30px;
    margin-top: 25px;
  }
  #craftsmanship .wrapper .container1 .ribbon:nth-of-type(1) {
    right: 46.5px;
    padding-right: 7.5px;
  }
  #craftsmanship .wrapper .container1 .ribbon:nth-of-type(2) {
    right: 82.5px;
    padding-right: 7.5px;
  }
}
#craftsmanship .wrapper .container2 .ribbon {
  width: 35px;
  left: 0;
}
#craftsmanship .wrapper .container2 .ribbon:nth-of-type(1) {
  left: 55px;
  padding-right: 10px;
}
#craftsmanship .wrapper .container2 .ribbon:nth-of-type(2) {
  left: 15px;
  padding-right: 7.5px;
}
@media only screen and (max-width: 768px) {
  #craftsmanship .wrapper .container2 {
    padding-left: 30px;
    margin-top: 22px;
  }
  #craftsmanship .wrapper .container2 .ribbon:nth-of-type(1) {
    left: 86px;
    padding-right: 10px;
  }
  #craftsmanship .wrapper .container2 .ribbon:nth-of-type(2) {
    left: 46px;
    padding-right: 7.5px;
  }
}
#craftsmanship .wrapper .container3 .ribbon {
  width: 35px;
}
#craftsmanship .wrapper .container3 .ribbon:nth-of-type(1) {
  right: 15px;
  padding-right: 10px;
}
#craftsmanship .wrapper .container3 .ribbon:nth-of-type(2) {
  width: 30px;
  right: 55px;
  padding-right: 5px;
}
@media only screen and (max-width: 768px) {
  #craftsmanship .wrapper .container3 {
    padding-right: 30px;
    margin-top: 22.5px;
  }
  #craftsmanship .wrapper .container3 .ribbon:nth-of-type(1) {
    right: 46.5px;
    padding-right: 7.5px;
  }
  #craftsmanship .wrapper .container3 .ribbon:nth-of-type(2) {
    right: 87.5px;
    padding-right: 7.5px;
  }
}
#craftsmanship .wrapper .container4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1/3;
  grid-row: 3/4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 24px;
}
@media only screen and (max-width: 768px) {
  #craftsmanship .wrapper .container4 {
    width: calc(100% - 32px);
    padding: 22px 24px 20px 24px;
    margin: 0 auto;
    margin-top: 26px;
  }
}
#craftsmanship .wrapper .container4 .logo {
  width: 210px;
  height: 80px;
}
#craftsmanship .wrapper .container4 .logo figcaption {
  letter-spacing: 0.3px;
  font-size: 17px;
  color: #b6985c;
  margin-top: 12.5px;
}
#craftsmanship .wrapper .container4 .contents {
  display: grid;
  grid-template-columns: auto auto;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  font-size: 14px;
  line-height: 21px;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #craftsmanship .wrapper .container4 .contents {
    grid-template-columns: auto;
  }
}
#craftsmanship .wrapper .container4 .contents .image.pc-only {
  min-width: 305px;
}
#craftsmanship .wrapper .container4 .contents .image.sp-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  #craftsmanship .wrapper .container4 .contents .image.pc-only {
    display: none;
  }
  #craftsmanship .wrapper .container4 .contents .image.sp-only {
    display: block;
  }
}
#craftsmanship .wrapper .container4 .contents .descriptions {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.75px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #craftsmanship .wrapper .container4 .contents .descriptions {
    margin-top: 17px;
  }
}
#craftsmanship .wrapper .container4 .contents .descriptions .description:nth-of-type(1) {
  margin-top: 2px;
}
#craftsmanship .wrapper .container4 .contents .descriptions .description:nth-of-type(2) {
  letter-spacing: 1.5px;
}

#voices {
  width: 100%;
  background-image: url("/rb/osechi/assets/images/components/voices/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#voices .wrapper {
  width: 100%;
  max-width: 760px;
  padding-bottom: 60px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #voices .wrapper {
    padding-bottom: 57.5px;
  }
}
#voices .wrapper .voices__heading {
  width: 420px;
  padding-top: 57.5px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #voices .wrapper .voices__heading {
    position: relative;
    width: 375px;
    left: 0px;
    top: 0px;
    padding-top: 0;
    margin-top: 10px;
  }
}
#voices .wrapper .voices__voices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 440px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  padding-right: 6px;
  margin: 11px 28px 0 32px;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  #voices .wrapper .voices__voices {
    padding-right: 0;
    margin: 10px 23px 0 13px;
  }
}
#voices .wrapper .voices__voices__voice {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  #voices .wrapper .voices__voices__voice {
    padding-bottom: 10px;
  }
}
#voices .wrapper .voices__voices__voice .item__heading {
  position: relative;
}
#voices .wrapper .voices__voices__voice .item__heading .item__heading__image {
  position: absolute;
  width: 62.5px;
  top: 7.5px;
  left: 9px;
}
@media only screen and (max-width: 768px) {
  #voices .wrapper .voices__voices__voice .item__heading .item__heading__image {
    top: -2.5px;
    left: -7px;
  }
}
#voices .wrapper .voices__voices__voice .item__heading .item__heading__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 62px;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  padding-left: 80px;
  padding-top: 15px;
}
@media only screen and (max-width: 768px) {
  #voices .wrapper .voices__voices__voice .item__heading .item__heading__description {
    padding-top: 17.5px;
    padding-left: 70px;
  }
}
#voices .wrapper .voices__voices__voice .item__description {
  font-size: 16px;
  letter-spacing: 0.175px;
  font-weight: 400;
  line-height: 22px;
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  #voices .wrapper .voices__voices__voice .item__description {
    line-height: 23px;
  }
}
#voices .wrapper .warning {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  #voices .wrapper .warning {
    margin: 16px 26px 0 24px;
    text-align: start;
    line-height: 17.5px;
  }
}

#support {
  width: 100%;
  background-image: url("/rb/osechi/assets/images/bg/yellow.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  scroll-margin: 56px;
}
@media only screen and (max-width: 768px) {
  #support {
    padding-bottom: 55px;
  }
}
#support .wrapper {
  width: 760px;
  padding-top: 57.5px;
  padding-bottom: 58px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #support .wrapper {
    width: 100%;
    padding-top: 55px;
    padding-bottom: 0px;
  }
}
#support .wrapper .support__heading {
  display: block;
  width: 257px;
  height: 149px;
  margin: 0 auto;
  margin-bottom: 15px;
}
#support .wrapper .support__heading img {
  width: 100%;
  height: 100%;
}
#support .wrapper .support__services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin: 0 24px;
}
#support .wrapper .support__services__service {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .support__services {
    display: block;
    height: auto;
    margin: 0 15px;
  }
}
#support .wrapper .support__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 .support__services .heading {
    padding-top: 30px;
    margin-top: 0;
  }
}
#support .wrapper .support__services .heading .heading__text {
  font-size: 30px;
  color: #b6985c;
  margin-left: 15px;
  letter-spacing: 0.8px;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .support__services .heading .heading__text {
    margin-left: 22px;
  }
}
#support .wrapper .support__services .sub-heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 27.5px;
}
#support .wrapper .support__services .description {
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 23.5px;
  padding: 0 23px;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .support__services .description {
    padding: 0 16px 32px 16px;
  }
}
#support .wrapper .support__services .free-cancellation {
  width: 100%;
  grid-column: 1/2;
  grid-row: 1/2;
}
#support .wrapper .support__services .free-cancellation .heading {
  margin-top: 32px;
}
#support .wrapper .support__services .free-cancellation .heading .heading__image {
  width: 62.5px;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .support__services .free-cancellation .heading {
    padding-top: 35px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #support .wrapper .support__services .free-cancellation .description {
    padding-top: 0;
    padding-bottom: 0;
  }
}
#support .wrapper .support__services .free-cancellation .until {
  font-size: 16px;
  padding-left: 25px;
  margin-top: 12.5px;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .support__services .free-cancellation .until {
    padding-left: 17.5px;
    padding-top: 10px;
    margin-top: 0;
  }
}
#support .wrapper .support__services .free-cancellation .customer-service-phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 25px;
  margin-top: 15px;
  font-size: 16px;
}
#support .wrapper .support__services .free-cancellation .customer-service-phone-number a {
  width: auto;
  color: #000;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .support__services .free-cancellation .customer-service-phone-number {
    padding-left: 17.5px;
    padding-top: 17.5px;
    margin-top: 0;
  }
}
#support .wrapper .support__services .free-cancellation .customer-service-description {
  font-size: 12px;
  padding: 0 20px;
  padding-left: 25px;
  padding-bottom: 30px;
  letter-spacing: 0.1px;
  line-height: 18px;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .support__services .free-cancellation .customer-service-description {
    padding-left: 17.5px;
    padding-top: 12.5px;
    margin-top: 0;
  }
}
#support .wrapper .support__services .delivery {
  width: 100%;
  grid-column: 2/3;
  grid-row: 1/2;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .support__services .delivery {
    padding-bottom: 35px;
  }
}
#support .wrapper .support__services .delivery .heading {
  line-height: 42.5px;
  margin-top: 37.5px;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .support__services .delivery .heading {
    padding-top: 35px;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  #support .wrapper .support__services .delivery .description {
    padding-bottom: 22.5px;
    margin-top: 27.5px;
  }
}
#support .wrapper .support__services .delivery .description-sub {
  font-size: 16px;
  margin-left: 25px;
  margin-top: 22px;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .support__services .delivery .description-sub {
    margin-top: 0px;
    margin-left: 17.5px;
  }
}
#support .wrapper .support__services .customer-service {
  width: 100%;
  grid-column: 1/3;
  grid-row: 2/3;
  padding-bottom: 32px;
}
#support .wrapper .support__services .customer-service .heading {
  margin-top: 32px;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .support__services .customer-service .heading {
    margin-top: 25px;
  }
}
#support .wrapper .support__services .customer-service .phone-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #222222;
  border-radius: 24px;
  margin: 0 auto;
  margin-top: 7px;
}
@media only screen and (max-width: 768px) {
  #support .wrapper .support__services .customer-service .phone-number {
    margin-top: 8px;
  }
}
#support .wrapper .support__services .customer-service .phone-number__text a {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  margin-left: 7.5px;
}
#support .wrapper .support__services .customer-service .time {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 22px;
  margin-top: 8px;
}

#faq {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
#faq .faq__heading {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #b6985c;
  padding-top: 65px;
  padding-bottom: 37px;
}
@media only screen and (max-width: 768px) {
  #faq .faq__heading {
    padding-bottom: 30px;
  }
}
#faq .faq__questions {
  width: 100%;
  margin-bottom: 56px;
}
@media only screen and (max-width: 768px) {
  #faq .faq__questions {
    width: 91.5%;
    margin: 0 auto;
    margin-bottom: 56px;
  }
}
#faq .faq__questions__question {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.4px;
  border-top: 1px #b6985c solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#faq .faq__questions__question .question-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 32.5px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #faq .faq__questions__question .question-title {
    line-height: 20px;
  }
}
#faq .faq__questions__question .question-title::before {
  content: "Q";
  position: absolute;
  left: 0;
  color: #b6985c;
  font-size: 22px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #faq .faq__questions__question .question-title::before {
    left: 8px;
  }
}
#faq .faq__questions__question .question-title::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 15px;
  height: 20px;
  top: 22.5px;
  right: 13px;
  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 .faq__questions__question .question-title::after {
    top: 26px;
    right: 5.5px;
  }
}
#faq .faq__questions__question .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 .faq__questions__question .question-description {
  line-height: 22px;
  font-weight: 400;
  overflow: hidden;
}
#faq .faq__questions__question:last-of-type {
  border-bottom: 1px #b6985c solid;
}
@media only screen and (max-width: 768px) {
  #faq .faq__questions__question:last-of-type {
    padding: 6pxm 0;
  }
  #faq .faq__questions__question:last-of-type .question-title {
    letter-spacing: 1px;
    padding-right: 30px;
  }
}
#faq .faq__questions__question.active {
  padding-bottom: 20px;
}
#faq .faq__questions__question.active .question-title::after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
#faq .faq__questions__question.active .question-description-wrapper {
  grid-template-rows: 1fr;
}

footer {
  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: #222;
  gap: 40px;
  padding-bottom: 40px;
}
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;
}
footer .top .related-informations li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 54px;
  font-size: 16px;
  -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: 780px;
  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: 25px;
  padding-left: 32.5px;
  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: 10px;
  height: 20px;
  top: 20px;
  right: 29px;
  background-image: url("/rb/osechi/assets/images/components/footer/arrow.svg");
  background-repeat: no-repeat;
}
footer .top .related-informations li:last-of-type {
  height: 60px;
}
footer .top .related-informations li:last-of-type a::before {
  content: "";
  display: inline-block;
  width: 0px;
  height: 30px;
  background-image: url("/rb/osechi/assets/images/components/footer/logo.svg");
  background-repeat: no-repeat;
  padding-left: 32.5px;
  z-index: 1;
}
footer .top .related-informations li:last-of-type a {
  letter-spacing: -2px;
}
footer .top .related-informations li:last-of-type a::after {
  top: 23px;
}
footer .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 768px) {
  footer .bottom {
    margin-top: 57.5px;
  }
}
footer .bottom .company-informations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 366px;
  -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;
}
footer .bottom .company-informations li a {
  position: relative;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.2px;
  padding: 0 10px;
}
footer .bottom .company-informations li a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 18px;
  top: 5px;
  right: 0px;
  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;
}

.price .price__original {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  letter-spacing: 0.02em;
  margin-top: 5px;
}
.price .price__original__price-text {
  font-size: 15px;
  font-weight: 400;
}
.price .price__original__price-with-tax-text {
  position: relative;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.price .price__original__price-with-tax-text span {
  font-size: 15px;
  letter-spacing: 0.1em;
}
.price .price__original__price-with-tax-text::after {
  position: absolute;
  content: "";
  width: calc(100% + 10px);
  height: 2px;
  background-color: #ac1d24;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.price hr {
  border: 0.75px solid #ac1d24;
  margin: 0;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
.price .price__discounted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.price .price__discounted .price__discounted__price-without-tax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px 0 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: -12.5px;
}
.price .price__discounted .price__discounted__price-without-tax .discounted-price-without-tax__text {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  top: 7.5px;
  color: #ac1d24;
}
.price .price__discounted .price__discounted__price-without-tax .discounted-price-without-tax__text span {
  letter-spacing: 0.01em;
  font-size: 40px;
}
.price .price__discounted .price__discounted__price-with-tax-text {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #ac1d24;
  margin-top: 5px;
}

main {
  width: 100%;
  background: url("/rb/osechi/assets/images/bg/red.jpg") center repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  main {
    overflow: hidden;
  }
}