@import "https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap";

html {
  overflow-x: hidden;
}

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

  #leftcolumn {
    margin-bottom: -1px;
    display: none;
  }
}

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

#main,
#three_maincolumn {
  width: 100%;
  max-width: 1200px;
}


@media screen and (max-width: 767px) {

  #main,
  #three_maincolumn {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  #leftcolumn+#three_maincolumn {
    width: 100%;
  }

  #main #leftcolumn {
    display: none;
  }
}

a:hover {
  text-decoration: none;
  opacity: 0.5;
}

section {
  margin-bottom: 60px;
}

#ranking .ttl-type01 {
  display: none;
}


#osechi {
  margin-bottom: 60px;
  font-feature-settings: "palt";
  letter-spacing: 1.2px;
}

@media screen and (max-width: 767px) {
  #osechi {
    width: 100%;
  }
}

#osechi .cont * {
  box-sizing: border-box;
}

#osechi .cont *:focus {
  outline: none;
}

#osechi .cont a {
  display: block;
  outline: none;
  text-decoration: none;
  transition: 0.3s ease;
}

#osechi .cont a:hover {
  opacity: 0.7;
}

#osechi .cont picture {
  display: block;
}

#osechi .cont img {
  vertical-align: bottom;
  width: auto;
  margin: auto;
}

@media screen and (min-width: 768px) {
  #osechi .pcn {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  #osechi .spn {
    display: none !important;
  }
}

@media (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  #osechi .cont * {
    min-height: 0%;
  }
}

#osechi .cont .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (min-width: 768px) {
  #osechi .cont .flex.cent {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
  }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: none) {
  #osechi .cont .flex.cent>* {
    padding: 0 15px;
  }
}

#osechi .cont .flex-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#osechi .cont .flex-ps {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  #osechi .cont .flex-ps {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  #osechi .cont .flex-ps {
    flex-direction: column;
  }
}

#osechi .cont .flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

#osechi .cont .flex-item {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  #osechi .cont .flex-item {
    display: flex;
    flex-direction: column;
  }
}

#osechi button.btnA,
a.btnA {
  width: 100%;
  max-width: 510px;
  border-radius: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-align: center;
  line-height: 1.375;
  padding: 15px 0;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

#osechi button.btnA img,
a.btnA img {
  padding-right: 10px;
}

#osechi button.btnA._wh,
a.btnA._wh {
  color: #472605;
  background-color: #fff !important;
  border: solid 1px #472605;
  margin-top: 40px;
}

#osechi button.btnA._wh::after,
a.btnA._wh::after {
  border-right: 2px solid #472605 !important;
  border-top: 2px solid #472605 !important;
}

@media screen and (max-width: 767px) {

  #osechi button.btnA,
  #osechi a.btnA {
    padding: 15px 0;
  }
}

@media screen and (max-width: 350px) {

  #osechi button.btnA,
  #osechi a.btnA {
    padding: 10px 0 12px;
    font-size: 12px;
  }
}

#osechi button.btnA::after,
#osechi a.btnA::after {
  content: "";
  display: block;
  position: absolute;
  right: 6%;
  top: 50%;
  width: 13px;
  height: 13px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

#osechi p.itemName {
  font-size: 14px;
  line-height: 1.5;
  color: #372e14;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  #osechi p.itemName {
    font-size: 12px;
  }
}

#osechi p.itemDisc {
  font-size: 14px;
  line-height: 1.5;
  color: #372e14;
  padding: 0;
  margin-top: auto;
  text-align: justify;
  text-justify: inter-ideograph;
  margin: 20px 0 0;
}

@media screen and (max-width: 767px) {
  #osechi p.itemDisc {
    padding: 0 0 10px;
    font-size: 12px;
  }
}

#osechi p.itemPrice {
  font-size: 14px;
  line-height: 1.5;
  color: #372e14;
  margin-top: auto;
}

@media screen and (max-width: 767px) {
  #osechi p.itemPrice {
    font-size: 12px;
  }
}

#osechi p.itemPrice span {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  #osechi p.itemPrice span {
    font-size: 11px;
  }
}

#osechi h1 {
  position: relative;
}

@media screen and (max-width: 767px) {
  #osechi h1 {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

#osechi #read>div:nth-of-type(1) {
  margin-top: 50px;
  background: #c6000b;
  padding: 25px 20px 20px;
}

@media screen and (max-width: 767px) {
  #osechi #read>div:nth-of-type(1) {
    margin-top: 30px;
    padding: 25px 10px 10px;
  }
}

#osechi #read>div:nth-of-type(1) h2 {
  text-align: center;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  letter-spacing: 2px;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 767px) {
  #osechi #read>div:nth-of-type(1) h2 {
    font-size: 18px;
  }
}

#osechi #read>div:nth-of-type(1)>div {
  background: #fff;
  margin-top: 25px;
  text-align: center;
  padding: 15px 35px 25px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #osechi #read>div:nth-of-type(1)>div {
    padding: 12px 10px;
  }
}

#osechi #read>div:nth-of-type(1)>div p:nth-of-type(1) {
  font-weight: 900;
  color: #c6000b;
  font-size: 36px;
  font-family: YuMincho, "Yu Mincho", serif;
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 767px) {
  #osechi #read>div:nth-of-type(1)>div p:nth-of-type(1) {
    font-size: 20px;
  }
}

#osechi #read>div:nth-of-type(1)>div p:nth-of-type(2) {
  font-size: 18px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  #osechi #read>div:nth-of-type(1)>div p:nth-of-type(2) {
    font-size: 14px;
  }
}

#osechi #read>div:nth-of-type(1)>div p:nth-of-type(3) {
  font-weight: 400;
  color: #c6000b;
  font-size: 48px;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (min-width: 768px) {
  #osechi #read>div:nth-of-type(1)>div .read-icon {
    position: absolute;
    top: 120px;
    right: 40px;
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  #osechi #read>div:nth-of-type(1)>div p:nth-of-type(3) {
    font-size: 32px;
  }

  #osechi #read>div:nth-of-type(1)>div .read-icon {
    width: 40%;
  }
}

#osechi #read>div:nth-of-type(1)>div p:nth-of-type(4) {
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  #osechi #read>div:nth-of-type(1)>div p:nth-of-type(4) {
    margin-top: 0;
    font-size: 12px;
    padding-bottom: 20px;
  }
}

#osechi #read .btnA {
  margin-top: 30px;
  background: #000;
}

@media screen and (max-width: 767px) {
  #osechi #read .btnA {
    margin-top: 20px;
    padding: 12px 0 12px;
    width: 95%;
  }
}

#osechi #read .btnA::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 21%;
  width: 25px;
  height: 22px;
  transform: translateY(-50%);
  background: url("/search_top/202001_renewal/images/osechi/exclamation_mark.svg") top/100% no-repeat;
}

@media screen and (max-width: 767px) {
  #osechi #read .btnA::before {
    left: 10%;
  }
}

.modal-body dt {
  font-weight: bold;
}

.modal-body dd {
  margin-top: 10px;
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.modal-body li:nth-of-type(n + 2) {
  margin-top: 30px;
}

#pageMenu {
  margin-top: 30px;
}

#pageMenu li {
  background: #f7f3e8;
}

#pageMenu ul:nth-child(2) li:nth-child(1) {
  background-color: #c6000b;
}

#pageMenu ul:nth-child(2) li:nth-child(1) a {
  line-height: 0.6;
  color: #fff;
}

#pageMenu ul:nth-child(2) li:nth-child(1) a::after {
  mask-image: url(/search_top/202001_renewal/images/osechi/icon_arrow_down.svg);
  background-blend-mode: hue;
  background-color: #fff;
  mask-position: bottom;
  -webkit-mask-position: bottom;
}

#pageMenu ul:nth-child(2) li:nth-child(1) span {
  font-size: 11px;
}

@media screen and (max-width: 500px) {
  #pageMenu ul:nth-child(2) li:nth-child(1) span {
    line-height: 1.1;
  }
}

@media screen and (min-width: 768px) {
  #pageMenu li {
    width: 24%;
    /* height: 64px; */
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  #pageMenu li {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 10px;
  }
}

#pageMenu li a {
  height: 100%;
  justify-content: center;
  font-size: 16px;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
  padding-top: 3px;
}

@media screen and (min-width: 768px) {
  #pageMenu li a {
    position: relative;
    padding-bottom: 20px;
  }

  #pageMenu li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    top: 62%;
    left: 48%;
    transform: rotate(135deg);
  }

  .nav-red a::after {
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    top: 72% !important;
    transform: rotate(135deg);
  }
}

@media screen and (max-width: 767px) {
  #pageMenu li a {
    font-size: 15px;
    padding-top: 0;
    text-align: left;
    padding-left: 35px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 380px) {
  #pageMenu li a {
    font-size: 13px;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 5px;
  }
}

#pageMenu .skeleton li {
  width: 24%;
  margin-top: 0px;
  margin-bottom: 12px;
}

#pageMenu .skeleton li a {
  border: solid 1px #000;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #pageMenu .skeleton li {
    border: solid 1px #000;
    background-color: #fff;
  }

  #pageMenu .skeleton li a {
    border: none;
  }
}

#osechi .ranking h2 {
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 2.2px;
  margin-top: 50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #osechi .ranking h2 {
    font-size: 22px;
  }
}

#osechi .ranking .btnA {
  margin-top: 30px;
  background: #c6000b;
}

#osechi #cont3 {
  margin-top: 60px;
  padding: 40px 20px;
  border-top: 4px solid #8cac29;
  background: url("/search_top/202001_renewal/images/osechi/bg3_pc.png") top/100% auto repeat-y;
}

@media screen and (max-width: 767px) {
  #osechi #cont3 {
    margin-top: 50px;
    padding: 30px 10px;
    background: url("/search_top/202001_renewal/images/osechi/bg3_sp.png") top/100% auto repeat-y;
  }
}

#osechi #cont3 h2 {
  text-align: center;
  font-size: 36px;
  color: #8cac29;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 767px) {
  #osechi #cont3 h2 {
    font-size: 22px;
  }
}

#osechi #cont3>p {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  #osechi #cont3>p {
    font-size: 14px;
  }
}

#osechi #cont3>ul {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #osechi #cont3>ul>li {
    width: 48%;
  }

  #osechi #cont3>ul>li:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #osechi #cont3>ul>li {
    width: 100%;
  }

  #osechi #cont3>ul>li:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}

#osechi #cont3>ul>li a {
  width: 100%;
}

#osechi #cont3 .btnA {
  margin-top: 30px;
  background: #472605;
}

#osechi #cont5 {
  margin-top: 60px;
  padding: 40px 20px;
  border-top: 4px solid #9f82ac;
  background: url("/search_top/202001_renewal/images/osechi/bg2_pc.png") top/100% auto repeat-y;
}

@media screen and (max-width: 767px) {
  #osechi #cont5 {
    margin-top: 50px;
    padding: 30px 10px;
    background: url("/search_top/202001_renewal/images/osechi/bg2_sp.png") top/100% auto repeat-y;
  }
}

#osechi #cont5 h2 {
  text-align: center;
  font-size: 36px;
  color: #000;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 767px) {
  #osechi #cont5 h2 {
    font-size: 22px;
  }
}

#osechi #cont5>ul {
  margin-top: 30px;
  height: auto;
}

#osechi #cont5>ul>li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  #osechi #cont5>ul>li {
    width: 32%;
  }
}

@media screen and (max-width: 767px) {
  #osechi #cont5>ul>li {
    width: 100%;
  }

  #osechi #cont5>ul>li:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}

#osechi #cont5>ul>li h3 {
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 5px 0 3px;
  position: relative;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media (-ms-high-contrast: none) {
  #osechi #cont5>ul>li h3 {
    padding: 5px 0 15px;
  }
}

#osechi #cont5>ul>li h3::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #cbb046 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

#osechi #cont5>ul>li .categoryImg {
  margin-top: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (min-width: 768px) {

  #osechi #cont5>ul>li:nth-of-type(2) .categoryImg img,
  #osechi #cont5>ul>li:nth-of-type(3) .categoryImg img {
    padding: 18px 0;
  }
}

#osechi #cont5>ul>li .categoryImg+p {
  margin-top: 20px;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 18px;
  font-weight: 700;
}

#osechi #cont5>ul>li:nth-of-type(1) h3 {
  background: #e18a73;
}

#osechi #cont5>ul>li:nth-of-type(1) h3::after {
  border-color: #e18a73 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

#osechi #cont5>ul>li:nth-of-type(2) h3 {
  background: #9f82ac;
}

#osechi #cont5>ul>li:nth-of-type(2) h3::after {
  border-color: #9f82ac rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

#osechi #cont5>ul>li:nth-of-type(2) .categoryImg {
  padding: 0 8%;
}

#osechi #cont5>ul>li:nth-of-type(3) h3 {
  background: #d8bb00;
  color: #333;
}

#osechi #cont5>ul>li:nth-of-type(3) h3::after {
  border-color: #d8bb00 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

#osechi #cont5>ul>li:nth-of-type(3) .categoryImg {
  padding: 0 8%;
}

#osechi #cont5 .btnA {
  margin-top: 20px;
  background: #472605;
}

@media (-ms-high-contrast: none) {
  #osechi #cont5 .btnA {
    padding: 10px 0 30px;
  }
}

#osechi #cont6 {
  margin-top: 20px;
  padding: 30px 20px;
  border-top: 4px solid #a8a19c;
  background: url("/search_top/202001_renewal/images/osechi/bg2_pc.png") top/100% auto repeat-y;
}

@media screen and (max-width: 767px) {
  #osechi #cont6 {
    margin-top: 15px;
    padding: 30px 10px;
    background: url("/search_top/202001_renewal/images/osechi/bg2_sp.png") top/100% auto repeat-y;
  }
}

#osechi #cont6>div {
  padding: 40px 30px;
}

@media screen and (min-width: 768px) {
  #osechi #cont6>div {
    background: url("/search_top/202001_renewal/images/osechi/osechi_11.png") center right 5% / auto 80% no-repeat, #fff;
  }
}

@media screen and (max-width: 767px) {
  #osechi #cont6>div {
    padding: 30px 10px;
    background: #fff;
  }
}

#osechi #cont6>div h2 {
  font-size: 30px;
  color: #cf000d;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #osechi #cont6>div h2 {
    font-size: 21px;
    text-align: center;
    line-height: 1.3;
  }
}

#osechi #cont6>div h3 {
  font-size: 20px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  #osechi #cont6>div h3 {
    font-size: 15px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  #osechi #cont6>div>div {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  #osechi #cont6>div>div {
    text-align: center;
  }
}

#osechi #cont6>div>div p:nth-of-type(1) {
  background: #1d5a90;
  border-radius: 3px;
  color: #fff;
  padding: 5px 13px;
  font-size: 20px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
}

@media (-ms-high-contrast: none) {
  #osechi #cont6>div>div p:nth-of-type(1) {
    padding: 6px 13px 0;
  }
}

@media screen and (min-width: 768px) {
  #osechi #cont6>div>div p:nth-of-type(1) {
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  #osechi #cont6>div>div p:nth-of-type(1) {
    font-size: 15px;
    margin-top: 10px;
    display: inline-block;
    padding: 3px 13px;
  }
}

#osechi #cont6>div>div p:nth-of-type(2) {
  line-height: 1.4;
  color: #1d5a90;
  font-size: 16px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #osechi #cont6>div>div p:nth-of-type(2) {
    font-size: 11px;
    margin-top: 20px;
  }
}

#osechi #cont6>div>p {
  margin-top: 16px;
  font-size: 18px;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #333;
}

@media screen and (max-width: 767px) {
  #osechi #cont6>div>p {
    text-align: center;
    font-size: 14px;
  }
}

#osechi #cont6>div .btnB {
  margin-top: 23px;
  background: #948b85;
  padding: 15px 20px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

@media screen and (min-width: 768px) {
  #osechi #cont6>div .btnB {
    max-width: 245px;
  }
}

@media screen and (max-width: 767px) {
  #osechi #cont6>div .btnB {
    font-size: 14px;
    text-align: center;
    padding: 10px;
  }
}

#osechi #cont6>div .btnB::after {
  content: "";
  display: block;
  position: absolute;
  right: 10%;
  top: 50%;
  width: 13px;
  height: 13px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

#osechi #cont7 {
  margin-top: 20px;
  padding: 30px 20px;
  border-top: 4px solid #cf000d;
  background: url("/search_top/202001_renewal/images/osechi/bg2_pc.png") top/100% auto repeat-y;
}

@media screen and (max-width: 767px) {
  #osechi #cont7 {
    margin-top: 15px;
    padding: 30px 10px;
    background: url("/search_top/202001_renewal/images/osechi/bg2_sp.png") top/100% auto repeat-y;
  }
}

#osechi #cont7>div {
  padding: 40px 30px;
}

@media screen and (min-width: 768px) {
  #osechi #cont7>div {
    background: url("/search_top/202001_renewal/images/osechi/osechi_12.png") center left/auto 100% no-repeat, #fff;
  }
}

@media screen and (max-width: 767px) {
  #osechi #cont7>div {
    padding: 30px 10px;
    background: #fff;
  }
}

#osechi #cont7>div h2 {
  font-size: 36px;
  color: #cf000d;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  #osechi #cont7>div h2 {
    margin-left: 55%;
  }
}

@media screen and (max-width: 767px) {
  #osechi #cont7>div h2 {
    font-size: 21px;
    text-align: center;
    line-height: 1.3;
  }
}

#osechi #cont7>div>p {
  margin-top: 23px;
  font-size: 18px;
  font-family: YuMincho, "Yu Mincho", serif;
  color: #333;
}

@media screen and (min-width: 768px) {
  #osechi #cont7>div>p {
    margin-left: 55%;
  }
}

@media screen and (max-width: 767px) {
  #osechi #cont7>div>p {
    text-align: center;
    font-size: 14px;
  }
}

#osechi #cont7>div .btnB {
  margin-top: 23px;
  background: #cf000d;
  padding: 15px 20px;
  width: 100%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

@media screen and (min-width: 768px) {
  #osechi #cont7>div .btnB {
    max-width: 245px;
    margin-left: 55%;
  }
}

@media screen and (max-width: 767px) {
  #osechi #cont7>div .btnB {
    font-size: 14px;
    text-align: center;
    padding: 10px;
  }
}

#osechi #cont7>div .btnB::after {
  content: "";
  display: block;
  position: absolute;
  right: 10%;
  top: 50%;
  width: 13px;
  height: 13px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

#osechi #cont9 {
  margin-top: 60px;
  border: 1px solid #333;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 767px) {
  #osechi #cont9 {
    margin-top: 50px;
  }
}

#osechi #cont9>div:nth-of-type(1) {
  padding: 25px 10px;
  background: #333;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #osechi #cont9>div:nth-of-type(1) {
    padding: 15px 10px;
  }
}

#osechi #cont9>div:nth-of-type(1) h2 {
  font-size: 28px;
}

@media screen and (max-width: 767px) {
  #osechi #cont9>div:nth-of-type(1) h2 {
    font-size: 21px;
  }
}

#osechi #cont9>div:nth-of-type(1) p {
  margin-top: 10px;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  #osechi #cont9>div:nth-of-type(1) p {
    font-size: 15px;
  }
}

#osechi #cont9>div:nth-of-type(1) p span {
  display: inline-block;
  background: #cf000d;
  padding: 0 5px;
  border-radius: 6px;
}

@media (-ms-high-contrast: none) {
  #osechi #cont9>div:nth-of-type(1) p span {
    padding: 6px 5px 0;
  }
}

@media screen and (min-width: 768px) {
  #osechi #cont9>div:nth-of-type(1) p span {
    margin-right: 4px;
    margin-left: 4px;
  }
}

#osechi #cont9>div:nth-of-type(1) small {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #osechi #cont9>div:nth-of-type(1) small {
    font-size: 11px;
  }
}

#osechi #cont9>div:nth-of-type(2) {
  padding: 20px;
  display: flex;
  align-content: stretch;
}

@media screen and (max-width: 767px) {
  #osechi #cont9>div:nth-of-type(2) {
    padding: 40px 10px 20px;
    flex-direction: column;
  }
}

#osechi #cont9>div:nth-of-type(2) p {
  background: #f4f2e2;
}

@media screen and (min-width: 768px) {
  #osechi #cont9>div:nth-of-type(2) p {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-right: 20px;
    padding: 15px 25px;
    font-size: 20px;
  }
}

@media (-ms-high-contrast: none) {
  #osechi #cont9>div:nth-of-type(2) p {
    padding: 20px 25px 20px 50px;
  }
}

@media screen and (max-width: 767px) {
  #osechi #cont9>div:nth-of-type(2) p {
    font-size: 16px;
    padding: 10px;
  }
}

#osechi #cont9>div:nth-of-type(2) dt {
  font-size: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #osechi #cont9>div:nth-of-type(2) dt {
    margin-top: 20px;
    font-size: 16px;
  }
}

#osechi #cont9>div:nth-of-type(2) dt:nth-of-type(n + 2) {
  margin-top: 15px;
}

#osechi #cont9>div:nth-of-type(2) dt span {
  background: #fff;
  padding-right: 15px;
}

#osechi #cont9>div:nth-of-type(2) dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  height: 1px;
  width: 100%;
  background: #333;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #osechi #cont9>div:nth-of-type(2) dt::after {
    top: 41%;
  }
}

#osechi #cont9>div:nth-of-type(2) dd {
  font-size: 14px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #osechi #cont9>div:nth-of-type(2) dd {
    font-size: 12px;
  }
}

#osechi #cont10 {
  margin-top: 60px;
  padding: 40px 20px;
  border-top: 4px solid #629e9e;
  background: url("/search_top/202001_renewal/images/osechi/bg2_pc.png") top/100% auto repeat-y;
}

@media screen and (max-width: 767px) {
  #osechi #cont10 {
    margin-top: 50px;
    padding: 30px 10px;
    background: url("/search_top/202001_renewal/images/osechi/bg2_sp.png") top/100% auto repeat-y;
  }
}

#osechi #cont10 h2 {
  text-align: center;
  font-size: 36px;
  color: #444;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 767px) {
  #osechi #cont10 h2 {
    font-size: 22px;
  }
}

#osechi #cont10 li {
  margin-top: 50px;
  padding: 0 80px;
}

@media screen and (max-width: 767px) {
  #osechi #cont10 li {
    margin-top: 30px;
    padding: 0 5px;
  }
}

#osechi #cont10 li .txt_link {
  margin: 20px 0 0 0;
  padding-left: 1.5em;
  position: relative;
  text-decoration: underline;
}

#osechi #cont10 li .txt_link::after {
  content: "";
  display: block;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  width: 0.7em;
  height: 0.7em;
  position: absolute;
  left: 0;
  transform: rotate(45deg);
  top: 0.5em;
}

#osechi #cont10 h3 {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 70px;
  background: #629e9e;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #osechi #cont10 h3 {
    font-size: 14px;
    padding: 5px 20px;
    width: 100%;
    text-align: center;
  }
}

#osechi #cont10 h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #629e9e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

.column {
  margin-top: 60px;
  padding: 30px 20px;
  border-top: 4px solid #333;
  background: url(/search_top/202001_renewal/images/osechi/bg2_pc.png) top/100% auto repeat-y;
}

.cl-ttl {
  text-align: center;
  font-size: 36px;
  color: #333;
  font-family: "Noto Serif JP", serif;
}

.column-ttl-img {
  text-align: center;
  margin: 40px 0px;
}

.column-card-list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.column-card {
  width: 30%;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
}

.card-name {
  font-size: 16px;
  margin: 10px 0;
}

.cl-detail {
  display: flex;
  border-bottom: solid 1px #c5a848;
  width: 95%;
  margin: auto;
  margin-bottom: 25px;
}

.cl-dt-ttl {
  font-size: 20px;
  margin: auto 0;
  padding-left: 15px;
  font-family: "Noto Serif JP", serif;
}

.trend {
  margin-top: 60px;
  padding: 30px 20px;
  border-top: 4px solid #345395;
  background: url(/search_top/202001_renewal/images/osechi/bg2_pc.png) top/100% auto repeat-y;
}

.trend-ttl {
  text-align: center;
  font-size: 36px;
  color: #345395;
  font-family: "Noto Serif JP", serif;
}

.trend-box-ttl {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  border-bottom: 1px solid;
  width: 95%;
  margin: auto;
  padding: 20px 0px;
}

.trend-img {
  text-align: center;
  margin: 30px 0;
}

.trend-desc {
  width: 97%;
  margin: auto;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-feature-settings: "palt";
}

.trend-box {
  background: #fff;
  padding-bottom: 25px;
}

@media screen and (max-width: 767px) {

  .column,
  .trend {
    margin-top: 50px;
    padding: 30px 10px;
  }

  .cl-ttl {
    font-size: 22px;
  }

  .cl-dt-ttl {
    font-size: 16px;
  }

  .column-card {
    width: 46%;
  }

  .trend-ttl {
    font-size: 22px;
    margin-bottom: 25px;
  }

  .trend-box-ttl {
    font-size: 16px;
  }

  .trend-img {
    width: 95%;
    margin: auto;
    padding: 20px 0;
  }

  .trend-desc {
    width: 90%;
    margin: auto;
    display: block;
    font-family: "Noto Serif JP", serif;
    font-weight: normal;
    font-feature-settings: "palt";
  }
}

.frozen-txt {
  margin-left: 20px;
  padding-bottom: 29px;
}

.frozen-txt a {
  display: inline-block !important;
  text-decoration: underline;
}

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

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

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

.c-txt_bk {
  display: inline-block;
}

.pickup-item {
  background: #f3eee4;
  padding: 30px;
}

.ttl-section {
  text-align: center;
  font-size: 24px;
  position: relative;
  margin-bottom: 15px;
}

.ttl-section::before,
.ttl-section::after {
  position: absolute;
  content: url(/search_top/202001_renewal/images/osechi/oseibo/img_bg_border_pc.png);
}

.ttl-section::before {
  left: 70px;
  top: 0;
}

.ttl-section::after {
  right: 70px;
  top: 0;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  padding: 0 25px;
}

@media screen and (max-width: 767px) {
  .slick-slide {
    padding: 0;
  }
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 90%;
  margin: auto;
}

.wrapper-text-ttl {
  margin-bottom: 45px;
  padding-top: 3px;
}

div#pickup-slide {
  padding-bottom: 30px;
}

.slick-prev {
  content: "";
  display: block;
  position: absolute;
  left: 0%;
  top: 60%;
  width: 25px;
  height: 25px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  background: none;
}

.slick-next {
  content: "";
  display: block;
  position: absolute;
  right: 0%;
  top: 60%;
  width: 25px;
  height: 25px;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  background: none;
}

.column-link {
  background: #fef7ef;
}

.column-link-ttl {
  text-align: center;
  padding: 30px 0;
  font-size: 20px;
  font-weight: bold;
}

.link-card-wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding: 40px 0;
  padding-top: 0;
}

.link-card {
  list-style: none;
  width: 42%;
}

.link-date {
  color: #9d9d9d;
  font-weight: bold;
  margin: 5px 0;
}

.link-ttl {
  font-size: 16px;
  font-weight: bold;
}

#conclusion {
  margin: 60px 0;
}

@media screen and (min-width: 768px) {
  .osechi_bnr {
    width: 65%;
    margin: auto;
    margin-bottom: 60px;
  }
}

.ttl-section::before,
.ttl-section::after {
  position: absolute;
  content: none;
}

.wrapper-text-ttl {
  margin-bottom: 30px;
  padding-top: 3px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .wrapper-text-ttl {
    margin-bottom: 24px;
  }
}

.r24_min {
  font-family: YuMincho, "Yu Mincho", serif;
}

.r24_txt_p {
  font-size: 16px;
}

.r24_txt_tc {
  text-align: center;
}

h2.r24_ttl_line {
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 2.2px;
}

@media screen and (max-width: 767px) {
  h2.r24_ttl_line {
    padding: 0px;
  }
}

h2.r24_ttl_line:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #000;
}

h2.r24_ttl_line span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

@media screen and (max-width: 767px) {
  h2.r24_ttl_line span {
    padding: 0 0.5em;
  }
}

@media screen and (max-width: 767px) {
  h2.r24_ttl_line {
    font-size: 16;
  }
}

h3.r24_ttl_line {
  width: 60%;
  margin: 40px auto 0;
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 2.2px;
}

@media screen and (max-width: 767px) {
  h3.r24_ttl_line {
    padding: 0px;
    width: 100%;
    font-size: 20px;
  }
}

h3.r24_ttl_line:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #000;
}

h3.r24_ttl_line span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

@media screen and (max-width: 767px) {
  h3.r24_ttl_line span {
    padding: 0 0.5em;
  }
}

@media screen and (max-width: 767px) {
  h3.r24_ttl_line {
    font-size: 16;
  }
}

h3.r24_ttl_line.red::before {
  background: #cf000d;
}

h3.r24_ttl_line.red span {
  color: #cf000d;
  font-size: 20px;
}

.r24_flex-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.r24_flex-item {
  margin-bottom: 13px;
  position: relative;
}

.r24_flex-item.btnbg a {
  justify-content: left;
}

.r24_flex-item a {
  width: 100%;
  min-height: 80px;
  background-color: #fff;
  padding: 0 30px 0 10px;
  display: flex !important;
  align-items: center;
  text-align: left;
  justify-content: left;
}

.r24_flex-item a .arw::after {
  right: 35%;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .r24_flex-item a {
    margin-bottom: 10px;
    padding: 0 20px 0 10px;
  }

  .r24_flex-item a .arw::after {
    right: 6%;
    top: 45%;
  }
}

.btnbg a .arw::after {
  right: 54.5%;
}

.r24_flex-item .arw::after {
  content: "";
  display: block;
  position: absolute;
  right: 6%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .r24_flex-item .arw {
    font-size: 15px;
  }
}

@media screen and (max-width: 380px) {
  .r24_flex-item .arw {
    font-size: 14px;
  }
}

.r24_flex-item._pc12 {
  width: 100%;
}

.r24_flex-item._pc6 {
  width: 49%;
}

.r24_flex-item._pc4 {
  width: 32%;
}

.r24_flex-item._pc3 {
  width: 24%;
}

@media screen and (max-width: 767px) {
  .r24_flex-item._sp12 {
    width: 100%;
  }

  .r24_flex-item._sp6 {
    width: 49%;
  }

  .r24_flex-item._sp4 {
    width: 32%;
  }

  .r24_flex-item._sp3 {
    width: 24%;
  }
}

.con01 .btnbg div {
  background-image: url(/search_top/202001_renewal/images/osechi/btnbg1.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.con01 .btnbg1 div {
  background-position-x: left;
  transform: scale(-1, 1);
}

.con01 .btnbg1 a {
  transform: scale(-1, 1);
}

.con01 .btnbg2 div {
  background-position-x: right;
}

.con01 .btnbg div a {
  background: linear-gradient(90deg, white 0 48%, rgba(255, 255, 0, 0) 72%);
}

@media screen and (max-width: 767px) {
  .con01 .btnbg a {
    background-image: url(/search_top/202001_renewal/images/osechi/btnbg1sp.png);
    background-size: contain;
    background-position: left;
  }

  .con01 .btnbg1 a {
    background-position-x: left;
  }

  .con01 .btnbg2 a {
    background-position-x: right;
  }
}

.con01 .btnbg a a {
  width: 100%;
  font-size: 22px;
}

.con01 .btnbg a a>p {
  position: relative;
  display: inline-block;
  width: 40%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .con01 .btnbg a a>p {
    width: 100%;
    padding-left: 20%;
  }
}

@media screen and (max-width: 767px) {
  .con01 .btnbg a a {
    font-size: 16px;
  }
}

#osechi .con01 {
  margin-top: 60px;
  padding: 40px 20px;
  border-top: 4px solid #000;
  background: url("/search_top/202001_renewal/images/osechi/bg2_pc.png") top/100% auto repeat-y;
}

@media screen and (max-width: 767px) {
  #osechi .con01 {
    margin-top: 50px;
    padding: 30px 10px;
    background: url("/search_top/202001_renewal/images/osechi/bg2_sp.png") top/100% auto repeat-y;
  }
}

@media screen and (max-width: 767px) {
  #osechi .con01 h2 {
    font-size: 22px;
  }
}

#osechi .con01 h3 {
  margin-top: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  font-family: YuMincho, "Yu Mincho", serif;
  height: 80px;
  padding-top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #osechi .con01 h3 {
    background: url("/search_top/202001_renewal/images/osechi/facous_title_long_pc.png") center center/100% auto no-repeat;
  }
}

@media screen and (max-width: 767px) {
  #osechi .con01 h3 {
    background: url("/search_top/202001_renewal/images/osechi/famous_title_sp.png") center center/100% auto no-repeat;
    font-size: 21px;
  }
}

#osechi .con01>p {
  margin-top: 20px;
  font-size: 16px;
  color: #b68f1b;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  #osechi .con01>p {
    font-size: 12px;
  }
}

#osechi .con01 ul:nth-of-type(1) {
  margin-top: 30px;
}

#osechi .con01 ul:nth-of-type(2) {
  margin-top: 30px;
}

#osechi .con01 ul:nth-of-type(2)>li {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #osechi .con01 ul:nth-of-type(2)>li {
    width: 48%;
  }

  #osechi .con01 ul:nth-of-type(2)>li:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #osechi .con01 ul:nth-of-type(2)>li {
    width: 100%;
  }

  #osechi .con01 ul:nth-of-type(2)>li:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}

#osechi .con01 ul:nth-of-type(2)>li>div {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #osechi .con01 ul:nth-of-type(2)>li>div a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

#osechi .con01 ul:nth-of-type(2)>li>div a>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#osechi .con01 ul:nth-of-type(2)>li>div a>div>p {
  width: 80px;
}

@media screen and (max-width: 767px) {
  #osechi .con01 ul:nth-of-type(2)>li>div a>div>p {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  #osechi .con01 ul:nth-of-type(2)>li>div a>div>div {
    width: calc(100% - 90px);
  }
}

@media screen and (max-width: 767px) {
  #osechi .con01 ul:nth-of-type(2)>li>div a>div>div {
    width: 70%;
  }
}

#osechi .con01 ul:nth-of-type(2)>li>div a>div>div p {
  font-size: 18px;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #osechi .con01 ul:nth-of-type(2)>li>div a>div>div p {
    font-size: 14px;
  }
}

#osechi .con01 ul:nth-of-type(2)>li .famousImg {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

@media screen and (max-width: 767px) {
  #osechi .con01 ul:nth-of-type(2)>li .famousImg {
    width: 70%;
  }
}

#osechi .con01 ul:nth-of-type(2)>li .famousImg img {
  image-rendering: -webkit-optimize-contrast;
  width: auto;
}

@media screen and (max-width: 767px) {
  #osechi .con01 ul:nth-of-type(2)>li .famousImg {
    margin-top: auto;
  }
}

#osechi .con01 ul:nth-of-type(2)>li .btnA {
  margin-top: auto;
  width: 80%;
}

@media screen and (min-width: 768px) {
  #osechi .con01 ul:nth-of-type(2)>li:nth-of-type(1) .famousImg {
    padding: 0 10%;
  }

  #osechi .con01 ul:nth-of-type(2)>li:nth-of-type(2) .famousImg {
    padding: 0 12%;
  }

  #osechi .con01 ul:nth-of-type(2)>li:nth-of-type(3) .famousImg {
    padding: 0 15%;
  }

  #osechi .con01 ul:nth-of-type(2)>li:nth-of-type(4) .famousImg {
    padding: 0 15%;
  }
}


#osechi .con01 ul:nth-of-type(2) h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: YuMincho, "Yu Mincho", serif;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #osechi .con01 ul:nth-of-type(2) h3 {
    background: url("/search_top/202001_renewal/images/osechi/famous_title_short_pc.png") center center/100% auto no-repeat;
  }
}

@media screen and (max-width: 767px) {
  #osechi .con01 ul:nth-of-type(2) h3 {
    background: url("/search_top/202001_renewal/images/osechi/famous_title_sp.png") center center/100% auto no-repeat;
  }
}

#osechi .con01 .btnA {
  margin-top: 50px;
  background: #472605;
}

#osechi #con02 {
  margin-top: 60px;
  padding: 40px 20px;
  border-top: 4px solid #000;
  background: url("/search_top/202001_renewal/images/osechi/bg2_pc.png") top/100% auto repeat-y;
}

@media screen and (max-width: 767px) {
  #osechi #con02 {
    margin-top: 50px;
    padding: 30px 10px;
    background: url("/search_top/202001_renewal/images/osechi/bg2_sp.png") top/100% auto repeat-y;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con02 h2 {
    font-size: 22px;
  }
}

#osechi #con02>p {
  margin-top: 20px;
  font-size: 16px;
  color: #b68f1b;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  #osechi #con02>p {
    font-size: 12px;
  }
}


#osechi #con02 ul:nth-of-type(2)>li {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #osechi #con02 ul:nth-of-type(2)>li {
    width: 48%;
  }

  #osechi #con02 ul:nth-of-type(2)>li:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con02 ul:nth-of-type(2)>li {
    width: 100%;
  }

  #osechi #con02 ul:nth-of-type(2)>li:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}

#osechi #con02 ul:nth-of-type(2)>li>div {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #osechi #con02 ul:nth-of-type(2)>li>div a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

#osechi #con02 ul:nth-of-type(2)>li>div a>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#osechi #con02 ul:nth-of-type(2)>li>div a>div>p {
  width: 80px;
}

@media screen and (max-width: 767px) {
  #osechi #con02 ul:nth-of-type(2)>li>div a>div>p {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  #osechi #con02 ul:nth-of-type(2)>li>div a>div>div {
    width: calc(100% - 90px);
  }
}

@media screen and (max-width: 767px) {
  #osechi #con02 ul:nth-of-type(2)>li>div a>div>div {
    width: 70%;
  }
}

#osechi #con02 ul:nth-of-type(2)>li>div a>div>div p {
  font-size: 18px;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #osechi #con02 ul:nth-of-type(2)>li>div a>div>div p {
    font-size: 14px;
  }
}

#osechi #con02 ul:nth-of-type(2)>li .famousImg {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

@media screen and (max-width: 767px) {
  #osechi #con02 ul:nth-of-type(2)>li .famousImg {
    width: 70%;
  }
}

#osechi #con02 ul:nth-of-type(2)>li .famousImg img {
  image-rendering: -webkit-optimize-contrast;
  width: auto;
}

@media screen and (max-width: 767px) {
  #osechi #con02 ul:nth-of-type(2)>li .famousImg {
    margin-top: auto;
  }
}

#osechi #con02 ul:nth-of-type(2)>li .btnA {
  margin-top: auto;
  width: 80%;
}

@media screen and (min-width: 768px) {
  #osechi #con02 ul:nth-of-type(2)>li:nth-of-type(1) .famousImg {
    padding: 0 10%;
  }

  #osechi #con02 ul:nth-of-type(2)>li:nth-of-type(2) .famousImg {
    padding: 0 12%;
  }

  #osechi #con02 ul:nth-of-type(2)>li:nth-of-type(3) .famousImg {
    padding: 0 15%;
  }

  #osechi #con02 ul:nth-of-type(2)>li:nth-of-type(4) .famousImg {
    padding: 0 15%;
  }
}

#osechi #con02 ul:nth-of-type(2)>li::empty {
  border: none;
}

#osechi #con02 ul:nth-of-type(2) h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: YuMincho, "Yu Mincho", serif;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #osechi #con02 ul:nth-of-type(2) h3 {
    background: url("/search_top/202001_renewal/images/osechi/famous_title_short_pc.png") center center/100% auto no-repeat;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con02 ul:nth-of-type(2) h3 {
    background: url("/search_top/202001_renewal/images/osechi/famous_title_sp.png") center center/100% auto no-repeat;
  }
}

#osechi #con02 .btnA {
  margin-top: 50px;
  background: #472605;
}

.btnbg-washi li:nth-child(1) a {
  background-image: url(/search_top/202001_renewal/images/osechi/btnbg2.png);
}

.btnbg-washi li:nth-child(2) a {
  background-image: url(/search_top/202001_renewal/images/osechi/btnbg3.png);
}

.btnbg-washi li:nth-child(3) a {
  background-image: url(/search_top/202001_renewal/images/osechi/btnbg4.png);
}

.btnbg-washi li:nth-child(4) a {
  background-image: url(/search_top/202001_renewal/images/osechi/btnbg5.png);
}

.btnbg-washi li .arw {
  color: #fff;
}

.btnbg-washi li .arw::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}

#osechi #con03 {
  margin-top: 60px;
  padding: 40px 20px;
  border-top: 4px solid #000;
  background: url("/search_top/202001_renewal/images/osechi/bg2_pc.png") top/100% auto repeat-y;
}

@media screen and (max-width: 767px) {
  #osechi #con03 {
    margin-top: 50px;
    padding: 30px 10px;
    background: url("/search_top/202001_renewal/images/osechi/bg2_sp.png") top/100% auto repeat-y;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con03 h2 {
    font-size: 22px;
  }
}

#osechi #con03 h3 {
  margin-top: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  font-family: YuMincho, "Yu Mincho", serif;
  height: 80px;
  padding-top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #osechi #con03 h3 {
    background: url("/search_top/202001_renewal/images/osechi/facous_title_long_pc.png") center center/100% auto no-repeat;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con03 h3 {
    background: url("/search_top/202001_renewal/images/osechi/famous_title_sp.png") center center/100% auto no-repeat;
    font-size: 21px;
  }
}

#osechi #con03>p {
  margin-top: 20px;
  font-size: 16px;
  color: #b68f1b;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  #osechi #con03>p {
    font-size: 12px;
  }
}

#osechi #con03 ul:nth-of-type(1) {
  margin-top: 30px;
}

#osechi #con03 ul:nth-of-type(2) {
  margin-top: 30px;
}

#osechi #con03 ul:nth-of-type(2)>li {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #osechi #con03 ul:nth-of-type(2)>li {
    width: 48%;
  }

  #osechi #con03 ul:nth-of-type(2)>li:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con03 ul:nth-of-type(2)>li {
    width: 100%;
  }

  #osechi #con03 ul:nth-of-type(2)>li:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}

#osechi #con03 ul:nth-of-type(2)>li>div {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #osechi #con03 ul:nth-of-type(2)>li>div a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

#osechi #con03 ul:nth-of-type(2)>li>div a>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#osechi #con03 ul:nth-of-type(2)>li>div a>div>p {
  width: 80px;
}

@media screen and (max-width: 767px) {
  #osechi #con03 ul:nth-of-type(2)>li>div a>div>p {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  #osechi #con03 ul:nth-of-type(2)>li>div a>div>div {
    width: calc(100% - 90px);
  }
}

@media screen and (max-width: 767px) {
  #osechi #con03 ul:nth-of-type(2)>li>div a>div>div {
    width: 70%;
  }
}

#osechi #con03 ul:nth-of-type(2)>li>div a>div>div p {
  font-size: 18px;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #osechi #con03 ul:nth-of-type(2)>li>div a>div>div p {
    font-size: 14px;
  }
}

#osechi #con03 ul:nth-of-type(2)>li .famousImg {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

@media screen and (max-width: 767px) {
  #osechi #con03 ul:nth-of-type(2)>li .famousImg {
    width: 70%;
  }
}

#osechi #con03 ul:nth-of-type(2)>li .famousImg img {
  image-rendering: -webkit-optimize-contrast;
  width: auto;
}

@media screen and (max-width: 767px) {
  #osechi #con03 ul:nth-of-type(2)>li .famousImg {
    margin-top: auto;
  }
}

#osechi #con03 ul:nth-of-type(2)>li .btnA {
  margin-top: auto;
  width: 80%;
}

@media screen and (min-width: 768px) {
  #osechi #con03 ul:nth-of-type(2)>li:nth-of-type(1) .famousImg {
    padding: 0 10%;
  }

  #osechi #con03 ul:nth-of-type(2)>li:nth-of-type(2) .famousImg {
    padding: 0 12%;
  }

  #osechi #con03 ul:nth-of-type(2)>li:nth-of-type(3) .famousImg {
    padding: 0 15%;
  }

  #osechi #con03 ul:nth-of-type(2)>li:nth-of-type(4) .famousImg {
    padding: 0 15%;
  }
}

#osechi #con03 ul:nth-of-type(2)>li::empty {
  border: none;
}

#osechi #con03 ul:nth-of-type(2) h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: YuMincho, "Yu Mincho", serif;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #osechi #con03 ul:nth-of-type(2) h3 {
    background: url("/search_top/202001_renewal/images/osechi/famous_title_short_pc.png") center center/100% auto no-repeat;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con03 ul:nth-of-type(2) h3 {
    background: url("/search_top/202001_renewal/images/osechi/famous_title_sp.png") center center/100% auto no-repeat;
  }
}

#osechi #con03 .btnA {
  margin-top: 50px;
  background: #472605;
}

#osechi #con04 {
  margin-top: 60px;
  padding: 40px 20px;
  border-top: 4px solid #c6000b;
  background: url("/search_top/202001_renewal/images/osechi/bg3_pc.png") top/100% auto repeat-y;
}

@media screen and (max-width: 767px) {
  #osechi #con04 {
    margin-top: 50px;
    padding: 30px 10px;
    background: url("/search_top/202001_renewal/images/osechi/bg3_sp.png") top/100% auto repeat-y;
  }
}

#osechi #con04 h2 {
  text-align: center;
  font-size: 36px;
  color: #c6000b;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #osechi #con04 h2 {
    font-size: 21px;
  }
}

#osechi #cont1>p {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
  letter-spacing: 2px;
}

@media (-ms-high-contrast: none) {
  #osechi #cont1>p {
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 767px) {
  #osechi #cont1>p {
    font-size: 14px;
  }
}

#osechi #con04 ul {
  margin-top: 30px;
}

#osechi #con04 ul li {
  width: 32%;
}

@media screen and (min-width: 768px) {
  #osechi #con04 ul li:nth-of-type(n + 4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con04 ul li {
    width: 49%;
  }

  #osechi #con04 ul li:nth-child(1) {
    width: 100%;
  }

  #osechi #con04 ul li:nth-child(1) a>div>p {
    max-width: 42px;
  }

  #osechi #con04 ul li:nth-child(1) .featureImg::after {
    top: 5%;
  }

  #osechi #con04 ul li:nth-child(4) {
    width: 100%;
  }

  #osechi #con04 ul li:nth-child(4) a>div>p {
    max-width: 42px;
  }

  #osechi #con04 ul li:nth-child(4) .featureImg {
    padding: 0 10%;
  }

  #osechi #con04 ul li:nth-child(4) .featureImg::after {
    top: 5%;
  }

  #osechi #con04 ul li:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}

#osechi #con04 ul li:nth-last-of-type(n + 1) a {
  width: 100%;
}

#osechi #con04 ul li:nth-last-of-type(n + 1) a>div {
  display: flex;
  gap: 3%;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #osechi #con04 ul li:nth-last-of-type(n + 1) a>div {
    align-items: flex-start;
  }
}

#osechi #con04 ul li:nth-last-of-type(n + 1) a>div>p {
  width: 30%;
}

@media screen and (min-width: 768px) {
  #osechi #con04 ul li:nth-last-of-type(n + 1) a>div>p img {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con04 ul li:nth-last-of-type(n + 1) a>div>p {
    width: 25%;
  }
}

#osechi #con04 ul li:nth-last-of-type(n + 1) a>div>div {
  min-height: 50px;
  width: 70%;
}

#osechi #con04 ul li:nth-last-of-type(n + 1) a>div>div p:nth-of-type(1) {
  font-size: 18px;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #osechi #con04 ul li:nth-last-of-type(n + 1) a>div>div p:nth-of-type(1) {
    font-size: 14px;
  }
}

#osechi #con04 ul li:nth-last-of-type(n + 1) a>div>div p:nth-of-type(2) {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 400;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #osechi #con04 ul li:nth-last-of-type(n + 1) a>div>div p:nth-of-type(2) {
    font-size: 10px;
  }
}

#osechi #con04 ul li.lastrank a>div {
  font-size: 18px;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.2;
  height: auto;
  display: flex;
  align-items: center;
}

#osechi #con04 ul li.lastrank a>div p {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #osechi #con04 ul li.lastrank a>div {
    font-size: 14px;
  }
}

@media (-ms-high-contrast: none) {
  #osechi #con04 ul li.lastrank a>div {
    height: 80px;
  }
}

#osechi #con04 ul li .featureImg {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  image-rendering: -webkit-optimize-contrast;
}

@media screen and (max-width: 767px) {
  #osechi #con04 ul li .featureImg {
    margin-top: auto;
    margin: 0px;
  }
}

#osechi #con04 ul li .featureImg::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #cbb046;
  left: 0;
  top: 10%;
}

#osechi #con04 ul li .featureImg img {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {

  #osechi #con04 ul li:nth-of-type(1) .featureImg,
  #osechi #con04 ul li:nth-of-type(2) .featureImg {
    height: auto;
    margin-top: 0;
  }

  #osechi #con04 ul li:nth-of-type(3) .featureImg,
  #osechi #con04 ul li:nth-of-type(4) .featureImg {
    height: auto;
    margin-top: 0;
  }

  #osechi #con04 ul li:nth-of-type(5) .featureImg,
  #osechi #con04 ul li:nth-of-type(6) .featureImg {
    height: auto;
    margin-top: 0;
  }

  #osechi #con04 ul li:nth-of-type(7) .featureImg,
  #osechi #con04 ul li:nth-of-type(8) .featureImg {
    height: auto;
    margin-top: 0;
  }

  #osechi #con04 ul li:nth-of-type(9) .featureImg,
  #osechi #con04 ul li:nth-of-type(10) .featureImg {
    height: auto;
    margin-top: 0;
  }

  #osechi #con04 ul li:nth-of-type(11) .featureImg,
  #osechi #con04 ul li:nth-of-type(12) .featureImg {
    height: auto;
    margin-top: 0;
  }

  #osechi #con04 ul li:nth-of-type(13) .featureImg {
    height: auto;
    margin-top: 0;
  }

  #osechi #con04 ul li:nth-of-type(14) .featureImg {
    height: auto;
    margin-top: 0;
  }

  #osechi #con04 ul li:nth-of-type(15) .featureImg {
    height: auto;
  }
}

#osechi #con04 .itemName {
  margin-top: 10px;
  font-size: 16px;
  letter-spacing: normal;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.1em;
}

#osechi #con04 .itemName span {
  font-size: 70%;
  display: block;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  #osechi #con04 .itemName span {
    display: block;
  }
}

#osechi #con04 .itemPrice {
  font-size: 14px;
  margin: 12px 0;
  font-family: YuMincho, "Yu Mincho", serif;
}

#osechi #con04 .itemPrice span {
  font-size: 70%;
}

#osechi #con04 .btnA {
  background: #472605;
}

#osechi #con05 {
  margin-top: 60px;
  padding: 40px 20px;
  border-top: 4px solid #cbb046;
  background: url("/search_top/202001_renewal/images/osechi/bg3_pc.png") top/100% auto repeat-y;
}

@media screen and (max-width: 767px) {
  #osechi #con05 {
    margin-top: 50px;
    padding: 30px 10px;
    background: url("/search_top/202001_renewal/images/osechi/bg3_sp.png") top/100% auto repeat-y;
  }
}

#osechi #con05 h2 {
  text-align: center;
  font-size: 36px;
  color: #cbb046;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 767px) {
  #osechi #con05 h2 {
    font-size: 22px;
  }
}

#osechi #con05>p {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  #osechi #con05>p {
    font-size: 14px;
  }
}

#osechi #con05>ul {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #osechi #con05>ul>li {
    width: 49%;
  }

  #osechi #con05>ul>li:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con05>ul>li {
    width: 100%;
  }

  #osechi #con05>ul>li:nth-of-type(n + 2) {
    margin-top: 40px;
  }
}

#osechi #con05>ul>li a {
  width: 100%;
}

#osechi #con05>ul>li a h3 {
  background: #cbb046;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 5px 0 3px;
  position: relative;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media (-ms-high-contrast: none) {
  #osechi #con05>ul>li a h3 {
    padding: 5px 0 20px;
  }
}

#osechi #con05>ul>li a h3::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #cbb046 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

#osechi #con05>ul>li a h4 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  font-family: "YuMincho", "Yu Mincho", serif;
  text-align: center;
  background: no-repeat;
}

@media (-ms-high-contrast: none) {
  #osechi #con05>ul>li a h4 {
    letter-spacing: 0;
  }
}

#osechi #con05>ul>li a h4 span {
  color: #cbb046;
  color: #cbb046;
  background: none;
  padding: 0;
  letter-spacing: 0;
  font-size: unset;
}

#osechi #con05>ul>li a ul {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 0.5%;
}

@media (-ms-high-contrast: none) {
  #osechi #con05>ul>li a ul {
    margin-top: 40px;
  }

  #osechi #con05>ul>li a ul li {
    margin-right: 0.5%;
  }

  #osechi #con05>ul>li a ul li:nth-last-of-type(1) {
    margin-right: 0;
  }
}

#osechi #con05>ul>li a ul li {
  width: 33%;
}

#osechi #con05>ul>li a ul li p:nth-of-type(1) {
  text-align: center;
}

#osechi #con05>ul>li a ul li p:nth-of-type(1) img {
  width: 80px;
}

#osechi #con05>ul>li a ul li p:nth-of-type(2) {
  font-size: 11px;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
  margin-top: 10px;
  line-height: 1.4;
}

#osechi #con05>ul>li a .collabosetImg {
  margin-top: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}

#osechi #con05>ul>li:nth-of-type(6) .collabosetImg {
  padding: 0 10%;
}

#osechi #con05>ul>li:nth-of-type(7) .collabosetImg {
  padding: 0 10%;
}

#osechi #con05>ul>li:nth-of-type(8) .collabosetImg {
  padding: 0 10%;
}

#osechi #con05>ul>li:nth-of-type(10) .collabosetImg {
  padding: 0 18%;
}

#osechi #con05>ul>li:nth-of-type(11) .collabosetImg {
  padding: 0 10%;
}

#osechi #con05 .btnA {
  margin-top: 30px;
  background: #472605;
}

#osechi #con05 .itemName {
  margin-top: 10px;
  font-size: 15px;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.1em;
}

#osechi #con05 .itemName span {
  font-size: 70%;
}

@media screen and (max-width: 767px) {
  #osechi #con05 .itemName span {
    display: block;
  }
}

@media screen and (max-width: 350px) {
  #osechi #con05 .itemName {
    font-size: 10px;
  }
}

#osechi #con05 .itemPrice {
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: YuMincho, "Yu Mincho", serif;
}

#osechi #con05 .itemPrice span {
  font-size: 70%;
}

@media screen and (max-width: 350px) {
  #osechi #con05 .itemPrice {
    font-size: 10px;
  }
}

@media screen and (min-width: 767px) {
  #osechi #con05>ul>li:nth-of-type(4) h4 {
    height: 64px;
  }
}

#osechi #con-web {
  margin-top: 60px;
  padding: 0px 0px 40px 0px;
  background: url("/search_top/202001_renewal/images/osechi/bg3_pc.png") top/100% auto repeat-y;
}

#osechi #con-web .flex {
  padding: 0px 20px;
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  #osechi #con-web {
    margin-top: 50px;
    padding: 0px 0px 30px 0px;
    background: url("/search_top/202001_renewal/images/osechi/bg3_sp.png") top/100% auto repeat-y;
  }

  #osechi #con-web .flex {
    padding: 0px 10px;
    margin-top: 0px;
  }
}

#osechi #con-web h2 {
  text-align: center;
  width: 100%;
  font-size: 36px;
  background-color: #000;
  color: #cbb046;
  padding: 20px 0;
  font-family: YuMincho, "Yu Mincho", serif;
  position: relative;
  display: inline-block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #osechi #con-web h2 {
    padding: 20px 0;
  }
}

#osechi #con-web h2:before {
  position: absolute;
  top: calc(50% - 3px);
  width: 290px;
  height: 6px;
  content: "";
  border-top: solid 2px #cbb046;
  border-bottom: solid 2px #cbb046;
  left: 20px;
}

@media screen and (max-width: 767px) {
  #osechi #con-web h2:before {
    left: 10px;
    width: calc(50% - 4.5em);
  }
}

#osechi #con-web h2:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 290px;
  height: 6px;
  content: "";
  border-top: solid 2px #cbb046;
  border-bottom: solid 2px #cbb046;
  right: 20px;
}

@media screen and (max-width: 767px) {
  #osechi #con-web h2:after {
    right: 10px;
    width: calc(50% - 4.5em);
  }
}

@media screen and (max-width: 767px) {
  #osechi #con-web h2 {
    font-size: 22px;
  }
}

#osechi #con-web>p {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  #osechi #con-web>p {
    font-size: 14px;
  }
}

#osechi #con-web>ul {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #osechi #con-web>ul>li {
    width: 49%;
  }

  #osechi #con-web>ul>li:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con-web>ul>li {
    width: 49%;
  }

  #osechi #con-web>ul>li:nth-of-type(n + 2) {
    margin-top: 0px;
  }
}

#osechi #con-web>ul>li a {
  width: 100%;
}

#osechi #con-web>ul>li a h3 {
  background: #cbb046;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 5px 0 3px;
  position: relative;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media (-ms-high-contrast: none) {
  #osechi #con-web>ul>li a h3 {
    padding: 5px 0 20px;
  }
}

#osechi #con-web>ul>li a h3::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #cbb046 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

#osechi #con-web>ul>li a h4 {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 700;
  font-family: "YuMincho", "Yu Mincho", serif;
  text-align: center;
  background: no-repeat;
}

@media (-ms-high-contrast: none) {
  #osechi #con-web>ul>li a h4 {
    letter-spacing: 0;
  }
}

#osechi #con-web>ul>li a h4 span {
  color: #cbb046;
  color: #cbb046;
  background: none;
  padding: 0;
  letter-spacing: 0;
  font-size: unset;
}

#osechi #con-web>ul>li a ul {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 0.5%;
}

@media (-ms-high-contrast: none) {
  #osechi #con-web>ul>li a ul {
    margin-top: 40px;
  }

  #osechi #con-web>ul>li a ul li {
    margin-right: 0.5%;
  }

  #osechi #con-web>ul>li a ul li:nth-last-of-type(1) {
    margin-right: 0;
  }
}

#osechi #con-web>ul>li a ul li {
  width: 33%;
}

#osechi #con-web>ul>li a ul li p:nth-of-type(1) {
  text-align: center;
}

#osechi #con-web>ul>li a ul li p:nth-of-type(1) img {
  width: 80px;
}

#osechi #con-web>ul>li a ul li p:nth-of-type(2) {
  font-size: 11px;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
  margin-top: 10px;
  line-height: 1.4;
}

#osechi #con-web>ul>li a .collabosetImg {
  margin-top: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}

#osechi #con-web .btnA {
  margin-top: 30px;
  background: #472605;
}

@media screen and (max-width: 767px) {
  #osechi #con-web .btnA {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

#osechi #con-web .itemName {
  margin-top: 10px;
  font-size: 15px;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.1em;
}

#osechi #con-web .itemName span {
  font-size: 70%;
}

@media screen and (max-width: 767px) {
  #osechi #con-web .itemName span {
    display: block;
  }
}

@media screen and (max-width: 350px) {
  #osechi #con-web .itemName {
    font-size: 10px;
  }
}

#osechi #con-web .itemPrice {
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: YuMincho, "Yu Mincho", serif;
}

#osechi #con-web .itemPrice span {
  font-size: 70%;
}

@media screen and (max-width: 350px) {
  #osechi #con-web .itemPrice {
    font-size: 10px;
  }
}

#osechi #con06 {
  margin-top: 60px;
  padding: 40px 20px;
  border-top: 4px solid #986cac;
  background: url("/search_top/202001_renewal/images/osechi/bg3_pc.png") top/100% auto repeat-y;
}

#osechi #con06 h2 {
  text-align: center;
  font-size: 36px;
  color: #986cac;
  font-family: YuMincho, "Yu Mincho", serif;
}

#osechi #con06 h3>span {
  background: url("/search_top/202001_renewal/images/osechi/bg3_pc.png") top/100% auto repeat-y;
}

@media screen and (max-width: 767px) {
  #osechi #con06 {
    margin-top: 50px;
    padding: 30px 10px;
    background: url("/search_top/202001_renewal/images/osechi/bg3_sp.png") top/100% auto repeat-y;
  }

  #osechi #con06 h2 {
    font-size: 22px;
  }

  #osechi #con06 h3>span {
    background: url("/search_top/202001_renewal/images/osechi/bg3_sp.png") top/100% auto repeat-y;
  }
}

#osechi #con06>p {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  #osechi #con06>p {
    font-size: 14px;
  }
}

#osechi #con06>ul {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  #osechi #con06>ul>li {
    width: 48%;
  }

  #osechi #con06>ul>li:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con06>ul>li {
    width: 100%;
  }

  #osechi #con06>ul>li:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}

#osechi #con06>ul>li a {
  width: 100%;
}

#osechi #con06 .btnA {
  margin-top: 30px;
  background: #472605;
}

#osechi #con8 {
  margin-top: 60px;
  padding: 40px 20px;
  border-top: 4px solid #b68f1b;
  background: url("/search_top/202001_renewal/images/osechi/bg2_pc.png") top/100% auto repeat-y;
}

@media screen and (max-width: 767px) {
  #osechi #con8 {
    margin-top: 50px;
    padding: 30px 10px;
    background: url("/search_top/202001_renewal/images/osechi/bg2_sp.png") top/100% auto repeat-y;
  }
}

#osechi #con8 h2 {
  text-align: center;
  font-size: 36px;
  color: #000;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 767px) {
  #osechi #con8 h2 {
    font-size: 22px;
  }
}

#osechi #con8 h3 {
  margin-top: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  font-family: YuMincho, "Yu Mincho", serif;
  height: 80px;
  padding-top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #osechi #con8 h3 {
    background: url("/search_top/202001_renewal/images/osechi/facous_title_long_pc.png") center center/100% auto no-repeat;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con8 h3 {
    background: url("/search_top/202001_renewal/images/osechi/famous_title_sp.png") center center/100% auto no-repeat;
    font-size: 18px;
  }
}

#osechi #con8>p {
  margin-top: 20px;
  font-size: 16px;
  color: #b68f1b;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  #osechi #con8>p {
    font-size: 12px;
    color: #333;
  }
}

#osechi #con8 ul:nth-of-type(1) {
  margin-top: 30px;
}

#osechi #con8 ul:nth-of-type(1) li {
  width: 48%;
  border-top: 1px solid #000;
}

@media screen and (min-width: 768px) {
  #osechi #con8 ul:nth-of-type(1) li:nth-of-type(n + 4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con8 ul:nth-of-type(1) li {
    width: 49%;
  }

  #osechi #con8 ul:nth-of-type(1) li:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

#osechi #con8 ul:nth-of-type(1) li a {
  width: 100%;
  padding-top: 20px;
}

#osechi #con8 ul:nth-of-type(1) li a>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #osechi #con8 ul:nth-of-type(1) li a>div {
    align-items: flex-start;
  }
}

#osechi #con8 ul:nth-of-type(1) li a>div>p {
  width: 30%;
}

@media screen and (min-width: 768px) {
  #osechi #con8 ul:nth-of-type(1) li a>div>p img {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con8 ul:nth-of-type(1) li a>div>p {
    width: 25%;
  }
}

#osechi #con8 ul:nth-of-type(1) li a>div>div {
  width: 70%;
}

#osechi #con8 ul:nth-of-type(1) li a>div>div p {
  font-size: 18px;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #osechi #con8 ul:nth-of-type(1) li a>div>div p {
    font-size: 14px;
  }
}

#osechi #con8 ul:nth-of-type(1) li .famousImg {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#osechi #con8 ul:nth-of-type(1) li .famousImg img {
  image-rendering: -webkit-optimize-contrast;
  width: auto;
  max-width: -webkit-fill-available;
}

@media (-ms-high-contrast: none) {
  #osechi #con8 ul:nth-of-type(1) li .famousImg img {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con8 ul:nth-of-type(1) li .famousImg {
    margin-top: auto;
  }
}

#osechi #con8 ul:nth-of-type(1) li:nth-of-type(1) .famousImg {
  padding: 0 8%;
}

#osechi #con8 ul:nth-of-type(1) li:nth-of-type(2) .famousImg {
  padding: 0 5%;
}

#osechi #con8 ul:nth-of-type(1) li:nth-of-type(3) .famousImg {
  padding: 0 5%;
}

#osechi #con8 ul:nth-of-type(1) li:nth-of-type(5) .famousImg {
  padding: 0 5%;
}

#osechi #con8 ul:nth-of-type(1) li:nth-of-type(6) .famousImg {
  padding: 0 5%;
}

#osechi #con8 ul:nth-of-type(1) li:empty {
  border: none;
}

#osechi #con8 ul:nth-of-type(2) {
  margin-top: 30px;
}

#osechi #con8 .item_name {
  font-size: 14px;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-top: 10px;
}

#osechi #con8 .item_detail {
  font-size: 11px;
  font-family: YuMincho, "Yu Mincho", serif;
}

#osechi #con8 .item_price {
  font-size: 14px;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", serif;
  margin: 6px 0 10px;
  justify-content: flex-start !important;
}

#osechi #con8 .item_price span {
  font-size: 11px;
}

#osechi #con8 ul:nth-of-type(2)>li {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #osechi #con8 ul:nth-of-type(2)>li {
    width: 48%;
  }

  #osechi #con8 ul:nth-of-type(2)>li:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con8 ul:nth-of-type(2)>li {
    width: 47%;
  }
}

#osechi #con8 ul:nth-of-type(2)>li>div {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #osechi #con8 ul:nth-of-type(2)>li>div a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: column;
  }
}

#osechi #con8 ul:nth-of-type(2)>li>div a>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#osechi #con8 ul:nth-of-type(2)>li>div a>div>p {
  width: 80px;
}

@media screen and (max-width: 767px) {
  #osechi #con8 ul:nth-of-type(2)>li>div a>div>p {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  #osechi #con8 ul:nth-of-type(2)>li>div a>div>div {
    width: calc(100% - 90px);
  }
}

@media screen and (max-width: 767px) {
  #osechi #con8 ul:nth-of-type(2)>li>div a>div>div {
    width: 70%;
  }
}

#osechi #con8 ul:nth-of-type(2)>li>div a>div>div p {
  font-size: 18px;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #osechi #con8 ul:nth-of-type(2)>li>div a>div>div p {
    font-size: 14px;
  }
}

#osechi #con8 ul:nth-of-type(2)>li .famousImg {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

#osechi #con8 ul:nth-of-type(2)>li .famousImg img {
  image-rendering: -webkit-optimize-contrast;
  width: auto;
}

@media screen and (max-width: 767px) {
  #osechi #con8 ul:nth-of-type(2)>li .famousImg {
    margin-top: 10px;
  }
}

#osechi #con8 ul:nth-of-type(2)>li .btnA {
  margin-top: auto;
  font-size: 15px;
  font-weight: normal;
}

#osechi #con8 ul:nth-of-type(2)>li .btnA::after {
  content: none;
}

@media screen and (min-width: 768px) {
  #osechi #con8 ul:nth-of-type(2)>li:nth-of-type(1) .famousImg {
    padding: 0 10%;
  }

  #osechi #con8 ul:nth-of-type(2)>li:nth-of-type(2) .famousImg {
    padding: 0 12%;
  }

  #osechi #con8 ul:nth-of-type(2)>li:nth-of-type(3) .famousImg {
    padding: 0 15%;
  }

  #osechi #con8 ul:nth-of-type(2)>li:nth-of-type(4) .famousImg {
    padding: 0 15%;
  }
}

#osechi #con8 ul:nth-of-type(2)>li::empty {
  border: none;
}

#osechi #con8 ul:nth-of-type(2) h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: YuMincho, "Yu Mincho", serif;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #osechi #con8 ul:nth-of-type(2) h3 {
    background: url("/search_top/202001_renewal/images/osechi/famous_title_short_pc.png") center center/100% auto no-repeat;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con8 ul:nth-of-type(2) h3 {
    background: url("/search_top/202001_renewal/images/osechi/famous_title_short_sp.png") center center/100% auto no-repeat;
    font-size: 15px;
    text-align: center;
  }
}

#osechi #con8 .btnA {
  margin-top: 50px;
  background: #472605;
}

#osechi #con9 {
  margin-top: 60px;
  padding: 40px 20px;
  border-top: 4px solid #b68f1b;
  background: url("/search_top/202001_renewal/images/osechi/bg2_pc.png") top/100% auto repeat-y;
}

@media screen and (max-width: 767px) {
  #osechi #con9 {
    margin-top: 50px;
    padding: 30px 10px;
    background: url("/search_top/202001_renewal/images/osechi/bg2_sp.png") top/100% auto repeat-y;
  }
}

#osechi #con9 h2 {
  text-align: center;
  font-size: 36px;
  color: #000;
  font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 767px) {
  #osechi #con9 h2 {
    font-size: 22px;
  }
}

#osechi #con9 h3 {
  margin-top: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  font-family: YuMincho, "Yu Mincho", serif;
  height: 80px;
  padding-top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #osechi #con9 h3 {
    background: url("/search_top/202001_renewal/images/osechi/facous_title_long_pc.png") center center/100% auto no-repeat;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con9 h3 {
    background: url("/search_top/202001_renewal/images/osechi/famous_title_sp.png") center center/100% auto no-repeat;
    font-size: 21px;
  }
}

#osechi #con9>p {
  margin-top: 20px;
  font-size: 16px;
  color: #b68f1b;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  #osechi #con9>p {
    font-size: 12px;
  }
}

#osechi #con9 ul:nth-of-type(1) {
  margin-top: 30px;
}

#osechi #con9 ul:nth-of-type(1) li {
  width: 48%;
  border-top: 1px solid #000;
}

@media screen and (min-width: 768px) {
  #osechi #con9 ul:nth-of-type(1) li:nth-of-type(n + 4) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con9 ul:nth-of-type(1) li {
    width: 49%;
  }

  #osechi #con9 ul:nth-of-type(1) li:nth-of-type(n + 3) {
    margin-top: 20px;
  }
}

#osechi #con9 ul:nth-of-type(1) li a {
  width: 100%;
  padding-top: 20px;
}

#osechi #con9 ul:nth-of-type(1) li a>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #osechi #con9 ul:nth-of-type(1) li a>div {
    align-items: flex-start;
  }
}

#osechi #con9 ul:nth-of-type(1) li a>div>p {
  width: 30%;
}

@media screen and (min-width: 768px) {
  #osechi #con9 ul:nth-of-type(1) li a>div>p img {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con9 ul:nth-of-type(1) li a>div>p {
    width: 25%;
  }
}

#osechi #con9 ul:nth-of-type(1) li a>div>div {
  width: 70%;
}

#osechi #con9 ul:nth-of-type(1) li a>div>div p {
  font-size: 18px;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #osechi #con9 ul:nth-of-type(1) li a>div>div p {
    font-size: 14px;
  }
}

#osechi #con9 ul:nth-of-type(1) li .famousImg {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#osechi #con9 ul:nth-of-type(1) li .famousImg img {
  image-rendering: -webkit-optimize-contrast;
  width: auto;
  max-width: -webkit-fill-available;
}

@media (-ms-high-contrast: none) {
  #osechi #con9 ul:nth-of-type(1) li .famousImg img {
    width: 90%;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con9 ul:nth-of-type(1) li .famousImg {
    margin-top: auto;
  }
}

#osechi #con9 ul:nth-of-type(1) li:nth-of-type(1) .famousImg {
  padding: 0 8%;
}

#osechi #con9 ul:nth-of-type(1) li:nth-of-type(2) .famousImg {
  padding: 0 5%;
}

#osechi #con9 ul:nth-of-type(1) li:nth-of-type(3) .famousImg {
  padding: 0 5%;
}

#osechi #con9 ul:nth-of-type(1) li:nth-of-type(5) .famousImg {
  padding: 0 5%;
}

#osechi #con9 ul:nth-of-type(1) li:nth-of-type(6) .famousImg {
  padding: 0 5%;
}

#osechi #con9 ul:nth-of-type(1) li:empty {
  border: none;
}

#osechi #con9 ul:nth-of-type(2) {
  margin-top: 30px;
}

#osechi #con9 .item_name {
  font-size: 14px;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-top: 10px;
}

#osechi #con9 .item_detail {
  font-size: 11px;
  font-family: YuMincho, "Yu Mincho", serif;
}

#osechi #con9 .item_price {
  font-size: 14px;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", serif;
  margin: 6px 0 10px;
  justify-content: flex-start !important;
}

#osechi #con9 .item_price span {
  font-size: 11px;
}

#osechi #con9 ul:nth-of-type(2)>li {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  #osechi #con9 ul:nth-of-type(2)>li {
    width: 48%;
  }

  #osechi #con9 ul:nth-of-type(2)>li:nth-of-type(n + 3) {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con9 ul:nth-of-type(2)>li {
    width: 100%;
  }

  #osechi #con9 ul:nth-of-type(2)>li:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}

#osechi #con9 ul:nth-of-type(2)>li>div {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #osechi #con9 ul:nth-of-type(2)>li>div a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

#osechi #con9 ul:nth-of-type(2)>li>div a>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#osechi #con9 ul:nth-of-type(2)>li>div a>div>p {
  width: 80px;
}

@media screen and (max-width: 767px) {
  #osechi #con9 ul:nth-of-type(2)>li>div a>div>p {
    width: 25%;
  }
}

@media screen and (min-width: 768px) {
  #osechi #con9 ul:nth-of-type(2)>li>div a>div>div {
    width: calc(100% - 90px);
  }
}

@media screen and (max-width: 767px) {
  #osechi #con9 ul:nth-of-type(2)>li>div a>div>div {
    width: 70%;
  }
}

#osechi #con9 ul:nth-of-type(2)>li>div a>div>div p {
  font-size: 18px;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #osechi #con9 ul:nth-of-type(2)>li>div a>div>div p {
    font-size: 14px;
  }
}

#osechi #con9 ul:nth-of-type(2)>li .famousImg {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

@media screen and (max-width: 767px) {
  #osechi #con9 ul:nth-of-type(2)>li .famousImg {
    width: 70%;
  }
}

#osechi #con9 ul:nth-of-type(2)>li .famousImg img {
  image-rendering: -webkit-optimize-contrast;
  width: auto;
}

@media screen and (max-width: 767px) {
  #osechi #con9 ul:nth-of-type(2)>li .famousImg {
    margin-top: auto;
  }
}

#osechi #con9 ul:nth-of-type(2)>li .btnA {
  margin-top: auto;
  width: 80%;
}

@media screen and (min-width: 768px) {
  #osechi #con9 ul:nth-of-type(2)>li:nth-of-type(1) .famousImg {
    padding: 0 10%;
  }

  #osechi #con9 ul:nth-of-type(2)>li:nth-of-type(2) .famousImg {
    padding: 0 12%;
  }

  #osechi #con9 ul:nth-of-type(2)>li:nth-of-type(3) .famousImg {
    padding: 0 15%;
  }

  #osechi #con9 ul:nth-of-type(2)>li:nth-of-type(4) .famousImg {
    padding: 0 15%;
  }
}

#osechi #con9 ul:nth-of-type(2)>li::empty {
  border: none;
}

#osechi #con9 ul:nth-of-type(2) h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  font-family: YuMincho, "Yu Mincho", serif;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  #osechi #con9 ul:nth-of-type(2) h3 {
    background: url("/search_top/202001_renewal/images/osechi/famous_title_short_pc.png") center center/100% auto no-repeat;
  }
}

@media screen and (max-width: 767px) {
  #osechi #con9 ul:nth-of-type(2) h3 {
    background: url("/search_top/202001_renewal/images/osechi/famous_title_sp.png") center center/100% auto no-repeat;
  }
}

#osechi #con9 .btnA {
  margin-top: 50px;
  background: #472605;
}

#osechi #cont11 {
  margin-top: 60px;
  padding: 40px 20px;
  border-top: 4px solid #8cac29;
  background: url(/search_top/202001_renewal/images/osechi/bg2_pc.png) top / 100% auto repeat-y;
}

#osechi #cont11 .r24_flex-item {
  padding-left: 20px;
}

#osechi #cont11 h2 {
  text-align: center;
  font-size: 36px;
  color: #8cac29;
  font-family: YuMincho, "Yu Mincho", serif;
}

#osechi #cont11 .r24_flex-item {
  padding-left: 20px;
}

#osechi #cont11 .r24_flex-item div {
  position: relative;
  padding: 20px 16px 16px 64px;
  background-color: #fff;
  font-size: 0.8em;
  min-height: 120px;
}

@media screen and (max-width: 767px) {
  #osechi #cont11 h2 {
    font-size: 24px;
  }

  #osechi #cont11 .r24_flex-item div {
    font-size: 1.1em;
  }
}

#osechi #cont11 .r24_flex-item img {
  position: absolute;
  width: 72px;
  height: 72px;
  top: 24px;
  left: -16px;
}

#osechi #cont12 {
  margin-top: 60px;
  padding: 40px 8px;
  border-top: 4px solid #000;
  background: url("/search_top/202001_renewal/images/osechi/bg2_pc.png") top/100% auto repeat-y;
}

@media screen and (max-width: 767px) {
  #osechi #cont12 {
    margin-top: 50px;
    padding: 30px 10px;
    background: url("/search_top/202001_renewal/images/osechi/bg2_sp.png") top/100% auto repeat-y;
  }
}

#osechi #cont12 h2 {
  padding-bottom: 16px;
  text-align: center;
  font-size: 24px;
  color: #000;
  font-family: YuMincho, "Yu Mincho", serif;
}

#osechi #cont12 h2 span {
  background: url("/search_top/202001_renewal/images/osechi/bg2_pc.png") top/100% auto repeat-y;
}

@media screen and (max-width: 767px) {
  #osechi #cont12 h2 {
    font-size: 22px;
  }

  #osechi #cont12 h2 span {
    background: url("/search_top/202001_renewal/images/osechi/bg2_sp.png") top/100% auto repeat-y;
  }
}

#osechi #cont12 h3 {
  margin-top: 20px;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  font-family: YuMincho, "Yu Mincho", serif;
  height: 80px;
  padding-top: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#recommendSlides {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

#recommendSlides .slick-list {
  width: 100%;
}

#recommendSlides .slick-slide {
  padding: 0 8px;
}

#recommendSlides .prev-arrow,
#recommendSlides .next-arrow {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background: #5b3917;
  border-radius: 50%;
  top: 40%;
  z-index: 10000;
  cursor: pointer;
}

@media screen and (max-width: 767px) {

  #recommendSlides .prev-arrow,
  #recommendSlides .next-arrow {
    width: 13vw;
    height: 13vw;
  }
}

#recommendSlides .prev-arrow {
  left: -8px;
}

@media screen and (max-width: 767px) {
  #recommendSlides .prev-arrow {
    left: 2vw;
  }
}

#recommendSlides .prev-arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%) rotate(-45deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  #recommendSlides .prev-arrow:after {
    transform: translate(-20%, -50%) rotate(-45deg);
  }
}

#recommendSlides .next-arrow {
  right: -8px;
}

@media screen and (max-width: 767px) {
  #recommendSlides .next-arrow {
    right: 2vw;
  }
}

#recommendSlides .next-arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-80%, -50%) rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  #recommendSlides .next-arrow:after {
    transform: translate(-80%, -50%) rotate(-45deg);
  }
}

#osechi .bnr_catalog {
  margin-top: 40px;
}

/* オリジナル */

#original {
  background-image: url(/search_top/202001_renewal/images/osechi/bg_original_content.png);
  margin-top: 40px;
  padding-bottom: 30px;
}

.original-ttl-box {
  background-color: #c5000a;
  color: #f1cf6b;
  text-align: center;
  background-image: url("/search_top/202001_renewal/images/osechi/bg_original.png");
}

.original-ttl-year {
  border: 1px solid;
  display: inline-block;
  padding: 3px 8px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.original-ttl {
  font-size: 22px;
  padding-bottom: 24px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}

.original-item-box-wrapper {
  background-color: rgba(255, 255, 255, 0.8);
  width: 91%;
  margin: 20px auto;
  padding: 20px 0 50px;
}

.original-item-box {
  /* width: 98%; */
  margin: auto;
  /* background-color: rgba(255, 255, 255, 0.8); */
  padding: 26px;
  margin-bottom: 20px;
  /* min-height: 960px; */
  display: flex;
  gap: 40px;
}

.original-item-detail {
  text-align: center;
  margin: auto;
  width: 50%;
}

.original-item-wrapper {
  background:
    url("/search_top/202001_renewal/images/osechi/original_side_left.png") left top / 300px auto repeat-y,
    url("/search_top/202001_renewal/images/osechi/original_side_right.png") right top / 300px auto repeat-y;
}

.original-item-name {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  margin: 10px 0;
}

.original-item-text {
  font-size: 13px;
  margin-top: 20px;
  text-align: left;
  color: #333;
}

#originSlides {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

#originSlides .prev-arrow,
#originSlides .next-arrow {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  background: #5b3917;
  border-radius: 50%;
  top: 50%;
  /* transform: translateY(-90%); */
  z-index: 10000;
  cursor: pointer;
}

@media screen and (max-width: 767px) {

  #originSlides .prev-arrow,
  #originSlides .next-arrow {
    width: 13vw;
    height: 13vw;
  }
}

#originSlides .prev-arrow {
  left: 0;
}

@media screen and (max-width: 767px) {
  #originSlides .prev-arrow {
    left: 2vw;
  }
}

#originSlides .prev-arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%) rotate(-45deg);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  #originSlides .prev-arrow:after {
    transform: translate(-20%, -50%) rotate(-45deg);
  }
}

#originSlides .next-arrow {
  right: 0;
}

@media screen and (max-width: 767px) {
  #originSlides .next-arrow {
    right: 2vw;
  }
}

#originSlides .next-arrow:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-80%, -50%) rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  #originSlides .next-arrow:after {
    transform: translate(-80%, -50%) rotate(-45deg);
  }
}

#osechi #original button.btnA,
#original a.btnA {
  width: 100%;
  max-width: 510px;
  border-radius: 32px;
  color: #fff;
  background: #5b3917;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-align: center;
  line-height: 1.375;
  padding: 15px 0;
  margin-right: auto;
  margin-left: auto;
  /* margin-top: 30px; */
}

@media screen and (max-width: 767px) {
  .original-ttl-box {
    background-size: contain;
    background-repeat: no-repeat;
  }

  .original-ttl {
    font-size: 18px;
  }

  .original-item-wrapper {
    background-size: contain;
  }

  .original-item-img-box {
    width: 97%;
    margin-bottom: 10px;
  }

  .original-item-detail {
    width: 98%;
    text-align: center;
    margin: auto;
  }
}

/* WEB限定 */

#limited {
  margin: 40px 0;
}

.limited-ttl-box {
  text-align: center;
  background: #bda441;
  color: #fff;
  padding: 20px 0;
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}

.limited-item-list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.limited-item-box {
  width: 31%;
  margin-bottom: 30px;
}

.limited-item-wrapper {
  background: url(/search_top/202001_renewal/images/osechi/bg2_pc.png) top/100% auto repeat-y;
  padding: 50px 8px;
}

.limited-item-box .limited-item-name {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  margin: 10px 0;
}

.limited-item-box .itemPrice {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .limited-item-box {
    width: 48%;
  }

  .limited-item-wrapper {
    background: url(/search_top/202001_renewal/images/osechi/bg2_sp.png) top/100% auto repeat-y;
  }

  .limited-item-name {
    font-size: 14px;
  }

  .limited-item-box .itemPrice {
    font-size: 14px;
  }

  .original-item-box {
    min-height: 760px;
  }
}

#season {
  text-align: center;
  margin-top: 60px;
}

.season-text {
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: normal;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}

.season-red {
  color: red;
}

.season-text-sub {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .flex_cat {
    width: 48.5% !important;
  }
}

#osechi button.btnA,
a.btnA {
  width: 100%;
  max-width: 510px;
  border-radius: 32px;
  color: #fff;
  background: #5B3917;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  text-align: center;
  line-height: 1.375;
  padding: 15px 0;
  margin-right: auto;
  margin-left: auto;
  /* margin-top: 30px; */
}

@media screen and (min-width: 768px) {
  .ctNumber {
    font-size: 18px;
  }

  #osechi #con-web .itemName {
    margin-left: 50px;
  }

  #osechi #con-web .itemPrice {
    margin-left: 50px;
  }

  .collabosetImg img {
    width: 80% !important;
    margin: auto;
    margin-bottom: 20px !important;
  }
}

.nav-red {
  background-color: #c6000b !important;

  a {
    line-height: 0.6;
    color: #fff;
    background-color: #c6000b !important;
  }

  span {
    font-size: 11px;
    padding-top: 10px;
    margin-bottom: -15px;
  }
}

.anc-content-wrapper {
  display: flex;
  justify-content: space-evenly;
  padding: 40px;
  background: #F7F3E8;
  border-top: 8px solid #C5000A;
}

.anc-ttl {
  color: #C5000A;
  font-size: 28px;
  text-align: center;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN",
    "ヒラギノ明朝 ProN W3", serif;

}

.anc-content-text {
  margin: auto;
  width: 70%;
  text-align: center;
}

.anc-text-box {
  border-bottom: 2px solid #C5000A;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.anc-text-info {
  font-size: 20px;
  margin-bottom: 20px;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN",
    "ヒラギノ明朝 ProN W3", serif;
  font-weight: normal;
}

.anc-img {
  width: 20%;
}

/* 
.early-order-banner {
  display: flex;
  width: 580px;
  height: 60px;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN",
    "ヒラギノ明朝 ProN W3", serif;
  box-sizing: border-box;
  margin: 0 auto 20px;
}

.early-order-banner__title {
  display: flex;
  flex: 0 0 180px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #c90012;
  font-size: 23px;
  line-height: 1;
  white-space: nowrap;
}

.early-order-banner__message {
  display: flex;
  flex: 0 0 400px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #d00012;
  background-color: #fff;
  border: 2px solid #d00012;
  font-size: 22px;
  line-height: 1;
  white-space: nowrap;
} */


.early-order-banner {
  display: flex;
  width: 100%;
  max-width: 580px;
  height: 60px;
  margin-inline: auto;
  overflow: hidden;
  font-family: "Yu Mincho", "游明朝",
    "Hiragino Mincho ProN", serif;
}

.early-order-banner__title {
  display: flex;
  flex: 0 0 31%;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding-inline: 8px;
  color: #fff;
  background: #c90012;
  font-size: clamp(15px, 4vw, 23px);
  line-height: 1.2;
  white-space: nowrap;
}

.early-order-banner__message {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
  align-items: center;
  justify-content: center;
  padding-inline: 8px;
  color: #d00012;
  background: #fff;
  border: 2px solid #d00012;
  font-size: clamp(14px, 3.8vw, 22px);
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.chart-list {
  display: flex;
  gap: 1px;
}

.chart-box {
  text-align: center;
  background: #CBB046;
}

.chart-box-ttl {
  padding: 10px;
  color: #fff;
}

.chart-ttl {
  background: #CBB046;
  text-align: center;
  color: #fff;
  margin-bottom: 1px;
  padding: 12px;
  font-weight: bold;
  margin-top: 25px;
}

.chart-box-wrapper {
  margin-bottom: 20px;
}

#sweets {
  background: url(/search_top/202001_renewal/images/osechi/bg_3.png) top / 100% auto repeat-y;
  padding: 0 0px 30px;

  .itemPrice {
    font-size: 14px;
    line-height: 1.5;
    color: #372e14;
    margin-top: auto;
    margin-left: 4px !important;
  }
}

.sweet-ttl {
  background: #B72D22;
  text-align: center;
  padding: 20px;
  color: #fff;
  font-size: 22px;
  font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN",
    "ヒラギノ明朝 ProN W3", serif;
}

.sweets-list {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  margin: 50px 0;
}

.sweets-box {
  width: 35%;
}

.sweets-item-wrapper {
  margin: 30px 0;
}

.feature-list {
  display: flex;
  justify-content: left;
  gap: 4px;
  margin: 10px 0;
}

.trend-text-box {
  text-align: end;
  margin: 10px 0 18px;
}

.anc-sub {
  margin: 10px 0;
}


@media screen and (max-width: 767px) {
  .anc-content-wrapper {
    flex-direction: column;
    padding: 20px;
  }

  .anc-img {
    width: 30%;
    margin: 0 auto 20px;
    text-align: center;
  }

  .anc-content-text {
    width: 100%;
  }

  p.anc-ttl {
    font-size: 16px;
  }

  p.anc-text-info {
    font-size: 16px;
  }

  .sweets-box {
    width: 100%;
  }

  /* .early-order-banner {
    width: 100%;
    max-width: 580px;
  }

  .early-order-banner__title {
    flex: 0 0 31%;
  }

  .early-order-banner__message {
    flex: 1;
  } */

  .chart-number-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .scroll-wrapper {
    min-width: 550px;
  }

  .chart {
    .r24_flex-btn-box {
      padding-top: 20px;
    }
  }

  .original-item-box {
    min-height: auto;
    flex-direction: column;
    gap: 0;
  }

  .sweets-list {
    flex-wrap: wrap;
  }

  .sweets-box {
    margin-bottom: 20px;
  }
}

.voices {
  .btnA {
    margin: 0px;
    padding: 12px;
    justify-content: center;
    min-height: auto;
    margin-top: 15px !important;
    width: 90%;
    font-family: "Noto Serif JP", serif;
    font-weight: normal;
  }

  p {
    font-size: 16px;
    font-family: "Noto Serif JP", serif;
    min-height: 7rem;
  }
}

.original-item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.original-item-info-box {
  width: 31%;
  text-align: center;
}

.original-item-img-box {
  width: 50%;
}

.box-reverse {
  flex-direction: row-reverse;
}

.chart-box-ttl {
  padding: 10px;
  color: #fff;
  background: #CBB046;
}

#osechi .cont img {
  vertical-align: bottom;
  width: auto;
  margin: auto;
  color: beige;
  /* background: #fff; */
  /* padding: 30px; */
}

.chart-box {
  text-align: center;
  background: #fff;
  width: 26%;
}

@media screen and (max-width: 767px) {
  .trend-text-box {
    text-align: left;
  }

  .voices {
    p {
      min-height: auto;
    }
  }

  .original-item-img-box {
    width: 97%;
  }

  .box-reverse {
    flex-direction: column;
  }

  #pageMenu li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(135deg);
    left: 6%;
  }

  .nav-red a::after {
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    transform: rotate(135deg);
  }

  .early-order-banner {
    display: flex;
    width: 105%;
    max-width: 580px;
    height: 60px;
    margin-inline: auto;
    overflow: hidden;
    font-family: "Yu Mincho", "游明朝", "Hiragino Mincho ProN", serif;
    margin-left: -8px;
  }

  .flex-item {
    position: relative;
  }

  #osechi .cont .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
  }

  .row2 {
    min-height: 3rem;
  }

  #osechi .cont img {
    vertical-align: bottom;
    width: auto;
    margin: auto;
    color: beige;
    padding: 10px;
  }
}

.img-setter {
  position: relative;
  padding: 30px;
  min-height: 270px;
}

.img-set_1_1 {
  position: absolute;
  bottom: 10%;
  left: 7%;
}

.img-set_1_2 {
  position: absolute;
  top: 10%;
  right: 7%;
}

.img-set_2_1 {
  position: absolute;
  top: 10%;
  right: 6%;
}

.img-set_2_2 {
  position: absolute;
  left: 9%;
  bottom: 10%;
}


.img-set_3_1 {
  position: absolute;
  top: 10%;
  left: 9%;
}

.img-set_3_2 {
  position: absolute;
  right: 9%;
  bottom: 10%;
}

.img-set_4_1 {
  position: absolute;
  top: 10%;
  left: 9%;
}

.img-set_4_2 {
  position: absolute;
  right: 9%;
  bottom: 10%;
}

@media screen and (max-width: 767px) {
  .img-setter {
    position: relative;
    padding: 30px;
    min-height: 140px;
  }

  .img-set_1_1 {
    position: absolute;
    bottom: -10%;
    left: -24%;
    transform: scale(0.5);
  }

  .img-set_1_2 {
    position: absolute;
    top: -25%;
    right: -24%;
    transform: scale(0.5);
  }

  .img-set_2_1 {
    position: absolute;
    top: -25%;
    transform: scale(0.5);
    right: -28%;
  }

  .img-set_2_2 {
    position: absolute;
    bottom: -17%;
    left: -24%;
    transform: scale(0.5);
  }

  .img-set_3_1 {
    position: absolute;
    top: -16%;
    left: -26%;
    transform: scale(0.5);
  }

  .img-set_3_2 {
    position: absolute;
    bottom: -25%;
    right: -31%;
    transform: scale(0.5);
  }

  .img-set_4_1 {
    position: absolute;
    top: -14%;
    left: -24%;
    transform: scale(0.5);
  }

  .img-set_4_2 {
    position: absolute;
    bottom: -28%;
    right: -28%;
    transform: scale(0.5);
  }

  #season {
    text-align: center;
    margin-top: -30px !important;
    margin-bottom: 30px;
  }

  .season-text {
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: normal;
    font-size: 16px;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
  }
}