@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;1,300&display=swap");

body.re26 #main {
  overflow: hidden !important;
}
div.ms-site-container > .container .main {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.main > .row {
  margin-right: 0;
  margin-left: 0;
}
.main > .row > .col {
  padding-right: 0;
  padding-left: 0;
}
.page-search__wrap * {
  color: #000;
}
.bold600 {
  font-weight: 600 !important;
}
.en {
  font-family: "Open Sans", sans-serif !important;
  font-weight: 300;
}
.br_sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  body.re26 #main {
    margin-bottom: 0;
    margin-top: 8cqw;
  }
  .br_pc {
    display: none !important;
  }
  .br_sp {
    display: block !important;
  }
}

.page-search__inner {
  max-width: 1264px;
  margin: 0 auto;
  padding: 0 12px;
}
.page-search__ttl {
  margin: 70px auto 70px;
  text-align: center;
}

.page-search__ttl .en {
  display: none;
}

.page-search__ttl p {
  font-size: max(72px, clamp(0px, calc(100vw / 1264 * 90), 90px));
}
.page-search__ttl h1 {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-search__inner {
    padding: 0;
    width: 86.67%;
  }
  .page-search__ttl {
    margin: 9cqw auto;
  }
  .page-search__ttl p {
    font-size: 12.26cqw;
    line-height: 1.2;
    margin-bottom: 0.4em;
  }
}

/* *************************
    nav
************************* */
.page_search_nav {
  border-bottom: 2px solid #000;
}
.page_search_nav ul {
  display: flex;
  justify-content: center;
  gap: 8px;
  max-width: 830px;
  margin: 0 auto;
}
.page_search_nav li {
  width: calc(100% / 3);
}
.page_search_nav a {
  display: block;
  padding: 0.5em;
  border: 2px solid #000;
  border-bottom: none;
  background-color: #fff;
  font-size: max(20px, clamp(0px, calc(100vw / 1264 * 24), 24px));
  font-weight: 600;
  text-align: center;
  color: #000;
  transition:
    background-color 0.3s ease-out,
    color 0.3s ease-out;
}
.page_search_nav .is-active a {
  background-color: #000;
  color: #fff;
  pointer-events: none;
  cursor: default;
}

@media screen and (min-width: 768px) {
  .page_search_nav a:hover {
    background-color: #000;
    color: #fff;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .page_search_nav a {
    font-size: 3.52cqw;
  }
}

/* *************************
    cate_List
************************* */

.cate_ListBox_ttl {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 1em;
}
.cate_ListBox ul {
  display: grid;
  gap: 40px 20px;
}
.cate_ListBox.clm3 ul {
  grid-template-columns: repeat(3, 1fr);
}

/* cate_popular */
.cate_popular .cate_ListBox_ttl {
  margin-bottom: 2em;
}
.cate_ListBox-popular ul {
  grid-template-columns: repeat(4, 1fr);
  gap: 37px;
}
.cate_ListBox-popular a p {
  font-size: max(20px, clamp(0px, calc(100vw / 1264 * 31), 31px));
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-top: 0.5em;
}

/* cate_main */
.cate_ListBox-main ul {
  grid-template-columns: repeat(1, 1fr);
  gap: 80px;
  max-width: 1180px;
  margin: 0 auto;
}
.cate_ListBox-main a {
  position: relative;
  display: block;
}
.cate_ListBox-mainttl {
  position: absolute;
  top: 30%;
}
.ps_right .cate_ListBox-mainttl {
  right: 10%;
}
.ps_left .cate_ListBox-mainttl {
  left: 10%;
}
.cate_ListBox-mainttl p.en {
  font-size: max(50px, clamp(0px, calc(100vw / 1264 * 60), 60px));
}
.cate_ListBox-mainttl p.jp {
  font-size: max(25px, clamp(0px, calc(100vw / 1264 * 30), 30px));
  font-weight: 600;
}

/* cate_all */
.cate_all_inner {
  margin-bottom: 100px;
}
.cate_ListBox-all {
  margin-bottom: 60px;
}
.cate_ListBox-all p {
  font-size: max(16px, clamp(0px, calc(100vw / 1264 * 24), 24px));
  font-weight: 700;
  margin-top: 0.5em;
}

/* cate_morelink */
.cate_morelink a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}
.cate_morelink a::before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background-color: #000;
  border-radius: 50%;
  margin-right: 0.5em;
}
.cate_morelink a::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-left: 0.5em;
  position: absolute;
  top: 50%;
  left: -0.1em;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .cate_ListBox ul {
    gap: 5.22cqw 2.61cqw;
  }
  .cate_ListBox_ttl {
    font-size: 6.26cqw;
  }
  .cate_all_inner {
    margin-bottom: 13.33cqw;
  }
  .cate_ListBox-popular ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.61cqw;
  }
  .cate_ListBox-popular a p {
    font-size: 4.56cqw;
  }
  .cate_popular .cate_ListBox_ttl {
    margin-bottom: 1.3em;
    text-align: center;
  }
  .cate_main h2 {
    text-align: center;
  }
  .cate_ListBox-main ul {
    gap: 10.43cqw;
  }
  .cate_ListBox-mainttl {
    position: static;
    margin-top: 3cqw;
  }
  .cate_ListBox-mainttl p.en {
    font-size: 9.39cqw;
  }
  .cate_ListBox-mainttl p.jp {
    font-size: 4.69cqw;
  }
  .cate_ListBox.clm3 ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .cate_ListBox-all {
    margin-bottom: 9.13cqw;
  }
  .cate_ListBox-all p {
    font-size: 2.61cqw;
  }
  .cate_morelink a {
    font-size: 3.91cqw;
  }
}

/* *************************
    page/search_trouble
************************* */
.re26-cm-pfullh .re26-top-nayami__ttl span {
  color: #fff;
}

/* *************************
    page/media-features
************************* */
#main .page-media_features .comPhotoUl {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0px, calc(100vw / 1264 * 80), 80px)
    clamp(0px, calc(100vw / 1264 * 40), 40px);
}
#main .page-media_features .comPhotoUl li {
  width: calc(25% - clamp(0px, calc(100vw / 1264 * 30), 30px));
  height: auto !important;
  margin: 0 0px 0 0;
  float: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-flow: column;
}
#main .page-media_features .txtBox p {
  color: #fa6633;
  margin-top: 0.4em;
}
#main .page-media_features .comPhotoUl li .txtBox .ttl {
  line-height: 1.4;
  margin: 0.5em 0;
}
#main
  .page-media_features
  .ss-product-list__price--base
  .ss-product-list__price-number,
#main
  .page-media_features
  .ss-product-list__price--taxin
  .ss-product-list__price-number {
  font-family: "Noto Serif JP", serif;
}
#main .page-media_features .comPhotoUl li .txtBox .link {
  width: 100%;
}
#main .page-media_features .comPhotoUl li .txtBox .link a {
  border: none;
  background-color: #ff6633;
  color: #fff;
  padding: 0.8em;
  display: block;
  text-align: center;
  font-size: max(16px, clamp(0px, calc(100vw / 1264 * 20), 20px));
  font-weight: 600;
  border-radius: 5px;
}
@media (max-width: 1264px) {
  #main .page-media_features .comPhotoUl {
    gap: 5cqw;
  }
  #main .page-media_features .comPhotoUl li {
    width: calc(33.333% - 3.333cqw);
  }
}
@media (max-width: 767px) {
  #main .page-media_features .comPhotoUl {
    gap: 10.666cqw 8%;
  }
  #main .page-media_features .comPhotoUl li {
    width: 46%;
  }
  #main .page-media_features .comPhotoUl li .photo {
    width: 100%;
  }
  #main .page-media_features .comPhotoUl li .txtBox {
    width: 100%;
    float: none;
  }
  #main .page-media_features .txtBox p {
    font-size: min(3cqw, 14px);
    line-height: 1.6;
  }
  #main .page-media_features .comPhotoUl li .txtBox .link {
    max-width: 100%;
  }
  #main .page-media_features .comPhotoUl li .txtBox .link a {
    font-size: min(4cqw, 20px);
  }
}
