.mv__img {
  aspect-ratio: 1/1.1;
  width: 100%;
  height: auto;
}

.mv__text {
  background: #FFF;
  padding: 38px 20px 20px 10px;
  position: relative;
}

.mv__text__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.mv__text__inner img {
  position: absolute;
  top: -48px;
  width: 111.649px;
  height: 95px;
  aspect-ratio: 1;
}

.mv__text__inner p {
  color: #4A2020;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 180%;
  max-width: 100%;
  text-align: center;
}

.mv__note {
  background: #F0F0F0;
  padding: 15px;
  color: #333;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 140%;
  letter-spacing: 0.22px;
}

.page-anchor {
  background: #312222;
  position: -webkit-sticky;
  position: sticky;
  top: 55px;
  z-index: 100;
}

.page-anchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.page-anchor ul li {
  position: relative;
  width: 33%;
  height: 48px;
  padding: 15px 10px;
  border-bottom: 1px solid #FFF;
  text-align: center;
}

.page-anchor ul li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.gift-box {
  background: var(--1, linear-gradient(180deg, #FFEEDA 0%, #FFF8F0 18.75%));
  padding: 40px 0 15px;
}

.gift-box h2 {
  text-align: center;
  margin-bottom: 30px;
  padding: 0 15px;
}

.gift-box h2 img {
  width: 290px;
}

.gift-box h2::before {
  content: "";
  display: inline-block;
  width: 47px;
  height: 57px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/special/support202501/img/gift-box.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
  top: -15px;
  left: -11px;
}

.gift-box h2::after {
  content: "";
  display: block;
  width: 71px;
  margin: -25px auto 0;
  border-bottom: solid 1px #C35200;
}

.gift-box__introduction {
  padding: 0 15px;
}

.gift-box__introduction__inner {
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  background: #FFF;
  margin: 0 auto 25px;
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.05);
}

.gift-box__introduction__inner__text {
  text-align: center;
  margin-bottom: 20px;
}

.gift-box__introduction__inner__text p:first-child {
  color: #333;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 10px;
}

.gift-box__introduction__inner__text p:nth-of-type(2) {
  color: #333;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 155%;
}

.gift-box__introduction__inner__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: #ffffff;
}

.gift-box__introduction__inner__img p {
  color: #333333;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 180%;
  letter-spacing: 0.8px;
  margin-left: 30px;
}

.gift-box__introduction__inner__img img {
  width: 120px;
  aspect-ratio: 1;
}

.gift-box__group {
  margin-bottom: 30px;
  padding: 0 15px;
}

.gift-box__group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 25px;
}

.gift-box__group__list__item {
  border-radius: 15px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(192, 165, 146, 0.4);
  box-shadow: 0px 2px 3px 0px rgba(192, 165, 146, 0.4);
  width: 100%;
}

.gift-box__group__list__item a:hover {
  text-decoration: none !important;
}

.gift-box__group__list__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 15px;
}

.gift-box__group__list__item__inner img {
  border-radius: 15px 0 0 15px;
  width: 130px;
  max-width: none;
  height: auto;
}

.gift-box__group__list__item__inner p {
  width: 75.3% !important;
  color: #333 !important;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  line-height: 160% !important;
}

.gift-box__group__list__item__inner p span {
  color: #333 !important;
  font-size: 1.3rem !important;
  font-weight: normal !important;
  line-height: 160% !important;
}

.gift-box__group p:nth-of-type(1) {
  color: #333;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 160%;
  margin-bottom: 20px;
}

.gift-box__group p:nth-of-type(2) {
  color: #333;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 155%;
}

.gift-box__area {
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(192, 165, 146, 0.4);
  box-shadow: 0px 2px 3px 0px rgba(192, 165, 146, 0.4);
  padding: 20px 20px 30px;
  margin-bottom: 30px;
}

.gift-box__area:nth-of-type(6) {
  margin-bottom: 0;
}

.gift-box__area__item {
  margin-bottom: 25px;
}

.gift-box__area__item a {
  display: block;
  text-decoration: none !important;
}

.gift-box__area__item__name {
  color: #333333;
  font-size: 2rem;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 10px;
}

.gift-box__area__item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #C35200;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 140%;
}

.gift-box__area__item__price span {
  color: #333333;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 140%;
}

.gift-box__area__item__sold-out {
  color: #C35200 !important;
  font-size: 1.8rem !important;
}

.gift-box__area__movie {
  padding: 20px 15px;
  border-radius: 8px;
  background: #F9F6F1;
  margin-bottom: 25px;
}

.gift-box__area__movie__title {
  color: #333333;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 155%;
  margin-bottom: 20px;
}

.gift-box__area__movie__text {
  color: #333333;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 155%;
  margin-bottom: 20px;
}

.gift-box__area__movie__list__item {
  background-color: #ffffff;
  margin-bottom: 20px;
}

.gift-box__area__movie__list__item__inner {
  position: relative;
  overflow: hidden;
}

.gift-box__area__movie__list__item__inner img {
  aspect-ratio: 6/4.3;
  width: 100%;
  height: auto;
}

.gift-box__area__movie__list__item-thumbsSlider {
  padding: 10px;
}

.gift-box__area__movie__list__item-thumbsSlider img {
  aspect-ratio: 7/5;
  width: 100%;
  height: auto;
}

.gift-box__area__movie__list__item-thumbsSlider .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gift-box__area__movie__list__item-thumbsSlider .swiper-slide {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 18% !important;
  cursor: pointer;
}

.gift-box__area__movie__list__item-thumbsSlider .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #333;
}

.gift-box__area__movie__list__item-thumbsSlider__five-rows {
  margin-left: 5px !important;
}

.gift-box__area__movie__text-foot {
  color: #333333;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 155%;
}

.gift-box__area__movie__text-foot span {
  font-weight: bold;
}

.gift-box__area__movie__text-foot__margin {
  display: block;
  content: "";
  margin: 21px 0;
}

.gift-box__area .button {
  width: 100%;
  padding: 20px;
  border-radius: 75px;
  background: var(--1, linear-gradient(92deg, #DA1F1B 1.96%, #9B1F1D 100%));
  color: #ffffff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0.9px;
  margin-bottom: 45px;
  position: relative;
  display: block;
}

.gift-box__area .button img {
  width: 18px;
  height: auto;
  position: absolute;
  right: 25px;
  top: 22px;
}

.gift-box__area-foot__title {
  padding: 10px 0 15px;
  color: #333333;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  line-height: 140%;
}

.gift-box__area-foot__title::after {
  content: "";
  display: block;
  width: 70px;
  margin: 15px auto 0;
  border-bottom: solid 1px #ccc;
}

.gift-box__area-foot-sp {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}

.gift-box__area-foot-sp__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 18px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.gift-box__area-foot-sp__list__item img {
  width: 36%;
  aspect-ratio: 1;
}

.gift-box__area-foot-sp__list__item__content {
  width: 64%;
}

.gift-box__area-foot-sp__list__item__content__name {
  color: #333333;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 10px;
}

.gift-box__area-foot-sp__list__item__content__text {
  color: #333333;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 155%;
}

.gift-box__area-foot-sp__list__item__content__text span {
  font-weight: bold !important;
}

.gift-box__area-foot-sp-thumbsSlider {
  display: block;
}

.gift-box__area-foot-sp-thumbsSlider img {
  aspect-ratio: 1;
  width: 100%;
  height: auto;
}

.gift-box__area-foot-sp-thumbsSlider .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gift-box__area-foot-sp-thumbsSlider .swiper-slide {
  width: 18% !important;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.gift-box__area-foot-sp-thumbsSlider .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #333;
}

.gift-box__area-foot-pc__list {
  display: none;
}

.support-item {
  background: var(--1, linear-gradient(180deg, #4A2020 0%, #FFD5B1 100%));
  padding: 40px 0 0;
}

.support-item h2 {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  left: -15px;
}

.support-item h2 img {
  width: 150px;
}

.support-item h2::before {
  content: "";
  display: inline-block;
  width: 73px;
  height: 57px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/special/support202501/img/support-item.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
  top: -15px;
  left: -11px;
}

.support-item h2::after {
  content: "";
  display: block;
  width: 70px;
  margin: -25px auto 0;
  border-bottom: solid 1px #ffffff;
  position: relative;
  right: -25px;
}

.support-item__text {
  color: #ffffff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 155%;
  margin-bottom: 20px;
}

.support-item__area {
  padding: 20px 20px 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(192, 165, 146, 0.4);
  box-shadow: 0px 2px 3px 0px rgba(192, 165, 146, 0.4);
  margin-bottom: 10px;
}

.support-item__area a {
  text-decoration: none !important;
}

.support-item__area__name {
  color: #333333;
  font-size: 2rem;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 10px;
}

.support-item__area__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #C35200;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 25px;
}

.support-item__area__price span {
  color: #333333;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 140%;
}

.support-item__area__price__postage {
  color: #ffffff !important;
  background: #DB3423;
  padding: 2px 6px;
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  display: inline-block;
}

.support-item__area__price__postage-margin {
  margin-left: 10px;
}

.support-item__area__list {
  position: relative;
}

.support-item__area__list__item__inner {
  overflow: hidden;
}

.support-item__area__list__item__inner img {
  aspect-ratio: 4/3;
  width: 100%;
  height: auto;
}

.support-item__area__list__item-thumbsSlider {
  padding: 10px 79px 0;
  margin-bottom: 25px;
}

.support-item__area__list__item-thumbsSlider img {
  aspect-ratio: 7/5;
  width: 100%;
  height: auto;
}

.support-item__area__list__item-thumbsSlider .swiper-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.support-item__area__list__item-thumbsSlider .swiper-slide {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 22.54% !important;
  cursor: pointer;
}

.support-item__area__list__item-thumbsSlider .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #333;
}

.support-item__area__list__item__title {
  color: #333333;
  text-align: left;
  font-size: 1.9rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.support-item__area__list__item__sub-listTitle {
  color: #333333;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
}

.support-item__area__list__item__sub-listTitle::after {
  content: "";
  display: block;
  width: 100px;
  border-bottom: solid 1px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -1px;
}

.support-item__area__list__item__sub-title {
  color: #333333;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.support-item__area__list__item__subPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #DA1F1B;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.support-item__area__list__item__subPrice span {
  color: #333333;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.support-item__area__list__item__sub-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 435px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.support-item__area__list__item__text {
  color: #333333;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 155%;
  margin-bottom: 25px;
}

.support-item__area__listBottom {
  margin-bottom: 55px;
}

.support-item__area__button {
  text-align: center;
  margin: 0 auto;
}

.support-item__area__button .button {
  width: 100%;
  padding: 20px;
  border-radius: 75px;
  background: var(--1, linear-gradient(92deg, #DA1F1B 1.96%, #9B1F1D 100%));
  color: #ffffff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0.9px;
  margin-bottom: 5px;
}

.support-item__area__button .button:nth-of-type(3) {
  margin-bottom: 0;
}

.support-item__area__button__three {
  padding: 20px 0 !important;
  font-size: 1.8rem !important;
}

.support-item__area__button__first-button {
  margin-bottom: 55px !important;
}

.support-item__area__listButton {
  text-align: center;
}

.support-item__area__listButton__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
}

.support-item__area__listButton__flex img {
  max-width: 120px;
  width: 100%;
}

.support-item__area__listButton__flex__margin-bottom {
  margin-bottom: 40px;
}

.support-item__area__listButton__wrap {
  width: 100%;
}

.support-item__area__listButton__title {
  width: 100%;
  text-align: left;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.support-item__area__listButton__title span {
  width: 100%;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.support-item__area__listButton__price {
  width: 100%;
  text-align: left;
  color: #DA1F1B;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  margin: 10px 0;
}

.support-item__area__listButton__price span {
  width: 100%;
  font-size: 1rem;
  color: #333;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.support-item__area__listButton .button {
  width: 100%;
  padding: 10px !important;
  border-radius: 75px;
  background: var(--1, linear-gradient(92deg, #DA1F1B 1.96%, #9B1F1D 100%));
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0.9px;
  margin-bottom: 5px;
}

.support-item__area__listButton .button:nth-of-type(3) {
  margin-bottom: 0;
}

.support-item__area__listButton .button img {
  width: 14px !important;
  top: 13px !important;
  right: 15px !important;
}

.support-item__area__listButton__three {
  padding: 20px 0 !important;
}

.support-item__area__listButton__margin-bottom {
  margin-bottom: 0px;
}

.support-item__area .button {
  width: 100%;
  max-width: 580px;
  padding: 15px 54px;
  border-radius: 85px;
  background: var(--1, linear-gradient(92deg, #DA1F1B 1.96%, #9B1F1D 100%));
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 0.9px;
  position: relative;
  display: block;
}

.support-item__area .button img {
  position: absolute;
  top: 23px;
  right: 25px;
  width: 18px;
  height: auto;
}

.support-item__area__text {
  color: #333333;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 160%;
  margin-bottom: 40px;
}

.support-item__area__text:nth-of-type(2n+1) {
  margin-bottom: 20px;
}

.support-item__area__movieText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.support-item__area__movieText a {
  position: absolute;
  right: 0;
  bottom: -31px;
  color: #666;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  border-bottom: solid 1px;
}

.support-item__foot {
  background: #ffffff;
}

.support-item__foot__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 30px 10px;
  padding: 20px 14px 10px;
}

.support-item__foot__list::after {
  content: "";
  display: block;
  width: 48%;
}

.support-item__foot__list__item {
  width: 48%;
}

.support-item__foot__list__item a {
  display: block;
  color: #333333;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.support-item__foot__list__item a:hover {
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.support-item__foot__list__item__picture {
  margin-bottom: 10px;
}

.support-item__foot__list__item__picture img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
}

.support-item__foot__list__item__name {
  margin: 0 9px 7px;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: bold;
  line-height: 140%;
}

.support-item__foot__list__item__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 9px 7px;
  color: #C35200;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
}

.support-item__foot__list__item__price__tax {
  color: #333333;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
}

.support-item__foot__list__item__price__postage {
  color: #ffffff !important;
  background: #DB3423;
  padding: 2px 6px;
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  display: inline-block;
}

.support-item__foot__list__item__text {
  margin: 0 9px;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 140%;
}

.support-item__foot :hover > .support-item__foot__list__item__picture img {
  opacity: 0.7;
}

.support-item__foot :hover > .support-item__foot__list__item__name {
  color: #007F8D;
}

.support-item__foot :hover > .support-item__foot__list__item__text {
  color: #007F8D;
}

.local-government {
  background: var(--1, linear-gradient(180deg, #FFEEDA 0%, #FFF8F0 18.75%));
  padding: 40px 15px;
}

.local-government h2 {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  left: -15px;
}

.local-government h2 img {
  width: 240px;
}

.local-government h2::before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 82px;
  background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/special/support202501/img/local-government.png");
  background-size: cover, 0 0;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: relative;
  top: -25px;
  left: -11px;
}

.local-government h2::after {
  content: "";
  display: block;
  width: 70px;
  margin: -15px auto 0;
  border-bottom: solid 1px #CCC;
  position: relative;
  right: -25px;
}

.local-government__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  row-gap: 15px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.local-government__list__item {
  width: 47%;
  border-radius: 8px;
  background: #FFF;
  -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
}

.local-government__list__item a {
  text-decoration: none !important;
  color: #333333;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 160%;
  display: block;
  padding: 20px 0;
}

.local-government__list__item a:hover {
  color: #333333;
  opacity: 1 !important;
}

.special-sns {
  background: #FFF;
  padding: 30px 15px;
}

.special-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 5px;
}

.special-sns__list__item {
  width: 30%;
}

.period {
  color: #333333;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 160%;
  margin: 25px auto;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

.movie_justify-content1 {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  width: 100%;
  height: auto;
}

.movie_justify-content1 iframe {
  aspect-ratio: 6/4.3;
  width: 100%;
}

.movie_justify-content2 {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  width: 100%;
  height: auto;
}

.movie_justify-content2 iframe {
  aspect-ratio: 6/4.5;
  width: 100%;
}

.background_color {
  background-color: #C35200;
  height: 12.5vw;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  position: relative;
}

.background_color ul {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFF;
}

.margin-important {
  margin-bottom: 0px !important;
}

.special-banner {
  margin: 10px auto;
  text-align: center;
}

.special-banner img {
  width: 100%;
  height: auto;
  max-width: 640px;
  padding: 0 15px;
}

@media screen and (min-width: 801px) {
  .sp_only {
    display: none !important;
  }

  .mv h1 {
    background-image: url("https://s.yimg.jp/images/yellmarket/commonv3/special/support202512/img/pc_background.png");
    background-size: cover, 0 0;
    background-repeat: no-repeat;
    background-position: center;
  }

  .mv__img {
    aspect-ratio: 949/450;
    max-height: 450px;
    max-width: 949px;
    display: block;
    margin: 0 auto;
  }

  .mv__text {
    padding-bottom: 20px;
    padding: 65px 20px 25px 20px;
  }

  .mv__text__inner img {
    top: -66px;
    width: 169px;
    height: 144px;
  }

  .mv__text__inner p {
    font-size: 1.8rem;
    letter-spacing: 0.36px;
  }

  .mv__note {
    font-weight: 500;
    line-height: 180%;
    text-align: center;
  }

  .page-anchor {
    top: 70px;
  }

  .page-anchor ul {
    max-width: 990px;
    margin: 0 auto;
  }

  .page-anchor ul li {
    height: 60px;
  }

  .page-anchor ul li a {
    font-size: 2.2rem;
    line-height: 140%;
    letter-spacing: 1.1px;
    font-weight: 600;
  }

  .gift-box {
    padding: 60px 0;
  }

  .gift-box h2 {
    margin-bottom: 35px;
  }

  .gift-box h2 img {
    width: 434px;
  }

  .gift-box h2::before {
    width: 70px;
    height: 85px;
    top: -21px;
    left: -20px;
  }

  .gift-box h2::after {
    width: 100px;
  }

  .gift-box__introduction {
    padding: 0;
    max-width: 990px;
    margin: 0 auto;
  }

  .gift-box__introduction__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .gift-box__introduction__inner__text {
    margin: 0;
  }

  .gift-box__introduction__inner__text p:first-child {
    font-size: 2.6rem;
    margin-bottom: 15px;
  }

  .gift-box__introduction__inner__text p:nth-of-type(2) {
    font-size: 1.5rem;
    line-height: 140%;
  }

  .gift-box__introduction__inner__img p {
    font-size: 1.8rem;
    letter-spacing: 0.9px;
  }

  .gift-box__introduction__inner__img img {
    width: 150px;
  }

  .gift-box__group {
    padding: 0;
    max-width: 990px;
    margin: 0 auto 39px;
  }

  .gift-box__group__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .gift-box__group__list__item {
    padding: 0px !important;
    width: 25%;
  }

  .gift-box__group__list__item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
  }

  .gift-box__group__list__item__inner img {
    width: 100%;
    max-width: none;
    border-radius: 8px 8px 0px 0px;
    height: auto;
  }

  .gift-box__group__list__item__inner img:hover {
    filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
    opacity: 0.7;
  }

  .gift-box__group__list__item__inner p {
    width: 100% !important;
    font-size: 1.8rem !important;
    line-height: 140% !important;
    letter-spacing: 0.9px !important;
    text-align: center !important;
  }

  .gift-box__group__list__item__inner p span {
    font-size: 1.6rem !important;
  }

  .gift-box__group p:nth-of-type(1) {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 180%;
    padding: 10px 20px 0;
  }

  .gift-box__group p:nth-of-type(2) {
    font-size: 1.7rem;
    line-height: 180%;
  }

  .gift-box__area {
    padding: 40px;
    border-radius: 10px;
    margin: 0 auto 50px;
    max-width: 990px;
  }

  .gift-box__area__item {
    margin-bottom: 40px;
  }

  .gift-box__area__item__name {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }

  .gift-box__area__movie {
    padding: 40px;
  }

  .gift-box__area__movie__title {
    font-size: 2rem;
    line-height: 140%;
    margin-bottom: 30px;
  }

  .gift-box__area__movie__text {
    font-size: 1.6rem;
    line-height: 180%;
    margin-bottom: 30px;
  }

  .gift-box__area__movie__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-bottom: 30px;
  }

  .gift-box__area__movie__list__item {
    margin-bottom: 0;
    width: 48%;
  }

  .gift-box__area__movie__list__item-thumbsSlider img {
    aspect-ratio: 3/2;
  }

  .gift-box__area__movie__text-foot {
    font-size: 1.6rem;
    line-height: 180%;
  }

  .gift-box__area__movie__text-foot__margin {
    margin: 28px 0;
  }

  .gift-box__area .button {
    padding: 30px 118px;
    font-size: 2.2rem;
    letter-spacing: 1.1px;
    max-width: 520px;
    margin: 0 auto 40px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }

  .gift-box__area .button:hover {
    opacity: 0.7;
    text-decoration: none !important;
  }

  .gift-box__area .button img {
    width: 28px;
    right: 30px;
    top: 31px;
  }

  .gift-box__area-foot__title {
    padding: 0;
    font-size: 2.2rem;
  }

  .gift-box__area-foot__title::after {
    margin-bottom: 20px;
    width: 100px;
  }

  .gift-box__area-foot-sp {
    display: none;
  }

  .gift-box__area-foot-sp-thumbsSlider {
    display: none;
  }

  .gift-box__area-foot-pc__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    gap: 20px;
  }

  .gift-box__area-foot-pc__list__item {
    width: 25%;
  }

  .gift-box__area-foot-pc__list__item a {
    display: block;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }

  .gift-box__area-foot-pc__list__item__picture {
    margin-bottom: 10px;
  }

  .gift-box__area-foot-pc__list__item__picture img {
    aspect-ratio: 1;
  }

  .gift-box__area-foot-pc__list__item__name {
    color: #333333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 140%;
  }

  .gift-box__area-foot-pc__list__item__text {
    color: #333333;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 160%;
  }

  .gift-box__area-foot-pc__list__item__text span {
    font-weight: bold !important;
  }

  .support-item {
    padding: 60px 0;
  }

  .support-item h2 {
    margin-bottom: 35px;
  }

  .support-item h2 img {
    width: 238px;
  }

  .support-item h2::before {
    width: 87px;
    height: 68px;
    left: -18px;
  }

  .support-item h2::after {
    width: 100px;
    margin-top: -15px;
  }

  .support-item__text {
    font-size: 1.6rem;
    line-height: 160%;
    margin-bottom: 39px;
  }

  .support-item__area {
    padding: 40px;
    border-radius: 8px;
    border: 1px solid #CCC;
    -webkit-box-shadow: 0px 5px 4px 0px #965628;
    box-shadow: 0px 5px 4px 0px #965628;
    margin: 0 auto 39px;
    max-width: 990px;
  }

  .support-item__area__name {
    margin-bottom: 15px;
    font-size: 2.8rem;
  }

  .support-item__area__price {
    margin-bottom: 40px;
  }

  .support-item__area__price__postage {
    font-size: 1.4rem;
  }

  .support-item__area__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .support-item__area__list__item {
    width: 48%;
  }

  .support-item__area__list__item__inner {
    margin-bottom: 10px;
  }

  .support-item__area__list__item-thumbsSlider {
    padding: 0 79px;
    margin-bottom: 40px;
  }

  .support-item__area__list__item-thumbsSlider img {
    aspect-ratio: 3/2;
  }

  .support-item__area__list__item-thumbsSlider .swiper-slide {
    width: 24.62% !important;
  }

  .support-item__area__list__item__title {
    font-size: 2.2rem;
  }

  .support-item__area__list__item__sub-listTitle {
    font-size: 2rem;
  }

  .support-item__area__list__item__sub-title {
    font-size: 2rem;
  }

  .support-item__area__list__item__subPrice {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .support-item__area__list__item__text {
    font-size: 1.6rem;
    line-height: 180%;
    margin-bottom: 40px;
  }

  .support-item__area__listBottom {
    margin-bottom: 50px;
  }

  .support-item__area__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }

  .support-item__area__button .button {
    width: 33%;
    padding: 30px 0;
    font-size: 1.8rem;
    margin-bottom: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }

  .support-item__area__button .button:hover {
    opacity: 0.7;
  }

  .support-item__area__button__three {
    padding: 25px 0 !important;
    font-size: 22px !important;
  }

  .support-item__area__button__first-button {
    margin-bottom: 0px !important;
  }

  .support-item__area__listButton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .support-item__area__listButton__flex img {
    max-width: 160px;
  }

  .support-item__area__listButton__flex__margin-bottom {
    margin-bottom: 0px;
  }

  .support-item__area__listButton__title {
    font-size: 2.2rem;
  }

  .support-item__area__listButton__title span {
    font-size: 1.6rem;
    font-weight: 600;
  }

  .support-item__area__listButton__price {
    font-size: 2rem;
  }

  .support-item__area__listButton__price span {
    font-size: 1.4rem;
  }

  .support-item__area__listButton .button img {
    width: 16px !important;
    top: 18px !important;
    right: 15px !important;
  }

  .support-item__area__listButton__three {
    padding: 25px 0 !important;
    font-size: 2.2rem !important;
  }

  .support-item__area__listButton__margin-bottom {
    margin-bottom: 50px;
  }

  .support-item__area .button {
    padding: 30px 0;
    font-size: 1.8rem;
    letter-spacing: 1.1px;
    margin: 0 auto;
    width: 100%;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }

  .support-item__area .button:hover {
    opacity: 0.7;
  }

  .support-item__area .button img {
    width: 28px;
    top: 27px;
    right: 30px;
  }

  .support-item__area__text {
    font-size: 1.6rem;
  }

  .support-item__area__movieText a {
    position: unset;
    bottom: 0;
    font-size: 1.4rem;
  }

  .support-item__foot {
    max-width: 990px;
    padding: 30px 30px;
    border-radius: 9px;
    -webkit-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.05);
    margin: 0 auto;
  }

  .support-item__foot__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    row-gap: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .support-item__foot__list::after {
    width: 32%;
  }

  .support-item__foot__list__item {
    width: 32%;
  }

  .support-item__foot__list__item__picture {
    margin-bottom: 20px;
  }

  .support-item__foot__list__item__name {
    margin: 0 5px 9px;
    font-size: 2rem;
  }

  .support-item__foot__list__item__name:hover {
    color: #007F8D;
  }

  .support-item__foot__list__item__price {
    margin: 0 5px 9px;
    font-size: 2rem;
    line-height: 140%;
  }

  .support-item__foot__list__item__price__tax {
    font-size: 1.2rem;
  }

  .support-item__foot__list__item__price__postage {
    font-size: 1.4rem;
  }

  .support-item__foot__list__item__text {
    margin: 0 5px;
    font-size: 1.5rem;
    line-height: 160%;
  }

  .local-government {
    padding: 70px 0 60px;
  }

  .local-government h2 {
    margin-bottom: 60px;
  }

  .local-government h2 img {
    width: 300px;
  }

  .local-government h2::before {
    width: 54px;
    height: 82px;
  }

  .local-government h2::after {
    width: 100px;
    margin-top: -35px;
  }

  .local-government__list {
    max-width: 950px;
    row-gap: 39px;
    margin: 0 auto;
  }

  .local-government__list__item {
    width: 32%;
  }

  .local-government__list__item a {
    font-size: 2rem;
    line-height: 140%;
    padding: 36px 0;
  }

  .special-sns {
    padding: 37px 0;
  }

  .special-sns__list {
    max-width: 990px;
    gap: 0 15px;
    margin: 0 auto;
  }

  .period {
    line-height: 180%;
    margin: 20px auto;
  }

  .sp {
    display: none;
  }

  .pc {
    display: block;
  }

  .background_color {
    font-size: 18px;
    padding: 20px;
    height: 100%;
    max-height: 66.73px;
  }
}

@media screen and (min-width: 851px) {
  .support-item__area__listButton .button {
    height: 52px;
    padding: 13px 20px !important;
    font-size: 1.8rem;
    margin-bottom: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }

  .support-item__area__listButton .button:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 800px) {
  .pc_only {
    display: none !important;
  }
}

@media screen and (max-width: 505px) {
  .mv__text__inner p {
    max-width: 100%;
    text-align: center;
  }

  .mv__text__inner__br {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .gift-box h2 img {
    width: 84.1%;
  }

  .gift-box h2::before {
    width: 37px;
    height: 47px;
  }

  .support-item h2 img {
    width: 43.6%;
  }

  .support-item h2::before {
    width: 63px;
    height: 47px;
  }

  .local-government h2 img {
    width: 69.8%;
  }

  .local-government h2::before {
    width: 48px;
    height: 72px;
  }
}

@media screen and (max-width: 372px) {
  .page-anchor ul li a {
    font-size: 1rem;
  }
}

@media screen and (min-width: 801px) and (max-width: 850px) {
  .support-item__area__listButton__flex a {
    font-size: 1.5rem !important;
  }

  .support-item__area__listButton .button {
    height: 52px;
    padding: 16px 20px !important;
    font-size: 1.5rem !important;
    margin-bottom: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }

  .support-item__area__listButton .button:hover {
    opacity: 0.7;
  }
}

@media not all and (min-resolution: 0.001dpcm) {
@supports not (translate: none) {
    .page-anchor ul li:nth-of-type(1) {
      margin-right: 5px;
    }

    .page-anchor ul li:nth-of-type(2) {
      margin-left: 5px;
      margin-right: 5px;
    }

    .page-anchor ul li:nth-of-type(3) {
      margin-left: 5px;
    }
}

@supports not (translate: none) {
    .gift-box__group__list__item {
      margin-bottom: 10px;
    }

    .gift-box__group__list__item:nth-of-type(3) {
      margin-bottom: 0;
    }
}

@supports not (translate: none) {
    .gift-box__group__list__item__inner p {
      margin-left: 15px !important;
    }
}

@supports not (translate: none) {
    .gift-box__area-foot-sp__list__item__content {
      margin-left: 18px;
    }
}

@supports not (translate: none) {
    .support-item__foot__list__item:nth-of-type(even) {
      margin-left: 5px;
      margin-bottom: 30px;
    }
}

@supports not (translate: none) {
    .local-government__list__item {
      margin-bottom: 15px;
    }
}

@supports not (translate: none) {
    .special-sns__list__item:nth-of-type(1) {
      margin-right: 2.5px;
    }

    .special-sns__list__item:nth-of-type(2) {
      margin-left: 2.5px;
      margin-right: 2.5px;
    }

    .special-sns__list__item:nth-of-type(3) {
      margin-left: 2.5px;
    }
}
}