@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
@media (min-width: 1024px) {
  .pc {
    display: block;
  }
}
@media (max-width: 480px) {
  .pc {
    display: none;
  }
}

@media (min-width: 1024px) {
  .sp {
    display: none;
  }
}
@media (max-width: 480px) {
  .sp {
    display: block;
  }
}

.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #e3e3e3; /* グレーカラー 自由に設定化 */
  font-size: 1.2rem;
  font-family:
    "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO",
    "HGMaruGothicMPRO";
}
@media (max-width: 480px) {
  .star5_rating {
    font-size: 3.3vw;
  }
}
.star5_rating::before,
.star5_rating::after {
  font-family: "Font Awesome 5 Free";
  content: "\f005\f005\f005\f005\f005";
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.star5_rating::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffbe00; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="1%"]::after {
  width: 1%;
}

.star5_rating[data-rate="2%"]::after {
  width: 2%;
}

.star5_rating[data-rate="3%"]::after {
  width: 3%;
}

.star5_rating[data-rate="4%"]::after {
  width: 4%;
}

.star5_rating[data-rate="5%"]::after {
  width: 5%;
}

.star5_rating[data-rate="6%"]::after {
  width: 6%;
}

.star5_rating[data-rate="7%"]::after {
  width: 7%;
}

.star5_rating[data-rate="8%"]::after {
  width: 8%;
}

.star5_rating[data-rate="9%"]::after {
  width: 9%;
}

.star5_rating[data-rate="10%"]::after {
  width: 10%;
}

.star5_rating[data-rate="11%"]::after {
  width: 11%;
}

.star5_rating[data-rate="12%"]::after {
  width: 12%;
}

.star5_rating[data-rate="13%"]::after {
  width: 13%;
}

.star5_rating[data-rate="14%"]::after {
  width: 14%;
}

.star5_rating[data-rate="15%"]::after {
  width: 15%;
}

.star5_rating[data-rate="16%"]::after {
  width: 16%;
}

.star5_rating[data-rate="17%"]::after {
  width: 17%;
}

.star5_rating[data-rate="18%"]::after {
  width: 18%;
}

.star5_rating[data-rate="19%"]::after {
  width: 19%;
}

.star5_rating[data-rate="20%"]::after {
  width: 20%;
}

.star5_rating[data-rate="21%"]::after {
  width: 21%;
}

.star5_rating[data-rate="22%"]::after {
  width: 22%;
}

.star5_rating[data-rate="23%"]::after {
  width: 23%;
}

.star5_rating[data-rate="24%"]::after {
  width: 24%;
}

.star5_rating[data-rate="25%"]::after {
  width: 25%;
}

.star5_rating[data-rate="26%"]::after {
  width: 26%;
}

.star5_rating[data-rate="27%"]::after {
  width: 27%;
}

.star5_rating[data-rate="28%"]::after {
  width: 28%;
}

.star5_rating[data-rate="29%"]::after {
  width: 29%;
}

.star5_rating[data-rate="30%"]::after {
  width: 30%;
}

.star5_rating[data-rate="31%"]::after {
  width: 31%;
}

.star5_rating[data-rate="32%"]::after {
  width: 32%;
}

.star5_rating[data-rate="33%"]::after {
  width: 33%;
}

.star5_rating[data-rate="34%"]::after {
  width: 34%;
}

.star5_rating[data-rate="35%"]::after {
  width: 35%;
}

.star5_rating[data-rate="36%"]::after {
  width: 36%;
}

.star5_rating[data-rate="37%"]::after {
  width: 37%;
}

.star5_rating[data-rate="38%"]::after {
  width: 38%;
}

.star5_rating[data-rate="39%"]::after {
  width: 39%;
}

.star5_rating[data-rate="40%"]::after {
  width: 40%;
}

.star5_rating[data-rate="41%"]::after {
  width: 41%;
}

.star5_rating[data-rate="42%"]::after {
  width: 42%;
}

.star5_rating[data-rate="43%"]::after {
  width: 43%;
}

.star5_rating[data-rate="44%"]::after {
  width: 44%;
}

.star5_rating[data-rate="45%"]::after {
  width: 45%;
}

.star5_rating[data-rate="46%"]::after {
  width: 46%;
}

.star5_rating[data-rate="47%"]::after {
  width: 47%;
}

.star5_rating[data-rate="48%"]::after {
  width: 48%;
}

.star5_rating[data-rate="49%"]::after {
  width: 49%;
}

.star5_rating[data-rate="50%"]::after {
  width: 50%;
}

.star5_rating[data-rate="51%"]::after {
  width: 51%;
}

.star5_rating[data-rate="52%"]::after {
  width: 52%;
}

.star5_rating[data-rate="53%"]::after {
  width: 53%;
}

.star5_rating[data-rate="54%"]::after {
  width: 54%;
}

.star5_rating[data-rate="55%"]::after {
  width: 55%;
}

.star5_rating[data-rate="56%"]::after {
  width: 56%;
}

.star5_rating[data-rate="57%"]::after {
  width: 57%;
}

.star5_rating[data-rate="58%"]::after {
  width: 58%;
}

.star5_rating[data-rate="59%"]::after {
  width: 59%;
}

.star5_rating[data-rate="60%"]::after {
  width: 60%;
}

.star5_rating[data-rate="61%"]::after {
  width: 61%;
}

.star5_rating[data-rate="62%"]::after {
  width: 62%;
}

.star5_rating[data-rate="63%"]::after {
  width: 63%;
}

.star5_rating[data-rate="64%"]::after {
  width: 64%;
}

.star5_rating[data-rate="65%"]::after {
  width: 65%;
}

.star5_rating[data-rate="66%"]::after {
  width: 66%;
}

.star5_rating[data-rate="67%"]::after {
  width: 67%;
}

.star5_rating[data-rate="68%"]::after {
  width: 68%;
}

.star5_rating[data-rate="69%"]::after {
  width: 69%;
}

.star5_rating[data-rate="70%"]::after {
  width: 70%;
}

.star5_rating[data-rate="71%"]::after {
  width: 71%;
}

.star5_rating[data-rate="72%"]::after {
  width: 72%;
}

.star5_rating[data-rate="73%"]::after {
  width: 73%;
}

.star5_rating[data-rate="74%"]::after {
  width: 74%;
}

.star5_rating[data-rate="75%"]::after {
  width: 75%;
}

.star5_rating[data-rate="76%"]::after {
  width: 76%;
}

.star5_rating[data-rate="77%"]::after {
  width: 77%;
}

.star5_rating[data-rate="78%"]::after {
  width: 78%;
}

.star5_rating[data-rate="79%"]::after {
  width: 79%;
}

.star5_rating[data-rate="80%"]::after {
  width: 80%;
}

.star5_rating[data-rate="81%"]::after {
  width: 81%;
}

.star5_rating[data-rate="82%"]::after {
  width: 82%;
}

.star5_rating[data-rate="83%"]::after {
  width: 83%;
}

.star5_rating[data-rate="84%"]::after {
  width: 84%;
}

.star5_rating[data-rate="85%"]::after {
  width: 85%;
}

.star5_rating[data-rate="86%"]::after {
  width: 86%;
}

.star5_rating[data-rate="87%"]::after {
  width: 87%;
}

.star5_rating[data-rate="88%"]::after {
  width: 88%;
}

.star5_rating[data-rate="89%"]::after {
  width: 89%;
}

.star5_rating[data-rate="90%"]::after {
  width: 90%;
}

.star5_rating[data-rate="91%"]::after {
  width: 91%;
}

.star5_rating[data-rate="92%"]::after {
  width: 92%;
}

.star5_rating[data-rate="93%"]::after {
  width: 93%;
}

.star5_rating[data-rate="94%"]::after {
  width: 94%;
}

.star5_rating[data-rate="95%"]::after {
  width: 95%;
}

.star5_rating[data-rate="96%"]::after {
  width: 96%;
}

.star5_rating[data-rate="97%"]::after {
  width: 97%;
}

.star5_rating[data-rate="98%"]::after {
  width: 98%;
}

.star5_rating[data-rate="99%"]::after {
  width: 99%;
}

.star5_rating[data-rate="100%"]::after {
  width: 100%;
}

.topColumn {
  margin: 1rem auto;
  width: 96%;
  background-color: #fff;
}
.topColumn p {
  line-height: 1.7em;
  width: 96%;
  margin: 0 auto 1rem;
}
@media (max-width: 480px) {
  .topColumn p {
    font-size: 4vw;
  }
}
.topColumn img {
  display: block;
  width: 60%;
  margin: 0 auto 1rem;
  border-radius: 10px;
}
@media (max-width: 480px) {
  .topColumn img {
    width: 96%;
  }
}
.topColumn ul {
  width: 90%;
  margin: 0 auto 1rem;
  border: solid 2px #eee;
  border-radius: 10px;
  padding: 1em;
  list-style-type: decimal-leading-zero;
}
.topColumn ul li {
  margin-left: 2em;
  font-weight: bold;
  color: #555;
}
.topColumn ul li:not(:last-child) {
  margin-bottom: 1em;
}

.choose {
  width: 96%;
  margin: 0 auto 1rem;
  line-height: 1.7em;
  background-image:
    repeating-linear-gradient(
      90deg,
      #eee,
      #eee 1px,
      transparent 1px,
      transparent 32px
    ),
    repeating-linear-gradient(180deg, #eee, #eee 1px, #fff 1px, #fff 32px);
  padding: 1rem 1rem 0;
}
.choose ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.choose ul li h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0.3em;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
@media (max-width: 480px) {
  .choose ul li h3 {
    font-size: 4.3vw;
  }
}
.choose ul li h3::before {
  content: "●";
  color: #55d8c1;
  margin-right: 0.5em;
  text-shadow: 3px 2px 0 #1a826e;
}
@media (max-width: 480px) {
  .choose ul li p {
    font-size: 3.5vw;
  }
}

.topTable {
  width: 98%;
  margin: 2rem auto 1rem;
}

.topTable table {
  position: relative;
}
.topTable table tr {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.topTable table tr th,
.topTable table tr td {
  padding: 1em 0;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
@media (max-width: 480px) {
  .topTable table tr th {
    font-size: 16px;
  }
  .topTable table tr td {
    font-size: 3vw;
  }
}
.topTable table tr th {
  /* width: 19%; */
  color: white;
  font-weight: bold;
  background: #ff624d;
  border: solid 1px #ff624d;
  padding: 13px 0;
}
.topTable table tr td {
  width: calc(100% / 3);
  line-height: 1.2;
  border: solid 1px #ddd;
}
.topTable table tr td img {
  width: 70%;
}
@media (max-width: 480px) {
  .topTable table tr td img {
    width: 85%;
  }
}
.topTable table tr td img.levelSignal {
  width: 2em;
}
.topTable table tr td a {
  color: #333;
}
.topTable table tr td:first-of-type {
  background-color: #fffce5;
}
.topTable table tr.tr_name td::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3rem;
  background-repeat: no-repeat;
  background-size: contain;
  top: -4px;
}
.topTable table tr.tr_name td:nth-child(1)::before {
  background-image: url(/wp-content/themes/custom-theme/images/rankIcon/rank1.png);
  left: 4px;
}
.topTable table tr.tr_name td:nth-child(2)::before {
  background-image: url(/wp-content/themes/custom-theme/images/rankIcon/rank2.png);
  left: 16.2rem;
}
.topTable table tr.tr_name td:nth-child(3)::before {
  background-image: url(/wp-content/themes/custom-theme/images/rankIcon/rank3.png);
  left: 32.1rem;
}
@media (max-width: 480px) {
  .topTable table tr.tr_name td::before {
    height: 2rem;
  }
  .topTable table tr.tr_name td:nth-child(1)::before {
    left: 1%;
  }
  .topTable table tr.tr_name td:nth-child(2)::before {
    left: 34.5%;
  }
  .topTable table tr.tr_name td:nth-child(3)::before {
    left: 67.5%;
  }
}
.topTable table tr.tr_name td {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}
/* .topTable table tr.tr_name td:nth-child(1) a {
  color: #efc700;
}
.topTable table tr.tr_name td:nth-child(2) a {
  color: #aab;
}
.topTable table tr.tr_name td:nth-child(3) a {
  color: #A35709;
} */
.topTable table tr.tr_total td {
  font-weight: bold;
}
.topTable table tr.tr_total td .star5_rating {
  font-size: 1.2rem;
}
@media (max-width: 480px) {
  .topTable table tr.tr_total td .star5_rating {
    font-size: 4vw;
  }
}
.topTable table tr.tr_maker td img {
  width: 96%;
}
.topTable table tr.tr_component td {
  vertical-align: top;
}
.topTable table tr.tr_component td img {
  margin-bottom: 0.5em;
}
.topTable table tr.tr_feature td {
  padding: 1em 0.5em;
  font-size: 0.8em;
  line-height: 1.5em;
}
.topTable table tr.tr_target td {
  padding: 1em 0.5em;
  font-size: 0.8em;
  line-height: 1.5em;
}
.topTable table tr.tr_officialBtn td {
  vertical-align: bottom;
}
.topTable table tr.tr_officialBtn td a {
  display: block;
  background-color: #f3f3f3;
  font-weight: bold;
  line-height: 3.3em;
  width: 90%;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 3px #ddd;
  position: relative;
}
.topTable table tr.tr_officialBtn td a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  top: 0;
  right: 0.5em;
}
.topTable table tr.tr_officialBtn td:nth-of-type(1) a {
  background-color: #50d890;
  color: #fff;
  box-shadow: 0 3px #40c880;
  line-height: 3.3;
}

@media (max-width: 480px) { 
  .topTable table tr.tr_officialBtn td:nth-of-type(1) a {
    font-size: 11px;
    line-height: 3.8;
  }
}

.topTable table tr.tr_officialBtn td:nth-of-type(1) a::after {
  /* 	top: 32%; */
}

.topTable table tr td li {
  list-style: none;
}

.fa-fw {
  color: #ff624d;
  margin-right: 5px;
}

.fa-check:before {
  content: "\f00c";
}

@media (max-width: 480px) {
  .topTable table tr.tr_officialBtn td p {
    font-size: 2.3vw;
  }
}

.dietRed {
  color: #FF0808;
  font-weight: bold;
}

.dietMarker {
  position: relative;
  background-image: linear-gradient(90deg, #fff925, #fff925);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 40%;
  transition: all 1s ease-in-out;
}

.dietMarker.inview {
  background-size: 100% 40%;
}

.dietOffer {
  display: block;
  width: 45%;
  color: white;
  font-size: 13px;
  text-align: center;
  background: #FF624D;
  border-radius: 3px;
  margin: 0 auto 3px;
  padding: 8px 0 5px;
}

@media (max-width: 480px) {
  .dietOffer {
    width: 60%;
    font-size: 11px;
    padding: 8px;
  }
}

.itemList_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 10px;
  width: 96%;
  margin: 0 auto 2rem;
}
@media (max-width: 480px) {
  .itemList_container {
    gap: 2vw;
  }
}
.itemList_container .item_card {
  width: calc((100% - 40px) / 5);
  padding: 0.5rem;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  background: #fff;
  text-align: center;
  border-radius: 3px;
}
@media (max-width: 480px) {
  .itemList_container .item_card {
    width: calc((100% - 4vw) / 3);
  }
}
.itemList_container .item_card.sp {
  box-shadow: none;
}
.itemList_container .item_card a {
  color: #333;
  text-align: center;
}
@media (max-width: 480px) {
  .itemList_container .item_card a {
    font-size: 4vw;
  }
}
.itemList_container .item_card a img {
  margin-bottom: 0.5rem;
}
.itemList_container .item_card a span {
  font-weight: bold;
  font-size: 0.8rem;
}
@media (max-width: 480px) {
  .itemList_container .item_card a span {
    font-size: 3.5vw;
  }
}

.rankingList {
  width: 100%;
  margin: 0 auto 2rem;
}
.rankingList .rankingBnr_wrap {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  margin: 0 auto;
  gap: 10px;
}
.rankingList .rankingBnr_wrap .rankingBnr {
  width: calc((100% - 20px) / 3);
  box-shadow: 0 0 6px #ccc;
}
@media (max-width: 480px) {
  .rankingList .rankingBnr_wrap .rankingBnr {
    width: calc((100% - 10px) / 2);
  }
}
.rankingList .rankingBnr_wrap .rankingBnr a img {
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .rankingList .rankingBnr_wrap .rankingBnr a img {
    filter: grayscale(1);
  }
}
.rankingList .rankingBnr_wrap .rankingBnr a p {
  text-align: center;
  font-weight: bold;
  color: #333;
  padding: 0.5em 0;
  text-shadow: 2px 2px 0 #fff;
  background: linear-gradient(
    -45deg,
    #fff1bd 25%,
    #fcedba 25%,
    #fcedba 50%,
    #fff1bd 50%,
    #fff1bd 75%,
    #fcedba 75%
  );
  background-size: 12px 12px;
}
.rankingList .rankingBnr_wrap .rankingBnr a p span {
  font-size: 1.1em;
}
.rankingList .rankingBnr_wrap .rankingBnr a:hover {
  opacity: 1;
}
.rankingList .rankingBnr_wrap .rankingBnr a:hover img {
  filter: grayscale(0);
}

.arrow_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  color: #187498;
  width: 80%;
  margin: 0 auto 2rem;
  font-size: 2rem;
}
@media (max-width: 480px) {
  .arrow_wrap {
    width: 96%;
    margin-bottom: 5vw;
    font-size: 5.5vw;
  }
}

#summary {
  width: 80%;
  margin: 0 auto 1rem;
  border: solid 3px #ee5743;
  border-radius: 6px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 480px) {
  #summary {
    width: 92%;
  }
}
#summary h2 {
  background-color: #ee5743;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  padding: 0.5em;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
}
@media (max-width: 480px) {
  #summary h2 {
    font-size: 4.5vw;
  }
}
#summary .summary_inner {
  padding: 1em;
}
@media (max-width: 480px) {
  #summary .summary_inner {
    padding: 3vw;
  }
}
#summary .summary_inner h3 {
  font-size: 1.7rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}
@media (max-width: 480px) {
  #summary .summary_inner h3 {
    font-size: 5vw;
  }
}
#summary .summary_inner .recommend_point_block {
  width: 100%;
  background-color: #fefbe7;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  margin: 2rem auto 0;
  padding: 1em;
}
@media (max-width: 480px) {
  #summary .summary_inner .recommend_point_block {
    padding: 3vw;
  }
}
#summary .summary_inner .recommend_point_block ul li {
  line-height: 1.5em;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
#summary .summary_inner .recommend_point_block ul li:not(:last-child) {
  margin-bottom: 1em;
}
#summary .summary_inner .recommend_point_block ul li::before {
  content: "▶";
  color: #187498;
  margin-right: 0.5em;
}
@media (max-width: 480px) {
  #summary .summary_inner .recommend_point_block ul li {
    font-size: 3.5vw;
  }
}

#bofu #summary {
  border-color: #ff884b;
}
#bofu #summary h2 {
  background-color: #ff884b;
} /*# sourceMappingURL=styles.css.map */
