@charset "utf-8";
/* CSS Document */
/*ランキング 共通使用 カラー*/
.un_comprehensiveBestCard.un_comprehensiveBestCard__1st {
  --rankColor: #c7a402;
  --rankEmphasisTxtColor: #6a4c13;
}

.un_comprehensiveBestCard.un_comprehensiveBestCard__2nd {
  --rankColor: #808080;
  --rankEmphasisTxtColor: #504d4d;
}

.un_comprehensiveBestCard.un_comprehensiveBestCard__3rd {
  --rankColor: #aa7246;
  --rankEmphasisTxtColor: #563923;
}

/* __4th {
  --rankColor: #73a260;
  --rankEmphasisTxtColor: #3b5630;
}__5th {
  --rankColor: #73a260;
  --rankEmphasisTxtColor: #3b5630;
} */




/*アンカーリンク*/
.bg-grey-area {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 10px 15px;
  display: flex;
  flex-direction: row;
}
.bg-grey-area + .bg-grey-area{
  margin-top: 10px;
}
.bg-grey-area + .el_hdg2{
  margin-top: 40px;
}

.bg-grey-title {
  width: 120px;
  padding: 8px;
  box-sizing: border-box;
  color: #333;
  font-weight: bold;
  flex: 0 1 auto;
  margin: auto 0;
}

.bg-white-anchor-link {
  width: 125px;
  height: 60px;
  background: #fff;
  color: #333 !important;
  border-radius: 8px;
  padding: 8px;
  text-align: center;
  position: relative;
}

.bg-white-anchor-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 8px;
  box-sizing: border-box;
  color: #333 !important;
}

.bg-white-anchor-link a:hover {
  background: #d6ebcd;
  text-decoration: underline;
  border-radius: 8px;
}

.bg-white-anchor-link a:visited {
  color: #333 !important;
}

/*シリーズ総合ランキング1～3位　画像右側の白背景*/
.synthesis-gastable-rela {
  position: relative;
}

.synthesis-gastable-bg-white {
  width: 260px;
  height: 280px;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .5) 0%, white 30%, white 100%)
}

.synthesis-gastable-rogo {
  z-index: 10;
}

/*シリーズ総合ランキング4・5位　画像右側の白背景*/
.synthesis-gastable-bg-white-other {
  width: 260px;
  height: 200px;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, .5) 0%, white 30%, white 100%)
}


.synthesis-gastable-bg-white .ukomi_stars_rating_tooltip,
.synthesis-gastable-bg-white-other .ukomi_stars_rating_tooltip {
  display: none;
}




/*シリーズ詳細はこちら　ボタン*/
.synthesis-gastable-link {
  width: 100%;
  display: table;
}

.synthesis-gastable-link-button {
  margin-right: auto;
  margin-left: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.synthesis-gastable-link a {
  height: 50px;
  width: 210px;
  display: inline-block;
  vertical-align: bottom;
  text-indent: 0;
  cursor: pointer;
  margin: auto;
  float: none;
  background-color: #319b03;
  font-weight: bold;
  position: relative;
  border-radius: 3px;
}

.synthesis-gastable-link a:before {
  content: "シリーズ詳細はこちら >";
  position: absolute;
  left: 25px;
  top: 15px;
  font-size: 15px;
}

.synthesis-gastable-link a,
.synthesis-gastable-link a:link,
.synthesis-gastable-link a:visited {
  color: #fff !important;
}

.synthesis-gastable-link a:link:hover {
  opacity: 0.8;
}

/*シリーズ総合ランキング 1位*/
.el_hdg3 + .gold-line{
  margin-top:10px;
}
.gold-line {
  border: 3px solid #c7a402;
  border-top: 8px solid #c7a402;
}

.gold-img-rela {
  position: relative;
}

.gold-text-no1 {
  color: #c7a402;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  padding: 15px 10px 10px 10px;
}

.gold-img-no1 {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 10;
}

.box_midashi-gold {
  border-bottom: 1px solid #c7a402;
}

.box_width_82-gold {
  width: 82px;
  background: #c7a402;
  padding: 5px 10px 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  box-sizing: border-box;
  text-align: center;
}

.box_width_622-gold {
  width: 622px;
  color: #c7a402;
  font-size: 20px;
  font-weight: bold;
  margin-top: -9px;
  margin-left: 11px;
}

.gold-per-color {
  color: #6a4c13;
}

/*シリーズ総合ランキング 2位*/
.silver-line {
  border: 3px solid #808080;
  border-top: 8px solid #808080;
}

.silver-img-rela {
  position: relative;
}

.silver-text-no2 {
  color: #808080;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  padding: 15px 10px 10px 10px;
}

.silver-img-no2 {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 10;
}

.box_midashi-silver {
  border-bottom: 1px solid #808080;
}

.box_width_82-silver {
  width: 82px;
  background: #808080;
  padding: 5px 10px 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  box-sizing: border-box;
  text-align: center;
}

.box_width_622-silver {
  width: 622px;
  color: #808080;
  font-size: 20px;
  font-weight: bold;
  margin-top: -9px;
  margin-left: 11px;
}

.silver-per-color {
  color: #504d4d;
}

/*シリーズ総合ランキング 3位*/
.bronze-line {
  border: 3px solid #aa7246;
  border-top: 8px solid #aa7246;
}

.bronze-img-rela {
  position: relative;
}

.bronze-text-no3 {
  color: #aa7246;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  padding: 15px 10px 10px 10px;
}

.bronze-img-no3 {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 10;
}

.box_midashi-bronze {
  border-bottom: 1px solid #aa7246;
}

.box_width_82-bronze {
  width: 82px;
  background: #aa7246;
  padding: 5px 10px 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  box-sizing: border-box;
  text-align: center;
}

.box_width_622-bronze {
  width: 622px;
  color: #aa7246;
  font-size: 20px;
  font-weight: bold;
  margin-top: -9px;
  margin-left: 11px;
}

.bronze-per-color {
  color: #563923;
}

/*シリーズ総合ランキング 4位・5位*/
.other-line {
  border: 3px solid #73a260;
  border-top: 8px solid #73a260;
}

.other-img-rela {
  position: relative;
}

.other-text {
  color: #73a260;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  padding: 15px 10px 10px 10px;
}

.other-img {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 10;
}

.box_midashi-other {
  border-bottom: 1px solid #73a260;
}

.box_width_82-other {
  width: 82px;
  background: #73a260;
  padding: 5px 10px 0 10px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  box-sizing: border-box;
  text-align: center;
}

.box_width_622-other {
  width: 622px;
  color: #73a260;
  font-size: 20px;
  font-weight: bold;
  margin-top: -9px;
  margin-left: 11px;
}

.other-per-color {
  color: #3b5630;
}

.other-line+.el_hdg3 {
  margin-top: 30px;
}

/*グレード別ランキング　タブ切替css*/
.tab_wrap1 {
  width: 755px;
}

input[type="radio"] {
  display: none;
}

.tab_area1 {
  font-size: 0;
  border-bottom: #319b03 5px solid;
}

.tab_area1 label {
  width: 32%;
  margin-left: 2%;
  margin-top: 15px;
  border-radius: 6px 6px 0 0;
  display: inline-block;
  padding: 20px 7px 15px 7px;
  color: #3e692b;
  background: #dfeadc;
  border: #ccdcc7 1px solid;
  border-bottom: #fff 2px solid;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  transition: ease 0.2s opacity;
  box-sizing: border-box;
}

.tab_area1 label:hover {
  background: #319b03 !important;
  transition: 0.2s;
  color: #fff;
}

.panel_area1 {
  background: #fff;
  border: 3px solid #319b03;
  box-sizing: border-box;
  padding: 20px;
}

.tab_panel1 {
  width: 100%;
  display: none;
}

#tab1:checked~.tab_area1 .tab1_label {
  background: #319b03 !important;
  color: #fff !important;
  padding: 28px 10px 15px 10px;
  font-weight: bold;
  border: #319b03 2px solid;
  margin-top: 0;
  font-size: 20px;
}

#tab1:checked~.panel_area1 #panel1 {
  display: block;
}

#tab2:checked~.tab_area1 .tab2_label {
  background: #319b03 !important;
  color: #fff !important;
  padding: 28px 10px 15px 10px;
  font-weight: bold;
  border: #319b03 2px solid;
  margin-top: 0;
  font-size: 20px;
}

#tab2:checked~.panel_area1 #panel2 {
  display: block;
}

#tab3:checked~.tab_area1 .tab3_label {
  background: #319b03 !important;
  color: #fff !important;
  padding: 28px 10px 15px 10px;
  font-weight: bold;
  border: #319b03 2px solid;
  margin-top: 0;
  font-size: 20px;
}

#tab3:checked~.panel_area1 #panel3 {
  display: block;
}

/*スタッフが選ぶおすすめ*/
.el_hdg3 + .staff-choice-line01{
  margin-top: 10px;
}
.staff-choice-line01 {
  border: 3px solid #ccc;
  border-top: 8px solid #ccc;
}

.staff-choice-rela {
  position: relative;
}

.staff-choice-midashi {
  color: #555;
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  padding: 15px 10px 10px 10px;
}

.staff-choice-img-no1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.staff-choice-gastable-rela {
  position: relative;
}

.staff-choice-gastable-bg-white {
  width: 280px;
  height: 280px;
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(255, 255, 255, 0.8);
  padding: 15px;
  box-sizing: border-box;
}

/*シリーズ詳細はこちら　ボタン*/
.staff-choice-gastable-link {
  display: table;
  height: 81px;
}

.staff-choice-gastable-link-button {
  margin-right: auto;
  margin-left: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.staff-choice-gastable-link a {
  height: 50px;
  width: 210px;
  display: inline-block;
  vertical-align: bottom;
  text-indent: 0;
  cursor: pointer;
  margin: auto;
  float: none;
  background-color: #319b03;
  font-weight: bold;
  position: relative;
  border-radius: 3px;
}

.staff-choice-gastable-link a:before {
  content: "シリーズ詳細はこちら >";
  position: absolute;
  left: 25px;
  top: 15px;
  font-size: 15px;
}

.staff-choice-gastable-link a,
.staff-choice-gastable-link a:link,
.staff-choice-gastable-link a:visited {
  color: #fff !important;
}

.staff-choice-gastable-link a:link:hover {
  opacity: 0.8;
}

.staff-choice-box {
  padding: 10px 15px;
}

.staff-choice-line02 {
  border-top: 1px solid #ccc;
  display: flex;
}

.staff-choice-box {
  position: relative;
}

.staff-choice-box:nth-child(2) {
  border-left: 1px solid #ccc;
}

.staff-choice-img-no2 {
  position: absolute;
  top: 0;
  left: 0;
}

.staff-choice-img-no3 {
  position: absolute;
  top: 0;
  left: 0;
}

/*シリーズ詳細はこちら　ボタン*/
.staff-choice-gastable-link-mini {
  display: table;
}

.staff-choice-gastable-link-button-mini {
  margin-right: auto;
  margin-left: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.staff-choice-gastable-link-mini a {
  height: 50px;
  width: 210px;
  display: inline-block;
  vertical-align: bottom;
  text-indent: 0;
  cursor: pointer;
  margin: auto;
  float: none;
  background-color: #319b03;
  font-weight: bold;
  position: relative;
  border-radius: 3px;
}

.staff-choice-gastable-link-mini a:before {
  content: "シリーズ詳細はこちら >";
  position: absolute;
  left: 25px;
  top: 15px;
  font-size: 15px;
}

.staff-choice-gastable-link-mini a,
.staff-choice-gastable-link-mini a:link,
.staff-choice-gastable-link-mini a:visited {
  color: #fff !important;
}

.staff-choice-gastable-link-mini a:link:hover {
  opacity: 0.8;
}

.staff-choice-midashi-mini {
  color: #555;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}

.gold-line+.gold-line,
.gold-line+.silver-line,
.silver-line+.silver-line,
.silver-line+.bronze-line,
.bronze-line+.bronze-line,
.bronze-line+.other-line,
.other-line+.other-line {
  margin-top: 30px;
}

/*レビューの設定*/
[class$="line"] .ukomiAvr_wrapper,
[class$="line"] .review-summary-container {
  color: var(--weakTxtColor);
  text-align: right;
  margin-top: 10px;
  font-weight: bold;
  margin-right: 20px;
}

[class$="line"] .ukomiAvr_wrapper [data-review-name] {
  font-size: 28px;
}

[class$="line"] .review-summary-container {
  background: none;
  display: flex !important;
  justify-content: flex-end;
}

[class$="line"] .review-summary-container .ukomistarRatingSummarySection .starRating {
  display: flex;
  align-items: baseline;
  padding-top: 0 !important;
}

[class$="line"] .review-summary-container .ukomistarRatingSummarySection .starRating span.fa {
  font-size: 20px !important;
}

[class$="line"] .review-summary-container .ukomistarRatingSummarySection .reviewNumber {
  margin-right: 0;
  top: 0 !important;
  color: var(--weakTxtColor);
}







/*注釈*/
.pc_comment {
  font-size: 11px;
  text-align: right;
  color: #777;
}

.bl_tabContent {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

.bl_tabSwitch:checked+.bl_tabLabel+.bl_tabContent {
  height: auto;
  overflow: auto;
  padding: 20px;
  opacity: 1;
  transition: 0.5s opacity;
  border: var(--defaultBorder);
  border-top: none;
}




.un_sharedGastableRanking_costMarket {
  min-width: 711px;
  padding: 20px;
}

.un_sharedGastableRanking_costMarket::before {
  content: url(https://www.sunrefre.jp/wc/shared/img/costMarket_priceScale.jpg);
}

.un_sharedGastableRanking_costMarket .un_sharedGastableRanking_costMarket_item>a {
  border: var(--defaultBorder);
  display: flex;
  min-height: 123px;
  color: var(--defaultTxtColor);
}

.un_sharedGastableRanking_costMarket .un_sharedGastableRanking_costMarket_item>a:hover {
  text-decoration: none;
  border-color: var(--dekiruGreen);
  z-index: 0;
  position: relative;
}

.un_sharedGastableRanking_costMarket .un_sharedGastableRanking_costMarket_item>a:hover .un_sharedGastableRanking_costMarket_item_btn {
  opacity: .8;
}

.un_sharedGastableRanking_costMarket .un_sharedGastableRanking_costMarket_item_head {
  display: flex;
  padding: 8px;
  width: 100%;
  max-width: 207px;
  box-sizing: border-box;
  position: relative;
}

.un_sharedGastableRanking_costMarket .un_sharedGastableRanking_costMarket_item_desc {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  width: 100%;
}

.un_sharedGastableRanking_costMarket .un_sharedGastableRanking_costMarket_item_name {
  font-weight: bold;
  font-size: 13px;
}

.un_sharedGastableRanking_costMarket .un_sharedGastableRanking_costMarket_item_txt {
  font-size: 11px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 80px;
}

.un_sharedGastableRanking_costMarket .un_sharedGastableRanking_costMarket_item_btn {
  display: flex;
}

.un_sharedGastableRanking_costMarket .un_sharedGastableRanking_costMarket_item_btn>div {
  font-size: 12px;
  box-sizing: border-box;
  text-align: center;
  background-color: var(--dekiruGreen);
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  padding: 5px 7px 5px 14px;
}

.un_sharedGastableRanking_costMarket .un_sharedGastableRanking_costMarket_item_btn>div::after {
  content: "\020\03e\020";
  white-space: pre;
}

.un_sharedGastableRanking_costMarket .un_sharedGastableRanking_costMarket_item>a:hover .un_sharedGastableRanking_costMarket_item_btn {
  opacity: .8;
}

.un_sharedGastableRanking_costMarket .un_sharedGastableRanking_costMarket_item_img {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: -1;
  width: 95px;
}

.un_sharedGastableRanking_costMarket .un_sharedGastableRanking_costMarket_item_img img {
  width: 100%;
  height: auto;
}

.un_sharedGastableRanking_costMarket .un_sharedGastableRanking_costMarket_item_body {
  display: flex;
  align-items: center;
  flex-grow: 1;
  background: url(https://www.sunrefre.jp/wc/shared/img/costMarket_bgScale.jpg);
  margin: 5px 0;
}

.un_sharedGastableRanking_costMarket .un_sharedGastableRanking_costMarket_item_price {
  font-weight: bold;
  color: var(--emphasisRed);
  display: flex;
  align-items: center;
  line-height: 1.1;
}

.un_sharedGastableRanking_costMarket .un_sharedGastableRanking_costMarket_item_price div[data-item-id] {
  font-size: 22px;
}

.un_gastableRankNote {
  color: var(--emphasisRed);
  border: 2px solid var(--emphasisRed);
  text-align: left;
  padding: 20px;
  font-weight: bold;
  margin: 20px 0;
  font-size: 15px;
}


/*総合ランキング ベスト3*/
.el_hdg3+.un_comprehensiveBestCardUnit {
  margin-top: 20px;
}

.un_comprehensiveBestCardUnit+.el_hdg3 {
  margin-top: 30px;
}

.un_comprehensiveBestCard {
  box-sizing: border-box;
  border: var(--defaultBorder);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.un_comprehensiveBestCard+.un_comprehensiveBestCard {
  margin-top: 20px;
}

.un_comprehensiveBestCard .un_comprehensiveBestCard_hdg {}

.un_comprehensiveBestCard .un_comprehensiveBestCard_hdg_badge {
  width: 70px;
  min-height: 10px;
  background: var(--rankColor);
  padding: 38px 5px 38px 5px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  box-sizing: border-box;
  text-align: center;
  margin-right: 15px;
}

.un_comprehensiveBestCard .un_comprehensiveBestCard_hdg .un_comprehensiveBestCard_hdg_inner {
  display: none;
}


.un_comprehensiveBestCard_txt {
  width: 480px;
  margin-right: 15px;
}

.un_comprehensiveBestCard_txt_inner {
  color: var(--rankColor);
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

.un_comprehensiveBestCard_txt_inner span {
  font-size: 20px;
  color: var(--rankEmphasisTxtColor);
  font-weight: bold;
}

.un_comprehensiveBestCard_bottom {
  width: 152px;
}

.un_comprehensiveBestCard_detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.un_comprehensiveBestCard_name {
  font-size: 18px;
  font-weight: bold;
  margin-right: 10px;
  margin-top: 10px;
}

.un_comprehensiveBestCard_price {
  font-size: 14px;
  font-weight: bold;
  color: var(--emphasisRed);
}

.un_comprehensiveBestCard_priceTotal {
  font-size: 26px;
  margin-left: 5px;
  display: inline;
}

.un_comprehensiveBestCard .un_comprehensiveBestCard_ukomi {
  color: var(--weakTxtColor);
  font-weight: bold;
}

.un_comprehensiveBestCard .un_comprehensiveBestCard_ukomi .ukomiAvr_wrapper [data-review-name] {
  font-size: 16px;
}

.un_comprehensiveBestCard .un_comprehensiveBestCard_ukomi .review-summary-container {
  background: none;
  text-align: left !important;
}

.un_comprehensiveBestCard .un_comprehensiveBestCard_ukomi .review-summary-container .ukomistarRatingSummarySection span {
  font-size: 14px !important;
  color: var(--weakTxtColor);
}

.un_comprehensiveBestCard .un_comprehensiveBestCard_ukomi .review-summary-container .ukomistarRatingSummarySection span:first-child {
  padding-left: 0;
}

.un_comprehensiveBestCard_ukomi+.el_btn5 {
  margin-top: 10px;
}



.un_gastableRanking_card_mid_img {
  display: block;
  height: 280px;
}

.un_gastableRanking_card_mid_img>img {
  object-fit: cover;
  object-position: 50% 70%;
  width: 580px;
  height: 280px;
}

/* 人気ページ　見出し設定 */
.staff-choice-line01+.el_hdg3 {
  margin-top: 30px;
}

/*　html直書きを移設　*/
.synthesis-rogo {
  z-index: 10;
  margin: 30px 20px 10px;
}

.synthesis-series {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -1px;
  margin-top: 10px;
  text-align: right
}

.f_17 {
  font-size: 17px !important;
}

.synthesis-code {
  font-weight: bold;
  letter-spacing: -1px;
  text-align: right;
  margin-top: 5px;
}