.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
#d_container .wrap {
  width: 100%;
}

#d_topic_path {
  max-width: 990px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  #d_topic_path {
    margin: 0 auto 0;
  }
}
.link_hover {
  transition: 0.4s;
  color: #000;
}
.link_hover:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}

.arrow_r {
  position: relative;
  display: inline-block;
}
.arrow_r::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

.arrow_r.arrow_r_left {
  padding-left: 20px;
}
.arrow_r.arrow_r_left::before {
  left: 0;
  right: auto;
}

#wg_houjin_2025 .max990 {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}
#wg_houjin_2025 .mv {
  margin: 0 auto 30px;
}
#wg_houjin_2025 .lead_wrap {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  line-height: 1.8em;
  margin: 0 auto 60px;
}
#wg_houjin_2025 .section:not(:last-child) {
  margin: 0 auto 50px;
}
#wg_houjin_2025 .section .section_title {
  margin: 0 auto 20px;
}
#wg_houjin_2025 .section .section_title .title_wrap {
  font-size: 35px;
  font-weight: bold;
  color: #263987;
  text-align: center;
}
#wg_houjin_2025 .section .section_title .title_wrap .title_inner {
  position: relative;
  display: inline-block;
  letter-spacing: 0.05em;
  padding: 0 60px;
}
#wg_houjin_2025 .section .section_title .title_wrap .title_inner .title_point {
  font-size: 55%;
  margin-bottom: -15px;
  display: block;
}
#wg_houjin_2025 .section .section_title .title_wrap .title_inner::before, #wg_houjin_2025 .section .section_title .title_wrap .title_inner::after {
  content: "";
  position: absolute;
  top: 45%;
  display: inline-block;
  width: 30px;
  height: 5px;
  background-color: #263987;
}
#wg_houjin_2025 .section .section_title .title_wrap .title_inner::before {
  left: 0;
}
#wg_houjin_2025 .section .section_title .title_wrap .title_inner::after {
  right: 0;
}
#wg_houjin_2025 .section .section_inner {
  padding: 50px 70px;
}
#wg_houjin_2025 .section .section_inner.bg_blue {
  background-color: #E9EEFF;
}
#wg_houjin_2025 .section .section_inner.bg_lightblue {
  background-color: #E6F6FF;
}
#wg_houjin_2025 .section .section_inner .product_wrap:not(:last-child) {
  margin-bottom: 30px;
}
#wg_houjin_2025 .section .section_inner .product_wrap .product_title {
  font-size: 25px;
  font-weight: bold;
  color: #263987;
  text-align: center;
  margin: 0 auto 30px;
}
#wg_houjin_2025 .section .section_inner .product_column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0 auto 40px;
}
#wg_houjin_2025 .section .section_inner .product_box .product_img > img {
  width: 100%;
}
#wg_houjin_2025 .section .section_inner .product_box .product_detail {
  margin: 10px auto 20px;
}
#wg_houjin_2025 .section .section_inner .product_box .product_detail > p {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}
#wg_houjin_2025 .section .section_inner .product_box .product_detail .price {
  font-weight: bold;
}
#wg_houjin_2025 .section .section_inner .product_box .buyer_wrap {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
#wg_houjin_2025 .section .section_inner .product_box .buyer_wrap .buyer_img {
  width: 20%;
  max-width: 66px;
}
#wg_houjin_2025 .section .section_inner .product_box .buyer_wrap .buyer_img > img {
  width: 100%;
}
#wg_houjin_2025 .section .section_inner .product_box .buyer_wrap .buyer_comment {
  width: 80%;
  background-color: #FFF;
  padding: 10px 15px;
  margin-left: 15px;
  border-radius: 5px;
  box-sizing: border-box;
  position: relative;
  line-height: 1.5em;
  font-size: 14px;
}
#wg_houjin_2025 .section .section_inner .product_box .buyer_wrap .buyer_comment::before {
  content: "";
  position: absolute;
  top: 10%;
  left: -20px;
  border: 10px solid transparent;
  border-right: 15px solid #FFF;
}
#wg_houjin_2025 .view_btn .view_all {
  background-color: #263987;
  font-size: 20px;
  color: #FFF;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  max-width: 490px;
  height: 80px;
  margin: 0 auto;
}
#wg_houjin_2025 .view_btn.view_btn_large .view_all_large {
  max-width: 560px;
  height: 100px;
}
#wg_houjin_2025 .column_warp {
  background-color: #F5F5F5;
  padding: 60px 0;
  margin: 60px auto 0;
}
#wg_houjin_2025 .column_warp .column_inner {
  max-width: 990px;
  margin: 0 auto;
}
#wg_houjin_2025 .column_warp .column_ttl {
  font-size: 35px;
  font-weight: bold;
  color: #263987;
  text-align: center;
  margin-bottom: 35px;
}
#wg_houjin_2025 .column_warp .point_box:not(:last-child) {
  margin: 0 auto 40px;
}
#wg_houjin_2025 .column_warp .point_box .point_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #263987;
  margin-bottom: 20px;
  letter-spacing: 0.03em;
}
#wg_houjin_2025 .column_warp .point_box .point_ttl .point_mark {
  border: 1px solid #263987;
  border-radius: 5px;
  background-color: #FFF;
  display: inline-block;
  padding: 0px 8px;
  margin: 0 5px 0 0;
}
#wg_houjin_2025 .column_warp .point_box .point_ttl .point_mark .sml {
  font-size: 80%;
}
#wg_houjin_2025 .column_warp .point_box .point_text {
  font-size: 16px;
  line-height: 1.5em;
}
#wg_houjin_2025 .column_warp .point_box .point_text p:not(:last-child) {
  margin-bottom: 20px;
}
#wg_houjin_2025 .totop {
  margin: 40px auto 0;
}

#news .pc {
  display: none;
}

#news .sp {
  display: block;
}

#news #wg_houjin_2025 .lead_wrap {
  padding: 0 20px;
  font-size: 18px;
  margin: 0 auto 30px;
}
#news #wg_houjin_2025 .section:not(:last-child) {
  margin: 0 auto 40px;
}
#news #wg_houjin_2025 .section .section_title .title_wrap .title_inner {
  padding: 0 50px;
  font-size: 25px;
  color: #263987;
}
#news #wg_houjin_2025 .section .section_title .title_wrap .title_inner .title_point {
  margin-bottom: -5px;
}
#news #wg_houjin_2025 .section .section_inner {
  padding: 40px 20px;
}
#news #wg_houjin_2025 .section .section_inner .product_wrap:not(:last-child) {
  margin-bottom: 20px;
}
#news #wg_houjin_2025 .section .section_inner .product_wrap .product_title {
  font-size: 20px;
  margin: 0 auto 20px;
}
#news #wg_houjin_2025 .section .section_inner .product_column {
  display: grid;
  gap: 20px;
}
#news #wg_houjin_2025 .section .section_inner .product_box .buyer_wrap {
  flex-direction: column;
  position: relative;
  width: 100%;
}
#news #wg_houjin_2025 .section .section_inner .product_box .buyer_wrap .buyer_img {
  display: none;
}
#news #wg_houjin_2025 .section .section_inner .product_box .buyer_wrap .buyer_comment {
  width: 100%;
  padding: 10px;
  margin-left: 0;
  line-height: 1.5em;
  font-size: 14px;
}
#news #wg_houjin_2025 .section .section_inner .product_box .buyer_wrap .buyer_comment::before {
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-bottom: 15px solid #FFF;
}
#news #wg_houjin_2025 .section .section_inner .product_box .buyer_wrap::before {
  content: "";
  position: absolute;
  background: url(/ec/shop/images/campaign/20251016_wg_houjin/img_buyer.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 60px;
  height: 80px;
  top: -40px;
  right: -10px;
}
#news #wg_houjin_2025 .view_btn .view_all {
  font-size: 18px;
  height: 70px;
}
#news #wg_houjin_2025 .view_btn.view_btn_large .view_all_large {
  margin: 0 auto;
  max-width: 90%;
  max-width: 560px;
  height: 90px;
}
#news #wg_houjin_2025 .column_warp {
  padding: 30px 0;
}
#news #wg_houjin_2025 .column_warp .column_inner {
  max-width: 90%;
  margin: 0 auto;
}
#news #wg_houjin_2025 .column_warp .column_ttl {
  font-size: 25px;
  margin-bottom: 20px;
}
#news #wg_houjin_2025 .column_warp .point_box:not(:last-child) {
  margin: 0 auto 20px;
}
#news #wg_houjin_2025 .column_warp .point_box .point_ttl {
  font-size: 18px;
  font-weight: bold;
  color: #263987;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
#news #wg_houjin_2025 .column_warp .point_box .point_ttl .point_mark {
  font-size: 20px;
  padding: 0px 0px;
  width: 20%;
  color: #263987;
  text-align: center;
  margin: 0 auto 10px;
}
#news #wg_houjin_2025 .column_warp .point_box .point_text p {
  font-size: 16px;
  line-height: 1.5em;
}
#news #wg_houjin_2025 .column_warp .point_box .point_text p:not(:last-child) {
  margin-bottom: 20px;
}
#news #wg_houjin_2025 .totop {
  max-width: 90%;
  margin: 40px auto;
}