@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%;
}

@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
}

.if-category_mv {
  margin-bottom: 0;
}

.lead_inner {
  padding-bottom: 60px;
}

@media screen and (max-width: 812px) {
  .lead_inner {
    padding-bottom: 9.375vw;
  }
}

.lead_image img {
  width: 100%;
}

.lead_text {
  margin: 40px auto;
  width: 426px;
}

@media screen and (max-width: 812px) {
  .lead_text {
    margin: 6.25vw auto;
    width: 66.5625vw;
  }
}

.lead_text img {
  width: 100%;
}

.lead_logo {
  margin: 0 auto 60px;
  width: 421px;
}

@media screen and (max-width: 812px) {
  .lead_logo {
    margin-bottom: 9.375vw;
    width: 65.78125vw;
  }
}

.lead_logo img {
  width: 100%;
}

.lead_video {
  width: 100%;
}

.lead_videoWrapper {
  position: relative;
}

.lead_videoWrapper::before {
  display: block;
  content: "";
  width: 100%;
  padding-bottom: 75%;
}

.lead_videoWrapper video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.navigation_inner {
  padding: 0 60px 80px;
}

@media screen and (max-width: 812px) {
  .navigation_inner {
    padding: 0 4.6875vw 12.5vw;
  }
}

.navigation_balloon {
  margin: 0 auto 40px;
  width: 292px;
}

@media screen and (max-width: 812px) {
  .navigation_balloon {
    margin-bottom: 6.25vw;
    width: 45.625vw;
  }
}

.navigation_balloon img {
  width: 100%;
}

.navigation_product {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 812px) {
  .navigation_product {
    margin-bottom: 6.25vw;
  }
}

.navigation_anchorList {
  display: flex;
  justify-content: center;
  margin: 0 -30px;
}

@media screen and (max-width: 812px) {
  .navigation_anchorList {
    margin: 0 -2.34375vw;
  }
}

.navigation_anchorItem, .navigation_anchorItem--sm {
  margin: 0 30px;
  width: 196px;
}

@media screen and (max-width: 812px) {
  .navigation_anchorItem, .navigation_anchorItem--sm {
    margin: 0 2.34375vw;
    width: 30.625vw;
  }
}

.navigation_anchorItem img, .navigation_anchorItem--sm img {
  width: 100%;
}

.navigation_anchorItem--sm {
  width: 189px;
}

@media screen and (max-width: 812px) {
  .navigation_anchorItem--sm {
    width: 29.53125vw;
  }
}

.scene_inner {
  padding: 40px 0 60px;
}

@media screen and (max-width: 812px) {
  .scene_inner {
    padding: 6.25vw 0 9.375vw;
  }
}

.scene_balloon {
  position: relative;
}

.scene_balloonHead {
  width: 509px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-20%);
  z-index: 2;
}

@media screen and (max-width: 812px) {
  .scene_balloonHead {
    width: 79.53125vw;
  }
}

.scene_balloonHead img {
  width: 100%;
}

.scene_balloonDesc {
  margin: 0 auto;
  width: 631px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 812px) {
  .scene_balloonDesc {
    width: 98.59375vw;
  }
}

.scene_balloonDesc img {
  width: 100%;
}

.scene_image {
  margin: -30px auto 0;
  width: 518px;
}

@media screen and (max-width: 812px) {
  .scene_image {
    margin-top: -4.6875vw;
    width: 80.9375vw;
  }
}

.scene_image img {
  width: 100%;
}

.point_inner {
  padding: 0 30px;
}

@media screen and (max-width: 812px) {
  .point_inner {
    padding: 0 2.34375vw;
  }
}

.point_balloon {
  margin: 0 auto 30px;
  width: 257px;
}

@media screen and (max-width: 812px) {
  .point_balloon {
    margin-bottom: 4.6875vw;
    width: 40.15625vw;
  }
}

.point_balloon img {
  width: 100%;
}

.point_list {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
}

@media screen and (max-width: 812px) {
  .point_list {
    flex-wrap: wrap;
    margin: -3.125vw 0 0;
  }
}

.point_list > li {
  margin: 0 10px;
  padding: 20px 10px 20px;
  width: 300px;
  border: 1px solid #231815;
  border-radius: 10px;
}

@media screen and (max-width: 812px) {
  .point_list > li {
    margin: 3.125vw 0 0;
    padding: 3.125vw 1.5625vw 3.125vw;
    width: 78.125vw;
  }
}

.point_title {
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 812px) {
  .point_title {
    margin-bottom: 1.5625vw;
  }
}

.point_title img {
  width: auto;
  height: 20px;
}

@media screen and (max-width: 812px) {
  .point_title img {
    height: 3.90625vw;
  }
}

.point_lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 812px) {
  .point_lead {
    margin-bottom: 3.125vw;
    font-size: 3.125vw;
  }
}

.point_image {
  margin-bottom: 20px;
}

@media screen and (max-width: 812px) {
  .point_image {
    margin-bottom: 3.125vw;
  }
}

.point_image img {
  width: 100%;
}

.point_text {
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 812px) {
  .point_text {
    padding: 0 3.125vw;
    font-size: 2.5vw;
  }
}

.product_section {
  padding-top: 100px;
}

@media screen and (max-width: 812px) {
  .product_section {
    padding-top: 15.625vw;
  }
}

.product_sectionInner {
  padding: 0 60px;
}

@media screen and (max-width: 812px) {
  .product_sectionInner {
    padding: 0 4.6875vw;
  }
}

.product_sectionTitle {
  margin: 0 -30px 40px;
}

@media screen and (max-width: 812px) {
  .product_sectionTitle {
    margin: 0 -2.34375vw 6.25vw;
  }
}

.product_sectionTitle img {
  width: 100%;
}

.product_sectionList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -30px;
}

@media screen and (max-width: 812px) {
  .product_sectionList {
    margin-top: -4.6875vw;
  }
}

.product_sectionList > li {
  margin-top: 30px;
}

@media screen and (max-width: 812px) {
  .product_sectionList > li {
    margin-top: 4.6875vw;
  }
}

.product_sectionItem, .product_sectionItem--big {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 46%;
}

.product_sectionItem--big {
  width: 100%;
}

.product_image {
  width: 100%;
}

.product_image img {
  width: 100%;
}

.product_sectionItem--big .product_image {
  margin-bottom: 30px;
}

@media screen and (max-width: 812px) {
  .product_sectionItem--big .product_image {
    margin-bottom: 4.6875vw;
  }
}

.product_badge {
  margin-bottom: 10px;
  line-height: 1;
}

@media screen and (max-width: 812px) {
  .product_badge {
    margin-bottom: 1.5625vw;
  }
}

.product_badge + .product_badge {
  margin-top: -5px;
}

@media screen and (max-width: 812px) {
  .product_badge + .product_badge {
    margin-top: -0.78125vw;
  }
}

.badge, .badge--new, .badge--hit, .badge--soon, .badge--matome {
  display: inline-block;
  color: #fff;
  padding: 0 0.8em;
  font-size: 16px;
  font-weight: 600;
  line-height: 2;
}

@media screen and (max-width: 812px) {
  .badge, .badge--new, .badge--hit, .badge--soon, .badge--matome {
    font-size: 2.5vw;
  }
}

.badge--new {
  background: #cd0501;
}

.badge--hit {
  background: #e0801e;
}

.badge--soon {
  background: #7faf61;
}

.badge--matome {
  background: #4b99f7;
}

.product_info {
  margin-top: auto;
}

.product_badge + .product_info {
  margin-top: 0;
  margin-bottom: auto;
}

.product_infoLead {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
}

@media screen and (max-width: 812px) {
  .product_infoLead {
    font-size: 2.1875vw;
  }
}

.product_sectionItem--big .product_infoLead {
  font-size: 22px;
  font-weight: 600;
}

@media screen and (max-width: 812px) {
  .product_sectionItem--big .product_infoLead {
    font-size: 3.4375vw;
  }
}

.product_infoTitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.75;
}

@media screen and (max-width: 812px) {
  .product_infoTitle {
    font-size: 3.125vw;
  }
}

.product_sectionItem--big .product_infoTitle {
  font-size: 40px;
}

@media screen and (max-width: 812px) {
  .product_sectionItem--big .product_infoTitle {
    font-size: 6.25vw;
  }
}

.product_infoPrice {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.75;
}

@media screen and (max-width: 812px) {
  .product_infoPrice {
    font-size: 1.875vw;
  }
}

.product_infoPrice em {
  color: #cd0501;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 812px) {
  .product_infoPrice em {
    font-size: 3.125vw;
  }
}

.product_sectionItem--big .product_infoPrice {
  font-size: 16px;
}

@media screen and (max-width: 812px) {
  .product_sectionItem--big .product_infoPrice {
    font-size: 2.5vw;
  }
}

.product_sectionItem--big .product_infoPrice em {
  font-size: 40px;
}

@media screen and (max-width: 812px) {
  .product_sectionItem--big .product_infoPrice em {
    font-size: 6.25vw;
  }
}

.product_check {
  display: block;
  padding: 0.5em 0.5em;
  margin-top: 40px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.85;
}

@media screen and (max-width: 812px) {
  .product_check {
    margin-top: 6.25vw;
    font-size: 3.125vw;
  }
}

.product_sectionItem--big .product_check {
  font-size: 24px;
}

@media screen and (max-width: 812px) {
  .product_sectionItem--big .product_check {
    font-size: 3.75vw;
  }
}

#ladies .product_check {
  color: #fff;
  background: #be5b7a;
}

#mens .product_check {
  color: #fff;
  background: #82a6ac;
}

#junior .product_check {
  color: #fff;
  background: #e9b363;
}

.review {
  margin-top: 120px;
}

@media screen and (max-width: 812px) {
  .review {
    margin-top: 18.75vw;
  }
}

.review_inner {
  padding: 0 60px;
}

@media screen and (max-width: 812px) {
  .review_inner {
    padding: 0 4.6875vw;
  }
}

.review_title {
  margin: 0 auto 40px;
  width: 289px;
}

@media screen and (max-width: 812px) {
  .review_title {
    margin-bottom: 6.25vw;
    width: 45.15625vw;
  }
}

.review_list > li {
  margin: 0 auto;
  border-top: 1px solid #e6e6e6;
}

/* ヒラキサイトのレビュー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;
}

/*2025.10.15追記*/
.sponMatome {
	background-color: #fff2f7;
	margin-bottom: 15%;
}
.sponMatome_cp1 {
	margin-bottom: 4%;
}
.navigation_ttl {
	margin-bottom: 6%;
}
.navigation_ttl img {
	width: 100%;
	height: auto;
}

/*2025.10.15追記*/
.product_price_b {
	font-size: 12px;
	/*text-decoration: line-through;*/
}

@media screen and (max-width: 812px) {
  .product_price_b {
    font-size: 1.875vw;
  }
}

.product_sectionItem--big .product_price_b {
  font-size: 16px;
	margin-top: 2%;
}

@media screen and (max-width: 812px) {
  .product_sectionItem--big .product_price_b {
    font-size: 2.5vw;
  }
}
.product_price_matomegai {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: #cd0501;
	margin-top: 2%;
}
@media screen and (max-width: 812px) {
  .product_price_matomegai {
    font-size: 2.1875vw;
  }
}
.product_sectionItem--big .product_price_matomegai {
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 812px) {
  .product_sectionItem--big .product_price_matomegai {
    font-size: 3.4375vw;
  }
}

.sponMatome_cp2_link {
	background-image:url("/ec/images/feature/11020900000/sponMatome_cp2_bg.jpg");
	background-repeat: no-repeat;
	padding-bottom: 20%;
	background-size: 100% auto;
}
.sponMatome_cp2_linkBtn {
	width: 480px;
	height: auto;
	margin: 0 auto;
}
@media screen and (max-width: 812px) {
  .sponMatome_cp2_linkBtn {
	  width: 200px;
  }
}

.feature_wrap {
	margin-top: 15%;
}
.feature {
	padding: 0 5%;
	margin-top: 4%;
}

@media screen and (min-width: 813px) {
  .feature {
    padding: 0;
  }
}

.feature_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 813px) {
  .feature_list {
    justify-content: flex-start;
    margin: 0 -13px;
  }
}

.feature_list > li {
	margin: 4.6875vw 0 0;
	width: 48%;
}

@media screen and (min-width: 813px) {
  .feature_list > li {
    margin: 30px 13px 0;
    width: 198px;
  }
}
.feature_bnr img {
  width: 100%;
}


@media screen and (min-width: 813px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 812px) {
  .pc {
    display: none;
  }
}
