@charset "UTF-8";

html {
  overflow-x: hidden;
}

body {
  position: relative;
  min-width: 960px;
}

.date-wrap {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  background-color: #dab845;
}

.navigation-wrap {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.navigation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navigation-list li {
  border-left: solid 1px #ccc;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: calc(100% / 4);
}

.navigation-list li:first-child {
  border-left: none;
}

.navigation-list li > a {
  font-size: 16px;
  font-weight: normal !important;
  color: #000 !important;
  text-align: center;
  position: relative;
  width: 100%;
  height: 62px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-list li > a > span {
  display: block;
  width: 100%;
}

.navigation-list li > a > span:after {
  content: "";
  display: block;
  border-bottom: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 6px;
  height: 6px;
  margin: 0 auto;
}

.caution {
  color: #333;
  font-size: 14px;
  text-align: left;
  padding: 17px 17px 17px 100px;
  background-color: #fff9c8;
  position: relative;
}

.caution:before {
  content: url(https://r.r10s.jp/com/inc/home/20080930/spt/common/img/notification/icon_notice.svg);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  margin: auto 9px auto 70px;
}

.caution span {
  position: relative;
}

span.newuser:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 21px;
  background-image: url(https://r.r10s.jp/evt/event/toshikoshi/tieup/furusato/_cmn/img/furusato_newuser_icon.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 5px;
}

.conLeadList {
  margin-bottom: 20px;
}

.conLeadList ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

.conLeadList ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: initial !important;
}

.conLeadList .image {
  width: 64px;
}

.conLeadList .paragraph {
  font-size: 18px;
  font-weight: bold;
  color: #9b7332;
  line-height: 1.333;
}

.defArea[layout="osechi"] .defList {
  border: 3px solid #eccd63;
  background-color: #fffaeb;
  background-image: url(https://r.r10s.jp/evt/event/toshikoshi/tieup/furusato/_pc/img/20231002/osechi-furusato_bg.png);
  background-position: center center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.defArea[layout="osechi"] .defTerm {
  text-align: center;
  font-size: 19.52px;
  margin-bottom: 16px;
}

.defArea[layout="osechi"] .defTerm .marker {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, transparent),
    color-stop(60%, #eccd63)
  );
  background: linear-gradient(transparent 60%, #eccd63 60%);
}

.defArea[layout="osechi"] .defTerm .strong {
  font-size: 28px;
  font-weight: bold;
  color: #d00c0d;
}

.defArea[layout="osechi"] .defTerm .small {
  font-size: 19.52px;
}

.defArea[layout="osechi"] .defTerm .em {
  font-size: 24px;
}

.defArea[layout="osechi"] .defDescription {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.defArea[layout="osechi"] .defDescription:before {
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 8px;
  background-image: url(https://r.r10s.jp/evt/event/toshikoshi/tieup/furusato/_pc/img/20231002/osechi-furusato_icon.png);
  background-position: center center;
  background-repeat: no-repeat;
}

#a04 {
  position: relative;
  padding: 32px 0;
  background-color: #fff9e5;
}

#a04:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: 0 -500%;
  padding: 0 500%;
  background-color: #fff9e5;
}

.heading-wrap .section-heading {
  font-size: 28px;
  text-align: center;
  position: relative;
}

.heading-wrap .section-heading:after {
  content: "";
  display: block;
  width: 462px;
  height: 30px;
  margin: 0 auto;
  margin-top: -0.2em;
  background-image: url(https://r.r10s.jp/evt/event/toshikoshi/tieup/furusato/_pc/img/20231002/section_heading_bg.png);
  background-position: center center;
  background-repeat: no-repeat;
}

.heading-wrap .section-heading .strong {
  font-size: 40px;
  font-weight: bold;
}

.toshikoshi-furusato-item__name {
  color: #0783c2 !important;
}

.toshikoshi-furusato-item {
  position: relative;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.toshikoshi-furusato-item a.toshikoshi-furusato-item__imageLink {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  color: #333;
}
.toshikoshi-furusato-item__imageBox {
  position: relative;
  flex: 0 0 auto;
}
.toshikoshi-furusato-item__imageBox:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.toshikoshi-furusato-item__imageBox img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  min-width: 30%;
  min-height: 30%;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.toshikoshi-furusato-item__textBox {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}
.toshikoshi-furusato-item__text {
  flex: 1 0 auto;
  min-height: 12px;
  margin: 4px 0 0;
  color: #828282;
  font-family:
    YakuHanJPs,
    Hiragino Kaku Gothic ProN,
    Hiragino Kaku Gothic Pro,
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 12px;
}
.toshikoshi-furusato-item__name {
  flex: 1 0 auto;
  margin: 12px 0 0;
  color: #333;
  font-family:
    YakuHanJPs,
    Hiragino Kaku Gothic ProN,
    Hiragino Kaku Gothic Pro,
    メイリオ,
    Meiryo,
    sans-serif;
  font-size: 14px;
}
.toshikoshi-furusato-item__price {
  flex: 0 0 auto;
  margin: 8px 0 0;
  color: #bf0000;
  font-family:
    Roboto,
    Hiragino Kaku Gothic ProN,
    Hiragino Kaku Gothic Pro,
    メイリオ,
    Meiryo,
    sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
}
.toshikoshi-furusato-item a.toshikoshi-furusato-item__shopLink {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  margin: 12px 0 auto;
}
.toshikoshi-furusato-item__shopName {
  font-size: 12px;
  color: #0783c2;
  line-height: 16px;
}

.ecm-tab-toshikoshi-furusato .ecm-tab-container {
  justify-content: center;
  gap: 24px;
  padding-top: 16px;
  padding-bottom: 24px;
}

.ecm-tab-toshikoshi-furusato .ecm-tab {
  min-height: auto;
  padding: 0;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  color: #9e9e9e;
  font-size: 24px;
  line-height: 1.5;
}
.ecm-tab-toshikoshi-furusato .ecm-tab[aria-selected="true"] {
  color: #bf0000;
  border-color: #bf0000;
}

.basic-button {
  position: relative;
  border-radius: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 438px;
  height: 66px;
  margin: 0 auto;
  background-color: #b0912b;
}
.basic-button:hover {
  text-decoration: none;
}

.basic-button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  margin: auto;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.basic-button > img {
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 84px;
  height: 84px;
}

.basic-button > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 42px;
}

.basic-button .strong {
  font-size: 22px;
}

.itemArea[layout="price"] .column {
  margin: -16px 0 0 -16px;
}

.itemArea[layout="price"] .toshikoshi-furusato-navigationLink {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  width: 228px !important;
  margin: 16px 0 0 16px !important;
}

.itemArea[layout="price"] .toshikoshi-furusato-navigationLink._30000 {
  background-color: #f9e1e2;
}

.itemArea[layout="price"]
  .toshikoshi-furusato-navigationLink._30000
  .toshikoshi-furusato-navigationLink__text {
  color: #d00c0d;
}

.itemArea[layout="price"]
  .toshikoshi-furusato-navigationLink._30000
  .toshikoshi-furusato-navigationLink__text:before {
  color: #d00c0d;
}

.itemArea[layout="price"] .toshikoshi-furusato-navigationLink._50000 {
  background-color: #fceab0;
}

.itemArea[layout="price"]
  .toshikoshi-furusato-navigationLink._50000
  .toshikoshi-furusato-navigationLink__text {
  color: #a08015;
}

.itemArea[layout="price"]
  .toshikoshi-furusato-navigationLink._50000
  .toshikoshi-furusato-navigationLink__text:before {
  color: #a08015;
}

.itemArea[layout="price"] .toshikoshi-furusato-navigationLink._100000 {
  background-color: #edf0f2;
}

.itemArea[layout="price"]
  .toshikoshi-furusato-navigationLink._100000
  .toshikoshi-furusato-navigationLink__text {
  color: #326587;
}

.itemArea[layout="price"]
  .toshikoshi-furusato-navigationLink._100000
  .toshikoshi-furusato-navigationLink__text:before {
  color: #326587;
}

.itemArea[layout="price"] .toshikoshi-furusato-navigationLink._100000over {
  background-color: #fbf1d4;
}

.itemArea[layout="price"]
  .toshikoshi-furusato-navigationLink._100000over
  .toshikoshi-furusato-navigationLink__text {
  color: #7c6524;
}

.itemArea[layout="price"]
  .toshikoshi-furusato-navigationLink._100000over
  .toshikoshi-furusato-navigationLink__text:before {
  color: #7c6524;
}

.itemArea[layout="price"] li.toshikoshi-furusato-navigationLink._30000 a,
.itemArea[layout="price"] li.toshikoshi-furusato-navigationLink._50000 a,
.itemArea[layout="price"] li.toshikoshi-furusato-navigationLink._100000 a,
.itemArea[layout="price"] li.toshikoshi-furusato-navigationLink._100000over a {
  box-shadow: none;
  background-color: transparent;
  font-family: inherit;
}

.itemArea[layout="price"]
  .toshikoshi-furusato-navigationLink
  .toshikoshi-furusato-navigationLink__link {
  height: initial;
  padding: 24px 16px;
}
.itemArea[layout="price"]
  .toshikoshi-furusato-navigationLink
  .toshikoshi-furusato-navigationLink__link:hover {
  text-decoration: none;
}
.itemArea[layout="price"] .toshikoshi-furusato-navigationLink__imageBox {
  width: 112px;
  height: 112px;
  margin: 0 auto;
}

.itemArea[layout="price"] .toshikoshi-furusato-navigationLink__text {
  font-size: 19.52px;
  font-weight: bold;
  letter-spacing: initial;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 2.4em;
  margin-top: 20px;
}

.itemArea[layout="price"] .toshikoshi-furusato-navigationLink__text:hover {
  text-decoration: none;
}

.itemArea[layout="price"] .toshikoshi-furusato-navigationLink__text:after {
  font-family: rex-icon-font !important;
}

.itemArea[layout="price"] .toshikoshi-furusato-navigationLink__text > span {
  display: block;
  width: 100%;
}

.pageNote {
  font-size: 16px;
  padding: 16px;
  border: 1px solid #cdcdcd;
  background-color: #f7f7f7;
}

.mgb-0 {
  margin-bottom: 0px !important;
}

/* 共通headerとの重なりの修正 */

.toshikoshi-floating.scm-floating-navi-container[data-pinned="false"] {
  z-index: 1;
}

.frstNote {
  font-size: 16px;
  width: 960px;
  box-sizing: border-box;
  padding: 10px 10px 3px 10px;
  margin: 0 auto;
  border: 1px solid #cccccc;
  background: #fcfcfc;
}

.frstNote ul {
  list-style: none;
}
.frstNote li {
  margin-left: 1.2rem;
  text-indent: -1rem;
  margin-bottom: 7px;
}

.frstNote li:before {
  content: "・";
}

.toshikoshi-furusato-navigationLink a.toshikoshi-furusato-navigationLink__link {
  display: block !important ;
}

.notification-icon {
  font-size: 0;
  height: 16px;
}
