.h1.block-category-list--header {
  display: none;
}

[data-browse-mode=P] #suni {
  width: 920px;
  padding-bottom: 80px;
}

[data-browse-mode=S] #suni {
  padding-bottom: 80px;
}

#suni img {
  display: block;
}

[data-browse-mode=P] #suni .forSP {
  display: none;
}

[data-browse-mode=S] #suni .forPC {
  display: none;
}

#suni .lpH2 {
  margin: 0;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

[data-browse-mode=P] #suni .lpH2 {
  font-size: 20px;
  padding-top: 62px;
}

[data-browse-mode=S] #suni .lpH2 {
  font-size: 17px;
  padding-top: 30px;
}

#suni .lpH2_en {
  display: block;
  color: #90a9bc;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
}

#suni .lpH2_ja {
  display: block;
  color: #444444;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}

[data-browse-mode=P] #suni .lpH2_ja {
  font-size: 20px;
}

[data-browse-mode=S] #suni .lpH2_ja {
  font-size: 17px;
}

#suni .mv {
  margin: 0;
}

[data-browse-mode=S] #suni .mv {
  padding: 0;
}

[data-browse-mode=S] #suni .mv img {
  width: 100%;
}

#suni .mvSlider {
  display: block;
}

#suni .mvSlider .swiper-slide {
  display: block;
}

#suni .mvTxt {
  line-height: 2.1;
}

[data-browse-mode=P] #suni .mvTxt {
  text-align: center;
  font-size: 16px;
  color: #231815;
  letter-spacing: 0.1em;
  margin-top: 56px;
}

[data-browse-mode=S] #suni .mvTxt {
  font-size: 13px;
  color: #444444;
  width: 90%;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.87;
}

[data-browse-mode=P] #suni .mvArea+* {
  margin-top: 55px;
}

[data-browse-mode=S] #suni .mvArea+* {
  margin-top: 7vw;
}

#suni .tabList {
  display: flex;
  border-bottom: 2px solid #90a9bc;
}

[data-browse-mode=P] #suni .tabList {
  gap: 0 10px;
}

[data-browse-mode=S] #suni .tabList {
  padding: 0 4px;
  gap: 0 2px;
}

#suni .tabList li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
  border-radius: 4px 4px 0 0;
  background: #eeece8;
  color: #b1aca2;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

[data-browse-mode=P] #suni .tabList li {
  width: 300px;
  font-size: 18px;
}

[data-browse-mode=S] #suni .tabList li {
  flex: 1;
  font-size: 14px;
  line-height: 1.25;
}

#suni .tabList li.is-active {
  background: #90a9bc;
  color: #fff;
  font-weight: bold;
}

#suni .tabPanel {
  display: none;
}

#suni .tabPanel.is-active {
  display: block;
}

#suni .specArea_inner {
  position: relative;
}

[data-browse-mode=P] #suni .specArea_inner {
  margin-top: 67px;
}

[data-browse-mode=S] #suni .specArea_inner {
  margin-top: 23px;
}

#suni .specTit {
  font-weight: bold;
  line-height: 1.4;
  color: #3c3736;
  font-size: 16px;
}

[data-browse-mode=P] #suni .specTit {
  margin-top: 12px;
}

[data-browse-mode=S] #suni .specTit {
  margin-top: 10px;
}

#suni .specTxt {
  text-align: justify;
  word-break: break-all;
  color: #3c3736;
  font-size: 14px;
}

[data-browse-mode=P] #suni .specTxt {
  margin-top: 10px;
}

[data-browse-mode=S] #suni .specTxt {
  margin-top: 8px;
}

[data-browse-mode=P] #suni .specArea_inner .swiper {
  overflow: visible;
}

[data-browse-mode=S] #suni .specArea_inner .swiper {
  padding-left: 38px;
}

[data-browse-mode=P] #suni .specArea_inner .swiper-wrapper {
  display: flex;
  gap: 0 20px;
}

[data-browse-mode=P] #suni .specArea_inner .swiper-slide {
  width: calc((100% - 60px) / 4);
  flex-shrink: 0;
}

#suni .swiper-slide img {
  height: auto;
  width: 100%;
}

#suni .swiper-button-prev,
#suni .swiper-button-next {
  height: 25px;
  width: 25px;
  background: #90a9bc;
}

[data-browse-mode=P] #suni .swiper-button-prev,
[data-browse-mode=P] #suni .swiper-button-next {
  display: none;
}

#suni .swiper-button-prev::after,
#suni .swiper-button-next::after {
  background: #eeece8;
  content: "";
  margin: auto;
  height: 13.8564064606px;
  width: 12px;
}

#suni .swiper-button-prev {
  transform: translateX(-50%);
  left: 0;
}

[data-browse-mode=S] #suni .swiper-button-prev {
  left: 5%;
}

#suni .swiper-button-prev::after {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

#suni .swiper-button-next {
  transform: translateX(50%);
  right: 0;
}

[data-browse-mode=S] #suni .swiper-button-next {
  right: 5%;
}

#suni .swiper-button-next::after {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

#suni .specNote {
  text-align: right;
  color: #3c3736;
}

[data-browse-mode=P] #suni .specNote {
  font-size: 16px;
  margin-top: 20px;
}

[data-browse-mode=S] #suni .specNote {
  font-size: 12px;
  margin-top: 5px;
  padding-right: 5px;
}

#suni .colorArea {
  border-top: 2px solid #90a9bc;
}

[data-browse-mode=P] #suni .colorArea {
  margin-top: 60px;
}

[data-browse-mode=S] #suni .colorArea {
  margin-top: 8vw;
}

[data-browse-mode=P] #suni .colorArea .lpH2 {
  padding-top: 21px;
}

[data-browse-mode=S] #suni .colorArea .lpH2 {
  padding-top: 50px;
}

#suni .colorArea_size {
  display: flex;
  flex-wrap: wrap;
}

[data-browse-mode=P] #suni .colorArea_size {
  gap: 20px 20px;
  margin-top: 64px;
}

[data-browse-mode=S] #suni .colorArea_size {
  gap: 10px 10px;
  width: 90%;
  margin-top: 6vw;
  margin-left: auto;
  margin-right: auto;
}

#suni .colorArea_size li {
  position: relative;
}

[data-browse-mode=P] #suni .colorArea_size li {
  width: calc((100% - 20px) / 2);
  height: 175px;
}

[data-browse-mode=S] #suni .colorArea_size li {
  width: calc((100% - 10px) / 2);
}

#suni .colorArea_size li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  background: #f1f5f7;
  text-decoration: none;
}

[data-browse-mode=P] #suni .colorArea_size li a {
  padding-left: 25px;
  gap: 0 25px;
}

[data-browse-mode=S] #suni .colorArea_size li a {
  flex-direction: column;
  align-items: flex-start;
  padding: 10px;
}

[data-browse-mode=P] #suni .colorArea_size li figure {
  width: 175px;
  flex-shrink: 0;
}

[data-browse-mode=S] #suni .colorArea_size li figure {
  width: 85px;
  margin-left: auto;
  margin-right: auto;
}

#suni .colorArea_size li dt {
  font-weight: bold;
  line-height: 1.5;
  color: #3c3736;
}

[data-browse-mode=P] #suni .colorArea_size li dt {
  font-size: 16px;
}

[data-browse-mode=S] #suni .colorArea_size li dt {
  font-size: 13px;
  margin-top: 8px;
}

#suni .colorArea_size li dd {
  color: #3c3736;
  line-height: 1.6;
}

[data-browse-mode=P] #suni .colorArea_size li dd {
  font-size: 16px;
  margin-top: 8px;
}

[data-browse-mode=S] #suni .colorArea_size li dd {
  font-size: 11px;
  margin-top: 4px;
}
