@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-detail {
  background-image: url("/rb/osechi/assets/images/bg/red.jpg");
  background-size: contain;
  padding-top: 96px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .promotion-detail {
    padding-bottom: 72px;
  }
}
.promotion-detail .wrapper {
  width: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  padding-bottom: 42px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .promotion-detail .wrapper {
    width: calc(100% - 32px);
    background-color: transparent;
    padding-bottom: 0;
  }
}
.promotion-detail .promotion-detail__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;
}
@media only screen and (max-width: 768px) {
  .promotion-detail .promotion-detail__postcard {
    width: 343px;
    margin: 0 auto;
    padding-bottom: 32px;
  }
}
.promotion-detail .promotion-detail__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-detail .promotion-detail__postcard__heading {
    height: 40px;
    font-size: 20px;
  }
}
.promotion-detail .promotion-detail__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-detail .promotion-detail__postcard__description p:nth-of-type(1) {
    font-size: 14px;
    margin-top: 30px;
  }
}
.promotion-detail .promotion-detail__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-detail .promotion-detail__postcard__description p:nth-of-type(2) {
    font-size: 30px;
    margin-top: 12px;
  }
}
.promotion-detail .promotion-detail__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-detail .promotion-detail__postcard__description p:nth-of-type(3) {
    width: 220px;
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 78px;
  }
}
.promotion-detail .promotion-detail__postcard__description p:nth-of-type(3)::before, .promotion-detail .promotion-detail__postcard__description p:nth-of-type(3)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
}
.promotion-detail .promotion-detail__postcard__description p:nth-of-type(3)::before {
  top: 0;
}
.promotion-detail .promotion-detail__postcard__description p:nth-of-type(3)::after {
  bottom: 0;
}
.promotion-detail .promotion-detail__lead {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  padding-top: 32px;
  padding-bottom: 40px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .promotion-detail .promotion-detail__lead {
    padding-top: 6px;
    padding-bottom: 14px;
    color: #fff;
  }
}
.promotion-detail .promotion-detail__accordion {
  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;
  font-weight: 400;
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  .promotion-detail .promotion-detail__accordion {
    width: 100%;
    padding: 0;
    padding-top: 46px;
    background-color: #fff;
  }
}
.promotion-detail .promotion-detail__accordion__title, .promotion-detail .promotion-detail__accordion__subtitle {
  position: relative;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.promotion-detail .promotion-detail__accordion__title .wappen {
  top: 0px;
}
@media only screen and (max-width: 768px) {
  .promotion-detail .promotion-detail__accordion__title .wappen {
    top: -15px;
  }
}
.promotion-detail .promotion-detail__accordion__subtitle {
  margin-top: 47px;
}
@media only screen and (max-width: 768px) {
  .promotion-detail .promotion-detail__accordion__subtitle {
    margin-top: 24px;
  }
}
.promotion-detail .promotion-detail__accordion__subtitle .wappen {
  top: -28px;
}
@media only screen and (max-width: 768px) {
  .promotion-detail .promotion-detail__accordion__subtitle .wappen {
    top: -22px;
  }
}
.promotion-detail .promotion-detail__accordion__presents {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  padding-left: 12px;
  padding-right: 12px;
}
.promotion-detail .promotion-detail__accordion__presents .presents__present {
  position: relative;
  width: 100%;
  height: 100%;
}
.promotion-detail .promotion-detail__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-detail .promotion-detail__accordion__presents .presents__present .sold-out-mask__text {
  color: #fff;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}
.promotion-detail .promotion-detail__accordion__presents .presents__present .sold-out-mask__text:nth-of-type(1) {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .promotion-detail .promotion-detail__accordion__presents .presents__present .sold-out-mask__text:nth-of-type(1) {
    font-size: 2vw;
  }
}
.promotion-detail .promotion-detail__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-detail .promotion-detail__accordion__presents .presents__present .sold-out-mask__text:nth-of-type(2) {
    font-size: 4vw;
  }
}
.promotion-detail .promotion-detail__accordion__presents .presents__present[data-is-sold-out] .sold-out-mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.promotion-detail .promotion-detail__accordion__lead {
  width: 450px;
  margin-top: 50px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .promotion-detail .promotion-detail__accordion__lead {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .promotion-detail .promotion-detail__accordion .accordion {
    padding-bottom: 20px;
    background-color: #fff;
  }
}
.promotion-detail .promotion-detail__accordion .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-detail .promotion-detail__accordion .accordion__presents {
    gap: 32px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.promotion-detail .promotion-detail__accordion .accordion__about-presents {
  font-size: 15px;
  border: 1px solid black;
  padding: 20px;
  line-height: 1.35;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .promotion-detail .promotion-detail__accordion .accordion__about-presents {
    width: calc(100% - 24px);
    font-size: 14px;
    line-height: 1.75;
    padding: 8px;
    padding-top: 6px;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.promotion-detail .promotion-detail__accordion .accordion__about-presents__inner-wrapper {
  padding-left: 16px;
}
.promotion-detail .promotion-detail__accordion .accordion__about-presents__inner-wrapper span {
  position: relative;
}
.promotion-detail .promotion-detail__accordion .accordion__about-presents__inner-wrapper span::before {
  position: absolute;
  content: "※";
  top: 11px;
  left: -16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.promotion-detail .promotion-detail__accordion .accordion .present {
  position: relative;
}
.promotion-detail .promotion-detail__accordion .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-detail .promotion-detail__accordion .accordion .present__texts {
    padding-left: 0;
    padding-right: 0;
  }
}
.promotion-detail .promotion-detail__accordion .accordion .present__texts__amount {
  color: #888888;
  text-align: end;
  margin-top: 2px;
}
.promotion-detail .promotion-detail__accordion .accordion .present__texts__amount span {
  margin-left: 10px;
}
.promotion-detail .promotion-detail__accordion .accordion .present__texts .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-detail .promotion-detail__accordion .accordion .present__texts .sold-out-mask__text {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: 400;
}
.promotion-detail .promotion-detail__accordion .accordion .present__texts .sold-out-mask__text:nth-of-type(1) {
  font-size: 20px;
}
.promotion-detail .promotion-detail__accordion .accordion .present__texts .sold-out-mask__text:nth-of-type(2) {
  font-size: 36px;
  font-weight: bold;
}
.promotion-detail .promotion-detail__accordion .accordion .present[data-is-sold-out] .sold-out-mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.promotion-detail .wappen {
  position: absolute;
  width: 150px;
  left: -60px;
}
@media only screen and (max-width: 768px) {
  .promotion-detail .wappen {
    width: 110px;
    left: -24px;
  }
}

.promotion-image {
  position: relative;
  width: 680px;
  margin: 0 auto;
  margin-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .promotion-image {
    width: 100%;
    margin-bottom: 86px;
  }
}
.promotion-image .wappen {
  position: absolute;
  width: 166px;
  left: -62px;
  top: -62px;
}
@media only screen and (max-width: 768px) {
  .promotion-image .wappen {
    width: 108px;
    left: -24px;
    top: -36px;
  }
}
.promotion-image__images {
  position: relative;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}
.promotion-image__images__image {
  width: 100%;
  height: 100%;
  position: relative;
}
.promotion-image__images__image .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-image__images__image .sold-out-mask__text {
  color: #fff;
  font-weight: 400;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}
.promotion-image__images__image .sold-out-mask__text:nth-of-type(1) {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .promotion-image__images__image .sold-out-mask__text:nth-of-type(1) {
    font-size: 2vw;
  }
}
.promotion-image__images__image .sold-out-mask__text:nth-of-type(2) {
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .promotion-image__images__image .sold-out-mask__text:nth-of-type(2) {
    font-size: 4vw;
  }
}
.promotion-image__images__image[data-is-sold-out] .sold-out-mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.promotion-image__notice {
  display: none;
}
@media only screen and (max-width: 768px) {
  .promotion-image__notice {
    display: block;
    font-size: 16px;
    color: #ac1d24;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#hououraigi .contents__content {
  grid-template-columns: auto;
}
#hououraigi .contents__content__image {
  display: none;
}
#hououraigi .product-detail__plates__plate:nth-of-type(3) {
  padding-top: 110px;
}
#hououraigi .product-detail__plates__plate:nth-of-type(3) .plate__heading {
  display: none;
}
#hououraigi .product-detail__plates__plate:nth-of-type(3) .plate__three-points {
  display: none;
}
#hououraigi .product-detail__plates__plate:nth-of-type(3) .mask,
#hououraigi .product-detail__plates__plate:nth-of-type(3) .more-menu {
  display: none;
}
#hououraigi .product-detail__plates__plate:nth-of-type(3) .plate__contents__contents {
  padding-bottom: 40px;
}

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

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

.delivery-modal-cold-osechi {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.delivery-modal-cold-osechi.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(34, 34, 34, 0.8);
  opacity: 1;
  z-index: 10;
}
.delivery-modal-cold-osechi.active .content {
  position: relative;
  width: 760px;
  background-color: #fff;
}
.delivery-modal-cold-osechi.active .content .close-button {
  position: absolute;
  width: 56px;
  height: 56px;
  top: -56px;
  right: 0;
  cursor: pointer;
}
.delivery-modal-cold-osechi.active .content .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 400;
  padding: 48px 64px;
}
.delivery-modal-cold-osechi.active .content .wrapper .delivery-modal-cold-osechi__heading {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-top: 6px;
  margin-bottom: 32px;
}
.delivery-modal-cold-osechi.active .content .wrapper .delivery-modal-cold-osechi__info-schedule-normal {
  font-size: 18px;
  margin-bottom: 30px;
}
.delivery-modal-cold-osechi.active .content .wrapper .delivery-modal-cold-osechi__info-schedule-delayed {
  font-size: 18px;
  font-weight: bold;
  color: #ac1d24;
  margin-bottom: 24px;
}
.delivery-modal-cold-osechi.active .content .wrapper .delivery-modal-cold-osechi__delayed-areas {
  font-size: 14px;
  color: #ac1d24;
  line-height: 20px;
  margin-bottom: 16px;
}
.delivery-modal-cold-osechi.active .content .wrapper .delivery-modal-cold-osechi__delivery-schedule-map {
  width: 289px;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 24px;
}
.delivery-modal-cold-osechi.active .content .wrapper .delivery-modal-cold-osechi__delayed-areas-announce {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
}
.delivery-modal-cold-osechi.active .content .wrapper .delivery-modal-cold-osechi__designated-delivery-schedule {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
.delivery-modal-cold-osechi.active .content .wrapper .delivery-modal-cold-osechi__designated-delivery-schedule-announce {
  font-size: 16px;
  margin-bottom: 32px;
}
.delivery-modal-cold-osechi.active .content .wrapper .delivery-modal-cold-osechi__delivery-not-availiable-area {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
}
.delivery-modal-cold-osechi.active .content .wrapper .delivery-modal-cold-osechi__delivery-not-availiable-area-announce {
  font-size: 16px;
}
@media only screen and (max-height: 900px) {
  .delivery-modal-cold-osechi.active .content {
    height: calc(100vh - 120px);
  }
  .delivery-modal-cold-osechi.active .content .wrapper {
    overflow-y: auto;
  }
}
@media only screen and (max-width: 768px) {
  .delivery-modal-cold-osechi.active {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
  }
  .delivery-modal-cold-osechi.active .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100vw - 26px);
    height: 940px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
  }
  .delivery-modal-cold-osechi.active .content .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px;
    padding-bottom: 32px;
    overflow-y: auto;
  }
  .delivery-modal-cold-osechi.active .content .wrapper .delivery-modal-cold-osechi__heading {
    width: 220px;
    line-height: 36px;
    margin-top: 8px;
    margin-bottom: 24px;
  }
  .delivery-modal-cold-osechi.active .content .wrapper .delivery-modal-cold-osechi__info-schedule-normal {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 28px;
    text-align: center;
  }
  .delivery-modal-cold-osechi.active .content .wrapper .delivery-modal-cold-osechi__info-schedule-delayed {
    line-height: 20px;
    margin-bottom: 18px;
  }
  .delivery-modal-cold-osechi.active .content .wrapper .delivery-modal-cold-osechi__delayed-areas {
    margin-bottom: 16px;
    line-height: 22px;
  }
  .delivery-modal-cold-osechi.active .content .wrapper .delivery-modal-cold-osechi__delivery-schedule-map {
    width: 289px;
  }
  .delivery-modal-cold-osechi.active .content .wrapper .delivery-modal-cold-osechi__delayed-areas-announce {
    line-height: 20px;
    margin-bottom: 28px;
  }
  .delivery-modal-cold-osechi.active .content .wrapper .delivery-modal-cold-osechi__designated-delivery-schedule {
    margin-bottom: 12px;
  }
  .delivery-modal-cold-osechi.active .content .wrapper .delivery-modal-cold-osechi__designated-delivery-schedule-announce {
    line-height: 22px;
    margin-bottom: 28px;
  }
  .delivery-modal-cold-osechi.active .content .wrapper .delivery-modal-cold-osechi__delivery-not-availiable-area {
    margin-bottom: 16px;
  }
  .delivery-modal-cold-osechi.active .content .wrapper .delivery-modal-cold-osechi__delivery-not-availiable-area-announce {
    line-height: 22px;
  }
}
@media only screen and (max-width: 768px) and (max-height: 1060px) {
  .delivery-modal-cold-osechi.active .content {
    height: calc(100vh - 160px);
  }
  .delivery-modal-cold-osechi.active .content .wrapper {
    overflow-y: auto;
  }
}

.delivery-modal-frozen-osechi {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.delivery-modal-frozen-osechi.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(34, 34, 34, 0.8);
  opacity: 1;
  z-index: 10;
}
.delivery-modal-frozen-osechi.active .content {
  position: relative;
  width: 760px;
  background-color: #fff;
}
.delivery-modal-frozen-osechi.active .content .close-button {
  position: absolute;
  width: 56px;
  height: 56px;
  top: -56px;
  right: 0;
  cursor: pointer;
}
.delivery-modal-frozen-osechi.active .content .wrapper {
  height: auto;
  padding: 48px 30px;
}
.delivery-modal-frozen-osechi.active .content .wrapper .delivery-modal-frozen-osechi__heading {
  font-size: 24px;
  font-weight: bold;
  line-height: 34px;
  color: #b6985c;
  text-align: center;
}
.delivery-modal-frozen-osechi.active .content .wrapper .delivery-modal-frozen-osechi__sub-heading {
  font-size: 18px;
  font-weight: bold;
  color: #b6985c;
  margin-top: 30px;
  margin-bottom: 26px;
}
.delivery-modal-frozen-osechi.active .content .wrapper .delivery-modal-frozen-osechi__have-not-to-worry {
  margin-bottom: 12px;
}
.delivery-modal-frozen-osechi.active .content .wrapper .delivery-modal-frozen-osechi__can-have-more-time {
  margin-bottom: 14px;
}
.delivery-modal-frozen-osechi.active .content .wrapper .delivery-modal-frozen-osechi__description {
  font-size: 16px;
  font-weight: normal;
  -ms-flex-item-align: start;
  align-self: flex-start;
  line-height: 21px;
}
@media only screen and (max-height: 600px) {
  .delivery-modal-frozen-osechi.active .content {
    height: calc(100vh - 120px);
  }
  .delivery-modal-frozen-osechi.active .content .wrapper {
    height: 100%;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 768px) {
  .delivery-modal-frozen-osechi.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(34, 34, 34, 0.8);
    opacity: 1;
    z-index: 10;
  }
  .delivery-modal-frozen-osechi.active .content {
    position: relative;
    width: calc(100vw - 26px);
    height: calc(100svh - 140px);
    background-color: #fff;
  }
  .delivery-modal-frozen-osechi.active .content .wrapper {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .delivery-modal-frozen-osechi.active .content .wrapper .delivery-modal-frozen-osechi__heading {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    color: #b6985c;
    text-align: center;
  }
  .delivery-modal-frozen-osechi.active .content .wrapper .delivery-modal-frozen-osechi__sub-heading {
    font-size: 18px;
    font-weight: bold;
    color: #b6985c;
    margin-top: 30px;
    margin-bottom: 26px;
    text-align: center;
  }
  .delivery-modal-frozen-osechi.active .content .wrapper .delivery-modal-frozen-osechi__have-not-to-worry {
    margin-bottom: 12px;
  }
  .delivery-modal-frozen-osechi.active .content .wrapper .delivery-modal-frozen-osechi__can-have-more-time {
    margin-bottom: 14px;
  }
  .delivery-modal-frozen-osechi.active .content .wrapper .delivery-modal-frozen-osechi__description {
    font-size: 16px;
    font-weight: normal;
    -ms-flex-item-align: start;
    align-self: flex-start;
    line-height: 2;
    text-align: justify;
  }
}

.osechi-name-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .osechi-name-categories {
    width: 100%;
    margin-bottom: 50px;
  }
}
.osechi-name-categories__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .osechi-name-categories__name {
    display: none;
  }
}
.osechi-name-categories__name__kanji {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 40px;
  font-weight: bold;
}
.osechi-name-categories__name__kana {
  font-size: 12px;
}
.osechi-name-categories__categories {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: 32px;
  gap: 6px;
}
.osechi-name-categories__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;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #b6985c;
}
.osechi-name-categories__categories__category span {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .osechi-name-categories__categories__category {
    font-size: 14px;
  }
}
.osechi-name-categories.regular, .osechi-name-categories.pb {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .osechi-name-categories.regular, .osechi-name-categories.pb {
    margin-bottom: 80px;
  }
}

.purchase-form .purchase-form__price-wrapper {
  width: 310px;
  margin: 0 auto;
}
.purchase-form .purchase-form__form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 760px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 4px solid #ac1d24;
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .purchase-form .purchase-form__form {
    width: 100%;
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.purchase-form .purchase-form__form .purchase-form__form__promotion-balloon {
  position: absolute;
  width: 480px;
  height: auto;
  left: 50%;
  top: -64px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .purchase-form .purchase-form__form .purchase-form__form__promotion-balloon {
    width: 310px;
    top: -70px;
  }
}
.purchase-form .purchase-form__form .form__wrapper {
  display: grid;
  width: 480px;
  gap: 28px;
  padding-top: 24px;
  padding-bottom: 50px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .purchase-form .purchase-form__form .form__wrapper {
    width: 100%;
    gap: 18px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 38px;
  }
}
.purchase-form .purchase-form__form .form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .purchase-form .purchase-form__form .form__item {
    width: 100%;
  }
}
.purchase-form .purchase-form__form .form__item__heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  .purchase-form .purchase-form__form .form__item__heading {
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 12px;
  }
}
.purchase-form .purchase-form__form .form__item.present fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.purchase-form .purchase-form__form .form__item.present label {
  height: 70px;
}
.purchase-form .purchase-form__form .form__item.present label:nth-of-type(1)::after, .purchase-form .purchase-form__form .form__item.present label:nth-of-type(2)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: auto;
  bottom: 0;
  left: 0;
  background-color: rgba(172, 29, 36, 0.2);
}
.purchase-form .purchase-form__form .form__item.present label[data-is-present-sold-out] {
  position: relative;
  background-color: #f3f3f3;
  overflow: hidden;
  pointer-events: none;
}
.purchase-form .purchase-form__form .form__item.present label[data-is-present-sold-out]::before {
  content: "終了しました";
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  background-color: rgba(34, 34, 34, 0.8);
  color: #fff;
  font-size: 14px;
  font-family: "Shippori Mincho", serif;
}
.purchase-form .purchase-form__form .form__item.present label[data-is-present-sold-out]::after {
  background-color: rgba(108, 108, 108, 0.8);
}
.purchase-form .purchase-form__form .form__item.present label[data-is-present-sold-out] input[type=radio] {
  border-color: #6c6c6c;
}
.purchase-form .purchase-form__form .form__item fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
}
.purchase-form .purchase-form__form .form__item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 56px;
  background-color: rgba(182, 152, 92, 0.2);
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .purchase-form .purchase-form__form .form__item label {
    padding-right: 0;
  }
}
.purchase-form .purchase-form__form .form__item label:nth-of-type(1)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  top: 50%;
  right: 0;
  background-color: rgba(172, 29, 36, 0.2);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .purchase-form .purchase-form__form .form__item label:nth-of-type(1)::after {
    height: 22.4px;
  }
}
.purchase-form .purchase-form__form .form__item label .option {
  font-size: 15px;
  font-weight: bold;
  margin-left: 8px;
  margin-right: 8px;
}
.purchase-form .purchase-form__form .form__item label .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.purchase-form .purchase-form__form .form__item label .texts__text {
  font-size: 14px;
  line-height: 2;
}
.purchase-form .purchase-form__form .form__item label span {
  margin-bottom: 2.5px;
}
.purchase-form .purchase-form__form .form__item input[type=radio] {
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ac1d24;
  border-radius: 50%;
  margin: 0;
}
.purchase-form .purchase-form__form .form__item input[type=radio]:checked {
  position: relative;
}
.purchase-form .purchase-form__form .form__item input[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ac1d24;
}
.purchase-form .purchase-form__form .form__item__additional-text {
  font-size: 14px;
  margin-top: 12px;
}
.purchase-form .purchase-form__form .form__item__additional-text span {
  position: relative;
  color: #ac1d24;
  cursor: pointer;
}
.purchase-form .purchase-form__form .form__item__additional-text span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #ac1d24;
}
.purchase-form .purchase-form__form .form__button {
  position: relative;
  width: 350px;
  height: 76px;
  background-color: #000;
  border-radius: 35px;
  color: #fff;
  border: 35px;
  margin: 0 auto;
}
.purchase-form .purchase-form__form .form__button__text .no-sold-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  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;
}
.purchase-form .purchase-form__form .form__button__text .no-sold-out::before {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 26px;
  top: 50%;
  left: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/rb/osechi/assets/images/common/cart.svg") center no-repeat;
  background-size: contain;
}
.purchase-form .purchase-form__form .form__button__text .no-sold-out p:nth-of-type(1) {
  font-size: 18px;
}
.purchase-form .purchase-form__form .form__button__text .no-sold-out p:nth-of-type(2) {
  font-size: 12px;
  margin-left: 40px;
}
.purchase-form .purchase-form__form .form__button__text .sold-out {
  display: none;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .purchase-form .purchase-form__form .form__button {
    width: calc(100% - 22px);
  }
}
.purchase-form .form__handmade-text {
  text-align: center;
  color: #ac1d24;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 50px;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .purchase-form .form__handmade-text {
    padding-bottom: 14px;
  }
}
.purchase-form .form__delivery-schedule-for-cold-osechi {
  width: 760px;
  border: 1px solid #b6985c;
  padding-top: 24px;
  padding-bottom: 24px;
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .purchase-form .form__delivery-schedule-for-cold-osechi {
    width: 100%;
    height: auto;
    padding-bottom: 14px;
    margin-bottom: 30px;
  }
}
.purchase-form .form__delivery-schedule-for-cold-osechi__heading {
  font-size: 18px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .purchase-form .form__delivery-schedule-for-cold-osechi__heading span {
    font-size: 14px;
  }
}
.purchase-form .form__delivery-schedule-for-cold-osechi__exception {
  width: 494px;
  line-height: 1.5;
  margin: 0 auto;
  margin-top: 18px;
}
@media only screen and (max-width: 768px) {
  .purchase-form .form__delivery-schedule-for-cold-osechi__exception {
    width: auto;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .purchase-form .form__delivery-schedule-for-cold-osechi__exception p {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.purchase-form .form__delivery-schedule-for-cold-osechi__exception p:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .purchase-form .form__delivery-schedule-for-cold-osechi__exception p:nth-of-type(1) {
    text-align: start;
  }
}
.purchase-form .form__delivery-schedule-for-cold-osechi__exception p:nth-of-type(2) {
  font-size: 14px;
  margin-top: 6px;
}
.purchase-form .form__delivery-schedule-for-cold-osechi__modal-button {
  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: 248px;
  height: 36px;
  font-size: 14px;
  border: 1px solid #b6985c;
  border-radius: 32px;
  margin: 0 auto;
  margin-top: 20px;
}
.purchase-form .form__discount-announcement {
  display: block;
  width: 760px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .purchase-form .form__discount-announcement {
    width: 100%;
  }
}
.purchase-form[data-is-osechi-sold-out] .purchase-form__form .form__item label {
  background-color: #f3f3f3;
  cursor: auto;
  pointer-events: none;
}
.purchase-form[data-is-osechi-sold-out] .purchase-form__form .form__item label::after {
  background-color: rgba(108, 108, 108, 0.8);
}
.purchase-form[data-is-osechi-sold-out] .purchase-form__form .form__item input[type=radio] {
  border-color: #6c6c6c;
}
.purchase-form[data-is-osechi-sold-out] .purchase-form__form .form__item input[type=radio]:checked::after {
  background-color: #fff;
}
.purchase-form[data-is-osechi-sold-out] .purchase-form__form .form__item.present label:nth-of-type(1)::after,
.purchase-form[data-is-osechi-sold-out] .purchase-form__form .form__item.present label:nth-of-type(2)::after {
  background-color: rgba(108, 108, 108, 0.8);
}
.purchase-form[data-is-osechi-sold-out] .purchase-form__form .form__button {
  background-color: #707070;
  cursor: auto;
  pointer-events: none;
}
.purchase-form[data-is-osechi-sold-out] .purchase-form__form .form__button__text .no-sold-out {
  display: none;
}
.purchase-form[data-is-osechi-sold-out] .purchase-form__form .form__button__text .sold-out {
  display: block;
}
.purchase-form.regular .purchase-form__form .purchase-form__form__promotion-balloon, .purchase-form.pb .purchase-form__form .purchase-form__form__promotion-balloon {
  position: static;
  -webkit-transform: none;
  transform: none;
  margin: 0 auto;
  margin-top: 18px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .purchase-form.regular .purchase-form__form .purchase-form__form__promotion-balloon, .purchase-form.pb .purchase-form__form .purchase-form__form__promotion-balloon {
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
  }
}

.product-detail {
  background-image: url("/rb/osechi/assets/images/bg/yellow.jpg");
  background-size: cover;
  padding-top: 80px;
}
.product-detail__introduce {
  width: 760px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .product-detail__introduce {
    width: 100%;
  }
}
.product-detail__introduce__title-sub {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 32px;
}
.product-detail__introduce__title-main {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 12px;
  letter-spacing: 0.5px;
}
.product-detail__introduce__description {
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: normal;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  text-align: center;
  margin-top: 24px;
}
.product-detail__introduce__description span {
  color: #222222;
  display: inline-block;
  width: 100%;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #dddddd;
  padding-left: 15px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}
.product-detail__introduce__description span.only-sp {
  display: none;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .product-detail__introduce__description span.only-sp {
    display: inline-block;
    opacity: 1;
  }
}
.product-detail__introduce__description span.only-pc {
  display: inline-block;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .product-detail__introduce__description span.only-pc {
    display: none;
    opacity: 0;
  }
}
.product-detail__introduce__description span:last-of-type {
  border-bottom: none;
}
.product-detail__recommandation-plates {
  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;
}
@media only screen and (max-width: 768px) {
  .product-detail__recommandation-plates .product-detail__recommandation {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.product-detail__recommandation-plates .product-detail__recommandation__image {
  width: 468px;
  margin: 0 auto;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .product-detail__recommandation-plates .product-detail__recommandation__image {
    width: 100%;
  }
}
.product-detail__recommandation-plates .recommend-for-those {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 20px;
  text-align: center;
}
.product-detail__recommandation-plates .recommend-for-those__text {
  font-size: 24px;
  background-color: #fff;
  padding: 10px 0;
  margin-top: 40px;
}
.product-detail__recommandation-plates .recommend-for-those__lists {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .product-detail__recommandation-plates .recommend-for-those__lists {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 20px;
  }
}
.product-detail__recommandation-plates .recommend-for-those__lists__list {
  display: grid;
  grid-template-columns: 30px auto;
  gap: 10px;
}
.product-detail__recommandation-plates .recommend-for-those__lists__list:nth-of-type(2) {
  margin-top: 20px;
}
.product-detail__recommandation-plates .recommend-for-those__lists__list p {
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .product-detail__recommandation-plates .recommend-for-those__lists__list p {
    text-align: start;
  }
}
.product-detail__recommandation-plates .product-detail__youtube-shorts {
  position: relative;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 40px;
}
.product-detail__recommandation-plates .product-detail__youtube-shorts .cursor-fix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.product-detail__recommandation-plates .product-detail__youtube-shorts iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.product-detail__recommandation-plates .product-detail__plates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 80px;
  margin-top: 90px;
}
.product-detail__recommandation-plates .product-detail__plates__plate {
  position: relative;
  width: 760px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .product-detail__recommandation-plates .product-detail__plates__plate {
    width: 100%;
  }
}
.product-detail__recommandation-plates .product-detail__plates__plate .bg {
  position: absolute;
  width: 760px;
  height: 302px;
  top: 0;
  left: 50%;
  background-image: url("/rb/osechi/assets/images/bg/red.jpg");
  background-size: contain;
  background-repeat: repeat;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .product-detail__recommandation-plates .product-detail__plates__plate .bg {
    width: 100%;
  }
}
.product-detail__recommandation-plates .product-detail__plates__plate .plate__heading {
  position: relative;
  width: 120px;
  padding-top: 26px;
  padding-bottom: 16px;
  margin: 0 auto;
  z-index: 1;
}
.product-detail__recommandation-plates .product-detail__plates__plate .plate__description {
  position: relative;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .product-detail__recommandation-plates .product-detail__plates__plate .plate__description {
    width: 100%;
    max-width: 500px;
    text-align: start;
    padding-left: 32px;
    padding-right: 32px;
    margin: 0 auto;
  }
}
.product-detail__recommandation-plates .product-detail__plates__plate .plate__image {
  position: relative;
  width: 512px;
  margin: 0 auto;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .product-detail__recommandation-plates .product-detail__plates__plate .plate__image {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.product-detail__recommandation-plates .product-detail__plates__plate .plate__three-points__heading {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 48px;
}
.product-detail__recommandation-plates .product-detail__plates__plate .plate__three-points__three-points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  margin-top: 27.5px;
}
@media only screen and (max-width: 768px) {
  .product-detail__recommandation-plates .product-detail__plates__plate .plate__three-points__three-points {
    gap: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.product-detail__recommandation-plates .product-detail__plates__plate .plate__three-points__three-points .point {
  background-color: #fff;
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .product-detail__recommandation-plates .product-detail__plates__plate .plate__three-points__three-points .point {
    padding: 16px;
  }
}
.product-detail__recommandation-plates .product-detail__plates__plate .plate__three-points__three-points .point__description {
  display: grid;
  grid-template-columns: 320px auto;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media only screen and (max-width: 768px) {
  .product-detail__recommandation-plates .product-detail__plates__plate .plate__three-points__three-points .point__description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }
}
.product-detail__recommandation-plates .product-detail__plates__plate .plate__three-points__three-points .point__image {
  width: 320px;
  height: 20px;
}
.product-detail__recommandation-plates .product-detail__plates__plate .plate__three-points__three-points .point__description__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .product-detail__recommandation-plates .product-detail__plates__plate .plate__three-points__three-points .point__description__texts {
    gap: 15px;
  }
}
.product-detail__recommandation-plates .product-detail__plates__plate .plate__three-points__three-points .point__description__texts .texts__title {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 20px;
}
.product-detail__recommandation-plates .product-detail__plates__plate .plate__three-points__three-points .point__description__texts .texts__description {
  font-size: 14px;
  letter-spacing: 0.4px;
  line-height: 24px;
  font-weight: normal;
  padding-right: 10px;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .product-detail__recommandation-plates .product-detail__plates__plate .plate__three-points__three-points .point__description__texts .texts__description {
    margin-top: 0;
  }
}
.product-detail__recommandation-plates .product-detail__plates__plate .notification-these-are-images {
  font-size: 12px;
  color: #999999;
  text-align: center;
  line-height: 16px;
  margin-top: 10px;
}
.product-detail .plate__contents {
  position: relative;
  background-color: #fff;
  border: 1px solid #b6985c;
  padding-top: 28px;
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .product-detail .plate__contents {
    width: calc(100% - 32px);
    margin: 0 auto;
    margin-top: 36px;
  }
}
.product-detail .plate__contents__heading {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 24px;
  color: #b6985c;
  text-align: center;
}
.product-detail .plate__contents__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 24px 80px 24px;
  margin-top: 20px;
}
.product-detail .plate__contents__contents .contents__content {
  display: grid;
  width: 100%;
  grid-template-columns: 120px auto;
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
  margin-bottom: 16px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media only screen and (max-width: 768px) {
  .product-detail .plate__contents__contents .contents__content {
    grid-template-columns: 110px auto;
    grid-template-rows: 110px;
    grid-template-rows: auto;
  }
}
.product-detail .plate__contents__contents .contents__content__image {
  height: 110px;
}
.product-detail .plate__contents__contents .contents__content.hidden {
  grid-template-rows: 0;
  opacity: 0;
  margin: 0;
}
.product-detail .plate__contents__contents .contents__content:last-of-type {
  margin-bottom: 0;
}
.product-detail .plate__contents__contents .contents__content__detail .detail__name {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
}
.product-detail .plate__contents__contents .contents__content__detail .detail__description {
  font-size: 13px;
  letter-spacing: 0.3px;
  font-weight: 400;
  margin-top: 10px;
  line-height: 18px;
}
.product-detail .plate__contents__contents .contents__content__detail .detail__amount {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  padding-bottom: 2px;
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  .product-detail .plate__contents__contents .contents__content__detail .detail__amount {
    display: block;
    margin-left: auto;
    margin-top: 4px;
  }
}
.product-detail .plate__contents__contents .no-thumbnail {
  grid-template-columns: auto;
  height: 120px;
  overflow: hidden;
}
.product-detail .plate__contents__contents .no-thumbnail .image {
  display: none;
}
.product-detail .plate__contents__contents .no-thumbnail.hidden {
  height: 0;
  opacity: 0;
  margin: 0;
}
.product-detail .plate__contents .mask {
  position: absolute;
  width: 754px;
  height: 150px;
  bottom: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media only screen and (max-width: 768px) {
  .product-detail .plate__contents .mask {
    width: calc(100% - 2px);
  }
}
.product-detail .plate__contents .more-menu {
  display: block;
  position: absolute;
  height: 36px;
  left: 50%;
  bottom: 35px;
  text-align: start;
  font-size: 14px;
  border: 1px solid #b6985c;
  border-radius: 32px;
  padding-left: 32px;
  padding-right: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .product-detail .plate__contents .more-menu {
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.product-detail .plate__contents .more-menu.active span::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.product-detail .plate__contents .more-menu.active .has-more-content {
  display: none;
  height: 100%;
}
.product-detail .plate__contents .more-menu.active .no-more-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-detail .plate__contents .more-menu .has-more-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-detail .plate__contents .more-menu .no-more-content {
  position: relative;
  display: none;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-detail .plate__contents .more-menu span {
  display: block;
  position: relative;
}
.product-detail .plate__contents .more-menu span::after {
  position: absolute;
  content: "";
  background-image: url("/rb/osechi/assets/images/common/detail/open-arrow.svg");
  width: 10px;
  height: 6px;
  right: -18px;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.size-ingredients-expiration-allergy {
  width: 760px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 50px;
  margin: 0 auto;
  margin-top: 85px;
}
@media only screen and (max-width: 768px) {
  .size-ingredients-expiration-allergy {
    width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }
}
.size-ingredients-expiration-allergy__heading {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.size-ingredients-expiration-allergy .item {
  width: 696px;
  border-bottom: 1px solid #b6985c;
  font-weight: 400;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .size-ingredients-expiration-allergy .item {
    width: 100%;
  }
}
.size-ingredients-expiration-allergy .item__heading {
  font-size: 14px;
  color: #999999;
}
.size-ingredients-expiration-allergy .item__description {
  font-size: 16px;
  padding-bottom: 13px;
  margin-top: 9px;
}
.size-ingredients-expiration-allergy__size {
  margin-top: 30px;
}
.size-ingredients-expiration-allergy__ingredient {
  margin-top: 16px;
}
.size-ingredients-expiration-allergy__expiration {
  margin-top: 16px;
}
.size-ingredients-expiration-allergy__allergy {
  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: 252px;
  height: 32px;
  font-size: 14px;
  border: 1px solid #b6985c;
  border-radius: 32px;
  margin: 0 auto;
  margin-top: 38px;
}
.size-ingredients-expiration-allergy__allergy span {
  position: relative;
  display: inline-block;
}
.size-ingredients-expiration-allergy__allergy span::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  right: -18px;
  background-image: url("/rb/osechi/assets/images/pages/seg/detail/common/open-arrow.svg");
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
}

.detail-voices__inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 696px;
  -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-top: 100px;
  padding-bottom: 60px;
  margin: 0 auto;
  background: url("/rb/osechi/assets/images/common/detail/voices-clouds-pc.png") center 42.5px no-repeat;
  background-size: 650px;
}
@media only screen and (max-width: 768px) {
  .detail-voices__inner-wrapper {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    background: url("/rb/osechi/assets/images/common/detail/voices-clouds-sp.png") center 45px no-repeat;
    background-size: 480px;
  }
}
.detail-voices .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Shippori Mincho", serif;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .detail-voices .heading {
    width: 100%;
  }
}
.detail-voices .heading__top {
  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;
}
.detail-voices .heading__top__lead {
  font-size: 16px;
  font-weight: bold;
}
.detail-voices .heading__top .osechi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .detail-voices .heading__top .osechi {
    gap: 10px;
  }
}
.detail-voices .heading__top .osechi__names {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.detail-voices .heading__top .osechi__names::before, .detail-voices .heading__top .osechi__names::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 40px;
}
.detail-voices .heading__top .osechi__names::before {
  background: url("/rb/osechi/assets/images/common/detail/voices-bracket-left.png") center no-repeat;
  background-size: cover;
  top: -6px;
  left: -40px;
}
.detail-voices .heading__top .osechi__names::after {
  background: url("/rb/osechi/assets/images/common/detail/voices-bracket-right.png") center no-repeat;
  background-size: cover;
  bottom: -6px;
  right: -42px;
}
.detail-voices .heading__top .osechi__names__name.kanji {
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .detail-voices .heading__top .osechi__names__name.kanji {
    font-size: 35px;
  }
}
.detail-voices .heading__top .osechi__names__name.kana {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: normal;
  padding-top: 4px;
}
@media only screen and (max-width: 768px) {
  .detail-voices .heading__top .osechi__names__name.kana {
    padding-top: 8px;
  }
}
.detail-voices .heading__top .osechi__who-bought {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .detail-voices .heading__top .osechi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.detail-voices .heading__bottom {
  font-size: 36px;
  font-weight: bold;
}
.detail-voices hr {
  border: none;
  width: 400px;
  height: 1px;
  color: #b6985c;
  background-color: #b6985c;
  margin: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .detail-voices hr {
    width: 100%;
  }
}
.detail-voices__voices {
  display: grid;
  grid-template-rows: repeat(3, auto);
  gap: 24px;
  margin-top: 28px;
}
.detail-voices__voices .voice {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 16px;
  gap: 10px;
}
.detail-voices__voices .voice__title {
  font-size: 18px;
  font-weight: bold;
  color: #b6985c;
  letter-spacing: 0.021em;
}
.detail-voices__voices .voice__description {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.024em;
  line-height: 1.2;
}
.detail-voices__caution {
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #999999;
  font-weight: normal;
  margin-top: 10px;
}

.this-is-good {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("/rb/osechi/assets/images/bg/red.jpg");
  background-size: contain;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  padding-top: 60px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 768px) {
  .this-is-good {
    padding-bottom: 60px;
  }
}
.this-is-good__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
}
.this-is-good__heading__image {
  width: 165px;
}
.this-is-good__heading .texts__text__lead {
  font-weight: normal;
  text-align: center;
  margin-top: 16px;
}
.this-is-good__heading .texts__text__title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-top: 16px;
}
.this-is-good.cold .this-is-good__features {
  display: grid;
  grid-template-rows: repeat(3, auto);
  row-gap: 44px;
  margin-top: 44px;
}
.this-is-good.cold .this-is-good__features .feature {
  display: grid;
  width: 695px;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
}
@media only screen and (max-width: 768px) {
  .this-is-good.cold .this-is-good__features .feature {
    width: 100%;
    display: block;
  }
}
.this-is-good.cold .this-is-good__features .feature__image {
  width: 368px;
}
@media only screen and (max-width: 768px) {
  .this-is-good.cold .this-is-good__features .feature__image {
    width: 100%;
  }
}
.this-is-good.cold .this-is-good__features .feature__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.this-is-good.cold .this-is-good__features .feature__texts__heading {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.32;
}
@media only screen and (max-width: 768px) {
  .this-is-good.cold .this-is-good__features .feature__texts__heading {
    margin-top: 24px;
  }
}
.this-is-good.cold .this-is-good__features .feature__texts__description {
  font-weight: normal;
  font-size: 15px;
  text-align: justify;
  line-height: 1.22;
  letter-spacing: 0.022em;
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 12px;
}
.this-is-good.cold .this-is-good__features .feature:nth-child(2) .feature__image {
  grid-column: 2;
  grid-row: 1;
}
@media only screen and (max-width: 768px) {
  .this-is-good.frozen {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.this-is-good.frozen .this-is-good__inner-wrapper {
  width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .this-is-good.frozen .this-is-good__inner-wrapper {
    width: 100%;
  }
}
.this-is-good.frozen .this-is-good__features {
  background-color: #fff;
  margin-top: 44px;
}
.this-is-good.frozen .this-is-good__features .feature {
  display: grid;
  grid-template-columns: repeat(2, auto);
  -webkit-column-gap: 14px;
  -moz-column-gap: 14px;
  column-gap: 14px;
  padding: 40px 60px;
}
@media only screen and (max-width: 768px) {
  .this-is-good.frozen .this-is-good__features .feature {
    width: 100%;
    display: block;
    padding: 36px 16px;
  }
}
.this-is-good.frozen .this-is-good__features .feature__image {
  width: 264px;
}
@media only screen and (max-width: 768px) {
  .this-is-good.frozen .this-is-good__features .feature__image {
    width: 100%;
  }
}
.this-is-good.frozen .this-is-good__features .feature__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.this-is-good.frozen .this-is-good__features .feature__texts__title {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  line-height: 1.32;
  color: #ac1d24;
}
@media only screen and (max-width: 768px) {
  .this-is-good.frozen .this-is-good__features .feature__texts__title {
    color: #b6985c;
    margin-top: 24px;
  }
}
.this-is-good.frozen .this-is-good__features .feature__texts__description {
  font-weight: normal;
  font-size: 15px;
  text-align: justify;
  line-height: 1.22;
  letter-spacing: 0.022em;
  color: #000;
  margin-top: 12px;
}
@media only screen and (max-width: 768px) {
  .this-is-good.frozen .this-is-good__features .feature__texts__description {
    margin-top: 8px;
  }
}

.package {
  background-image: url("/rb/osechi/assets/images/bg/yellow.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.package__inner-wrapper {
  width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .package__inner-wrapper {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.package__title {
  font-size: 26px;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  text-align: center;
}
.package__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff;
  gap: 32px;
  padding: 16px 34px 40px 34px;
  margin-top: 48px;
}
@media only screen and (max-width: 768px) {
  .package__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
    padding: 16px 22px 40px 22px;
  }
}
.package__features .feature__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}
.package__features .feature__texts__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: bolder;
  text-align: center;
  color: #b6985c;
}
.package__features .feature__texts__description {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.22;
  text-align: justify;
}
.package__how-to-eat {
  position: relative;
  margin-top: 46px;
}
.package__how-to-eat__title {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.package__how-to-eat .descriptions {
  margin-top: 26px;
}
.package__how-to-eat .descriptions li {
  list-style: none;
}
.package__how-to-eat .descriptions__description {
  position: relative;
}
.package.cold .package__inner-wrapper {
  padding-top: 60px;
  padding-bottom: 180px;
}
.package.cold .descriptions__description__texts {
  position: absolute;
  width: 460px;
  background-color: #fff;
  left: 50%;
  bottom: -88px;
  padding: 16px 16px 32px 16px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .package.cold .descriptions__description__texts {
    width: calc(100% - 28px);
    bottom: -110px;
  }
}
.package.cold .descriptions__description__texts .texts__title {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  color: #b6985c;
  text-align: center;
}
.package.cold .descriptions__description__texts hr {
  border: none;
  height: 1px;
  color: #b6985c;
  background-color: #b6985c;
  margin: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}
.package.cold .descriptions__description__texts .texts__description {
  font-size: 15px;
  font-weight: normal;
}
.package.frozen .package__inner-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
.package.frozen .descriptions {
  display: grid;
  row-gap: 40px;
}
@media only screen and (max-width: 768px) {
  .package.frozen .descriptions {
    row-gap: 10px;
  }
}
.package.frozen .descriptions__description {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, auto);
}
@media only screen and (max-width: 768px) {
  .package.frozen .descriptions__description {
    grid-template-columns: auto;
  }
}
.package.frozen .descriptions__description__image {
  width: 370px;
}
@media only screen and (max-width: 768px) {
  .package.frozen .descriptions__description__image {
    width: 100%;
  }
}
.package.frozen .descriptions__description__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  padding: 16px 16px 16px 16px;
}
@media only screen and (max-width: 768px) {
  .package.frozen .descriptions__description__texts {
    position: relative;
    width: calc(100% - 28px);
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.package.frozen .descriptions__description__texts .texts__title {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: 20px;
  font-weight: bold;
  color: #b6985c;
  text-align: center;
}
.package.frozen .descriptions__description__texts hr {
  border: none;
  height: 1px;
  color: #b6985c;
  background-color: #b6985c;
  margin: 0;
  margin-top: 16px;
  margin-bottom: 16px;
}
.package.frozen .descriptions__description__texts .texts__description {
  font-size: 15px;
  font-weight: normal;
}
.package.frozen .descriptions__description.add .descriptions__description__texts .texts__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
}
.package.frozen .descriptions__description.add .descriptions__description__texts .texts__description p {
  position: relative;
  padding-left: 16px;
}
.package.frozen .descriptions__description.add .descriptions__description__texts .texts__description p::before {
  position: absolute;
  content: "※";
  left: 0px;
  top: 0px;
}

.to-purchase-form-button {
  position: fixed;
  display: none;
  width: 100%;
  height: 110px;
  bottom: -100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  padding-left: 18px;
  padding-right: 18px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .to-purchase-form-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.to-purchase-form-button button {
  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: 76px;
  width: 100%;
  border: 1px solid black;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 35px;
  background-color: black;
}

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

main {
  overflow: hidden;
}
main .detail__overview-form {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  main .detail__overview-form {
    padding: 26px 16px 20px 16px;
  }
}
main h2 {
  position: relative;
}
main h2 .sold-out-mask {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.8);
  -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;
}
main h2 .sold-out-mask .sold-out-mask__text {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-weight: bold;
  font-weight: 400;
  text-align: center;
  color: #fff;
}
main h2 .sold-out-mask .sold-out-mask__text.main {
  font-size: 64px;
}
@media only screen and (max-width: 768px) {
  main h2 .sold-out-mask .sold-out-mask__text.main {
    font-size: 48px;
  }
}
main h2 .sold-out-mask .sold-out-mask__text.sub {
  font-family: inherit;
  font-size: 24px;
  line-height: 34px;
  margin-top: 48px;
}
@media only screen and (max-width: 768px) {
  main h2 .sold-out-mask .sold-out-mask__text.sub {
    font-size: 18px;
    line-height: 24px;
    margin-top: 24px;
  }
}
main h2 .detail__mv.only-sp {
  padding: 16px;
}
main[data-is-sold-out] h2 .sold-out-mask {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}