.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;
}


#sg_reco_2026 .section{
  padding: 40px 0 50px;
}

#sg_reco_2026 .section .category_wrap{
  padding: 0 25px;
}

#sg_reco_2026 .max990 {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

#sg_reco_2026 .bg_blue {
  background-color: #E5F1F3;
}

#sg_reco_2026 .bg_yellow {
  background-color: #FFFEEE;
}

#sg_reco_2026 .banner_back-to-top {
  text-align: center;
  margin-bottom: 30px;
}

#sg_reco_2026 .mv {
  margin: 0 auto;
}

#sg_reco_2026 .mv h1 img {
  width: 100%;
  height: auto;
}

#sg_reco_2026 .mv .mv_info {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 120px;
  background-color: #E5F1F3;
  padding: 25px 95px;
  box-sizing: border-box;
}

#sg_reco_2026 .mv .mv_info .mv_info_img {
  flex-shrink: 0;
}

#sg_reco_2026 .mv .mv_info .mv_info_img img {
  width: 100%;
}

#sg_reco_2026 .mv .mv_info .mv_info_text {
  flex: 1;
}
#sg_reco_2026 .mv .mv_info .mv_info_text p {
  font-size: 20px;
  line-height: 1.5;
}

#sg_reco_2026 .mv .mv_info .mv_info_text span {
  color: #0065B2;
  font-weight: bold;
  font-size: 22px;
}

#sg_reco_2026 .mv .mv_info .mv_info_text span.large {
  font-size: 25px;
}

#sg_reco_2026 .section .section_title{
  margin-bottom: 20px;
}

#sg_reco_2026 .section .section_title h2{
  margin: 0 auto;
  font-size: 30px;
  color: #0065B2;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: normal;
}

#sg_reco_2026 .section .title_text {
  font-size: 16px;
  text-align: center;
  padding-top: 15px;
}

/*人気カテゴリー*/

#sg_reco_2026 .section .section_inner .category_column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto 40px;
}

#sg_reco_2026 .section .section_inner .category_box {
  background-color: #EBEBEB;
}

#sg_reco_2026 .section .section_inner .category_box .category_img_rank {
  position: relative;
}

#sg_reco_2026 .section .section_inner .category_box .category_img_rank .rank_badge {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 87px;
  height: 25px;
  background-color: #F6CD45;
  color: #000;
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  z-index: 1;
}

#sg_reco_2026 .section .section_inner .category_box .category_img_rank .rank_badge.rank_badge--2 {
  background-color: #AFAFAF;
}

#sg_reco_2026 .section .section_inner .category_box .category_img_rank .rank_badge.rank_badge--3 {
  background-color: #B26B00;
  color: #fff;
}

#sg_reco_2026 .section .section_inner .category_box .category_detail {
  margin: 10px auto 20px;
  text-align: center;
}

#sg_reco_2026 .section .section_inner .category_box .category_detail .name {
  position: relative;
  display: inline-block;
  font-weight: bold;
  margin: 14px 0;
  font-size: 18px;
  letter-spacing: 1.5px;
}

#sg_reco_2026 .section .section_inner .category_box .category_detail .name::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 40%;
  width: 7px;
  height: 14px;
  transform: translateY(-50%);
  background: url("/ec/shop/images/campaign/20260515_sg_reco/icon_arrow01.svg") no-repeat center / contain;
}

#sg_reco_2026 .section .section_inner .category_box .category_detail > p {
  font-size: 14px;
  color: #260000;
}

#sg_reco_2026 .budget_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 25px;
}


#sg_reco_2026 .budget_list li {
  display: flex;
  justify-content: center;
  position: relative;
  width: calc((100% - 1rem) / 4);
  height: 61px;
  padding-bottom: 5px;
}

#sg_reco_2026 .budget_list li:hover {
  opacity: 0.7;
  
}

#sg_reco_2026 .budget_list li::after {
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background: url("/ec/shop/images/campaign/20260515_sg_reco/icon_arrow01.svg") no-repeat center / contain;
}

#sg_reco_2026 .budget_list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 13px;
  background-color: #EBEBEB;
  text-decoration: none;
  padding: 0 0 0 15px;

}

/*商品紹介*/

#sg_reco_2026 .section .section_inner .product_column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

#sg_reco_2026 .section .section_inner .product_box .product {
  display: flex;
  flex-direction: column;
  height: 100%;
}

#sg_reco_2026 .section .section_inner .product_box .product_detail {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
}

#sg_reco_2026 .section .section_inner .product_box .product_detail .price {
  margin-top: auto;
}

#sg_reco_2026 .section .section_inner .product_box .product_detail > p {
  font-size: 16px;
  color: #260000;
}


#sg_reco_2026 .section .section_inner .product_box .product_detail .brand {
  margin: 14px 0;
  font-size: 16px;
}

#sg_reco_2026 .section .section_inner .product_box .product_detail .name {
  font-weight: bold;
  margin-bottom: 20px;
}

#sg_reco_2026 .section .section_inner .product_box .product_detail .name,
#sg_reco_2026 .section .section_inner .category_box .category_detail .text {
  line-height: 1.5em;
}

#sg_reco_2026 .section .section_inner .product_box .product_img > img,
#sg_reco_2026 .section .section_inner .category_box .category_img > img {
  width: 100%;
  height: auto;
}


#sg_reco_2026 .totop {
  margin: 40px auto 0;
}


/*--------------------------------------------
SP
--------------------------------------------*/

#news .pc {
  display: none;
}

#news .sp {
  display: block;
}

#news #sg_reco_2026 .section{
  padding: 25px 0;
}

#news #sg_reco_2026 .mv .mv_info{
    gap: 15px;
    padding: 10px 12px 8px;
    height: auto;
}


#news #sg_reco_2026 .mv .mv_info .mv_info_text p{
  font-size: 13px;
}

#news #sg_reco_2026 .mv .mv_info .mv_info_text span{
  font-size: 18px;
}

#news #sg_reco_2026 .mv .mv_info .mv_info_text span.large{
  font-size: 20px;
}

#news #sg_reco_2026 .section .section_title{
  margin: 0 auto;
}

#news #sg_reco_2026 .section .section_inner {
  padding: 20px 10px;
}

#news #sg_reco_2026 .section .section_title h2{
  font-size: 25px;
}

#news #sg_reco_2026 .banner_back-to-top {
  margin-bottom: 15px;
}

#news #sg_reco_2026 .section .section_inner .category_column{
  grid-template-columns:repeat(2,1fr);
  gap: 10px;
  margin: 0 auto;
}

#news #sg_reco_2026 .section .section_inner .category_box .category_img_rank .rank_badge{
  font-size: 12px;
  height: 22px;
  line-height: 24px;
}

#news #sg_reco_2026 .budget_list{
  padding: 0 7px;
  justify-content: space-around;
}

#news #sg_reco_2026 .budget_list li::after{
  right:6px;
}

#news #sg_reco_2026 .budget_list li{
  width:calc((99.999% - 1rem) / 2);
  height: 50px;
}

#news #sg_reco_2026 .budget_list li a{
  padding: 0 0 0 10px;
}

#news #sg_reco_2026 .section .section_inner .product_column{
  grid-template-columns: repeat(2, 1fr);
}

#news #sg_reco_2026 .section .section_inner .category_box .category_detail .name{
  font-size: 14px;
  letter-spacing: 0.5px;
  margin: 7px 0;
}

#sg_reco_2026 .section .section_inner .category_box .category_detail .name::after{
  top:45%;
}

#news #sg_reco_2026 .section .section_inner .category_box .category_detail > p{
  font-size: 12px;
}

#news #sg_reco_2026 .section .category_wrap{
  padding: 0;
}

#news #sg_reco_2026 .section .section_inner .category_box .category_detail{
  margin: 0 auto;
  height: 130px;
  padding: 3px 5px 10px;
}

#news #sg_reco_2026 .section .title_text{
  font-size: 13px;

}

#news #sg_reco_2026 .section .section_inner .product_box .product_detail .brand{
 margin: 7px 0; 
 font-size: 13px;
}

#news #sg_reco_2026 .section .section_inner .product_box .product_detail > p{
  font-size: 13px;
}

#news #sg_reco_2026 .section .section_inner .product_box .product_detail .name{
  margin-bottom: 10px;
}

#news #sg_reco_2026 .section .section_inner .product_column {
  display: grid;
  gap: 10px;
}

#news #sg_reco_2026 .totop {
  max-width: 90%;
  margin: 40px auto;
}
