@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
.w100 {
  width: 100%;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.bold,
.strong {
  font-weight: bold;
}

.brTb {
  display: none;
}

.brTbNone {
  display: block;
}

.brXs {
  display: none;
}

.brMax1370 {
  display: none;
}

.mrb0 {
  margin-bottom: 0;
}

.brXs420 {
  display: none;
}

@media screen and (max-width: 1370px) and (min-width: 768px) {
  .brMax1370 {
    display: block;
  }
  .brXs420 {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .brLgMaxNone {
    display: none;
  }
  .brXs420 {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .nowrap-pc {
    white-space: nowrap;
  }
  .brXs420 {
    display: none;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .brTb {
    display: block;
  }
  .tbNone {
    display: none;
  }
  .brTbNone {
    display: none;
  }
  .brXs420 {
    display: none;
  }
}
@media screen and (max-width: 840px) and (min-width: 768px) {
  .tbOnlyNone {
    display: none !important;
  }
  .brXs420 {
    display: none;
  }
}
/* iPad mini 6*/
@media screen and (max-width: 767px) and (min-width: 744px) {
  .tbOnlyNone {
    display: none !important;
  }
  .brXs420 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .brTb {
    display: none;
  }
  .nowrap-sp {
    white-space: nowrap;
  }
  .nowrap-sp .palt {
    font-feature-settings: "palt";
  }
  .nowrap--sp {
    margin: 0 calc(50% - 50vw);
  }
  .brTbNone {
    display: none;
  }
  .brXs420 {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .brXs420 {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .brXs420 {
    display: block;
  }
  .brXs {
    display: block;
  }
  .nowrap-sp {
    white-space: normal;
  }
  .nowrap--sp {
    white-space: normal;
  }
  .brXsNone {
    display: none;
  }
}
/* MV部分 */
.mv-shipping-block {
  padding: 10px 20px 10px 30px;
  background-color: #FFFFF8;
  font-family: var(--font-serif);
  letter-spacing: 0.05em;
  /* メディアクエリ */
}
.mv-shipping-block .shipping-detail {
  display: flex;
}
.mv-shipping-block .shipping-detail > dt {
  padding: 20px 10px 20px 0;
  position: relative;
}
.mv-shipping-block .shipping-detail > dt::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #EA5505;
  position: absolute;
  top: 0;
  right: 0;
}
.mv-shipping-block .shipping-detail > dt .note {
  margin-top: 5px;
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.08em;
}
.mv-shipping-block .shipping-detail .shipping-detail-headding {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv-shipping-block .shipping-detail .shipping-detail-headding img {
  display: block;
  width: 51px;
}
.mv-shipping-block .shipping-detail .shipping-detail-headding .shipping-headding-text {
  margin-left: 8px;
  font-size: 18px;
  font-weight: var(--font-weight-semi-bold);
}
.mv-shipping-block .shipping-detail > dd {
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.mv-shipping-block .shipping-detail .shipping-detail-cost {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: var(--font-weight-semi-bold);
}
.mv-shipping-block .shipping-detail .shipping-detail-cost dt {
  text-align: left;
  white-space: nowrap;
}
.mv-shipping-block .shipping-detail .shipping-detail-cost dd {
  text-align: left;
}
.mv-shipping-block .shipping-detail .shipping-detail-cost .cool {
  line-height: 1.2;
  position: relative;
}
.mv-shipping-block .shipping-detail .shipping-detail-cost .cool::after {
  content: ":";
  display: block;
  position: absolute;
  right: -0.5em;
  top: calc(50% - 14px);
}
.mv-shipping-block .shipping-detail .shipping-detail-cost .cool .small {
  white-space: nowrap;
}
.mv-shipping-block .shipping-detail .shipping-detail-cost .cool-cost {
  margin-left: 0.8em;
}
.mv-shipping-block .shipping-detail .shipping-detail-cost .price {
  font-size: 32px;
  font-weight: var(--font-weight-bold);
  color: #EA5505;
  line-height: 1.2;
}
.mv-shipping-block .shipping-detail .shipping-detail-cost .medium {
  font-size: 20px;
}
.mv-shipping-block .shipping-detail .shipping-detail-cost .small {
  font-size: 16px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1385px) and (min-width: 768px) {
  .mv-shipping-block .shipping-detail .shipping-detail-headding .shipping-headding-text {
    font-size: 1.3vw;
  }
  .mv-shipping-block .shipping-detail .shipping-detail-cost,
  .mv-shipping-block .shipping-detail .shipping-detail-cost .medium {
    font-size: 1.444vw;
  }
  .mv-shipping-block .shipping-detail .shipping-detail-cost .price {
    font-size: 2.31vw;
  }
  .mv-shipping-block .shipping-detail .shipping-detail-cost .small {
    font-size: 1.155vw;
  }
  .mv-shipping-block .shipping-detail > dt .note {
    font-size: 10px;
  }
}
@media screen and (max-width: 980px) and (min-width: 768px) {
  .mv-shipping-block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mv-shipping-block .shipping-detail > dt {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mv-shipping-block .shipping-detail > dd {
    /* padding-left: 15px; */
    padding: 10px;
  }
  .mv-shipping-block .shipping-detail .shipping-detail-cost + .shipping-detail-cost {
    margin-left: 5px;
  }
  .mv-shipping-block .shipping-detail .shipping-detail-cost .medium {
    font-feature-settings: "palt";
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mv-shipping-block {
    padding: 10px 20px;
    /* リード文 */
  }
  .mv-shipping-block .shipping-detail {
    display: block;
  }
  .mv-shipping-block .shipping-detail > dt {
    margin-bottom: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #CC1A09;
  }
  .mv-shipping-block .shipping-detail > dt::after {
    display: none;
  }
  .mv-shipping-block .shipping-detail > dt .note {
    text-align: center;
    font-size: 10px;
  }
  .mv-shipping-block .shipping-detail > dd {
    padding-left: 0;
    justify-content: center;
  }
  .mv-shipping-block .shipping-detail .shipping-detail-cost {
    font-size: 14px;
  }
  .mv-shipping-block .shipping-detail .shipping-detail-cost .price {
    font-size: 24px;
    line-height: 1.2;
  }
  .mv-shipping-block .shipping-detail .shipping-detail-cost .medium {
    font-size: 14px;
  }
  .mv-shipping-block .shipping-detail .shipping-detail-cost .small {
    font-size: 12px;
  }
  .mv-shipping-block .shipping-detail .shipping-detail-cost + .shipping-detail-cost {
    margin-top: 5px;
  }
  .mv-shipping-block .pageLead {
    font-size: 16px;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 480px) {
  .mv-shipping-block .shipping-detail > dd {
    display: inline-block;
  }
  .mv-shipping-block .shipping-detail > dd .shipping-detail-cost:first-child .price {
    margin-left: 1em;
  }
  .mv-shipping-block .m-spOn {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .mainvisual {
    margin-left: -14px;
    width: calc(100% + 28px);
  }
}
/* リード文 */
.pageLead {
  font-family: var(--font-serif);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 2;
  padding: 30px 15px;
  color: #232323;
}
@media screen and (max-width: 767px) {
  .pageLead {
    font-size: 16px;
    padding: 20px 15px;
  }
}

.attention {
  margin: 0 auto;
  color: #272727;
  max-width: 750px;
}
.attention .accordionTitle {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  line-height: 3.5em;
  border: 2px solid #EA5505;
  height: 70px;
  cursor: pointer;
  position: relative;
}
.attention .accordionTitle::after {
  content: "";
  width: 15px;
  height: 15px;
  border: 0;
  border-bottom: solid 3px #EA5505;
  border-right: solid 3px #EA5505;
  position: absolute;
  top: -8px;
  bottom: 0;
  right: 22px;
  margin: auto;
  -webkit-transform: translateY(40%) rotate(225deg);
  transform: translateY(40%) rotate(225deg);
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.attention .accordionTitle.open::after {
  -webkit-transform: translateY(0%) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.attention .accordionTitle .h2 {
  font-family: var(--font-serif);
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  color: #EA5505;
}
.attention .accordionTitle .h2 span {
  position: relative;
}
.attention .accordionTitle .h2 span::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../icon_title.svg");
  width: 17px;
  height: 26px;
  top: calc(50% - 11px);
  left: -24px;
}
.attention .accordionContent {
  background-color: #FBFBFB;
  padding: 40px 30px 40px 20px;
}
.attention p,
.attention dt,
.attention dd {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
  text-align: left;
}
.attention p {
  margin-bottom: 12px;
}
.attention dl {
  padding-left: 17px;
}
.attention dt {
  font-size: 20px;
  font-weight: bold;
  margin-left: -12px;
}
.attention ul li {
  padding-left: 1em;
  position: relative;
}
.attention ul li .emphasis {
  color: #bb3939;
  font-weight: bold;
}
.attention ul li::before {
  content: "・";
  display: inline;
  left: 0;
  position: absolute;
}
.attention ul.proviso li::before {
  content: "※";
}
.attention dd:not(:last-child) {
  margin-bottom: 12px;
}
.attention dd li::before {
  content: "・";
  display: inline;
  left: 0;
  position: absolute;
}
.attention dd .attention-item-list {
  margin-top: 0;
}
.attention .proviso {
  font-size: 14px;
  line-height: 1.6;
  color: #505050;
}
.attention .proviso li + li {
  margin-top: 5px;
}
@media screen and (max-width: 1385px) and (min-width: 768px) {
  .attention .accordionTitle {
    cursor: pointer;
    position: relative;
    height: 60px;
  }
  .attention .accordionTitle::after {
    content: "";
    width: 10px;
    height: 10px;
    top: 0;
    right: 20px;
    margin: auto;
    -webkit-transform: translateY(-10%) rotate(225deg);
    transform: translateY(-10%) rotate(225deg);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .attention .accordionTitle.open::after {
    -webkit-transform: translateY(-10%) rotate(45deg);
    transform: translateY(-10%) rotate(45deg);
  }
  .attention .accordionTitle .h2 {
    font-family: var(--font-serif);
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    color: #EA5505;
  }
  .attention .accordionTitle .h2 span {
    position: relative;
  }
  .attention .accordionTitle .h2 span::before {
    content: "";
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .attention {
    margin-left: -14px;
    width: calc(100% + 28px);
    margin-top: 0;
    padding: 0 20px;
  }
  .attention .accordionTitle {
    cursor: pointer;
    position: relative;
  }
  .attention .accordionTitle::after {
    content: "";
    width: 10px;
    height: 10px;
    top: -8px;
    right: 20px;
    margin: auto;
    -webkit-transform: translateY(-10%) rotate(225deg);
    transform: translateY(-10%) rotate(225deg);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }
  .attention .accordionTitle.open::after {
    -webkit-transform: translateY(-10%) rotate(45deg);
    transform: translateY(-10%) rotate(45deg);
  }
  .attention .accordionTitle .h2 {
    font-family: var(--font-serif);
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
    color: #EA5505;
  }
  .attention .accordionTitle .h2 span {
    position: relative;
  }
  .attention .accordionTitle .h2 span::before {
    content: "";
    left: -84px;
  }
  .attention .accordionContent {
    padding: 20px 20px 20px 0;
  }
  .attention p, .attention dt, .attention dd {
    color: #272727;
    font-size: 14px;
    line-height: 25px;
  }
  .attention ul li + li {
    margin-top: 4px;
  }
  .attention .title + dl {
    margin-top: 20px;
  }
  .attention dt {
    font-size: 14px;
    margin-left: -9px;
    line-height: 1.4;
  }
  .attention dd {
    margin-top: 5px;
    line-height: 1.4;
  }
  .attention dd:not(:last-child) {
    margin-bottom: 20px;
  }
  .attention p {
    margin-bottom: 3px;
  }
  .attention .proviso {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5;
  }
  .attention .proviso li + li {
    margin-top: 5px;
  }
}

.sectionBoxwrap .title,
.sectionCategory .title {
  color: #1C1C1C;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 26px;
  text-align: center;
}
.sectionBoxwrap .title .h2,
.sectionCategory .title .h2 {
  font-size: 32px;
  font-weight: 600;
}
.sectionBoxwrap .title .h2 .small,
.sectionCategory .title .h2 .small {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .sectionBoxwrap .title, .sectionCategory .title {
    margin-bottom: 20px;
  }
  .sectionBoxwrap .title .h2, .sectionCategory .title .h2 {
    font-size: 26px;
  }
  .sectionBoxwrap .title .h2 .small, .sectionCategory .title .h2 .small {
    font-size: 22px;
  }
}
.sectionRanking {
  margin: 40px auto 0;
  padding: 40px 0;
}

.boxWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.boxWrap .flexBox {
  max-width: 345px;
}
.boxWrap.column2box .flexBox {
  width: calc((100% - 15px) / 2);
  margin-bottom: 25px;
}
.boxWrap.column3box .flexBox {
  width: calc((100% - 30px) / 3);
}

.boxWrap {
  padding: 0 60px;
}
.boxWrap .flexBox .productImg {
  margin-bottom: 10px;
  position: relative;
}
.boxWrap .flexBox .productImg.webLimited::after {
  position: absolute;
  content: "";
  background-image: url(../icon-web.svg);
  background-repeat: no-repeat;
  width: 41px;
  height: 47px;
  background-size: cover;
  right: 10px;
  top: 10px;
}
.boxWrap .flexBox .productDetailWrap .productBrand {
  font-size: 14px;
  margin-bottom: 5px;
  text-align: left;
}
.boxWrap .flexBox .productDetailWrap .productName {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: left;
}
.boxWrap .flexBox .productDetailWrap .productPrice {
  font-size: 14px;
  text-align: right;
}
.boxWrap .flexBox .productDetailWrap .productPrice .pricText {
  position: relative;
}
.boxWrap .flexBox .productDetailWrap .productPrice.freeShop .pricText::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../icon-free.svg);
  top: 50%;
  transform: translateY(-50%);
  left: -59px;
  width: 55.55px;
  height: 25.92px;
}
.boxWrap .flexBox .productDetailWrap .productPrice .emphasis {
  color: #DB0000;
  font-size: 18px;
  font-weight: bold;
}

.sectionRanking {
  background-color: #FFF6E8;
  border-top: 5px solid #EA5505;
  border-bottom: 5px solid #EA5505;
}
.sectionRanking .title .h2 > span {
  position: relative;
}
.sectionRanking .title .h2 > span::before {
  position: absolute;
  content: "";
  width: 58px;
  height: 56px;
  background: url(../deco-recommend.png) no-repeat;
  background-size: cover;
  left: -65px;
  top: -10px;
}
.sectionRanking .rankingWrap .rankicon::before {
  position: absolute;
  content: "";
  background: url(../icon-ranking01.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 53px;
  top: 0;
  left: 15px;
}
.sectionRanking .rankingWrap .rankicon.iconNo2::before {
  background: url(../icon-ranking02.svg) no-repeat;
}
.sectionRanking .rankingWrap .rankicon.iconNo3::before,
.sectionRanking .rankingWrap .rankicon .iconNo4::before,
.sectionRanking .rankingWrap .rankicon .iconNo5::before {
  position: absolute;
  content: "";
  background: url(../icon-ranking03.svg) no-repeat;
  background-size: contain;
  width: 30px;
  height: 40px;
  top: 0;
  left: 10px;
}
.sectionRanking .rankingWrap .rankicon.iconNo4::before {
  background: url(../icon-ranking04.svg) no-repeat;
}
.sectionRanking .rankingWrap .rankicon.iconNo5::before {
  background: url(../icon-ranking05.svg) no-repeat;
}

.sectionPickup {
  margin: 40px auto 0;
  padding: 0 0 40px;
  position: relative;
  background: #fff8fa url(../bg-pickup.png) repeat-y;
  background-size: auto;
}
.sectionPickup::after {
  position: absolute;
  content: "";
  background: url(../bg-pickupbottom.svg) repeat-x;
  width: 100%;
  height: 12px;
  left: 0;
  bottom: 0;
}
.sectionPickup .pickupTtl {
  width: 100%;
  padding: 15px 20px;
  margin: 0 auto 30px;
  background: #AA0000 url(../bg-pickupttl.svg) repeat;
}
.sectionPickup .pickupTtl .mainttl,
.sectionPickup .pickupTtl .subttl {
  color: #FFF;
  font-family: var(--font-serif);
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
.sectionPickup .pickupTtl .mainttl {
  font-size: 32px;
}
.sectionPickup .pickupTtl .mainttl .mainttlInner {
  position: relative;
}
.sectionPickup .pickupTtl .mainttl .mainttlInner::before, .sectionPickup .pickupTtl .mainttl .mainttlInner::after {
  position: absolute;
  content: "";
  background: url(../deco-pickup01.png) no-repeat;
  width: 68px;
  height: 93px;
  background-size: auto;
  top: -50px;
}
.sectionPickup .pickupTtl .mainttl .mainttlInner::before {
  left: -80px;
}
.sectionPickup .pickupTtl .mainttl .mainttlInner::after {
  background: url(../deco-pickup02.png) no-repeat;
  width: 89px;
  height: 71px;
  left: auto;
  right: -72px;
}
.sectionPickup .pickupTtl .subttl {
  font-size: 20px;
}

.sectionPickup .boxWrap .flexBox:nth-child(n+3) {
  margin-top: 20px;
}
.sectionPickup .boxWrap .flexBox .productDetailWrap {
  text-align: center;
}
.sectionPickup .boxWrap .flexBox .productDetailWrap .productBrand {
  font-size: 20px;
  color: #AA0000;
  margin-bottom: 0;
  text-align: center !important;
}
.sectionPickup .boxWrap .flexBox .productDetailWrap .productName {
  font-size: 20px;
  font-weight: bold;
  color: #AA0000;
  margin-top: -5px;
  margin-bottom: 5px;
  text-align: center !important;
}
.sectionPickup .boxWrap .flexBox .productDetailWrap .productPrice {
  font-size: 14px;
  text-align: center;
}
.sectionPickup .boxWrap .flexBox .productDetailWrap .productText {
  text-align: left;
  font-size: 14px;
  line-height: 1.5em;
  margin: 10px auto 0;
}
.sectionPickup .boxWrap .flexBox .linkBtn {
  display: flex;
  background-color: #EA5505;
  color: #FFF;
  max-width: 250px;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin: 20px auto 0;
}

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .boxWrap {
    padding: 0 20px;
  }
  .boxWrap .flexBox .productImg.webLimited::after {
    width: 36px;
    height: 42px;
  }
  .boxWrap .flexBox .productDetailWrap .productBrand {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .boxWrap .flexBox .productDetailWrap .productName {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5em;
  }
  .boxWrap .flexBox .productDetailWrap .productPrice {
    font-size: 12px;
    text-align: right;
  }
  .boxWrap .flexBox .productDetailWrap .productPrice .pricText {
    position: relative;
  }
  .boxWrap .flexBox .productDetailWrap .productPrice.freeShop .pricText::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../icon-free.svg);
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    width: 45px;
    height: 20px;
  }
  .boxWrap .flexBox .productDetailWrap .productPrice .emphasis {
    font-size: 15px;
  }
  .sectionRanking {
    margin: 40px auto 0;
    padding: 20px 0;
    background-color: #FFF6E8;
    border-top: 5px solid #EA5505;
    border-bottom: 5px solid #EA5505;
  }
  .sectionRanking .title .h2 > span {
    position: relative;
  }
  .sectionRanking .title .h2 > span::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 45px;
    background: url(../deco-recommend.png) no-repeat;
    background-size: cover;
    left: -60px;
    top: -10px;
  }
  .sectionRanking .rankingWrap .rankicon::before {
    width: 25px;
    height: 35px;
    top: 0;
    left: 5px !important;
    background-size: contain;
  }
  .sectionRanking .rankingWrap .rankicon.iconNo2::before {
    width: 25px;
    height: 35px;
    background-size: contain;
  }
  .sectionRanking .rankingWrap .rankicon.iconNo3::before,
  .sectionRanking .rankingWrap .rankicon .iconNo4::before,
  .sectionRanking .rankingWrap .rankicon .iconNo5::before {
    background-size: contain;
    width: 25px;
    height: 35px;
  }
  .sectionRanking .rankingWrap .rankicon.iconNo4::before {
    background-size: contain;
    width: 25px;
    height: 35px;
  }
  .sectionRanking .rankingWrap .rankicon.iconNo5::before {
    background-size: contain;
    width: 25px;
    height: 35px;
  }
  .sectionPickup {
    margin: 40px auto 0;
    background-size: contain;
  }
  .sectionPickup::after {
    background-size: contain;
    height: 10px;
    background-position: center center;
  }
  .sectionPickup .pickupTtl .mainttl {
    font-size: 28px;
  }
  .sectionPickup .pickupTtl .mainttl .mainttlInner {
    position: relative;
  }
  .sectionPickup .pickupTtl .mainttl .mainttlInner::before, .sectionPickup .pickupTtl .mainttl .mainttlInner::after {
    position: absolute;
    content: "";
    background: url(../deco-pickup01.png) no-repeat;
    width: 48px;
    height: 73px;
    background-size: contain;
    top: -40px;
  }
  .sectionPickup .pickupTtl .mainttl .mainttlInner::before {
    left: -50px;
  }
  .sectionPickup .pickupTtl .mainttl .mainttlInner::after {
    background: url(../deco-pickup02.png) no-repeat;
    background-size: contain;
    width: 73px;
    height: 62px;
    right: -65px;
  }
  .sectionPickup .pickupTtl .subttl {
    font-size: 16px;
    line-height: 1.5em;
  }
  .sectionPickup .boxWrap .flexBox {
    width: calc((100% - 10px) / 2);
  }
  .sectionPickup .boxWrap .flexBox .productDetailWrap .productBrand {
    font-size: 14px;
  }
  .sectionPickup .boxWrap .flexBox .productDetailWrap .productName {
    font-size: 16px;
  }
  .sectionPickup .boxWrap .flexBox .productDetailWrap .productPrice {
    font-size: 12px;
  }
  .sectionPickup .boxWrap .flexBox .productDetailWrap .productText {
    font-size: 14px;
  }
  .sectionPickup .boxWrap .flexBox .linkBtn {
    height: 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .boxWrap {
    padding: 0 20px;
  }
  .boxWrap .flexBox .productImg.webLimited::after {
    width: 36px;
    height: 42px;
  }
  .boxWrap .flexBox .productDetailWrap .productBrand {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .boxWrap .flexBox .productDetailWrap .productName {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5em;
  }
  .boxWrap .flexBox .productDetailWrap .productPrice {
    font-size: 12px;
    text-align: right;
  }
  .boxWrap .flexBox .productDetailWrap .productPrice .pricText {
    position: relative;
  }
  .boxWrap .flexBox .productDetailWrap .productPrice.freeShop .pricText::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../icon-free.svg);
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
    width: 45px;
    height: 20px;
  }
  .boxWrap .flexBox .productDetailWrap .productPrice .emphasis {
    font-size: 15px;
  }
  .boxWrap.column3box .productImg.webLimited::after {
    width: 26px;
    height: 32px;
  }
  .sectionRanking {
    margin: 30px auto 0;
    padding: 20px 0;
    background-color: #FFF6E8;
    border-top: 5px solid #EA5505;
    border-bottom: 5px solid #EA5505;
  }
  .sectionRanking .title .h2 > span {
    position: relative;
  }
  .sectionRanking .title .h2 > span::before {
    position: absolute;
    content: "";
    width: 48px;
    height: 45px;
    background: url(../deco-recommend.png) no-repeat;
    background-size: cover;
    left: -80px;
    top: -10px;
  }
  .sectionRanking .rankingWrap .rankicon::before {
    width: 25px;
    height: 35px;
    top: 0;
    left: 5px !important;
    background-size: cover;
  }
  .sectionRanking .rankingWrap .rankicon.iconNo2::before {
    width: 25px;
    height: 35px;
    background-size: cover;
  }
  .sectionRanking .rankingWrap .rankicon.iconNo3::before,
  .sectionRanking .rankingWrap .rankicon .iconNo4::before,
  .sectionRanking .rankingWrap .rankicon .iconNo5::before {
    background-size: cover;
    width: 25px;
    height: 35px;
  }
  .sectionRanking .rankingWrap .rankicon.iconNo4::before {
    background-size: cover;
    width: 25px;
    height: 35px;
  }
  .sectionRanking .rankingWrap .rankicon.iconNo5::before {
    background-size: cover;
    width: 25px;
    height: 35px;
  }
  .sectionPickup {
    margin: 40px auto 0;
    background-size: contain;
  }
  .sectionPickup::after {
    background-size: contain;
    height: 10px;
    background-position: center center;
  }
  .sectionPickup .pickupTtl .mainttl {
    font-size: 28px;
  }
  .sectionPickup .pickupTtl .mainttl .mainttlInner {
    position: relative;
  }
  .sectionPickup .pickupTtl .mainttl .mainttlInner::before, .sectionPickup .pickupTtl .mainttl .mainttlInner::after {
    position: absolute;
    content: "";
    background: url(../deco-pickup01.png) no-repeat;
    width: 48px;
    height: 73px;
    background-size: contain;
    top: -40px;
  }
  .sectionPickup .pickupTtl .mainttl .mainttlInner::before {
    left: -50px;
  }
  .sectionPickup .pickupTtl .mainttl .mainttlInner::after {
    background: url(../deco-pickup02.png) no-repeat;
    background-size: contain;
    width: 73px;
    height: 62px;
    right: -65px;
  }
  .sectionPickup .pickupTtl .subttl {
    font-size: 16px;
    line-height: 1.5em;
  }
  .sectionPickup .boxWrap .flexBox {
    width: calc((100% - 10px) / 2);
  }
  .sectionPickup .boxWrap .flexBox .productDetailWrap .productBrand {
    font-size: 14px;
  }
  .sectionPickup .boxWrap .flexBox .productDetailWrap .productName {
    font-size: 16px;
  }
  .sectionPickup .boxWrap .flexBox .productDetailWrap .productPrice {
    font-size: 12px;
  }
  .sectionPickup .boxWrap .flexBox .productDetailWrap .productText {
    font-size: 14px;
  }
  .sectionPickup .boxWrap .flexBox .linkBtn {
    height: 40px;
    font-size: 14px;
  }
}
.sectionCategory {
  margin: 40px auto 0;
}
.sectionCategory .title .h2 > span {
  position: relative;
}
.sectionCategory .title .h2 > span::before {
  position: absolute;
  content: "";
  width: 48px;
  height: 68px;
  background: url(../deco-category.png) no-repeat;
  background-size: cover;
  right: -65px;
  bottom: 5px;
}
.sectionCategory .button ul {
  display: flex;
  flex-wrap: wrap;
}
.sectionCategory .button ul li {
  width: calc((100% - 15px) / 2);
  margin-bottom: 15px;
}
.sectionCategory .button ul li:nth-child(odd) {
  margin-right: 15px;
}
.sectionCategory .button ul li:last-child {
  width: 100%;
  margin-right: 0;
}
.sectionCategory .button ul li a {
  display: flex;
  position: relative;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.sectionCategory .button ul li a .name {
  margin-left: 10px;
}
.sectionCategory .button ul li a::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #FFF;
  border-right: solid 2px #FFF;
  position: absolute;
  top: 10%;
  bottom: 0;
  right: 22px;
  margin: auto;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.sectionCategory .button ul li a.buttonHalf {
  background-color: #D9A043;
  color: #FFF;
  height: 85px;
}
.sectionCategory .button ul li a.buttonHalf .buttonInner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.sectionCategory .button ul li a.buttonHalf .buttonInner::after {
  position: absolute;
  content: "";
  background: url(../btn-category01.svg) no-repeat;
  width: 31px;
  height: 40px;
  background-size: cover;
  left: -40px;
}
.sectionCategory .button ul li a.buttonHalf .buttonInner.buttonIcon02::after {
  position: absolute;
  content: "";
  background: url(../btn-category02.svg) no-repeat;
  background-size: cover;
  width: 54px;
  height: 40px;
  left: -60px;
}
.sectionCategory .button ul li a.buttonHalf .buttonInner.buttonIcon03::after {
  position: absolute;
  content: "";
  background: url(../btn-category03.svg) no-repeat;
  background-size: cover;
  width: 57px;
  height: 42px;
  left: -60px;
}
.sectionCategory .button ul li a.buttonHalf .buttonInner.buttonIcon04::after {
  position: absolute;
  content: "";
  background: url(../btn-category04.svg) no-repeat;
  background-size: cover;
  width: 28px;
  height: 48px;
  left: -30px;
}
.sectionCategory .button ul li a.buttonWide {
  border: 2px solid #D9A043;
  color: #D9A043;
  height: 70px;
  text-align: center;
}
.sectionCategory .button ul li a.buttonWide::before {
  border-bottom: solid 2px #D9A043;
  border-right: solid 2px #D9A043;
  top: 13%;
}
@media screen and (max-width: 767px) {
  .sectionCategory {
    margin: 40px auto 0;
  }
  .sectionCategory .title .h2 > span::before {
    width: 41px;
    height: 58px;
    right: -45px;
  }
  .sectionCategory .button ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sectionCategory .button ul li {
    width: calc((100% - 5px) / 2);
    margin-bottom: 5px;
  }
  .sectionCategory .button ul li:nth-child(odd) {
    margin-right: 5px;
  }
  .sectionCategory .button ul li:last-child {
    width: 100%;
    margin-right: 0;
  }
  .sectionCategory .button ul li a {
    font-size: 15px;
  }
  .sectionCategory .button ul li a::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #FFF;
    border-right: solid 2px #FFF;
    position: absolute;
    top: 18%;
    right: 15px;
  }
  .sectionCategory .button ul li a.buttonHalf {
    height: 70px;
  }
  .sectionCategory .button ul li a.buttonHalf .buttonInner::after {
    position: absolute;
    content: "";
    background: url(../btn-category01.svg) no-repeat;
    width: 23px;
    height: 30px;
    background-size: cover;
    left: -25px;
  }
  .sectionCategory .button ul li a.buttonHalf .buttonInner.buttonIcon02::after {
    position: absolute;
    content: "";
    background: url(../btn-category02.svg) no-repeat;
    background-size: cover;
    width: 43px;
    height: 32px;
    left: -38px;
  }
  .sectionCategory .button ul li a.buttonHalf .buttonInner.buttonIcon03::after {
    position: absolute;
    content: "";
    background: url(../btn-category03.svg) no-repeat;
    background-size: cover;
    width: 40px;
    height: 29px;
    left: -40px;
  }
  .sectionCategory .button ul li a.buttonHalf .buttonInner.buttonIcon04::after {
    position: absolute;
    content: "";
    background: url(../btn-category04.svg) no-repeat;
    background-size: contain;
    width: 25px;
    height: 42px;
    left: -30px;
  }
  .sectionCategory .button ul li a.buttonWide {
    line-height: 1.5em;
    height: 60px;
  }
}
:root {
  --font-serif: "Noto Serif JP", serif;
  --font-weight-thin: 100;
  --font-weight-semi-bold: 600;
  --font-weight-medium: 500;
  --font-weight-bold: bold;
  --font-weight-black: 900;
}

#fukubukuro2025 {
  color: #36312E;
  /* TOPページ・カテゴリーページボタン */
}
#fukubukuro2025 .emphasis {
  font-weight: bold;
  color: #BB3939;
}
#fukubukuro2025 .d-inline-b {
  display: inline-block;
}
#fukubukuro2025 .bnrWrap {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 80px auto 90px;
  max-width: 100%;
}
#fukubukuro2025 .bnrWrap.bnrWrapTop {
  margin: 60px auto 0;
}
#fukubukuro2025 .bnrWrap.bnrWrapBottom {
  margin: 20px auto 40px;
}
#fukubukuro2025 .bnrWrap .categoryLink,
#fukubukuro2025 .bnrWrap .categoryLink:nth-child(2) {
  /* width: calc((100% - 30px) / 2); */
  margin: 0 auto;
  width: 100%;
}
#fukubukuro2025 .bnrWrap .categoryLink a {
  align-items: center;
  background-color: #D5BF9D;
  color: #ffffff;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 70px;
  justify-content: center;
  max-width: 480px;
  min-height: 70px;
  padding: 10px;
  width: 100%;
}
#fukubukuro2025 .bnrWrap .categoryLink:nth-child(2) {
  margin-right: 40px;
}
#fukubukuro2025 .bnrWrap .categoryLink:nth-child(2) a {
  max-width: 480px;
  min-height: 70px;
}
#fukubukuro2025 .bnrWrap .topBtn {
  width: calc((100% - 110px) / 2);
  width: 360px;
}
#fukubukuro2025 .bnrWrap .topBtn a {
  align-items: center;
  border: 1px solid #7a7778;
  color: #7a7778;
  display: flex;
  font-size: 20px;
  height: 70px;
  justify-content: center;
  padding: 0 10px;
  width: 100%;
}
#fukubukuro2025 .bnrWrap .brXs {
  display: none;
}
#fukubukuro2025 body .contentsTop {
  margin: 0 auto 50px !important;
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  #fukubukuro2025 .bnrWrap {
    flex-direction: column-reverse;
  }
  #fukubukuro2025 .bnrWrap.bnrWrapBottom {
    margin: 0 auto 90px;
  }
  #fukubukuro2025 .bnrWrap .categoryLink {
    width: 100%;
  }
  #fukubukuro2025 .bnrWrap .categoryLink a {
    margin: 0 auto;
    max-width: 480px;
    width: 95%;
  }
  #fukubukuro2025 .bnrWrap .categoryLink:nth-child(1) {
    margin-top: 20px;
  }
  #fukubukuro2025 .bnrWrap .topBtn {
    width: 100%;
    margin-right: 0;
  }
  #fukubukuro2025 .bnrWrap .topBtn a {
    margin: 20px auto 0;
    max-width: 360px;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #fukubukuro2025 {
    /* TOPページ・カテゴリーページボタン */
  }
  #fukubukuro2025 .bnrWrap.bnrWrapTop {
    margin: 70px auto 0;
  }
  #fukubukuro2025 .bnrWrap {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: center;
    margin: 60px auto 90px;
    max-width: 100%;
    padding: 0;
  }
  #fukubukuro2025 .bnrWrap.bnrWrapBottom {
    margin: 0 auto 40px;
  }
  #fukubukuro2025 .bnrWrap .categoryLink {
    width: 100%;
  }
  #fukubukuro2025 .bnrWrap .categoryLink:nth-child(2) {
    margin-right: 0;
  }
  #fukubukuro2025 .bnrWrap .categoryLink a {
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 19px;
    font-weight: bold;
    height: 70px;
    justify-content: center;
    margin: 0 auto;
    max-width: 480px;
    width: 95%;
    line-height: 1.2;
  }
  #fukubukuro2025 .bnrWrap .categoryLink:nth-child(1) {
    margin-top: 20px;
  }
  #fukubukuro2025 .bnrWrap .topBtn {
    width: 100%;
    margin-right: 0;
  }
  #fukubukuro2025 .bnrWrap .topBtn a {
    align-items: center;
    border: 1px solid #7a7778;
    color: #7a7778;
    display: flex;
    font-size: 16px;
    height: 50px;
    justify-content: center;
    margin: 30px auto 0;
    max-width: 360px;
    width: 80%;
  }
}