@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@600&display=swap");

/* =======================================
common
======================================= */
@media screen and (max-width: 1366px) and (min-width: 1024px) {
  #osechi2021 {
    margin-left: -25px;
    margin-right: -25px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  #osechi2021 {
    margin-left: -25px;
    margin-right: -25px;
  }
}

#osechi2021 .sectionInner {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

#osechi2021 .button a {
  align-items: center;
  display: flex;
  justify-content: center;
}

#osechi2021 .button2 {
  padding: 0 30px;
}

#osechi2021 .button2 a {
  background-image: url(bg-button01.svg), url(bg-button02.svg);
  background-position: 3px 50%, calc(100% - 3px) 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: 52.036px 52.036px, 52.036px 52.036px;
  color: #fff;
  font-size: 20px;
  height: 60px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 600px;
  padding: 0 15px;
}

#osechi2021 .itemCount {
  align-items: baseline;
  background-image: url(bg-count01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  display: flex;
  font-size: 13px;
  height: 34px;
  justify-content: center;
  letter-spacing: 0.1em;
  padding-top: 4px;
  width: 85px;
}

#osechi2021 .itemCount span {
  font-size: 17px;
}

#osechi2021 .select {
  border: 19px solid #e28d83;
}

#osechi2021 .select:not(:last-child) {
  margin-bottom: 1px;
}

#osechi2021 .select .sectionInner {
  background-color: #fff;
  border: 2px solid #fee08f;
}

#osechi2021 .select .sectionInner .sectionInnerInner {
  padding: 30px 60px 28px;
}

#osechi2021 .select .h2 {
  color: #272727;
  font-family: "Noto Serif JP", serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 17px;
  text-align: center;
}

#osechi2021 .select .h2 span {
  position: relative;
}

#osechi2021 .select .h2 span::before,
#osechi2021 .select .h2 span::after {
  background-image: url(icon-flower01.svg);
  background-size: contain;
  content: "";
  display: block;
  height: 21.66px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 21.66px;
}

#osechi2021 .select .h2 span::before {
  left: -34px;
}

#osechi2021 .select .h2 span::after {
  right: -35px;
}

@media screen and (max-width: 767px) {
  #osechi2021 .button2 {
    padding: 0 12.5px;
  }

  #osechi2021 .button2 a {
    background-position: 2px calc(100% - 2px), calc(100% - 2px) 2px;
    background-size: 28px 28px, 28px 28px;
    font-size: 18px;
    height: 60px;
    line-height: 1.2;
    padding: 0 15px;
  }

  #osechi2021 .itemCount {
    background-image: url(bg-count01-sp.png);
    font-size: 10px;
    height: calc(48.68px / 2);
    padding-top: 4px;
    width: calc(123.69px / 2);
  }

  #osechi2021 .itemCount span {
    font-size: 12.5px;
  }

  #osechi2021 .select {
    border-width: 10px;
  }

  #osechi2021 .select .sectionInner {
    border: 1px solid #fee08f;
  }

  #osechi2021 .select .sectionInner .sectionInnerInner {
    padding: 15px 12.5px 15px;
  }

  #osechi2021 .select .h2 {
    font-size: 17.5px;
    margin-bottom: 17px;
    text-align: center;
  }

  #osechi2021 .select .h2 span::before,
  #osechi2021 .select .h2 span::after {
    height: calc(21.66px / 2);
    width: calc(21.66px / 2);
  }

  #osechi2021 .select .h2 span::before {
    left: -15px;
  }

  #osechi2021 .select .h2 span::after {
    right: -16px;
  }

  #osechi2021 .heightMatchOriginal-01 {
    height: auto !important;
  }
}

/* =======================================
MV
======================================= */
#osechi2021 .mv {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #osechi2021 .mv {
    margin: 0 -15px 20px -15px;
  }
}

/* =======================================
アンカーリンク
======================================= */
#osechi2021 .anchorNav {
  margin-bottom: 25px;
}

#osechi2021 .anchorNav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#osechi2021 .anchorNav ul li {
  width: calc((100% - (25px * 2)) / 3);
}

#osechi2021 .anchorNav ul li:not(:nth-child(3n)) {
  margin-right: 25px;
}

#osechi2021 .anchorNav ul li a {
  align-items: center;
  border: 2px solid #bb3939;
  color: #bb3939;
  display: flex;
  font-size: 18px;
  height: 70px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 0 10px;
  position: relative;
}

#osechi2021 .anchorNav ul li a::before {
  background-image: url(icon-arrow-scroll-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 17.96px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 17.96px;
}

#osechi2021 .anchorNav ul li a::after {
  border: 1px solid #fee08f;
  content: "";
  height: calc(100% - 5px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 5px);
}

#osechi2021 .attentionAnchorLInk {
  margin-bottom: 20px;
  text-align: center;
}

#osechi2021 .attentionAnchorLInk a {
  background-color: #fff;
  border-color: #bb3939;
  color: #000;
  font-size: 20px;
  height: 60px;
  position: relative;
  width: 100%;
}

#osechi2021 .attentionAnchorLInk a::before {
  background-image: url(icon-arrow-scroll-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 17.96px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 17.96px;
}

#osechi2021 .attentionAnchorLInk a:hover {
  color: #000;
}

#osechi2021 .anchorNav ul li a .tb {
  display: none;
}

@media screen and (max-width: 1020px) and (min-width: 768px) {
  #osechi2021 .attentionAnchorLInk a.submitBtn {
    max-width: none;
  }
}

@media screen and (max-width: 960px) and (min-width: 768px) {
  #osechi2021 .anchorNav ul li a {
    text-align: center;
  }

  #osechi2021 .anchorNav ul li a .tb {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #osechi2021 .anchorNav {
    margin-bottom: 20px;
  }

  #osechi2021 .anchorNav ul {
    display: block;
  }

  #osechi2021 .anchorNav ul li {
    width: 100%;
  }

  #osechi2021 .anchorNav ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  #osechi2021 .anchorNav ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  #osechi2021 .anchorNav ul li a {
    font-size: 18px;
    height: 55px;
  }

  #osechi2021 .anchorNav ul li a::before {
    height: 12.5px;
    right: 11px;
    width: 12.5px;
  }

  #osechi2021 .anchorNav ul li a::after {
    height: calc(100% - 8px);
    width: calc(100% - 8px);
  }

  #osechi2021 .attentionAnchorLInk a {
    font-size: 18px;
    height: 50px;
    max-width: none;
    position: relative;
  }

  #osechi2021 .attentionAnchorLInk a::before {
    height: 12.5px;
    right: 11px;
    width: 12.5px;
  }
}

/* =======================================
ランキング
======================================= */
#osechi2021 .ranking {
  background-image: url(bg-ranking01.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  text-align: center;
}

#osechi2021 .ranking .sectionInner {
  background-color: #fff9f9;
  background-image: url(bg-ranking01.png);
  border-radius: 40px;
  padding: 30px 0 40px;
}

#osechi2021 .ranking .title {
  margin-bottom: 62px;
}

#osechi2021 .ranking .lists {
  display: flex;
  padding: 0 60px;
}

#osechi2021 .ranking .item {
  position: relative;
  transition: opacity 0.3s ease-in-out;
  width: calc((100% - (20px * 2)) / 3);
}

#osechi2021 .ranking .item::before {
  background-image: url(icon-number01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 58px;
  left: 50%;
  position: absolute;
  top: -27px;
  transform: translateX(-50%);
  width: 82px;
  z-index: 2;
}

#osechi2021 .ranking .item:hover::before {
  opacity: 0.7;
}

#osechi2021 .ranking .item:nth-child(2):before {
  background-image: url(icon-number02.svg);
}

#osechi2021 .ranking .item:nth-child(3):before {
  background-image: url(icon-number03.svg);
}

#osechi2021 .ranking .item:not(:nth-child(3n)) {
  margin-right: 20px;
}

#osechi2021 .ranking .itemImg {
  margin-bottom: 20px;
}

#osechi2021 .ranking a {
  color: #272727;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1.4;
}

#osechi2021 .ranking .itemName {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

#osechi2021 .ranking .itemPrice {
  font-size: 16px;
}

#osechi2021 .ranking .itemPrice span {
  font-size: 20px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  #osechi2021 .ranking {
    background-image: url(bg-ranking01-sp.jpg);
    padding: 10px;
  }

  #osechi2021 .ranking .sectionInner {
    background-color: #fff9f9;
    background-image: url(bg-ranking01-sp.png);
    border-radius: 10px;
    padding: 10px 22.5px 20px;
  }

  #osechi2021 .ranking .title {
    margin: 0 -22.5px 42px;
  }

  #osechi2021 .ranking .lists {
    display: block;
    padding: 0;
  }

  #osechi2021 .ranking .item {
    width: 100%;
  }

  #osechi2021 .ranking .item::before {
    background-image: url(icon-number01.svg);
    height: 42.5px;
    top: -18px;
    width: 60px;
  }

  #osechi2021 .ranking .item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  #osechi2021 .ranking .item:not(:last-child) {
    margin-bottom: 37px;
  }

  #osechi2021 .ranking .itemImg {
    margin-bottom: 6px;
  }

  #osechi2021 .ranking .itemName {
    font-size: 15px;
    margin-bottom: 5px;
  }

  #osechi2021 .ranking .itemPrice {
    font-size: 9px;
  }

  #osechi2021 .ranking .itemPrice span {
    font-size: 12.5px;
  }
}

/* =======================================
バナー
======================================= */
#osechi2021 .banner {
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  #osechi2021 .banner {
    margin: 10px 0;
  }
}

/* =======================================
共同企画
======================================= */
#osechi2021 .plan {
  background-image: url(bg-plan01.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 20px;
  text-align: center;
}

#osechi2021 .plan .sectionInner {
  background-color: #fff8ee;
  background-image: url(bg-plan02.png), url(bg-plan-bottom01.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  border-radius: 20px;
  display: flex;
  padding: 25px 60px 30px;
}

#osechi2021 .plan .image,
#osechi2021 .plan .title {
  width: 50%;
}

#osechi2021 .plan .itemImg {
  padding: 0 49px 0 15px;
}

#osechi2021 .plan .title {
  padding-top: 44px;
  text-align: left;
}

#osechi2021 .plan .h2 {
  margin-bottom: 20px;
}

#osechi2021 .plan .itemLead {
  font-size: 18px;
  margin-bottom: 2px;
  padding-left: 30px;
}

#osechi2021 .plan .name {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 15px;
  padding-left: 30px;
}

#osechi2021 .plan .itemName {
  font-size: 30px;
  font-weight: bold;
  margin-right: 9px;
}

#osechi2021 .plan .itemPrice {
  font-size: 16px;
  margin-bottom: 63px;
  padding-left: 30px;
}

#osechi2021 .plan .itemPrice span {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0;
  margin-right: 3px;
}

#osechi2021 .plan .button {
  padding: 0 20px 0 30px;
}

#osechi2021 .plan .button a {
  background-color: #bb3939;
  color: #fff;
  font-size: 22px;
  height: 60px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #osechi2021 .plan {
    background-image: url(bg-plan01-sp.jpg);
    padding: 10px;
  }

  #osechi2021 .plan .sectionInner {
    background-image: url(bg-plan02-sp.png), url(bg-plan-bottom01-sp.png);
    border-radius: 10px;
    display: block;
    padding: 0 0 20px;
  }

  #osechi2021 .plan .image,
  #osechi2021 .plan .title {
    width: 100%;
  }

  #osechi2021 .plan .itemImg {
    padding: 0;
  }

  #osechi2021 .plan .itemImgSp {
    margin-bottom: 32px;
  }

  #osechi2021 .plan .title {
    padding-top: 0;
  }

  #osechi2021 .plan .h2 {
    margin-bottom: 12px;
  }

  #osechi2021 .plan .itemLead {
    font-size: 11.5px;
    margin-bottom: 2px;
    padding-left: 0;
    text-align: center;
  }

  #osechi2021 .plan .name {
    justify-content: center;
    margin-bottom: 2px;
    padding-left: 0;
  }

  #osechi2021 .plan .itemName {
    font-size: 20px;
    margin-right: 4px;
  }

  #osechi2021 .plan .itemPrice {
    font-size: 10px;
    margin-bottom: 14px;
    padding-left: 0;
    text-align: center;
  }

  #osechi2021 .plan .itemPrice span {
    font-size: 15px;
  }

  #osechi2021 .plan .button {
    padding: 0 32.5px;
  }

  #osechi2021 .plan .button a {
    font-size: 20px;
    height: 50px;
  }
}

/* =======================================
オリジナル
======================================= */
#osechi2021 .original {
  background-color: #8a7cb9;
  background-image: url(bg-shape01.svg);
  background-position: 0 0;
  background-size: 45.96px 26.212px;
  padding: 20px;
  text-align: center;
}

#osechi2021 .original .sectionInner {
  background-color: #fcfbff;
  background-image: url(bg-original01.png);
  border-radius: 20px;
  padding: 22px 0 40px;
}

#osechi2021 .original .title {
  margin-bottom: 25px;
}

#osechi2021 .original .lists {
  display: flex;
  padding: 0 60px 38px;
}

#osechi2021 .original .item {
  width: calc((100% - (26px * 2)) / 3);
}

#osechi2021 .original .item:not(:nth-child(3n)) {
  margin-right: 26px;
}

#osechi2021 .original .itemImg {
  margin-bottom: 40px;
}

#osechi2021 .original .item {
  color: #000;
  line-height: 1.4;
}

#osechi2021 .original .item a {
  display: block;
}

#osechi2021 .original .itemLead {
  font-size: 18px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

#osechi2021 .original .itemName {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 35px;
  margin-bottom: 12px;
}

#osechi2021 .original .itemName span {
  font-size: 18px;
}

#osechi2021 .original .itemCount {
  margin: 0 auto;
  margin-bottom: 1px;
}

#osechi2021 .original .itemPrice {
  font-size: 16px;
  letter-spacing: 0.03em;
}

#osechi2021 .original .itemPrice span {
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

#osechi2021 .original .button2 a {
  background-color: #8a7cb9;
}

@media screen and (max-width: 767px) {
  #osechi2021 .original {
    background-size: calc(45.96px / 2) calc(26.212px / 2);
    padding: 10px;
  }

  #osechi2021 .original .sectionInner {
    background-color: #fcfbff;
    background-image: url(bg-original01-sp.png);
    border-radius: 10px;
    padding: 0 0 20px;
  }

  #osechi2021 .original .title {
    margin-bottom: 0;
  }

  #osechi2021 .original .lists {
    display: block;
    padding: 0;
  }

  #osechi2021 .original .item {
    width: 100%;
  }

  #osechi2021 .original .item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  #osechi2021 .original .item {
    margin-bottom: 25px;
  }

  #osechi2021 .original .itemImg {
    margin-bottom: 14px;
  }

  #osechi2021 .original .itemLead {
    font-size: 11.5px;
    margin-bottom: 1px;
  }

  #osechi2021 .original .itemName {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 7px;
  }

  #osechi2021 .original .itemName span {
    font-size: 13px;
  }

  #osechi2021 .original .itemCount {
    margin-bottom: 5px;
  }

  #osechi2021 .original .itemPrice {
    font-size: 10px;
    letter-spacing: 0.03em;
  }

  #osechi2021 .original .itemPrice span {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
  }

  #osechi2021 .original .button2 a {
    background-color: #8a7cb9;
  }
}

/* =======================================
銘店のおせち
======================================= */
#osechi2021 .wellEstablished {
  background-color: #8a3a48;
  background-image: url(bg-shape01.svg);
  background-position: 0 0;
  background-size: 45.96px 26.212px;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
}

#osechi2021 .wellEstablished .sectionInner {
  background-color: #fcfbff;
  background-image: url(bg-ranking01.png);
  border-radius: 20px;
  padding: 27px 0 40px;
}

#osechi2021 .wellEstablished .title {
  margin-bottom: 40px;
}

#osechi2021 .wellEstablished .lists {
  display: flex;
  flex-wrap: wrap;
  padding: 0 60px 38px;
}

#osechi2021 .wellEstablished .item {
  width: calc((100% - (20px * 1)) / 2);
}

#osechi2021 .wellEstablished .item:nth-last-child(n + 3) {
  margin-bottom: 30px;
}

#osechi2021 .wellEstablished .item:not(:nth-child(2n)) {
  margin-right: 20px;
}

#osechi2021 .wellEstablished .itemImg {
  margin-bottom: 20px;
}

#osechi2021 .wellEstablished .button3 {
  padding: 0 20px;
}

#osechi2021 .wellEstablished .button3 a {
  background-color: #8a3a48;
  color: #fff;
  font-size: 18px;
  height: 50px;
  letter-spacing: 0.08em;
  line-height: 1.2;
}

#osechi2021 .wellEstablished .button2 a {
  background-color: #8a3a48;
}

@media screen and (max-width: 767px) {
  #osechi2021 .wellEstablished {
    background-size: calc(45.96px / 2) calc(26.212px / 2);
    margin-bottom: 10px;
    padding: 10px;
  }

  #osechi2021 .wellEstablished .sectionInner {
    background-color: #fcfbff;
    background-image: url(bg-ranking01-sp.png);
    border-radius: 10px;
    padding: 0 0 20px;
  }

  #osechi2021 .wellEstablished .title {
    margin-bottom: 0;
  }

  #osechi2021 .wellEstablished .lists {
    display: block;
    padding: 0;
  }

  #osechi2021 .wellEstablished .item:nth-last-child(n + 3) {
    margin-bottom: 0;
  }

  #osechi2021 .wellEstablished .item:not(:nth-child(2n)) {
    margin-right: 0;
  }

  #osechi2021 .wellEstablished .item {
    margin-bottom: 25px !important;
    width: 100%;
  }

  #osechi2021 .wellEstablished .itemImg {
    margin-bottom: 12px;
  }

  #osechi2021 .wellEstablished .button3 {
    padding: 0 32.5px;
  }

  #osechi2021 .wellEstablished .button3 a {
    font-size: 16px;
    height: 40px;
  }
}

/* =======================================
カテゴリー
======================================= */
#osechi2021 .category .lists {
  display: flex;
  flex-wrap: wrap;
}

#osechi2021 .category .item {
  border-style: solid;
  border-width: 10px;
  width: calc((100% - (1px * 2)) / 3);
}

#osechi2021 .category .item:nth-last-child(n + 4) {
  margin-bottom: 1px;
}

#osechi2021 .category .item:not(:nth-child(3n)) {
  margin-right: 1px;
}

#osechi2021 .category .button3 {
  padding: 0 15px 15px;
}

#osechi2021 .category .button3 a {
  color: #fff;
  font-size: 18px;
  height: 50px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

#osechi2021 .category .item .itemInner {
  background-color: #fff;
}

#osechi2021 .category .item:nth-child(1) {
  border-color: #887d3b;
}

#osechi2021 .category .item:nth-child(1) .button3 a {
  background-color: #887d3b;
}

#osechi2021 .category .item:nth-child(2) {
  border-color: #315a93;
}

#osechi2021 .category .item:nth-child(2) .button3 a {
  background-color: #315a93;
}

#osechi2021 .category .item:nth-child(3) {
  border-color: #2a6e3a;
}

#osechi2021 .category .item:nth-child(3) .button3 a {
  background-color: #2a6e3a;
}

#osechi2021 .category .item:nth-child(4) {
  border-color: #de6a08;
}

#osechi2021 .category .item:nth-child(4) .button3 a {
  background-color: #de6a08;
}

#osechi2021 .category .item:nth-child(5) {
  border-color: #b92d22;
}

#osechi2021 .category .item:nth-child(5) .button3 a {
  background-color: #b92d22;
}

#osechi2021 .category .item:nth-child(6) {
  border-color: #ed9f00;
}

#osechi2021 .category .item:nth-child(6) .button3 a {
  background-color: #ed9f00;
}

#osechi2021 .category .item:nth-child(7) {
  border-color: #ed9f00;
}

#osechi2021 .category .item:nth-child(7) .button3 a {
  background-color: #ed9f00;
}

#osechi2021 .category .item:nth-child(8) {
  border-color: #ec8eb7;
}

#osechi2021 .category .item:nth-child(8) .button3 a {
  background-color: #ec8eb7;
}

#osechi2021 .category .item:nth-child(9) {
  border-color: #36b1a7;
}

#osechi2021 .category .item:nth-child(9) .button3 a {
  background-color: #36b1a7;
}

#osechi2021 .category .item:nth-child(10) {
  border-color: #4894cb;
}

#osechi2021 .category .item:nth-child(10) .button3 a {
  background-color: #4894cb;
}

#osechi2021 .category .item:nth-child(11),
#osechi2021 .category .item:nth-child(12) {
  background-position: center top;
  background-repeat: repeat;
  border: none;
  padding: 10px;
}

#osechi2021 .category .item:nth-child(11) {
  background-image: url(bg-category-item01.jpg);
}

#osechi2021 .category .item:nth-child(11) .button3 a {
  background-color: #155678;
}

#osechi2021 .category .item:nth-child(12) {
  background-image: url(bg-category-item02.jpg);
}

#osechi2021 .category .item:nth-child(12) .button3 a {
  background-color: #d1552e;
}

@media screen and (max-width: 767px) {
  #osechi2021 .category .lists {
    display: block;
  }

  #osechi2021 .category .item {
    padding-bottom: 20px;
    width: 100%;
  }

  #osechi2021 .category .item:nth-last-child(n + 4) {
    margin-bottom: 0;
  }

  #osechi2021 .category .item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  #osechi2021 .category .item:not(:last-child) {
    margin-bottom: 1px;
  }

  #osechi2021 .category .itemImg {
    margin-bottom: 15px;
  }

  #osechi2021 .category .button3 {
    padding: 0 12.5px;
  }

  #osechi2021 .category .button3 a {
    font-size: 18px;
    height: 50px;
    line-height: 17.5px;
    padding: 0 15px;
  }

  #osechi2021 .category .item:nth-child(11) .itemInner,
  #osechi2021 .category .item:nth-child(12) .itemInner {
    padding: 0 0 20px;
  }
}

/* =======================================
カタログから選ぶ
======================================= */
#osechi2021 .search p {
  color: #000;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 18px;
}

#osechi2021 .search .form {
  display: flex;
}

#osechi2021 .search .inputs {
  display: flex;
  width: calc(100% - (185px + 10px));
}

#osechi2021 .search .inputs li {
  font-size: 16px;
  width: calc((100% - (5px * 5)) / 6);
}

#osechi2021 .search .inputs li:not(:nth-child(6)) {
  margin-right: 5px;
}

#osechi2021 .search .inputs li input {
  border-color: #aaa;
  height: 50px;
  text-align: center;
  width: 100%;
}

#osechi2021 .search .submit {
  margin-left: 10px;
  width: 185px;
}

#osechi2021 .search .submit .submitButtom {
  background-color: #bb3939;
  color: #fff;
  font-size: 18px;
  height: 50px;
  letter-spacing: 0.2em;
  line-height: 1;
  width: 100%;
}

#osechi2021 .search ::placeholder {
  color: #bcbcbc;
  letter-spacing: 0.16em;
}

#osechi2021 .search ::-moz-placeholder {
  color: #bcbcbc;
  letter-spacing: 0.16em;
}

#osechi2021 .search ::-webkit-input-placeholder {
  color: #bcbcbc;
  letter-spacing: 0.16em;
}

#osechi2021 .search :-ms-input-placeholder {
  color: #bcbcbc;
  letter-spacing: 0.16em;
}

@media screen and (max-width: 767px) {
  #osechi2021 .search p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 16px;
    text-align: center;
  }

  #osechi2021 .search .form {
    display: block;
  }

  #osechi2021 .search .inputs {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 13px;
    width: 100%;
  }

  #osechi2021 .search .inputs li {
    font-size: 12px;
    width: calc((100% - (10px * 2)) / 3);
  }

  #osechi2021 .search .inputs li:not(:nth-child(6)) {
    margin-right: 0;
  }

  #osechi2021 .search .inputs li:not(:nth-child(3n)) {
    margin-right: 10px;
  }

  #osechi2021 .search .inputs li:nth-last-child(n + 4) {
    margin-bottom: 10px;
  }

  #osechi2021 .search .inputs li input {
    height: 40px;
  }

  #osechi2021 .search .submit {
    margin-left: 0;
    padding: 0 74px;
    width: 100%;
  }

  #osechi2021 .search .submit .submitButtom {
    font-size: 18px;
    height: 50px;
    width: 100%;
  }

  #osechi2021 .search ::placeholder {
    font-size: 12px;
  }

  #osechi2021 .search ::-moz-placeholder {
    font-size: 12px;
  }

  #osechi2021 .search ::-webkit-input-placeholder {
    font-size: 12px;
  }

  #osechi2021 .search :-ms-input-placeholder {
    font-size: 12px;
  }
}

/* =======================================
価格から選ぶ
======================================= */
#osechi2021 .price .title {
  margin-bottom: 21px;
}

#osechi2021 .price .item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#osechi2021 .price .item ul li {
  width: calc((100% - (20px * 2)) / 3);
}

#osechi2021 .price .item ul li a {
  align-items: center;
  border: 2px solid #bb3939;
  color: #404040;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 0 24px;
  position: relative;
  width: 100%;
}

#osechi2021 .price .item ul li a .tb {
  display: none;
}

#osechi2021 .price .item ul li a span {
  font-size: 16px;
}

#osechi2021 .price .item ul li a::after {
  background-image: url(icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 15.75px;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}

#osechi2021 .price .item ul li:nth-last-child(n + 4) {
  margin-bottom: 20px;
}

#osechi2021 .price .item ul li:not(:nth-child(3n)) {
  margin-right: 20px;
}

#osechi2021 .price .item ul li:nth-child(5) {
  margin-right: 0;
}

/* =======================================
カテゴリー　おせちトップへ戻るボタン
======================================= */
#osechiCategory .BackBtn {
  position: relative;
  width: 100%;
  padding-bottom: 60px;
}

#osechiCategory .BackBtn .btnWrap {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
}

#osechiCategory .BackBtn .btnWrap .cancelBtnArrow {
  margin: 0;
  max-width: none;
  padding: 0.5em 1.5em 0.5em 0.5em;
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  background-color: #FFF;
  border: 1px solid #ce4d66;
  color: #ce4d66;
}

#osechiCategory .BackBtn .btnWrap .cancelBtnArrow::before {
  background: url(returnArrow.svg) no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 13px;
  position: absolute;
  top: 30%;
  width: 13px;
  background-position: 0 1px;
  left: auto;
  right: 20px;
  transform: scaleX(1);
}

@media screen and (max-width: 980px) and (min-width: 768px) {
  #osechi2021 .price .item ul li {
    width: calc((100% - (20px * 1)) / 2);
  }

  #osechi2021 .price .item ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  #osechi2021 .price .item ul li:not(:nth-child(2n)) {
    margin-right: 20px;
  }

  #osechi2021 .price .item ul li:nth-last-child(n + 4) {
    margin-bottom: 0;
  }

  #osechi2021 .price .item ul li:nth-last-child(n + 3) {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  #osechi2021 .price .title {
    margin-bottom: auto;
  }

  #osechi2021 .price .item ul {
    display: block;
  }

  #osechi2021 .price .item ul li {
    width: 100%;
  }

  #osechi2021 .price .item ul li a {
    align-items: baseline;
    font-size: 16px;
    height: 43px;
    padding-top: 10px;
  }

  #osechi2021 .price .item ul li a span {
    font-size: 14px;
  }

  #osechi2021 .price .item ul li a::after {
    background-size: contain;
    height: 16px;
    right: 15px;
    width: 7px;
  }

  #osechi2021 .price .item ul li:nth-last-child(n + 4) {
    margin-bottom: 0;
  }

  #osechi2021 .price .item ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }

  #osechi2021 .price .item ul li:nth-child(5) {
    margin-right: 0;
  }

  #osechi2021 .price .item ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* =======================================
人数から選ぶ
======================================= */
#osechi2021 .select.people {
  margin-bottom: 64px;
}

#osechi2021 .people .title {
  margin-bottom: 21px;
}

#osechi2021 .people .item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#osechi2021 .people .item ul li {
  width: calc((100% - (13px * 3)) / 4);
}

#osechi2021 .people .item ul li a {
  border: 2px solid #bb3939;
  color: #404040;
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.16em;
  line-height: 1.4;
  padding-bottom: 15px;
  position: relative;
  text-align: center;
  width: 100%;
}

#osechi2021 .people .item ul li a span {
  font-size: 16px;
}

#osechi2021 .people .item ul li a img {
  margin-bottom: -3px;
}

#osechi2021 .people .item ul li a::after {
  background-image: url(icon-arrow-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 15.75px;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}

#osechi2021 .people .item ul li:not(:nth-child(4n)) {
  margin-right: 13px;
}

@media screen and (max-width: 767px) {
  #osechi2021 .select.people {
    margin-bottom: 32px;
  }

  #osechi2021 .people .title {
    margin-bottom: auto;
  }

  #osechi2021 .people .item ul li {
    width: calc((100% - (10px * 2)) / 2);
  }

  #osechi2021 .people .item ul li a {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
  }

  #osechi2021 .people .item ul li a span {
    font-size: 12px;
  }

  #osechi2021 .people .item ul li a img {
    margin-bottom: -3px;
    width: 100%;
  }

  #osechi2021 .people .item ul li a::after {
    background-size: contain;
    height: 16px;
    right: 6px;
    width: 7px;
  }

  #osechi2021 .people .item ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }

  #osechi2021 .people .item ul li:nth-last-child(n + 3) {
    margin-bottom: 10px;
  }

  #osechi2021 .people .item ul li:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}

/* =======================================
ご注意事項
======================================= */
#osechi2021 .attention {
  background-color: #f6f6f6;
  padding: 45px 63px 50px;
}

#osechi2021 .attention .title .h2 {
  color: #272727;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1m;
  line-height: 1.4;
  text-align: center;
}

#osechi2021 .attention .title {
  margin-bottom: 28px;
}

#osechi2021 .attention .title span {
  position: relative;
}

#osechi2021 .attention .title span::before {
  background-color: #ce4d66;
  bottom: -15px;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 30px;
}

#osechi2021 .attention p,
#osechi2021 .attention dt,
#osechi2021 .attention dd {
  color: #272727;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}

#osechi2021 .attention dl {
  padding-left: 17px;
}

#osechi2021 .attention dt {
  font-size: 20px;
  font-weight: bold;
  margin-left: -12px;
}

#osechi2021 .attention dd:not(:last-child) {
  margin-bottom: 12px;
}

#osechi2021 .attention dd li {
  padding-left: 1em;
  position: relative;
}

#osechi2021 .attention dd li .emphasis {
  color: #bb3939;
  font-weight: bold;
}

#osechi2021 .attention dd li::before {
  content: "・";
  display: inline;
  left: 0;
  position: absolute;
}

#osechi2021 .attention dd li li {
  margin-bottom: 1px;
  padding-left: 1em;
  position: relative;
}

#osechi2021 .attention dd li li::before {
  content: "※";
  display: inline;
  left: 0;
  position: absolute;
}

#osechi2021 .attention p {
  margin-bottom: 12px;
}

#osechi2021 .attention .proviso {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  #osechi2021 .attention {
    padding: 20px;
  }

  #osechi2021 .attention p,
  #osechi2021 .attention dt,
  #osechi2021 .attention dd {
    color: #272727;
    font-size: 14px;
    line-height: 25px;
  }

  #osechi2021 .attention dl {
    padding-left: 17px;
  }

  #osechi2021 .attention dt {
    font-size: 14px;
    margin-left: -9px;
  }

  #osechi2021 .attention dd:not(:last-child) {
    margin-bottom: 5px;
  }

  #osechi2021 .attention dd li {
    line-height: 22px;
    margin-bottom: 4px;
    padding-left: 1em;
    position: relative;
  }

  #osechi2021 .attention p {
    margin-bottom: 3px;
  }

  #osechi2021 .attention .proviso {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

/* =======================================
戻るボタン
======================================= */
#osechi2021 .topBtnWrap {
  margin: 50px auto 0;
  max-width: 1000px;
  width: 100%;
}

#osechi2021 .topBtnWrap .topBtn {
  width: 100%;
}

#osechi2021 .topBtnWrap .topBtn a {
  align-items: center;
  border: 1px solid #7a7778;
  color: #7a7778;
  display: flex;
  font-size: 23px;
  height: 70px;
  justify-content: center;
  margin: 0 auto;
  max-width: 360px;
}

@media screen and (max-width: 767px) {
  #osechi2021 .select .h2 span::before #osechi2021 .topBtnWrap {
    max-width: 100%;
  }

  #osechi2021 .topBtnWrap .topBtn a {
    font-size: 16px;
    height: 50px;
    margin: 30px auto 0;
    width: 80%;
  }

  /* =======================================
カテゴリー　おせちトップへ戻るボタン
======================================= */
  #osechiCategory .BackBtn .btnWrap {
    top: 3px;
  }

  #osechiCategory .BackBtn .btnWrap .cancelBtnArrow {
    font-size: 11px;
    padding: .5em 1.7em .5em .5em;
    width: 120px;
  }

  #osechiCategory .BackBtn .btnWrap .cancelBtnArrow::before {
    background-position: 0 1px;
    height: 10px;
    right: 5px;
    width: 10px;
  }
}

/* =======================================
終了
======================================= */
#osechi2021 .confirmHistory {
  margin-bottom: 30px;
}

#osechi2021 .confirmHistory .lead {
  text-align: center;
  margin-bottom: 25px;
}

#osechi2021 .confirmHistory .lead span {
  display: inline-block;
  text-align: left;
}

#osechi2021 .confirmHistory .btn {
  margin: 0 auto 5px;
  text-align: center;
}

#osechi2021 .confirmHistory .btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ce4d66;
  height: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  padding: 0 20px;
}

#osechi2021 .confirmHistory .notes {
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #osechi2021 .confirmHistory {
    margin-bottom: 20px;
  }

  #osechi2021 .confirmHistory .lead {
    margin-bottom: 16px;
  }

  #osechi2021 .confirmHistory .btn a {
    font-size: 15px;
    width: 230px;
    line-height: 1.1em;
  }

  #osechi2021 .confirmHistory .notes {
    font-size: 12px;
  }
}