[class$="_pic"] {
  font-size: 0;
  line-height: 0;
}
.m-plus-1-thin {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.m-plus-1-extralight {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.m-plus-1-light {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}
.m-plus-1-regular {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.m-plus-1-medium {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.m-plus-1-semi-bold {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.m-plus-1-bold {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
.m-plus-1-extra-bold {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.m-plus-1-black {
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
body {
  background-color: #fcfcfc;
  background-image: url("../images/bg_body_pc.jpg");
  background-position: top center;
  background-repeat: repeat-y;
  background-size: cover;
}
.bnr-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  pointer-events: none;
}
.bnr-loop__img {
  width: 40px;
  height: auto;
  position: absolute;
  top: 0;
  -webkit-animation: bnr-loop-animation 40s linear infinite;
          animation: bnr-loop-animation 40s linear infinite;
}
.bnr-loop__img:first-child {
  left: 0;
}
.bnr-loop__img:last-child {
  right: 0;
  -webkit-animation: bnr-loop-animation-reverse 40s linear infinite;
          animation: bnr-loop-animation-reverse 40s linear infinite;
}
.mb_sub_text_top {
  padding: 15px;
  background-color: #be2202;
}
.mb_sub_text_top_txt {
  font-size: 34px;
  line-height: 52px;
  text-align: center;
  color: #fff;
}
.mb_sub_text_bottom {
  padding: 32px 15px 48px;
  background-color: #e0c08f;
}
.mb_sub_text_bottom.--after .slash {
  display: inline-block;
}
.mb_sub_text_bottom_txt {
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #222;
}
.mb_sub_text_bottom_txt .slash {
  display: none;
}
.mb_sub_text_bottom_btn {
  width: 500px;
  margin-top: 16px;
  margin-inline: auto;
  text-align: center;
}
.mb_sub_text_bottom_btn_link {
  display: block;
  padding: 33px 50px;
  background-color: #3b3731;
  position: relative;
}
.mb_sub_text_bottom_btn_link:hover {
  text-decoration: none;
}
.mb_sub_text_bottom_btn_link::after {
  content: '';
  width: 18px;
  height: 18px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.mb_sub_text_bottom_btn_link_text {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0.03em;
  color: #fff;
}
.recommend_point {
  margin-top: 120px;
}
.review {
  margin-top: 120px;
}
.review_inr {
  padding: 80px 96px;
  background-color: rgba(247,242,235,0.7);
}
.review_pic {
  width: 363px;
  margin-inline: auto;
}
.review_pic_bottom_p {
  margin-top: 24px;
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
  text-align: center;
}
.review_pic_bottom_caution_p {
  margin-top: 12px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}
.review_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 848px;
  margin-top: 96px;
  margin-inline: auto;
  padding: 40px;
  background-color: #fff;
}
.review_box+.review_box {
  margin-top: 24px;
}
.review_box_left {
  width: 80px;
}
.review_box_right {
  width: calc(100% - 80px - 16px);
}
.review_box_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.review_box_info_star {
  width: 125px;
}
.review_box_info_star_bg {
  height: 23px;
  background-image: url("../images/review_icon_star.png");
  background-repeat: no-repeat;
  background-size: 125px 23px;
  background-position: left top;
  overflow: hidden;
}
.review_box_info_star_bg[data-star="0.5"] {
  width: 12.5px;
}
.review_box_info_star_bg[data-star="1"] {
  width: 25px;
}
.review_box_info_star_bg[data-star="1.5"] {
  width: 37.5px;
}
.review_box_info_star_bg[data-star="2"] {
  width: 50px;
}
.review_box_info_star_bg[data-star="2.5"] {
  width: 62.5px;
}
.review_box_info_star_bg[data-star="3"] {
  width: 75px;
}
.review_box_info_star_bg[data-star="3.5"] {
  width: 87.5px;
}
.review_box_info_star_bg[data-star="4"] {
  width: 100px;
}
.review_box_info_star_bg[data-star="4.5"] {
  width: 112.5px;
}
.review_box_info_star_bg[data-star="5"] {
  width: 125px;
}
.review_box_info_data_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 125px - 24px);
}
.review_box_info_data_list_item {
  font-size: 16px;
  line-height: 27px;
  position: relative;
}
.review_box_info_data_list_item::before {
  content: '';
  width: 14px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: -14px;
  -webkit-transform: translateY(-50%) rotate(100deg);
          transform: translateY(-50%) rotate(100deg);
}
.review_box_info_data_list_item:first-child::before {
  content: none;
}
.review_box_p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 27px;
}
.gender_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-top: 160px;
}
.gender_anchor_item {
  width: calc((100% - 40px) / 2);
}
.gender_anchor_item_link {
  display: block;
  padding: 28px 50px;
  text-align: center;
  background-color: #bc995a;
  position: relative;
}
.gender_anchor_item_link::after {
  content: '';
  width: 18px;
  height: 18px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 45%;
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.gender_anchor_item_link:hover {
  text-decoration: none;
}
.gender_anchor_item_text {
  padding-left: 40px;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  background-image: url("../images/icon_hana_red.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 33px;
}
.search_section {
  margin-top: 120px;
}
.search_section_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 0 0 13px 16px;
  border-bottom: 3px solid #bc995a;
}
.search_section_heading_pic {
  width: 100px;
}
.search_section_heading_text {
  font-size: 38px;
  line-height: 38px;
  letter-spacing: 0.1em;
}
.search_lv3_section {
  margin-top: 80px;
}
.search_lv3_section+.search_lv3_section {
  margin-top: 120px;
}
.search_lv3_section_heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 16px;
  background-color: #edecec;
}
.search_lv3_section_heading+.search_anchor_list {
  margin-top: 40px;
}
.search_lv3_section_heading_pic {
  width: 29px;
}
.search_lv3_section_heading_text {
  margin-left: 8px;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0.03em;
}
.search_lv3_section_heading_caution_text {
  margin-left: auto;
  font-size: 16px;
  line-height: 20px;
  color: #222;
}
.search_lv4_section {
  margin-top: 40px;
}
.search_lv4_section+.search_lv4_section {
  margin-top: 48px;
}
.search_lv4_section_heading {
  padding: 0 0 8px 8px;
  border-bottom: 2px solid #6a665f;
  font-size: 28px;
  line-height: 28px;
  position: relative;
}
.search_lv4_section_heading::before {
  content: '';
  width: 130px;
  height: 2px;
  background-color: #bc995a;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 1;
}
.search_anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}
.search_anchor_list.--column-3 .search_anchor_list_item {
  width: calc((100% - 32px) / 3);
}
.search_anchor_list_item {
  width: calc((100% - 48px) / 4);
}
.search_anchor_list_item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 24px 35px 24px 16px;
  background-color: #ebe0cd;
  background-image: url("../images/bg_anchor.png");
  background-repeat: repeat-y;
  background-position: center left;
  background-size: 6px;
  position: relative;
}
.search_anchor_list_item_link:hover {
  text-decoration: none;
}
.search_anchor_list_item_link::after {
  content: '';
  width: 13px;
  height: 13px;
  border-top: 2px solid #bc995a;
  border-right: 2px solid #bc995a;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.search_anchor_list_item_link.--no-anchor-link::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.search_anchor_list_item_text {
  display: inline-block;
  padding: 3px 0 3px 37px;
  font-size: 18px;
  line-height: 23px;
  background-image: url("../images/icon_hana_red.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 29px;
}
.search_anchor_list_item_text .font-l {
  font-family: Helvetica, sans-serif;
  font-size: 30px;
  line-height: 30px;
}
.search_anchor_list_item_text .size-range {
  display: inline-block;
  margin: 0 4px;
  font-size: 20px;
  line-height: 20px;
}
.product_section {
  margin-top: 160px;
  padding-bottom: 5px;
}
.product_section+.product_section {
  margin-top: 120px;
}
.product_section_heading {
  padding: 0 0 13px 13px;
  border-bottom: 4px solid #6a665f;
  font-family: Helvetica, sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  position: relative;
}
.product_section_heading::before {
  content: '';
  width: 200px;
  height: 4px;
  background-color: #bc995a;
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 1;
}
.product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 64px 16px;
  margin-top: 72px;
}
.product_list_item {
  width: calc((100% - 32px) / 3);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.1);
          box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.product_list_item_brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100px;
  padding: 5px 15px;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
  background-color: #bc995a;
}
.product_list_item_brand_pic__img {
  height: 90px;
}
.product_list_item_slick {
  display: none;
}
.product_list_item_slick.slick-initialized {
  display: block;
}
.product_list_item_slick .slick-arrow {
  width: 36px;
  height: 36px;
  margin-top: 0;
  border-radius: 100%;
  background-color: rgba(0,0,0,0.5);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product_list_item_slick .slick-arrow::before {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.product_list_item_slick .slick-arrow.slick-next {
  right: 5px;
}
.product_list_item_slick .slick-arrow.slick-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.product_list_item_slick .slick-arrow.slick-prev {
  left: 5px;
}
.product_list_item_info {
  padding: 24px 24px 32px;
  border-top: 1px solid #ebe0cd;
  background-color: #fff;
  position: relative;
}
.product_list_item_info_name {
  font-size: 18px;
  line-height: 23px;
}
.product_list_item_info_off {
  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;
  width: 80px;
  height: 80px;
  padding-bottom: 5px;
  border-radius: 50%;
  background-color: #be2202;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1;
}
.product_list_item_info_off .num {
  font-family: Helvetica, sans-serif;
  font-size: 43px;
  font-weight: bold;
  line-height: 43px;
  color: #fff;
}
.product_list_item_info_off .percent {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
.product_list_item_info_price {
  margin-top: 8px;
}
.product_list_item_info_price .num {
  font-size: 20px;
  line-height: 26px;
}
.product_list_item_info_price .tax {
  font-size: 16px;
  line-height: 21px;
}
.product_list_item_info_price .sale_price {
  display: block;
  margin-top: 8px;
}
.product_list_item_info_price .sale_price_num {
  font-family: Helvetica, sans-serif;
  font-size: 46px;
  font-weight: bold;
  line-height: 46px;
  color: #be2202;
}
.product_list_item_info_price .sale_price_tax {
  font-size: 18px;
  line-height: 23px;
  color: #be2202;
}
.product_list_item_info_size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
}
.product_list_item_info_size .label {
  font-size: 16px;
  line-height: 21px;
}
.product_list_item_info_size .separator {
  display: inline-block;
  margin: 0 12px;
}
.product_list_item_info_size .range {
  font-size: 20px;
  line-height: 23px;
}
.product_list_item_info_all_btn {
  margin-top: 24px;
  padding: 14px 40px;
  text-align: center;
  background-color: #ebe0cd;
  background-image: url("../images/icon_btn_all_view.png");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 18px;
  cursor: pointer;
}
.product_list_item_info_all_btn .text {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
}
.product_list_item_info_all_btn_content {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 900px;
  width: 100%;
  max-height: 50vh;
  min-height: 550px;
  padding: 40px 48px;
  background-color: #ebe0cd;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow-y: auto;
  cursor: auto;
}
.product_list_item_info_all_btn_content.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product_list_item_info_all_btn_content_pic {
  width: 336px;
}
.product_list_item_info_all_btn_content_info {
  width: calc(100% - 336px - 48px);
}
.product_list_item_info_all_btn_content_info_title {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  text-align: left;
}
.product_list_item_info_all_btn_content_info_list {
  padding-left: 2em;
  list-style: disc;
}
.product_list_item_info_all_btn_content_info_list_item {
  font-size: 18px;
  line-height: 27px;
}
.product_list_item_info_all_btn_content_info_list_item+.product_list_item_info_all_btn_content_info_list_item {
  margin-top: 20px;
}
.product_list_item_info_all_btn_content_close {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 8px;
  bottom: 8px;
  cursor: pointer;
}
.product_list_item_info_all_btn_content_close::before,
.product_list_item_info_all_btn_content_close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #333;
}
.product_list_item_info_all_btn_content_close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.product_list_item_info_all_btn_content_close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.product_list_item_info_all_btn_content_close:hover::before,
.product_list_item_info_all_btn_content_close:hover::after {
  background-color: #be2202;
}
.product_list_item_info_cv_btn {
  margin-top: 16px;
}
.product_list_item_info_cv_btn_link {
  display: block;
  padding: 14px 40px;
  text-align: center;
  background-color: #be2202;
  position: relative;
}
.product_list_item_info_cv_btn_link:hover {
  text-decoration: none;
}
.product_list_item_info_cv_btn_link::after {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.product_list_item_info_cv_btn_link .text {
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  color: #fff;
}
.modal-overlay {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  cursor: pointer;
}
.caution_area {
  margin-top: 160px;
  padding: 48px;
  border: 1px solid #6a665f;
  background-color: #fff;
}
.caution_area_inr {
  width: 800px;
  margin-inline: auto;
}
.caution_area_heading {
  font-size: 16px;
  line-height: 24px;
}
.caution_area_list+.caution_area_heading {
  margin-top: 24px;
}
.caution_area_list_item {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  line-height: 24px;
}
.page-top {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 20px;
  z-index: 1;
}
.page-top a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: url("../images/pagetop.svg") 0 0 no-repeat;
  background-size: 100% 100%;
  color: #fff;
}
.page-top a span {
  display: none;
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    width: 1040px;
    margin: 0 auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 1320px) {
  .bnr-loop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
  img {
    width: 100%;
  }
  .container.ht {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    height: 58px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  body {
    background-image: url("../images/bg_body_sp.jpg");
  }
  .mb_sub_text_top {
    padding: 12px;
  }
  .mb_sub_text_top_txt {
    font-size: 24px;
    line-height: 32px;
  }
  .mb_sub_text_bottom {
    padding: 32px 15px;
  }
  .mb_sub_text_bottom_txt {
    font-size: calc(14px - 13px + 3.46666vw);
    line-height: 27px;
  }
  .mb_sub_text_bottom_txt .slash {
    display: inline-block;
  }
  .mb_sub_text_bottom_btn {
    width: 100%;
    margin-top: 8px;
  }
  .mb_sub_text_bottom_btn_link {
    padding: 24px 40px;
  }
  .mb_sub_text_bottom_btn_link::after {
    width: 12px;
    height: 12px;
    border-top-width: 2px;
    border-right-width: 2px;
    right: 12px;
  }
  .mb_sub_text_bottom_btn_link_text {
    font-size: 22px;
    line-height: 22px;
  }
  .recommend_point {
    margin-top: 64px;
  }
  .review {
    margin-top: 64px;
  }
  .review_inr {
    padding: 64px 16px 48px;
  }
  .review_pic {
    width: 100%;
  }
  .review_pic_bottom_p {
    margin-top: 16px;
    font-size: 20px;
    line-height: 26px;
  }
  .review_pic_bottom_caution_p {
    margin-top: 4px;
    font-size: 14px;
    line-height: 18px;
  }
  .review_box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 16px;
    width: 100%;
    margin-top: 40px;
    padding: 32px 16px;
  }
  .review_box+.review_box {
    margin-top: 25px;
  }
  .review_box_left {
    width: 59px;
  }
  .review_box_right {
    display: contents;
  }
  .review_box_info {
    display: block;
    width: calc(100% - 59px - 16px);
  }
  .review_box_info_star {
    width: 90px;
  }
  .review_box_info_star_bg {
    height: 17px;
    background-size: 90px 17px;
  }
  .review_box_info_star_bg[data-star="0.5"] {
    width: 9px;
  }
  .review_box_info_star_bg[data-star="1"] {
    width: 18px;
  }
  .review_box_info_star_bg[data-star="1.5"] {
    width: 27px;
  }
  .review_box_info_star_bg[data-star="2"] {
    width: 36px;
  }
  .review_box_info_star_bg[data-star="2.5"] {
    width: 45px;
  }
  .review_box_info_star_bg[data-star="3"] {
    width: 54px;
  }
  .review_box_info_star_bg[data-star="3.5"] {
    width: 63px;
  }
  .review_box_info_star_bg[data-star="4"] {
    width: 72px;
  }
  .review_box_info_star_bg[data-star="4.5"] {
    width: 82px;
  }
  .review_box_info_star_bg[data-star="5"] {
    width: 90px;
  }
  .review_box_info_data_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-top: 8px;
  }
  .review_box_info_data_list_item {
    font-size: 14px;
    line-height: 18px;
  }
  .review_box_info_data_list_item::before {
    content: none;
  }
  .gender_anchor {
    display: block;
    margin-top: 100px;
  }
  .gender_anchor_item {
    width: 100%;
  }
  .gender_anchor_item+.gender_anchor_item {
    margin-top: 24px;
  }
  .gender_anchor_item_link {
    padding: 20px 35px;
  }
  .gender_anchor_item_link::after {
    width: 12px;
    height: 12px;
    border-top-width: 2px;
    border-right-width: 2px;
    right: 15px;
  }
  .gender_anchor_item_text {
    font-size: 20px;
    line-height: 20px;
  }
  .search_section {
    margin-top: 90px;
  }
  .search_section_heading {
    gap: 14px;
    padding: 0 0 10px 0;
    border-bottom-width: 2px;
  }
  .search_section_heading_pic {
    width: 80px;
  }
  .search_section_heading_text {
    font-size: 30px;
    line-height: 30px;
  }
  .search_lv3_section {
    margin-top: 64px;
  }
  .search_lv3_section+.search_lv3_section {
    margin-top: 80px;
  }
  .search_lv3_section_heading {
    padding: 13px;
  }
  .search_lv3_section_heading+.search_anchor_list {
    margin-top: 24px;
  }
  .search_lv3_section_heading_pic {
    width: 17px;
  }
  .search_lv3_section_heading_text {
    margin-left: 6px;
    font-size: 20px;
    line-height: 20px;
  }
  .search_lv3_section_heading_caution_text {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
    line-height: 16px;
  }
  .search_lv4_section {
    margin-top: 24px;
  }
  .search_lv4_section+.search_lv4_section {
    margin-top: 32px;
  }
  .search_lv4_section_heading {
    padding: 0 0 8px 8px;
    font-size: 20px;
    line-height: 26px;
  }
  .search_lv4_section_heading::before {
    content: '';
    width: 100px;
  }
  .search_anchor_list {
    gap: 9px;
    margin-top: 24px;
  }
  .search_anchor_list.--column-3 .search_anchor_list_item {
    width: calc((100% - 9px) / 2);
  }
  .search_anchor_list_item {
    width: calc((100% - 9px) / 2);
  }
  .search_anchor_list_item_link {
    padding: 10px 30px 10px 16px;
  }
  .search_anchor_list_item_link::after {
    width: 10px;
    height: 10px;
    right: 10px;
  }
  .search_anchor_list_item_link.--no-anchor-link {
    padding: 10px 20px 10px 16px;
  }
  .search_anchor_list_item_link.--no-anchor-link .search_anchor_list_item_text {
    font-size: 14px;
  }
  .search_anchor_list_item_text {
    padding: 3px 0 3px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    background-size: 17px;
  }
  .search_anchor_list_item_text .font-l {
    font-size: calc(21px - 13px + 3.46666vw);
    font-weight: bold;
    line-height: 24px;
  }
  .search_anchor_list_item_text .size-range {
    margin: 0 2px;
    font-size: 16px;
    line-height: 16px;
  }
  .product_section {
    margin-top: 120px;
  }
  .product_section+.product_section {
    margin-top: 80px;
  }
  .product_section_heading {
    padding: 0 0 14px 8px;
    font-size: 40px;
    line-height: normal;
  }
  .product_section_heading::before {
    width: 170px;
  }
  .product_list {
    gap: 32px 9px;
    margin-top: 40px;
  }
  .product_list_item {
    width: calc((100% - 9px) / 2);
  }
  .product_list_item_brand {
    min-height: 48px;
    padding: 4px 15px;
    font-size: 16px;
    line-height: 16px;
  }
  .product_list_item_brand_pic {
    text-align: center;
  }
  .product_list_item_brand_pic__img {
    width: 60%;
    height: auto;
  }
  .product_list_item_slick .slick-arrow {
    width: 32px;
    height: 32px;
  }
  .product_list_item_slick .slick-arrow::before {
    width: 10px;
    height: 10px;
  }
  .product_list_item_info {
    padding: 10px 10px 20px;
  }
  .product_list_item_info_name {
    font-size: 16px;
    line-height: 20px;
  }
  .product_list_item_info_off {
    width: calc(46px - 13px + 3.46666vw);
    height: calc(46px - 13px + 3.46666vw);
    padding-bottom: 3px;
    top: 5px;
    right: 5px;
  }
  .product_list_item_info_off .num {
    font-size: calc(22px - 13px + 3.46666vw);
    line-height: calc(22px - 13px + 3.46666vw);
  }
  .product_list_item_info_off .percent {
    font-size: calc(10px - 13px + 3.46666vw);
    line-height: calc(10px - 13px + 3.46666vw);
  }
  .product_list_item_info_price {
    margin-top: 30px;
  }
  .product_list_item_info_price .num {
    font-size: 14px;
    line-height: 18px;
  }
  .product_list_item_info_price .tax {
    font-size: 11px;
    line-height: 14px;
  }
  .product_list_item_info_price .sale_price {
    margin-top: 2px;
  }
  .product_list_item_info_price .sale_price_num {
    font-size: 22px;
    line-height: 29px;
  }
  .product_list_item_info_price .sale_price_tax {
    font-size: 11px;
    line-height: 16px;
  }
  .product_list_item_info_size {
    margin-top: 4px;
  }
  .product_list_item_info_size .label {
    font-size: 13px;
    line-height: 20px;
  }
  .product_list_item_info_size .separator {
    margin: 0 8px;
  }
  .product_list_item_info_size .range {
    font-size: 15px;
    line-height: 20px;
  }
  .product_list_item_info_all_btn {
    margin-top: 16px;
    padding: 12px 25px 12px 15px;
    background-position: right 10px center;
    background-size: 12px;
  }
  .product_list_item_info_all_btn .text {
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
  }
  .product_list_item_info_all_btn_content {
    max-width: 90%;
    max-height: 90vh;
    min-height: auto;
    padding: 16px 16px 45px 16px;
  }
  .product_list_item_info_all_btn_content.is-active {
    display: block;
  }
  .product_list_item_info_all_btn_content_pic {
    width: 100%;
  }
  .product_list_item_info_all_btn_content_info {
    width: 100%;
    margin-top: 16px;
  }
  .product_list_item_info_all_btn_content_info_title {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 23px;
  }
  .product_list_item_info_all_btn_content_info_list {
    padding-left: 1.5em;
  }
  .product_list_item_info_all_btn_content_info_list_item {
    font-size: 14px;
    line-height: 21px;
  }
  .product_list_item_info_all_btn_content_info_list_item+.product_list_item_info_all_btn_content_info_list_item {
    margin-top: 8px;
  }
  .product_list_item_info_cv_btn {
    margin-top: 8px;
  }
  .product_list_item_info_cv_btn_link {
    padding: 12px;
  }
  .product_list_item_info_cv_btn_link::after {
    content: none;
  }
  .product_list_item_info_cv_btn_link .text {
    font-size: 14px;
    line-height: 18px;
  }
  .caution_area {
    margin-top: 80px;
    padding: 24px;
  }
  .caution_area_inr {
    width: 100%;
  }
  .caution_area_heading {
    font-size: 14px;
    line-height: 21px;
  }
  .caution_area_list+.caution_area_heading {
    margin-top: 16px;
  }
  .caution_area_list_item {
    font-size: 14px;
    line-height: 21px;
  }
  .page-top {
    right: 10px;
  }
}
@-webkit-keyframes bnr-loop-animation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@keyframes bnr-loop-animation {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@-webkit-keyframes bnr-loop-animation-reverse {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes bnr-loop-animation-reverse {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*# sourceMappingURL=style.css.map */
