@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;
  }
}

.price .price__how-much-cheaper {
  position: relative;
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .price .price__how-much-cheaper {
    max-width: none;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.price .price__how-much-cheaper__text {
  position: absolute;
  top: 80px;
  right: 128px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .price .price__how-much-cheaper__text {
    top: 55%;
    right: 22vw;
    font-size: clamp(10px, 5.5vw, 100px);
  }
}
.price .price__how-much-cheaper__image.premiumwari-lastweek {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .price .price__how-much-cheaper__image.premiumwari-lastweek {
    margin-top: 16px;
  }
}
.price .price__inner-wrapper {
  width: 310px;
  margin: 0 auto;
}
.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: 2.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;
}

#premiumwari-promotion .promotion__description {
  background-image: url("/rb/osechi/assets/images/bg/red.jpg");
  background-size: contain;
  padding-bottom: 390px;
}
@media only screen and (max-width: 768px) {
  #premiumwari-promotion .promotion__description {
    padding-bottom: 220px;
  }
}
#premiumwari-promotion .promotion__description__inner-wrapper {
  width: 600px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #premiumwari-promotion .promotion__description__inner-wrapper {
    width: 100%;
  }
}
#premiumwari-promotion .promotion__description__heading {
  margin-bottom: 12px;
}
#premiumwari-promotion .promotion__description__recommandation {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #premiumwari-promotion .promotion__description__recommandation {
    margin-top: 42px;
  }
}
#premiumwari-promotion .premiumwari-promotion__irodori {
  background-image: url("/rb/osechi/assets/images/bg/yellow.jpg");
  background-size: contain;
  padding-bottom: 100px;
}
#premiumwari-promotion .premiumwari-promotion__irodori .irodori__inner-wrapper {
  position: relative;
  top: -450px;
  width: 468px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #premiumwari-promotion .premiumwari-promotion__irodori .irodori__inner-wrapper {
    width: 100%;
    top: -270px;
  }
}
#premiumwari-promotion .premiumwari-promotion__irodori .irodori__how-many-people-can-have {
  margin-bottom: 20px;
}
#premiumwari-promotion .premiumwari-promotion__irodori .irodori__mv {
  margin-bottom: 8px;
}
#premiumwari-promotion .premiumwari-promotion__irodori .irodori__onishime {
  margin-bottom: 66px;
}
#premiumwari-promotion .premiumwari-promotion__irodori .irodori__youtube-shorts {
  position: relative;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 8px;
}
#premiumwari-promotion .premiumwari-promotion__irodori .irodori__youtube-shorts .cursor-fix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
#premiumwari-promotion .premiumwari-promotion__irodori .irodori__youtube-shorts iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#premiumwari-promotion .premiumwari-promotion__irodori .irodori__price {
  position: relative;
  width: 760px;
  background-color: white;
  border: 4px solid #ac1d24;
  padding-bottom: 32px;
  margin: 0 auto;
  margin-top: -410px;
}
@media only screen and (max-width: 768px) {
  #premiumwari-promotion .premiumwari-promotion__irodori .irodori__price {
    width: 343px;
    padding-top: 12px;
    margin: 0 auto;
    margin-top: -250px;
  }
}
#premiumwari-promotion .premiumwari-promotion__irodori .irodori__price .price {
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #premiumwari-promotion .premiumwari-promotion__irodori .irodori__price .price {
    width: 310px;
  }
}
#premiumwari-promotion .premiumwari-promotion__irodori .irodori__price__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;
  width: 350px;
  height: 70px;
  background-color: black;
  color: white;
  letter-spacing: 0.05em;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50px;
  margin: 0 auto;
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  #premiumwari-promotion .premiumwari-promotion__irodori .irodori__price__to-product-link {
    width: 310px;
  }
}
#premiumwari-promotion .premiumwari-promotion__irodori .irodori__price__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;
}
#premiumwari-promotion .premiumwari-promotion__irodori .irodori__price__free-delivery {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
#premiumwari-promotion .premiumwari-promotion__irodori .price .price__how-much-cheaper__text {
  top: 80px;
  right: 128px;
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  #premiumwari-promotion .premiumwari-promotion__irodori .price .price__how-much-cheaper__text {
    top: 48px;
    right: 70px;
    font-size: 22px;
  }
}
#premiumwari-promotion .premiumwari-promotion__syousyun-hououraigi {
  background-color: #fff;
  padding-top: 56px;
  padding-bottom: 100px;
}
#premiumwari-promotion .premiumwari-promotion__syousyun-hououraigi .osechis__inner-wrapper {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 343px);
  gap: 42px;
  grid-template-rows: 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #premiumwari-promotion .premiumwari-promotion__syousyun-hououraigi .osechis__inner-wrapper {
    display: block;
    margin: 0 auto;
  }
}
#premiumwari-promotion .premiumwari-promotion__syousyun-hououraigi .osechi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#premiumwari-promotion .premiumwari-promotion__syousyun-hououraigi .osechi__price {
  width: 100%;
  position: relative;
  border: 4px solid #ac1d24;
  margin: 0 auto;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #premiumwari-promotion .premiumwari-promotion__syousyun-hououraigi .osechi__price {
    width: 343px;
    margin: 0 auto;
    margin-top: 20px;
  }
}
#premiumwari-promotion .premiumwari-promotion__syousyun-hououraigi .osechi__price__inner-wrapper {
  width: 310px;
  padding-top: 10px;
  padding-bottom: 30px;
  margin: 0 auto;
}
#premiumwari-promotion .premiumwari-promotion__syousyun-hououraigi .osechi__price__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;
  width: 310px;
  height: 70px;
  background-color: black;
  color: white;
  letter-spacing: 0.05em;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50px;
  margin-top: 15px;
}
#premiumwari-promotion .premiumwari-promotion__syousyun-hououraigi .osechi__price__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;
}
#premiumwari-promotion .premiumwari-promotion__syousyun-hououraigi .osechi__price__free-delivery {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}
#premiumwari-promotion .premiumwari-promotion__syousyun-hououraigi .price .price__how-much-cheaper__text {
  top: 48px;
  right: 82px;
  font-size: 22px;
}
@media only screen and (max-width: 768px) {
  #premiumwari-promotion .premiumwari-promotion__syousyun-hououraigi .price .price__how-much-cheaper__text {
    right: 70px;
  }
}
#premiumwari-promotion .price .price__how-much-cheaper {
  padding-left: 0;
  padding-right: 0;
}
#premiumwari-promotion .price .price__how-much-cheaper__image.premiumwari-lastweek {
  margin-top: 16px;
}
#premiumwari-promotion .irodori__price .price .price__how-much-cheaper__image.premiumwari-lastweek {
  margin-top: 24px;
}

#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;
}
#notification.premiumwari-lastweek {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #b6985c;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#notification.premiumwari-lastweek figure {
  width: auto;
}
#notification.premiumwari-lastweek figure img {
  -o-object-fit: contain;
  object-fit: contain;
}

#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: 1.22;
  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: 1.22;
  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;
}

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;
  }
}

#lineup {
  width: 100%;
  background-image: url("/rb/osechi/assets/images/bg/yellow.jpg");
  background-size: cover;
}
#lineup .lineup__title {
  width: 350px;
  padding-top: 56px;
  padding-bottom: 40px;
  margin: 0 auto;
}
#lineup .lineup__filter__title {
  color: #b6985c;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}
#lineup .lineup__filter__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #b6985c;
  font-size: 14px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  #lineup .lineup__filter__items {
    margin-top: 15px;
  }
}
#lineup .lineup__filter__items .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: 32px;
  background-color: #fff;
  border-radius: 30px;
  padding: 6px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
#lineup .lineup__filter__items .items__item.active {
  color: #fff;
  background-color: #b6985c;
}
#lineup .lineup__osechis {
  display: grid;
  grid-template-columns: repeat(4, 164px);
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  row-gap: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 32px 0 52px 0;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #lineup .lineup__osechis {
    grid-template-columns: repeat(2, 164px);
    -webkit-column-gap: 14px;
    -moz-column-gap: 14px;
    column-gap: 14px;
    row-gap: 24px;
  }
}
#lineup .lineup__osechis .osechi {
  display: none;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
#lineup .lineup__osechis .osechi a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 12px;
}
#lineup .lineup__osechis .osechi a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
#lineup .lineup__osechis .osechi a:hover::after {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  #lineup .lineup__osechis .osechi a::after {
    content: none;
  }
}
#lineup .lineup__osechis .osechi__categories {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
  padding: 0 12px;
  margin: 0 auto;
}
#lineup .lineup__osechis .osechi__categories__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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: 12px;
  font-weight: bold;
  padding: 6px 0;
}
#lineup .lineup__osechis .osechi__description {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3;
}
#lineup .lineup__osechis .osechi .sold-out-mask {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.8);
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #fff;
  padding-top: 68px;
}
#lineup .lineup__osechis .osechi[data-is-sold-out] .sold-out-mask {
  display: block;
}
#lineup .lineup__osechis .osechi.filtered {
  display: block;
}