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

@-webkit-keyframes tableGradient {
  0%, 20%, 40%, 100% {
    -webkit-box-shadow: 0 4px 0 #99C917;
            box-shadow: 0 4px 0 #99C917;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%, 30% {
    -webkit-box-shadow: 0 2px 0 #99C917;
            box-shadow: 0 2px 0 #99C917;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  0%, 40% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes tableGradient {
  0%, 20%, 40%, 100% {
    -webkit-box-shadow: 0 4px 0 #99C917;
            box-shadow: 0 4px 0 #99C917;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%, 30% {
    -webkit-box-shadow: 0 2px 0 #99C917;
            box-shadow: 0 2px 0 #99C917;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  0%, 40% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
  /* グレーカラー 自由に設定化 */
  font-size: 2rem;
}

@media (max-width: 480px) {
  .star5_rating {
    font-size: 6vw;
  }
}

.star5_rating::before, .star5_rating::after {
  content: '★★★★★';
  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: #ffcf32;
  /* イエローカラー 自由に設定化 */
}

.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 {
  width: 100%;
  margin: 0 auto 2rem;
}

.topColumn_card_container {
  width: 96%;
  margin: 0 auto;
}

.topColumn_card_container .topColumn_card {
  width: 100%;
  margin: 0 auto 1rem;
}

.topColumn_card_container .topColumn_card_p h3 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: .5em;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #ddd), color-stop(50%, transparent));
  background: linear-gradient(to right, #ddd 50%, transparent 50%);
  background-repeat: repeat-x;
  background-size: 4px 4px;
  background-position: bottom;
}

.topColumn_card_container .topColumn_card_p h3::before {
  content: attr(data-index);
  color: #D06224;
  font-size: 1.7em;
  margin-right: .2em;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.topColumn_card_container .topColumn_card_p p {
  line-height: 1.3em;
	margin-bottom:1em;
}

@media (max-width: 480px) {
  .topColumn_card_container .topColumn_card_p p {
    width: 90%;
    margin: 0 auto 1em;
  }
}

.topColumn_card_container .topColumn_card_img {
  width: 70%;
  margin: 0 auto 1rem;
}

@media (max-width: 480px) {
  .topColumn_card_container .topColumn_card_img {
    width: 100%;
  }
}

.topColumn_card_container .topColumn_card_img img {
  border-radius: 10px;
}

.topColumn_container {
  width: 94%;
  margin: 0 auto 2rem;
}

.topColumn_container p {
  line-height: 1.8em;
  margin-bottom: .7em;
}

.topColumn_container img {
  width: 70%;
  display: block;
  margin: 0 auto 1rem;
}

@media (max-width: 480px) {
  .topColumn_container img {
    width: 90%;
  }
}

.triangle_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem auto;
}

.triangle_container .triangle {
  border-style: solid;
  border-width: 1rem 1.5rem 0;
  border-color: #D06224 transparent transparent transparent;
  margin: 0;
}

.summary {
  width: 96%;
  margin: 0 auto 3rem;
  text-align: center;
}

.summary h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 1rem;
  text-shadow: 0 0 6px white;
  border: solid 3px #B68973;
  border-left: 0;
  border-right: 0;
  padding: .5em 0;
  background: linear-gradient(-45deg, #fff 25%, #fafafa 25%, #fafafa 50%, #fff 50%, #fff 75%, #fafafa 75%);
  background-size: 10px 10px;
}

@media (max-width: 480px) {
  .summary h2 {
    font-size: 6.5vw;
  }
}

.summary p {
  display: inline-block;
  margin: 0 auto 1rem;
  font-size: 1.7rem;
  font-weight: bold;
  position: relative;
}

@media (max-width: 480px) {
  .summary > p {
    font-size: 7vw;
  }
}

.summary > p::before, .summary > p::after {
  position: absolute;
}

.summary > p::before {
  content: "『";
  top: 0;
  left: -1.5em;
}

.summary > p::after {
  content: "』";
  bottom: 0;
  right: -1.5em;
}

.summary .summary_offerImg {
  width: 70%;
  margin: 0 auto 1rem;
}

@media (max-width: 480px) {
  .summary .summary_offerImg {
    width: 100%;
  }
}

.summary .summary_offerImg img {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.topTable {
  margin: 0 auto 2rem;
}

.topTable table,
.topTable th,
.topTable td {
  border-collapse: collapse;
  border: solid 2px #ddd;
}

.topTable table {
  width: 96%;
  margin: 6rem auto 1rem;
  border-radius: 15px;
}

@media (max-width: 480px) {
  .topTable table {
    font-size: 3.7vw;
    margin-top: 17vw;
  }
}

.topTable table tr th,
.topTable table tr td {
  padding: 1.5rem 0;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  width: 27%;
}

@media (max-width: 480px) {
  .topTable table tr th,
  .topTable table tr td {
    padding: 4vw 0;
    width: 31%;
  }
}

.topTable table tr th:nth-of-type(1),
.topTable table tr td:nth-of-type(1) {
  width: 19%;
  color: #fff;
  background-color: #B68973;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 1.5rem .5em;
}

@media (max-width: 480px) {
  .topTable table tr th:nth-of-type(1),
  .topTable table tr td:nth-of-type(1) {
    width: 7%;
  }
}

@media (max-width: 480px) {
  .topTable table tr th:not(:nth-of-type(1)),
  .topTable table tr td:not(:nth-of-type(1)) {
    width: 31%;
  }
}

.topTable table tr th {
  color: #fff;
  height: 90px;
  background-color: #B68973;
  vertical-align: bottom;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.1);
  padding: .5em;
  position: relative;
}

@media (max-width: 480px) {
  .topTable table tr th {
    height: auto;
    background-size: 25% auto;
  }
}

.topTable table tr th::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  width: 100%;
  height: 50px;
  top: -20px;
  left: -10px;
}

@media (max-width: 480px) {
  .topTable table tr th::before {
    height: 9vw;
    top: -3vw;
    left: -2vw;
  }
}

.topTable table tr th img {
  width: 50%;
  margin-top: -6rem;
}

.topTable table tr th a {
  color: #fff;
  text-decoration: underline;
}

.topTable table tr th:nth-child(2)::before {
  height: 70px;
  top: -40px;
  background-image: url(/wp-content/themes/custom-theme/images/rankIcon/rank1.png);
}

@media (max-width: 480px) {
  .topTable table tr th:nth-child(2)::before {
    height: 13vw;
    top: -7vw;
    left: -4vw;
  }
}

.topTable table tr th:nth-child(3)::before {
  background-image: url(/wp-content/themes/custom-theme/images/rankIcon/rank2.png);
}

.topTable table tr th:nth-child(4)::before {
  background-image: url(/wp-content/themes/custom-theme/images/rankIcon/rank3.png);
}

.topTable table tr td {
  color: #777;
}

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

.topTable table tr td a {
  display: block;
  width: 100%;
  background-color: #B9E937;
  color: #fff;
  line-height: 3em;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0 4px 0 #99C917;
          box-shadow: 0 4px 0 #99C917;
}

.topTable table tr td a:hover {
  text-decoration: none;
  opacity: 1;
  -webkit-box-shadow: 0 2px 0 #99C917;
          box-shadow: 0 2px 0 #99C917;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

.topTable table tr td .red {
  font-size: 1.3em;
}

.topTable table tr td img {
  width: 30%;
}

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

.topTable table tr td:nth-child(2) {
  background-color: #ffffef;
}

.topTable table tr:not(:last-child) th,
.topTable table tr:not(:last-child) td {
  position: relative;
}

.topTable table tr.tr_target td, .topTable table tr.tr_officialBtn td {
  padding: 1.5em .5em;
}

@media (max-width: 480px) {
  .topTable table tr.tr_target td, .topTable table tr.tr_officialBtn td {
    padding: .5em;
  }
}

.topTable table tr.tr_officialBtn {
  height: 105px;
}

@media (max-width: 480px) {
  .topTable table tr.tr_officialBtn {
    height: 16vw;
  }
}

.topTable table tr.tr_officialBtn td:not(:first-child) {
  vertical-align: bottom;
}

.topTable table tr.tr_officialBtn td .compareTable_btn_comment {
  font-size: .9rem;
  margin-bottom: .1em;
}

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

.topTable table tr.tr_officialBtn td:nth-child(2) a {
  background: linear-gradient(-60deg, #B9E937 40%, #C9FF57 50%, #B9E937 60%, #B9E937 100%);
  background-size: 500% 500%;
  background-position: 500% 50%;
  -webkit-animation: tableGradient 2.5s infinite;
          animation: tableGradient 2.5s infinite;
}

.topTable table tr.tr_officialBtn td:nth-child(2) a:hover {
  -webkit-animation: none;
          animation: none;
}

.topTable table caption {
  caption-side: bottom;
  text-align: right;
  margin: .5em auto;
}

.itemList_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 10px;
  width: 96%;
  margin: 0 auto 2rem;
}

@media (max-width: 480px) {
  .itemList_container {
    gap: 3vw;
  }
}

.itemList_container .item_card {
  width: calc((100% - 10px * 2) / 3);
  padding: .7rem;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

@media (max-width: 480px) {
  .itemList_container .item_card {
    width: calc(((100% - 3vw * 1) / 2));
  }
}

.itemList_container .item_card.sp {
  -webkit-box-shadow: none;
          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: .5rem;
}

.itemList_container .item_card a span {
  font-weight: bold;
}
/*# sourceMappingURL=styles.css.map */