@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;700&display=swap");

/* general */
.pcNone {
  display: none !important;
}
.spNone {
  display: block !important;
}
.brTb {
  display: none;
}

#ureshii20221026 .brXs {
  display: none;
}

.block {
  display: block;
}
.mrB20 {
  margin-bottom: 20px !important;
}
.mrb0 {
  margin-bottom: 0 !important;
}
.w100 {
  width: 100%;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
#ureshii20221026 .spNone.inline {
  display: inline-block !important;
}
.link-hover {
  cursor: pointer;
}
.link-hover:hover {
  opacity: .7;
}
a:hover {
  text-decoration: none;
}
.clearboth {
  clear: both;
}
.bold {
  font-weight: bold;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list-asterisk li::before {
  content: "※";
}
#ureshii20221026 .tab {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
}
#ureshii20221026 .tab .tabLabel {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 20px;
  height: 60px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1;
  width: 50%;
}
#ureshii20221026 .tab .tabLabelUreshii {
  background-color: #a16c31;
  color: #fff;
}
#ureshii20221026 .tab .tabLabelOishii {
  background-color: #fff;
  border: 2px solid #b41010;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}
#ureshii20221026 .tab .tabLabelOishii a {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #b41010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}
#ureshii20221026 .tab .tabLabelOishii a::after {
  background-image: url(/d_images/campaign/ureshii-20221026/icon-arrow-right01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline;
  height: 17px;
  position: absolute;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
}
#ureshii20221026 .tab .tabLabelOishii a:hover::after {
  background-image: url(/d_images/campaign/ureshii-20221026/icon-arrow-right-white01.svg);
}
#ureshii20221026 .tab .tabLabelOishii:hover {
  background-color: #b41010;
}
#ureshii20221026 .tab .tabLabelOishii:hover a {
  color: #fff;
}
#ureshii20221026 .tab .tabLabelOff {
  cursor: pointer;
}
#ureshii20221026 .mainvisual {
  align-items: center;
  background-color: #a16c31;
  -/d_images/campaign/ureshii-20221026/webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}
#ureshii20221026 .mainvisualEnd {
  align-items: center;
  background-color: #a16c31;
  -/d_images/campaign/ureshii-20221026/webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#ureshii20221026 .end {
  width: 100%;
  margin: 0 auto 20px;
  padding: 30px;
  border: 3px solid #a16c31;
}
#ureshii20221026 .end .endTxt {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #a16c31;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#ureshii20221026 .section {
  padding: 36px 40px 40px;
}
#ureshii20221026 .section:not(:last-child) {
  margin-bottom: 1px;
}
#ureshii20221026 .title {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 36px;
}
#ureshii20221026 .title .titleH3 {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 12px;
  text-align: center;
}
#ureshii20221026 .title .titleH3 .small {
  font-size: 30px;
}
#ureshii20221026 .title .titleCatch {
  color: #000;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
#ureshii20221026 .flexColumn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ureshii20221026 .flexColumn2 .item {
  width: calc((100% - (15px * 1)) / 2);
}
#ureshii20221026 .flexColumn2 .item:not(:nth-child(2n)) {
  margin-right: 15px;
}
#ureshii20221026 .flexColumn2 .item:nth-last-child(n + 3) {
  margin-bottom: 25px;
}
#ureshii20221026 .flexColumn2 .pLR {
  padding: 0 20px;
}
#ureshii20221026 .flexColumn2 .itemBtn {
  max-width: 400px;
}
#ureshii20221026 .flexColumn3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ureshii20221026 .flexColumn3 .item {
  width: calc((100% - (15px * 2)) / 3);
}
#ureshii20221026 .flexColumn3 .item:not(:nth-child(3n)) {
  margin-right: 15px;
}
#ureshii20221026 .flexColumn3 .item:nth-last-child(n + 4) {
  margin-bottom: 25px;
}
#ureshii20221026 .flexColumn3 .itemBtn {
  max-width: 280px;
}
#ureshii20221026 .flexColumn3 .itemName .number {
  margin-bottom: 5px;
}
#ureshii20221026 .item a {
  display: block;
}
#ureshii20221026 .item .itemImg {
  margin-bottom: 10px;
}
#ureshii20221026 .item .itemType {
  color: #000;
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 7px;
  text-align: left;
}
#ureshii20221026 .item .itemBrand .number,
#ureshii20221026 .item .itemType .number {
  border: 1px solid #5e5e5e;
  color: #5e5e5e;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  height: 20px;
  line-height: 1.5;
  margin-bottom: 2px;
  text-align: center;
  vertical-align: middle;
  width: 31px;
}
#ureshii20221026 .item .itemLead {
  color: #000;
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 7px;
  text-align: left;
}
#ureshii20221026 .item .isBrackets {
  margin-bottom: 5px;
  margin-left: -0.5em;
}
#ureshii20221026 .item .itemName {
  color: #000;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.48;
  text-align: left;
}
#ureshii20221026 .item .itemName .number {
  border: 1px solid #5e5e5e;
  color: #5e5e5e;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  height: 20px;
  line-height: 1.5;
  margin-bottom: 2px;
  margin-right: -8px;
  text-align: center;
  vertical-align: middle;
  width: 31px;
}
#ureshii20221026 .item .itemName .numberNoBrackets {
  margin-right: 5px;
}
#ureshii20221026 .item .itemType .numberNoBrackets {
  margin-right: 5px;
}
#ureshii20221026 .item .itemName .small {
  color: #000;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
}

#ureshii20221026 .item .setPrice {
  align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 15px;
    margin-top: 10px;
}

#ureshii20221026 .item .setPrice .itemSet p {
  align-items: center;
    background-color: #fff;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    font-size: 16px;
    height: 35px;
    justify-content: center;
    line-height: 1;
    margin-right: 10px;
    padding: 0 6px;
    text-align: center;
}
#ureshii20221026 .sectionCashmere .item .setPrice .itemSet p{
  color: #d35602;
  border: 1px solid #d35602;
}
#ureshii20221026 .sectionAppliances .item .setPrice .itemSet p{
  color: #006b2d;
  border: 1px solid #006b2d;
}

#ureshii20221026 .item .itemPrice {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: end;
  font-size: 25px;
  font-weight: bold;
  justify-content: flex-end;
  line-height: 1.48;
  margin-bottom: 15px;
  text-align: right;
}
#ureshii20221026 .item .itemPrice .small {
  font-size: 18px;
  font-weight: normal;
}
#ureshii20221026 .item .itemPrice .tax {
  margin-right: 5px;
  padding-top: 2px;
}
#ureshii20221026 .item .itemPrice .unit {
  padding-top: 2px;
}
#ureshii20221026 .item .itemBtn {
  align-items: center;
  background-color: #e36289;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 18px;
  height: 50px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 13px auto 0;
}
#ureshii20221026 .item .itemBtn a {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 100%;
  justify-content: center;
  width: 100%;
}
#ureshii20221026 .item .setPrice {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 15px;
  margin-top: 10px;
}
#ureshii20221026 .item .setPrice .itemPrice {
  margin-bottom: 0;
}
#ureshii20221026 .itemMulti .setPrice {
  margin-bottom: 0;
  margin-top: 0;
}
#ureshii20221026 .item .iconFreeShipping {
  margin-right: 10px;
  padding: 4px 0;
  max-width: 50px;
}
#ureshii20221026 .item .iconFreeShipping img {
  display: block;
}
#ureshii20221026 .itemMulti .setPrice:first-of-type {
  margin-top: 10px;
}
#ureshii20221026 .flexColumn3 .item .itemName .number {
  margin-bottom: 4px;
}
#ureshii20221026 .titleColorDefault {
  color: #000;
}
#ureshii20221026 .viewAll a {
  align-items: center;
  background-color: #000;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 20px;
  height: 60px;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 40px auto 0;
  max-width: 600px;
  text-align: center;
}
#ureshii20221026 .itemPrice .small,
#ureshii20221026 .itemPrice .tax,
#ureshii20221026 .itemPrice .unit {
  color: #000;
}
#ureshii20221026 .Aller-Wall-text {
  color: #000;
  font-size: 18px;
  line-height: 1.56;
  margin: 3em auto 1em;
  text-align: center;
}
#ureshii20221026 .bnrWrap {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 60px auto 5em;
  max-width: 880px;
  width: 100%;
}
#ureshii20221026 .bnrWrap .categoryLink,
#ureshii20221026 .bnrWrap .topBtn {
  width: 100%;
}
#ureshii20221026 .bnrWrap .topBtn {
  margin-right: 10px;
}
#ureshii20221026 .bnrWrap .topBtn a {
  align-items: center;
  border: 1px solid #7a7778;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #7a7778;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 23px;
  height: 70px;
  justify-content: center;
  max-width: 360px;
}
#ureshii20221026 .bnrWrap .categoryLink a {
  align-items: center;
  background-color: #a16c31;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 23px;
  font-weight: bold;
  height: 70px;
  justify-content: center;
  width: 480px;
}
#ureshii20221026 .flexColumn2Intro {
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  margin-bottom: 20px;
  padding: 0;
}
#ureshii20221026 .flexColumn2Intro .item .itemLead {
  font-weight: normal;
  letter-spacing: 0.05em;
  color: #000;
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 7px;
  text-align: left;
}
#ureshii20221026 .item .itemBrand {
  color: #000;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  margin-bottom: 7px;
  text-align: left;
}
#ureshii20221026 .flexColumn2Intro .item .itemImg {
  margin-bottom: 0;
}
#ureshii20221026 .flexColumn2Intro .item .itemImg a {
  display: block;
}
#ureshii20221026 .flexColumn2Intro .item .itemBtn {
  margin-left: 25px;
  max-width: 445px;
}
#ureshii20221026 .flexColumn2Intro .pLR {
  padding: 0 20px 0 15px;
}
#ureshii20221026 .flexColumn2Intro {
  align-items: flex-start;
  padding: 0;
}
#ureshii20221026 .flexColumn2Intro + .flexColumn2 {
  margin-bottom: 0;
}
#ureshii20221026 .flexColumn2Intro + .flexColumn2Intro {
  margin-bottom: 20px;
}

#ureshii20221026 .viewAllItem {
  margin: 60px auto;
  max-width: 600px;
}
#ureshii20221026 .viewAllItem .viewAll a {
  background-color: #f38f47;
}
#ureshii20221026 .viewAllItem .viewAll a .spNone {
  display: inline-block !important;
}

/* ================================================
  コンテンツ
================================================ */

/* カシミヤ特集 */
#ureshii20221026 .sectionCashmere {
  background-color: #fff9f1;
}
#ureshii20221026 .sectionCashmere .flexColumn2Intro .item .itemLead {
  color: #eb6100;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 20px;
}
#ureshii20221026 .sectionCashmere .color {
  color: #eb6100;
}
#ureshii20221026 .sectionCashmere .item .itemBtn {
  background-color: #eb6100;
}

/* 天使の綿シフォン */
#ureshii20221026 .sectionAngelchiffon {
  background-color: #fcf2fc;
}
#ureshii20221026 .sectionAngelchiffon .flexColumn2Intro .item .itemLead {
  color: #d3639b;
}
#ureshii20221026 .sectionAngelchiffon .color {
  color: #d3639b;
}
#ureshii20221026 .sectionAngelchiffon .item .itemBtn {
  background-color: #d3639b;
}

/* 暮らしを便利に。あるとうれしい、スペシャリストな家電たち。 */
#ureshii20221026 .sectionAppliances {
  background-color: #f1fbf7;
}
#ureshii20221026 .sectionAppliances .flexColumn2Intro .item .itemLead {
  color: #289c59;
}

#ureshii20221026 .sectionAppliances .title + .flexColumn2{
  margin-bottom: 20px;
}

#ureshii20221026 .sectionAppliances .color {
  color: #289c59;
}
#ureshii20221026 .sectionAppliances .item .itemBtn {
  background-color: #289c59;
}


/* ================================================
  1380px～768px
================================================ */
@media screen and (max-width: 1380px) and (min-width: 768px) {
  .brTbNone {
    display: none;
  }
}

/* ================================================
  1024px～768px
================================================ */
@media screen and (max-width: 1024px)  and (min-width: 768px) {
  .brTb {
    display: block;
  }
}

/* ================================================
  900px～768px
================================================ */
@media screen and (max-width: 900px) and (min-width: 768px) {
  #ureshii20221026 .flexColumn2Intro {
    align-items: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

}

/* ================================================
  900px
================================================ */
@media screen and (max-width: 900px) {
  #ureshii20221026 .flexColumn2 .setPrice,
  #ureshii20221026 .flexColumn3 .setPrice {
    display: block;
    text-align: right;
  }

  #ureshii20221026 .item .setPrice .itemSet p {
    display: inline-block;
    margin-right: 0;
  }

  #ureshii20221026 .flexColumn2 .setPrice .itemSet p, #ureshii20221026 .flexColumn3 .setPrice .itemSet p {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: inline-block;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    height: 100%;
    justify-content: center;
    padding: 9px 6px;
}
}

/* ================================================
  767px 以下 
================================================ */
@media screen and (max-width: 767px) {
  .pcNone {
    display: block !important;
  }
  .spNone {
    display: none !important;
  }
  #ureshii20221026 div[class^="heightLine-pc-"] {
    height: auto !important;
  }
  #ureshii20221026 .tab {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
  }
  #ureshii20221026 .tab .tabLabel {
    font-size: 14px;
    height: 30px;
    line-height: 1.2px;
  }
  #ureshii20221026 .tab .tabLabelOishii {
    border-width: 1px;
  }
  #ureshii20221026 .tab .tabLabelOishii a::after {
    height: 12px;
    right: 10px;
    width: 6px;
  }
  #ureshii20221026 .spNone.inline {
    display: none !important;
  }
  #ureshii20221026 .mainvisual {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #ureshii20221026 .mainvisualEnd {
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #ureshii20221026 .end {
    margin:0 auto 10px;
    padding: 10px;
    border: 3px solid #a16c31;
  }
  #ureshii20221026 .end .endTxt {
    font-size: 18px;
  }
  #ureshii20221026 .section {
    padding: 20px 10px 20px;
  }
  #ureshii20221026 .title {
    margin-bottom: 15px;
  }
  #ureshii20221026 .title .titleH3 {
    font-size: 22.5px;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin-bottom: 9px;
  }
  #ureshii20221026 .title .titleH3 .small {
    font-size: 15px;
  }
  #ureshii20221026 .title .titleCatch {
    font-size: 13px;
    line-height: 1.2;
  }
  #ureshii20221026 .flexColumn2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #ureshii20221026 .flexColumn2 .item {
    width: calc((100% - (10px * 1)) / 2);
  }
  #ureshii20221026 .flexColumn2 .item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  #ureshii20221026 .flexColumn2 .item:nth-last-child(n + 3) {
    margin-bottom: 10px;
  }
  #ureshii20221026 .flexColumn2 .pLR {
    padding: 0;
  }
  #ureshii20221026 .flexColumn2 .itemBtn {
    max-width: 260px;
  }
  #ureshii20221026 .item .setPrice {
    margin-bottom: 8px;
    margin-top: 8px;
  }
#ureshii20221026 .item .setPrice .itemSet p {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  height: 20px;
  margin-bottom: 3px;
  margin-right: 3px;
  padding: 9px 6px;
}
#ureshii20221026 .item .iconFreeShipping {
  padding: 0;
  min-width: 35px;
  margin-right: 3px;
  max-width: 44px;
}
#ureshii20221026 .item .iconFreeShipping img {
  float: right;
  margin-top: -2px;
  max-height: 24px;
}
  #ureshii20221026 .flexColumn3 .item {
    width: calc((100% - (10px * 1)) / 2);
  }
  #ureshii20221026 .flexColumn3 .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  #ureshii20221026 .flexColumn3 .item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  #ureshii20221026 .flexColumn3 .item:nth-last-child(n + 4) {
    margin-bottom: 0;
  }
  #ureshii20221026 .flexColumn3 .item:nth-last-child(n + 3) {
    margin-bottom: 10px;
  }
  #ureshii20221026 .flexColumn3 .itemBtn {
    max-width: 280px;
  }
  #ureshii20221026 .flexColumn3 .setPrice {
    display: block;
    text-align: right;
  }
  #ureshii20221026 .item a {
    display: block;
  }
  #ureshii20221026 .item .itemBtn {
    margin-top: 10px;
  }
  #ureshii20221026 .item .itemImg {
    margin-bottom: 8px;
  }
  #ureshii20221026 .item .itemType {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 6px;
  }
  #ureshii20221026 .item .itemLead {
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 6px;
  }
  #ureshii20221026 .item .itemType .number,
  #ureshii20221026 .item .itemBrand .number {
    font-size: 11px;
    height: 18px;
  }
  #ureshii20221026 .item .itemName {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 2px;
  }
  #ureshii20221026 .item .itemName .number {
    font-size: 11px;
    height: 18px;
    margin-right: -4px;
  }
  #ureshii20221026 .item .itemName .numberNoBrackets {
    margin-right: 5px;
  }
  #ureshii20221026 .item .itemName .small {
    font-size: 12px;
    line-height: 1.8;
  }
  #ureshii20221026 .item .itemPrice {
    align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 8px;
  }
  #ureshii20221026 .item .itemPrice .small {
    font-size: 12px;
  }
  #ureshii20221026 .item .itemPrice .tax {
    margin-right: 3px;
  }
  #ureshii20221026 .item .itemBtn {
    font-size: 14px;
    height: 40px;
    line-height: 1.2;
    text-align: center;
  }
  #ureshii20221026 .flexColumn2Intro {
    display: block;
    padding: 0;
  }
  #ureshii20221026 .flexColumn2Intro .item {
    width: 100%;
  }
  #ureshii20221026 .flexColumn2Intro .item .itemLead {
    font-size: 18px;
    line-height: 27.5px;
    margin-bottom: 16px;
    text-align: left;
  }
  #ureshii20221026 .sectionCashmere .flexColumn2Intro .item .itemLead {
    font-size: 18px;
    line-height: 27.5px;
    margin-bottom: 16px;
    text-align: left;
  }
  #ureshii20221026 .item .itemBrand {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 6px;
  }
  #ureshii20221026 .flexColumn2Intro .item .itemImg {
    margin-bottom: 10px;
  }
  #ureshii20221026 .flexColumn2Intro .item .itemImg a {
    display: block;
  }
  #ureshii20221026 .flexColumn2Intro .item .itemName {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  #ureshii20221026 .flexColumn2Intro .item .itemBtn {
    margin: 10px auto 0;
    max-width: 260px;
  }

  #ureshii20221026 .flexColumn2Intro .pLR {
    padding: 0;
  }

  #ureshii20221026 .bnrWrap {
    flex-wrap: wrap;
  }
  #ureshii20221026 .bnrWrap .categoryLink a {
    font-size: 19px;
    margin: 0 auto;
    max-width: 480px;
    width: 95%;
  }
  #ureshii20221026 .bnrWrap .topBtn {
    margin-right: 0;
  }
  #ureshii20221026 .bnrWrap .topBtn a {
    font-size: 16px;
    height: 50px;
    margin: 20px auto 0;
    text-align: center;
    width: 80%;
  }
  #ureshii20221026 .viewAll {
    padding-bottom: 20px;
  }
  #ureshii20221026 .viewAll a {
    font-size: 17px;
    height: 50px;
    line-height: 1.2;
    margin: -1px auto 1px;
    margin: 20px auto 0;
    max-width: none;
    max-width: 600px;
    width: 80%;
  }

  #ureshii20221026 .viewAllItem .viewAll {
    padding-bottom: 0;
  }
  #ureshii20221026 .viewAllItem .viewAll a {
    width: calc(100% - 40px);
    height: 60px;
    margin-top: 0;
    max-width: none;
  }
  #ureshii20221026 .viewAllItem .viewAll a .spNone {
      display: none !important;
  }
  #ureshii20221026 .sectionAngelchiffon .item .itemType .brTbNone{
    display: none;
  }
}

/* ================================================
  620px 以下 
================================================ */
@media screen and (max-width: 620px) {
  #ureshii20221026 .viewAllItem {
    margin: 60px -1em;
  }
}

/* ================================================
  400px 以下 
================================================ */
@media screen and (max-width: 400px) {
  /* #ureshii20221026 .bnrWrap .categoryLink a {
    font-size: 17px;
  }*/
  #ureshii20221026 .item .itemName {
    font-size: 13px;
  }
  #ureshii20221026 .item .itemPrice {
    font-size: 20px;
  }
  #ureshii20221026 .item .itemPrice .small {
    font-size: 12px;
  }

  #ureshii20221026 .bnrWrap .topBtn a {
    font-size: 15px;
  }
}

/* ================================================
  380px 以下 
================================================ */

@media screen and (max-width: 380px) {
  #ureshii20221026 .brXs {
    display: block;
  }
}