@charset "UTF-8";
.if-category {
  background-color: #ffffff;
}

.if-category_container {
  width: 100%;
  max-width: 900px;
  background-color: #fff;
}

.if-category_inner {
  width: 100%;
}

.if-category_mv {
  width: 100%;
  margin-bottom: 2.5%;
}

.if-category_mv img {
  width: 100%;
}

body {
  padding-top: 0;
}

img {
  max-width: 100%;
}

.if-category_mv {
  margin-bottom: 0;
}

.if-category_point {
  background: transparent url(/ec/images/feature/110E4J00000/point-bg.webp) no-repeat center center/cover;
  padding-bottom: 25vw;
  padding-top: 4.6875vw;
}

.if-category_point img {
  width: 100%;
}

.if-category_point_02 {
  width: 81.25vw;
  margin-left: auto;
  margin-top: -6.25vw;
}

.if-category_good_point {
  margin-top: -35.9375vw;
  position: relative;
  z-index: 1;
}

.if-category_good_point img {
  width: 100%;
}

.if-category_feature {
  position: relative;
  z-index: 0;
  margin-top: -48.4375vw;
}

.if-category_feature img {
  width: 100%;
}

.if-category_size {
  background-color: #B0D5DB;
  padding: 10vw 5vw 12.5vw;
}

.if-category_size ul {
  display: flex;
  gap: 3.75vw;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7.5vw;
}

.if-category_size ul img {
  width: 100%;
}

.if-category_size li {
  width: calc((100% - 3.75vw) / 2);
}

.if-category_size_item {
  display: flex;
  flex-direction: column;
  gap: 3.75vw;
}

.if-category_size_item img {
  width: 100%;
}

.if-category_instagram {
  background-color: #0297AE;
  padding: 10vw 5vw 6.25vw;
}

.if-category_instagram_items {
  gap: 6.25vw;
}

@media screen and (min-width: 813px) {
  .if-category_instagram_items {
    display: flex;
    align-items: flex-start;
    padding: 0;
  }
}

.if-category_instagram_items > li {
  width: 100%;
}

@media screen and (min-width: 813px) {
  .if-category_instagram_items > li {
    width: 50%;
  }
}

.if-category_instagram_items > li + li {
  margin: 6.25vw 0 0;
}

@media screen and (min-width: 813px) {
  .if-category_instagram_items > li + li {
    margin: 0 0 0 20px;
  }
}

.instagram_title {
  margin-bottom: 5vw;
}

.instagram_title img {
  width: 100%;
}

.if-category_sandals {
  padding-top: 11.875vw;
}

.if-category_sandals_title {
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: 5.625vw;
}

.if-category_sandals_title img {
  width: 100%;
}

.if-category_sandals_img {
  margin-bottom: 5vw;
}

.if-category_sandals_img img {
  width: 100%;
}

.if-category_sandals_btn {
  width: 43.75vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* ヒラキサイトのレビューUI再現 */
.hirakireview_inner {
  padding: 30px 10px 40px;
}

@media screen and (max-width: 812px) {
  .hirakireview_inner {
    padding: 15px 10px 20px;
  }
}

.hirakireview_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.hirakireview_star {
  flex-shrink: 0;
}

.hirakireview_starList {
  line-height: 0;
}

.hirakireview_starList > li {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fdcb39;
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
          clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  position: relative;
}

@media screen and (max-width: 812px) {
  .hirakireview_starList > li {
    width: 15px;
    height: 15px;
  }
}

.hirakireview_starList > li::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  -webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
          clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 812px) {
  .hirakireview_starList > li::before {
    width: 12px;
    height: 12px;
  }
}

.hirakireview_starList > li::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: #fdcb39;
  -webkit-clip-path: polygon(50% 0%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
          clip-path: polygon(50% 0%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 812px) {
  .hirakireview_starList > li::after {
    width: 15px;
    height: 15px;
  }
}

.hirakireview_starList > li.full:before {
  content: none;
}

.hirakireview_starList > li:not(.half):after {
  content: none;
}

.hirakireview_title {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 812px) {
  .hirakireview_title {
    font-size: 1.6rem;
  }
}

.hirakireview_text {
  margin-bottom: 10px;
}

.hirakireview_table {
  padding: 15px;
  background: #fafafa;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

@media screen and (max-width: 812px) {
  .hirakireview_table {
    padding: 10px;
  }
}

.hirakireview_tableRow {
  display: flex;
  align-items: baseline;
  font-size: 1.2rem;
}

@media screen and (max-width: 812px) {
  .hirakireview_tableRow {
    font-size: 1rem;
  }
}

.hirakireview_tableLabel {
  flex-shrink: 0;
  padding-right: 1em;
  width: 160px;
  position: relative;
}

.hirakireview_tableLabel::after {
  display: block;
  content: ":";
  position: absolute;
  top: 0;
  right: 1em;
}

.hirakireview_tableDetail {
  flex-grow: 1;
}

@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}
