@charset "UTF-8";
.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;
}

#wg_net_2025 .max990 {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}
#wg_net_2025 .mv {
  margin: 0 auto 30px;
}
#wg_net_2025 .lead_wrap {
  margin: 0 auto 60px;
  position: relative;
}
#wg_net_2025 .lead_wrap::before {
  content: "";
  position: absolute;
  opacity: 0.3;
  background: url(/ec/shop/images/campaign/20251016_wg_net/stamp.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 281px;
  height: 145px;
  top: 0;
  left: 0;
}
#wg_net_2025 .lead_wrap .lead_text {
  font-size: 22px;
  text-align: center;
  font-weight: normal;
  line-height: 1.8em;
}
#wg_net_2025 .section {
  padding: 60px 0;
}
#wg_net_2025 .section.bg_green {
  background-color: #EAF1DF;
}
#wg_net_2025 .section.bg_yellow {
  background-color: #FDFAEA;
}
#wg_net_2025 .section .section_title {
  margin: 0 auto 20px;
}
#wg_net_2025 .section .section_title .title_wrap {
  font-size: 32px;
  font-weight: bold;
  color: #000;
}
#wg_net_2025 .section .section_title .title_wrap .title_inner {
  position: relative;
  letter-spacing: 0.05em;
  max-width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#wg_net_2025 .section .section_title .title_wrap .title_inner.title_green {
  border: 3px solid #9EBE6B;
  background-color: #FFF;
}
#wg_net_2025 .section .section_title .title_wrap .title_inner.title_green::before, #wg_net_2025 .section .section_title .title_wrap .title_inner.title_green::after {
  content: "";
  position: absolute;
  background: url(/ec/shop/images/campaign/20251016_wg_net/deco_title_g.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 69px;
  height: 62px;
  bottom: -20px;
}
#wg_net_2025 .section .section_title .title_wrap .title_inner.title_green::before {
  left: -51px;
}
#wg_net_2025 .section .section_title .title_wrap .title_inner.title_green::after {
  right: -51px;
  left: auto;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
#wg_net_2025 .section .section_title .title_wrap .title_inner.title_red {
  border: 3px solid #AB4B4F;
  background-color: #FFF;
}
#wg_net_2025 .section .section_title .title_wrap .title_inner.title_red::before, #wg_net_2025 .section .section_title .title_wrap .title_inner.title_red::after {
  content: "";
  position: absolute;
  background: url(/ec/shop/images/campaign/20251016_wg_net/deco_title_r.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 69px;
  height: 62px;
  bottom: -20px;
}
#wg_net_2025 .section .section_title .title_wrap .title_inner.title_red::before {
  left: -51px;
}
#wg_net_2025 .section .section_title .title_wrap .title_inner.title_red::after {
  right: -51px;
  left: auto;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
#wg_net_2025 .section .section_title .title_wrap .title_inner.title_yellow {
  border: 3px solid #F6E9A9;
  background-color: #FFF;
}
#wg_net_2025 .section .section_title .title_wrap .title_inner.title_yellow::before, #wg_net_2025 .section .section_title .title_wrap .title_inner.title_yellow::after {
  content: "";
  position: absolute;
  background: url(/ec/shop/images/campaign/20251016_wg_net/deco_title_y.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 69px;
  height: 62px;
  bottom: -20px;
}
#wg_net_2025 .section .section_title .title_wrap .title_inner.title_yellow::before {
  left: -51px;
}
#wg_net_2025 .section .section_title .title_wrap .title_inner.title_yellow::after {
  right: -51px;
  left: auto;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
}
#wg_net_2025 .section .section_inner .section_nav {
  display: grid;
  grid-template-columns: repeat(4, 237px);
  gap: 14px;
  margin: 50px auto;
}
#wg_net_2025 .section .section_inner .section_nav.twocolumns {
  max-width: 488px; /* 2カラム分の幅 + gap */
}
#wg_net_2025 .section .section_inner .section_nav .nav_btn {
  height: 80px;
}
#wg_net_2025 .section .section_inner .section_nav .nav_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  color: #000;
  position: relative;
}
#wg_net_2025 .section .section_inner .section_nav .nav_btn a.green {
  background-color: #9EBE6B;
}
#wg_net_2025 .section .section_inner .section_nav .nav_btn a.green::after {
  /* white circle */
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#wg_net_2025 .section .section_inner .section_nav .nav_btn a.green::before {
  /* equilateral right-pointing triangle using border technique */
  content: "";
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #9EBE6B;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}
#wg_net_2025 .section .section_inner .section_nav .nav_btn a.red {
  background-color: #AB4B4F;
}
#wg_net_2025 .section .section_inner .section_nav .nav_btn a.red::after {
  /* white circle */
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#wg_net_2025 .section .section_inner .section_nav .nav_btn a.red::before {
  /* equilateral right-pointing triangle using border technique */
  content: "";
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #AB4B4F;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}
#wg_net_2025 .section .section_inner .section_nav .nav_btn a.yellow {
  background-color: #F6E9A9;
}
#wg_net_2025 .section .section_inner .section_nav .nav_btn a.yellow::after {
  /* white circle */
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#wg_net_2025 .section .section_inner .section_nav .nav_btn a.yellow::before {
  /* equilateral right-pointing triangle using border technique */
  content: "";
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #F6E9A9;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}
#wg_net_2025 .section .section_inner .product_wrap:not(:last-child) {
  margin-bottom: 30px;
}
#wg_net_2025 .section .section_inner .product_wrap .product_title {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin: 0 auto 30px;
}
#wg_net_2025 .section .section_inner .product_column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 0 auto 40px;
}
#wg_net_2025 .section .section_inner .product_column.threecolumns {
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
#wg_net_2025 .section .section_inner .product_box .comment_wrap {
  display: block;
  background-color: #FFF;
  border-radius: 14px;
  padding: 15px;
  position: relative;
  font-size: 14px;
  margin: 0 auto 25px;
  z-index: 1;
}
#wg_net_2025 .section .section_inner .product_box .comment_wrap.comment_green {
  border: 5px solid #9EBE6B;
}
#wg_net_2025 .section .section_inner .product_box .comment_wrap.comment_green::before {
  position: absolute;
  content: "";
  background: url(/ec/shop/images/campaign/20251016_wg_net/icon_green.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: cover;
  left: 20px;
  bottom: -20px;
}
#wg_net_2025 .section .section_inner .product_box .comment_wrap.comment_yellow {
  border: 5px solid #F6E9A9;
}
#wg_net_2025 .section .section_inner .product_box .comment_wrap.comment_yellow::before {
  position: absolute;
  content: "";
  background: url(/ec/shop/images/campaign/20251016_wg_net/icon_yellow.svg) no-repeat;
  width: 20px;
  height: 20px;
  background-size: cover;
  left: 20px;
  bottom: -20px;
}
#wg_net_2025 .section .section_inner .product_box .comment_wrap .comment_point {
  max-width: 380px;
  margin: 0 auto 10px;
}
#wg_net_2025 .section .section_inner .product_box .comment_wrap .comment_point > img {
  width: 100%;
}
#wg_net_2025 .section .section_inner .product_box .product_img {
  border: 1px solid #CCCCCC;
}
#wg_net_2025 .section .section_inner .product_box .product_img > img {
  width: 100%;
}
#wg_net_2025 .section .section_inner .product_box .product_detail {
  margin: 10px auto 20px;
}
#wg_net_2025 .section .section_inner .product_box .product_detail > p {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}

#wg_net_2025 .section .section_inner .product_box .product_detail .product_text {
  margin-bottom: 20px;
  font-size: 12px;
}

#wg_net_2025 .section .section_inner .product_box .product_detail .price {
  font-weight: bold;
}
#wg_net_2025 .view_btn .view_all {
  background-color: #AB4B4F;
  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;
  position: relative;
}
#wg_net_2025 .view_btn .view_all.red::after {
  /* white circle */
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#wg_net_2025 .view_btn .view_all.red::before {
  /* equilateral right-pointing triangle using border technique */
  content: "";
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #AB4B4F;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}
#wg_net_2025 .view_btn.view_btn_large {
  margin: 50px auto 0;
}
#wg_net_2025 .view_btn.view_btn_large .view_all_large {
  max-width: 800px;
  height: 100px;
}
#wg_net_2025 .view_btn.view_btn_large .view_all_large.red::before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #AB4B4F;
  right: 26px;
}
#wg_net_2025 .view_btn.view_btn_large .view_all_large.red::after {
  width: 40px;
  height: 40px;
}
#wg_net_2025 .section_ranking {
  padding: 60px 0 0 !important;
}
#wg_net_2025 .section_ranking .section_inner {
  margin: 50px auto;
}
#wg_net_2025 .section_ranking .product_wrap {
  padding: 40px;
  margin: 0 auto !important;
}
#wg_net_2025 .section_ranking .product_wrap.bg_green {
  background-color: #EAF1DF;
}
#wg_net_2025 .section_ranking .product_wrap.bg_yellow {
  background-color: #FDFAEA;
}
#wg_net_2025 .section_ranking .product_wrap .rank_title.title_green {
  color: #9EBE6B;
}
#wg_net_2025 .section_ranking .product_wrap .rank_title.title_orange {
  color: #E98124;
}
#wg_net_2025 .section_ranking .product_wrap .product_column {
  margin: 60px auto 0;
}
#wg_net_2025 .section_ranking .rank_box.rank_box {
  position: relative;
}
#wg_net_2025 .section_ranking .rank_box.rank_box::before {
  position: absolute;
  content: "";
  background: url(/ec/shop/images/campaign/20251016_wg_net/icon-number1.png) no-repeat;
  width: 45px;
  height: 60px;
  background-size: cover;
  left: 0;
  right: 0;
  top: -50px;
  margin: 0 auto;
  z-index: 1;
}
#wg_net_2025 .section_ranking .rank_box.rank_box.rankicon_02::before {
  background: url(/ec/shop/images/campaign/20251016_wg_net/icon-number2.png) no-repeat;
  background-size: cover;
}
#wg_net_2025 .section_ranking .rank_box.rank_box.rankicon_03::before {
  background: url(/ec/shop/images/campaign/20251016_wg_net/icon-number3.png) no-repeat;
  background-size: cover;
}
#wg_net_2025 .totop {
  margin: 40px auto 0;
}

#wg_net_2025 .ranking-date {
  text-align: right;
}

/*sp*/

#news .pc {
  display: none;
}

#news .sp {
  display: block;
}

#news #wg_net_2025 .lead_wrap {
  margin: 0 auto 30px;
  position: relative;
}
#news #wg_net_2025 .lead_wrap::before {
  background-size: contain;
  width: 60%;
  height: 50%;
  top: 0;
  left: 5%;
}
#news #wg_net_2025 .lead_wrap .lead_text {
  font-size: 18px;
}
#news #wg_net_2025 .section {
  padding: 30px 0;
}
#news #wg_net_2025 .section .section_title .title_wrap {
  font-weight: bold;
  color: #000;
}
#news #wg_net_2025 .section .section_title .title_wrap > h3 {
  font-size: 20px;
}
#news #wg_net_2025 .section .section_title .title_wrap .title_inner {
  position: relative;
  letter-spacing: 0.05em;
  max-width: 50%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
#news #wg_net_2025 .section .section_title .title_wrap .title_inner::before, #news #wg_net_2025 .section .section_title .title_wrap .title_inner::after {
  background-size: contain;
  width: 39px;
  height: 32px;
  bottom: -12px;
}
#news #wg_net_2025 .section .section_title .title_wrap .title_inner::before {
  left: -28px;
}
#news #wg_net_2025 .section .section_title .title_wrap .title_inner::after {
  right: -28px;
}
#news #wg_net_2025 .section .section_inner {
  max-width: 90vw;
}
#news #wg_net_2025 .section .section_inner .section_nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 30px auto;
}
#news #wg_net_2025 .section .section_inner .section_nav .nav_btn {
  height: 60px;
}
#news #wg_net_2025 .section .section_inner .section_nav.twocolumns {
  max-width: 100%;
}
#news #wg_net_2025 .section .section_inner .section_nav .nav_btn a {
  font-size: 16px;
  color: #000;
  position: relative;
}
#news #wg_net_2025 .section .section_inner .section_nav .nav_btn a::after {
  right: 8px;
}
#news #wg_net_2025 .section .section_inner .section_nav .nav_btn a::before {
  right: 13px;
}
#news #wg_net_2025 .section .section_inner .product_wrap:not(:last-child) {
  margin-bottom: 10px;
}
#news #wg_net_2025 .section .section_inner .product_wrap .product_title {
  font-size: 25px;
  margin: 0 auto 20px;
}
#news #wg_net_2025 .section .section_inner .product_column {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  margin: 0 auto 40px;
}
#news #wg_net_2025 .section .section_inner .product_column.threecolumns {
  grid-template-columns: repeat(1, 1fr);
  gap: 50px;
}
#news #wg_net_2025 .section .section_inner .product_box .comment_wrap .comment_text {
  font-size: 16px;
}
#news #wg_net_2025 .section .section_inner .product_box .product_detail {
  padding: 0;
}
#news #wg_net_2025 .section .section_inner .product_box .product_detail > p {
  font-size: 16px;
}

#news #wg_net_2025 .section .section_inner .product_box .product_detail .product_text {
  margin-bottom: 1em;
  font-size: 14px;
}


#news #wg_net_2025 .view_btn .view_all {
  background-color: #AB4B4F;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  max-width: 490px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}
#news #wg_net_2025 .view_btn .view_all.red::after {
  /* white circle */
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#news #wg_net_2025 .view_btn .view_all.red::before {
  /* equilateral right-pointing triangle using border technique */
  content: "";
  position: absolute;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #AB4B4F;
  right: 21px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}
#news #wg_net_2025 .view_btn.view_btn_large .view_all_large {
  max-width: 90%;
  height: 100px;
}
#news #wg_net_2025 .view_btn.view_btn_large .view_all_large.red::before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #AB4B4F;
  right: 23px;
}
#news #wg_net_2025 .view_btn.view_btn_large .view_all_large.red::after {
  width: 30px;
  height: 30px;
}
#news #wg_net_2025 .section_ranking .section_inner {
  margin: 50px auto;
}
#news #wg_net_2025 .section_ranking .product_wrap {
  padding: 30px;
}
#news #wg_net_2025 .section_ranking .product_wrap .product_column {
  margin: 30px auto 0;
}
#news #wg_net_2025 .section_ranking .rank_box.rank_box {
  position: relative;
}
#news #wg_net_2025 .section_ranking .rank_box.rank_box::before {
  width: 36px;
  height: 48px;
  top: -30px;
}
#news #wg_net_2025 .totop {
  max-width: 90%;
  margin: 40px auto;
}