@charset "UTF-8";
/*--------------------------------------------------------*/
/*　本文　*/
/*--------------------------------------------------------*/
/* 大枠 */
@media only screen and (min-width: 768px) {
  .rank-sct {
    margin: 1.5em;
  }
}
@media only screen and (min-width: 1024px) {
  .rank-sct {
    margin: 5em 0;
  }
}

/* 比較表 */
.tb-wrap,
.tb-wrap-spmore01,
.tb-wrap-more01,
.tb-wrap-more02,
.tb-wrap-more03 {
  margin: 1.5em;
}
.tb-wrap .ttl,
.tb-wrap-spmore01 .ttl,
.tb-wrap-more01 .ttl,
.tb-wrap-more02 .ttl,
.tb-wrap-more03 .ttl {
  margin: 2em 0 1em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #4f1100;
  font-weight: bold;
  line-height: 1.6;
}
@media only screen and (min-width: 768px) {
  .tb-wrap,
  .tb-wrap-spmore01,
  .tb-wrap-more01,
  .tb-wrap-more02,
  .tb-wrap-more03 {
    margin: 0;
  }
}

.rank-others > .ttl i, .tb-wrap-more03 > table > tbody > tr > th i, .tb-wrap-more02 .tb-more-box > table > tbody > tr > th i, .tb-wrap-more02 > table > tbody > tr > th i, .tb-wrap-more01 > table > tbody > tr > th i, .tb-wrap-spmore01 > table > tbody > tr > th i {
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  background-color: #1b59b5;
  border-radius: 50%;
}

.tb-wrap-more02 .ttl .tb-more-all, .tb-wrap-more01 .ttl .tb-more-all, .tb-wrap-spmore01 .ttl .tb-more-all {
  width: 8em;
  padding: 0.3em 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  color: #6f8abb;
  text-shadow: none;
  background-color: #f0f8fe;
  border: 1px solid rgba(111, 138, 187, 0.5);
}
.tb-wrap-more02 .ttl .open.tb-more-all:before, .tb-wrap-more01 .ttl .open.tb-more-all:before, .tb-wrap-spmore01 .ttl .open.tb-more-all:before {
  display: inline-block;
  position: relative;
  top: 0.15em;
  content: "\e3130";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
.tb-wrap-more02 .ttl .close.tb-more-all:before, .tb-wrap-more01 .ttl .close.tb-more-all:before, .tb-wrap-spmore01 .ttl .close.tb-more-all:before {
  display: inline-block;
  position: relative;
  top: 0.15em;
  content: "\e3160";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}

.tb-wrap-more03 .tb-more-ttl, .tb-wrap-more01 .tb-more-ttl {
  margin: 1em 0 0;
  padding: 0.7em 1em;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
  border: 1px solid rgba(111, 138, 187, 0.5);
  background-color: #f0f8fe;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tb-wrap-more03 .tb-more-ttl .tb-more, .tb-wrap-more01 .tb-more-ttl .tb-more {
  width: 6em;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
  background-color: #1b59b5;
  border-radius: 100px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tb-wrap-more03 .tb-more-ttl .tb-more:hover, .tb-wrap-more01 .tb-more-ttl .tb-more:hover {
  background-color: #1e64cb;
}
.tb-wrap-more03 .tb-more-ttl .tb-more:before, .tb-wrap-more01 .tb-more-ttl .tb-more:before {
  display: inline-block;
  position: relative;
  top: 0.15em;
  content: "\e3130";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.tb-wrap-more03 .close.tb-more-ttl .tb-more:before, .tb-wrap-more01 .close.tb-more-ttl .tb-more:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tb-wrap-spmore01 .ttl {
  position: relative;
  padding-right: 7em;
}
.tb-wrap-spmore01 > table > tbody > tr > th {
  position: relative;
  padding: 0.5em 2.5em 0.5em 0.7em;
}
@media only screen and (min-width: 768px) {
  .tb-wrap-spmore01 > table > tbody > tr > th {
    position: relative;
    padding: 0.5em 0.7em;
  }
}

.tb-wrap-more01 .ttl {
  position: relative;
  padding-right: 7em;
}
.tb-wrap-more01 > table > tbody > tr > th {
  position: relative;
  padding: 0.5em 2.5em 0.5em 0.7em;
}
.tb-wrap-more01 .tb-more-box {
  display: none;
  padding: 1.5em;
  border: 1px solid rgba(111, 138, 187, 0.5);
  border-top: none;
}
.tb-wrap-more01 .tb-more-box > table {
  border: 1px solid rgba(111, 138, 187, 0.7);
}
@media only screen and (min-width: 768px) {
  .tb-wrap-more01 > table > tbody > tr > th {
    position: relative;
    padding: 0.5em 0.7em;
  }
  .tb-wrap-more01 .tb-more-box > table {
    border-left: none;
    border-right: none;
  }
}

.tb-wrap-more02 .ttl {
  position: relative;
  padding-right: 7em;
}
.tb-wrap-more02 > table > tbody > tr > th {
  position: relative;
  padding: 0.5em 2.5em 0.5em 0.7em;
}
.tb-wrap-more02 .tb-more-ttl {
  display: none;
}
.tb-wrap-more02 .tb-more-box > table {
  margin-top: -1px;
}
.tb-wrap-more02 .tb-more-box > table > tbody > tr > th {
  position: relative;
  padding: 0.5em 2.5em 0.5em 0.7em;
}
@media only screen and (min-width: 768px) {
  .tb-wrap-more02 > table > tbody > tr > th {
    position: relative;
    padding: 0.5em 0.7em;
  }
  .tb-wrap-more02 .tb-more-ttl {
    display: block;
    margin: 1em 0 0;
    padding: 0.7em 1em;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    border: 1px solid rgba(111, 138, 187, 0.5);
    background-color: #f0f8fe;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .tb-wrap-more02 .tb-more-ttl .tb-more {
    width: 6em;
    position: absolute;
    top: 50%;
    right: 1em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: center;
    background-color: #1b59b5;
    border-radius: 100px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .tb-wrap-more02 .tb-more-ttl .tb-more:hover {
    background-color: #1e64cb;
  }
  .tb-wrap-more02 .tb-more-ttl .tb-more:before {
    display: inline-block;
    position: relative;
    top: 0.15em;
    content: "\e3130";
    font-family: "icomoon";
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .tb-wrap-more02 .tb-more-ttl.close .tb-more:before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .tb-wrap-more02 .tb-more-box {
    display: none;
    padding: 1.5em;
    border: 1px solid rgba(111, 138, 187, 0.5);
    border-top: none;
  }
  .tb-wrap-more02 .tb-more-box > table {
    border-top: 1px solid rgba(111, 138, 187, 0.7);
    border-bottom: 1px solid rgba(111, 138, 187, 0.7);
  }
}

.tb-wrap-more03 > table > tbody > tr > th {
  position: relative;
  padding: 0.5em 2.5em 0.5em 0.7em;
}
.tb-wrap-more03 .tb-more-box {
  display: none;
  padding: 1.5em;
  border: 1px solid rgba(111, 138, 187, 0.5);
  border-top: none;
}
.tb-wrap-more03 .tb-more-box > table {
  border: 1px solid rgba(111, 138, 187, 0.7);
}
@media only screen and (min-width: 768px) {
  .tb-wrap-more03 > table > tbody > tr > th {
    position: relative;
    padding: 0.5em 0.7em;
  }
  .tb-wrap-more03 .tb-more-box > table {
    border-left: none;
    border-right: none;
  }
}

/* 本文 */
.writing-wrap {
  margin: 2em 1.5em;
}
@media only screen and (min-width: 768px) {
  .writing-wrap {
    margin: 2em 0;
  }
}

/* 目次に戻る */
.rank-goback {
  padding: 1em 1em 2em;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f8fe));
  background: linear-gradient(to bottom, #fff 0%, #f0f8fe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFF0F8FE",GradientType=0);
}
.rank-goback a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 0 #6f8abb;
  background-color: rgba(111, 138, 187, 0.8);
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
          box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
}
.rank-goback a:link, .rank-goback a:active, .rank-goback a:visited, .rank-goback a:hover {
  text-decoration: none;
  color: #fff;
}
.rank-goback a:before {
  content: "\e3160";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  margin-right: 0.2em;
}
@media only screen and (min-width: 768px) {
  .rank-goback {
    padding: 1em 0 2em;
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFFFFFFF",GradientType=0);
  }
  .rank-goback a {
    padding: 1em;
    color: #1b59b5;
    text-shadow: 1px 1px 0 rgba(111, 138, 187, 0.2);
    background: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(240, 248, 254, 0.2)));
    background: linear-gradient(to bottom, #fff 0%, rgba(240, 248, 254, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#33F0F8FE",GradientType=0);
    border: 1px solid rgba(111, 138, 187, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(27, 89, 181, 0.04), 0 1px 2px rgba(27, 89, 181, 0.08);
            box-shadow: 0 1px 3px rgba(27, 89, 181, 0.04), 0 1px 2px rgba(27, 89, 181, 0.08);
  }
  .rank-goback a:link, .rank-goback a:active, .rank-goback a:visited, .rank-goback a:hover {
    color: #1b59b5;
  }
  .rank-goback a:hover {
    -webkit-box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
            box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
  }
}

/*--------------------------------------------------------*/
/*　フッター　*/
/*--------------------------------------------------------*/
.rank-others > .ttl i, .tb-wrap-spmore01 > table > tbody > tr > th i, .tb-wrap-more01 > table > tbody > tr > th i, .tb-wrap-more02 > table > tbody > tr > th i, .tb-wrap-more02 .tb-more-box > table > tbody > tr > th i, .tb-wrap-more03 > table > tbody > tr > th i {
  position: absolute;
  top: 50%;
  right: 0.8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  background-color: #1b59b5;
  border-radius: 50%;
}

/* 注意事項 */
.wrap-rank-note {
  padding: 2em 1.5em;
  color: #777;
  border-top: 1px solid rgba(27, 89, 181, 0.2);
}
@media only screen and (min-width: 768px) {
  .wrap-rank-note {
    margin: 1.5em;
    padding: 2em;
    border-top: none;
    background-color: #eee;
    border-radius: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  .wrap-rank-note {
    margin: 3em 0;
  }
}

/* その他の口コミ */
.rank-others {
  margin: 1.5em;
  padding-left: 1em;
  border-left: 1px solid #6f8abb;
}
.rank-others > .ttl {
  margin-bottom: 1em;
  padding: 0.7em 2.5em 0.7em 0.8em;
  position: relative;
  font-size: 15px;
  font-size: 1.5rem;
  color: #4f1100;
  font-weight: bold;
  line-height: 1.8;
  background-color: #f0f8fe;
  border: 1px solid #6f8abb;
  border-radius: 1px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
          box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
  opacity: 0.85;
}
.rank-others > .ttl:hover {
  cursor: pointer;
  background-color: #e6f4fd;
  opacity: 1;
}
.rank-others > .ttl .review-num {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
.rank-others .rank-others-item {
  padding: 1.2em;
  border: 1px solid rgba(111, 138, 187, 0.5);
  border-radius: 3px;
  background-color: rgba(111, 138, 187, 0.1);
}
.rank-others .rank-others-item .img {
  float: left;
}
.rank-others .rank-others-item img {
  vertical-align: top;
  width: 105.3333px;
  height: auto;
}
.rank-others .rank-others-item .txt {
  padding-left: 11.5em;
}
.rank-others .rank-others-item .btn a {
  display: block;
  padding: 0.5em;
  max-width: 13em;
  text-decoration: none;
  color: #1b59b5;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: #ffd200;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd200), to(#f9b11e));
  background: linear-gradient(to bottom, #ffd200 0%, #f9b11e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFD200",endColorstr="#FFF9B11E",GradientType=0);
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
          box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
}
.rank-others .rank-others-item .btn .no-link {
  display: block;
  padding: 0.5em;
  max-width: 13em;
  text-decoration: none;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  border: 1px solid #afafaf;
  background-color: #aaa;
  border-radius: 3px;
}
.rank-others .rank-others-item .memo {
  margin-top: 1em;
}
.rank-others .rank-others-item .memo p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.6;
}
.rank-others .review-wrap {
  margin: 1em 0 0;
}
@media only screen and (min-width: 768px) {
  .rank-others {
    margin: 1.5em 0;
  }
  .rank-others > .ttl {
    padding: 1em 2em 1em 1em;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .rank-others > .ttl i {
    right: 1em;
  }
  .rank-others .rank-others-item {
    float: left;
    width: 30em;
  }
  .rank-others .rank-others-item .btn a {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    opacity: 0.85;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .rank-others .rank-others-item .btn a:link, .rank-others .rank-others-item .btn a:visited {
    text-decoration: none;
    color: #1b59b5;
  }
  .rank-others .rank-others-item .btn a:after {
    position: absolute;
    top: 50%;
    right: 0.8em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "\e63b0";
    font-family: "icomoon";
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    font-size: 1.1rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .rank-others .rank-others-item .btn a:hover {
    opacity: 1;
  }
  .rank-others .rank-others-item .btn a:hover:after {
    right: 0.5em;
  }
  .rank-others .rank-others-item .btn .no-link {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .rank-others .review-wrap {
    margin-left: 31.5em;
  }
}

/* 総評 */
.rank-summary {
  margin: 1.5em;
  position: relative;
}
.rank-summary > .ttl {
  position: relative;
  padding-left: 1.5em;
  font-weight: bold;
  color: #4f1100;
  line-height: 1.8;
}
.rank-summary > .ttl:before {
  position: absolute;
  top: -0.25em;
  left: 0;
  font-size: 19px;
  font-size: 1.9rem;
  content: "\e66e0";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  color: rgba(111, 138, 187, 0.5);
}
.rank-summary > .txt {
  margin: 1.5em 0 2em;
  padding: 1.5em;
  background-color: #f0f8fe;
  border-radius: 3px;
}
.rank-summary > .txt2 {
  margin: 1.5em 0 2em;
  padding: 1.5em;
  background-color: #f0f8fe;
  border-radius: 3px;
}
.rank-summary .more-read {
  color: #1a0dab;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-decoration: underline;
}
.rank-summary .more-read:link {
  color: #1a0dab;
  text-decoration: underline;
}
.rank-summary .more-read:visited {
  color: #609;
  text-decoration: underline;
}
.rank-summary .more-read:hover, .rank-summary .more-read:active {
  color: #b5522e;
  text-decoration: none;
}
.rank-summary:nth-child(2) > .ttl:before {
  color: #d6ae00;
}
.rank-summary:nth-child(2) > .txt {
  background-color: #fff6cc;
}
@media only screen and (min-width: 768px) {
  .rank-summary {
    margin: 2em 0;
  }
}
@media only screen and (min-width: 1024px) {
  .rank-summary {
    padding: 2.5em;
    border: 1px solid rgba(111, 138, 187, 0.5);
    background-color: #f0f8fe;
    border-radius: 3px;
  }
  .rank-summary > .ttl {
    padding: 0.5em 1.5em 1.5em;
    font-size: 16px;
    font-size: 1.6rem;
    border-bottom: 1px solid rgba(111, 138, 187, 0.5);
  }
  .rank-summary > .ttl:before {
    top: 0.2em;
  }
  .rank-summary > .txt {
    margin-top: 2em;
    padding: 0;
    -webkit-column-count: 3;
    -moz-column-count: 3;
         column-count: 3;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
  .rank-summary > .txt2 {
    margin-top: 2em;
    padding: 0;
  }
  .rank-summary:nth-child(2) {
    border: 1px solid #d6ae00;
    background-color: #fff6cc;
  }
  .rank-summary:nth-child(2) > .ttl {
    border-bottom: 1px solid #d6ae00;
  }
}

/*--------------------------------------------------------*/
/*　投稿フォーム　*/
/*--------------------------------------------------------*/
.wrap-rank-vote {
  background-color: rgba(255, 246, 204, 0.5);
  border-bottom: 1px solid rgba(27, 89, 181, 0.2);
}
@media only screen and (min-width: 768px) {
  .wrap-rank-vote {
    background-color: transparent;
    border-bottom: none;
  }
}

.rank-vote-inner {
  padding: 1.5em 1.5em 5em;
}
.rank-vote-inner .tb01-columndown > tbody > tr > th {
  position: relative;
  padding: 2.5em 0.7em 0.5em;
  vertical-align: top;
}
.rank-vote-inner .tb01-columndown > tbody > tr > th .list-note {
  font-weight: normal;
}
.rank-vote-inner .tb01-columndown > tbody .label03-red,
.rank-vote-inner .tb01-columndown > tbody .label03-grn {
  position: absolute;
  top: 1em;
  left: 1em;
}
.rank-vote-inner .tb01-columndown > tbody > tr > td {
  padding: 0.7em;
}
.rank-vote-inner .tb01-columndown > tbody > tr > td .size12 {
  color: #888;
}
.rank-vote-inner input,
.rank-vote-inner textarea {
  padding: 0.5em;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid rgba(111, 138, 187, 0.5);
  border-radius: 3px;
}
.rank-vote-inner input:focus,
.rank-vote-inner textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 0 6px rgba(240, 248, 254, 0.2);
          box-shadow: 0 0 6px rgba(240, 248, 254, 0.2);
  background-color: rgba(240, 248, 254, 0.5);
}
.rank-vote-inner .list-rank-vote li {
  position: relative;
  padding-left: 2em;
  margin-bottom: 0.4em;
}
.rank-vote-inner .list-rank-vote li input[type=radio] {
  position: absolute;
  left: 0;
  top: 0.15em;
  display: block;
  content: "";
  width: 1.4em;
  height: 1.4em;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid rgba(111, 138, 187, 0.5);
  border-radius: 50%;
  background-color: #fff;
}
.rank-vote-inner .list-rank-vote li input[type=radio]:checked {
  background-color: rgba(240, 248, 254, 0.5);
}
.rank-vote-inner .list-rank-vote li input[type=radio]:checked:before {
  position: absolute;
  left: 0.2em;
  top: 0.1em;
  content: "";
  display: block;
  width: 0.9em;
  height: 0.4em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-left: solid 3px #1b59b5;
  border-bottom: solid 3px #1b59b5;
}
.rank-vote-inner .list-rank-vote:nth-child(2) {
  margin-top: 1em;
  padding: 0.7em 0 0;
  border-top: 1px solid rgba(111, 138, 187, 0.5);
}
.rank-vote-inner .list-rank-vote:nth-child(2) input[name=text_2] {
  display: block;
  width: 100%;
  margin-top: 0.5em;
}
.rank-vote-inner .box-rank-vote {
  padding: 1em;
  background-color: rgba(240, 248, 254, 0.8);
  border-radius: 3px;
}
.rank-vote-inner .box-rank-vote:first-child {
  margin-bottom: 0.7em;
}
.rank-vote-inner .box-rank-vote .ttl {
  margin-bottom: 0.5em;
  color: #6f8abb;
}
.rank-vote-inner select {
  padding: 0.7em;
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid rgba(111, 138, 187, 0.5);
  border-radius: 3px;
  background: #fff;
}
.rank-vote-inner .range-star {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.rank-vote-inner .range-star > a {
  display: inline-block;
  margin-right: 0.3em;
  width: 1.8em;
  height: 1.8em;
  text-decoration: none;
  cursor: pointer;
}
.rank-vote-inner .range-star > a:before {
  content: "\e6200";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  font-size: 3rem;
  color: #aaa;
}
.rank-vote-inner .range-star > a.on:before {
  color: #fd3837;
}
.rank-vote-inner .range-num {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: bottom;
  font-size: 20px;
  font-size: 2rem;
}
.rank-vote-inner .input-range {
  display: none;
}
.rank-vote-inner .list-rank-sex {
  border: 1px solid rgba(111, 138, 187, 0.5);
  border-radius: 3px;
}
.rank-vote-inner .list-rank-sex input {
  display: none;
}
.rank-vote-inner .list-rank-sex input[type=radio]:checked + .switch-man {
  color: #fff;
  background: #1b59b5;
  background: -webkit-gradient(linear, left top, left bottom, from(#1b59b5), to(#184e9f));
  background: linear-gradient(to bottom, #1b59b5 0%, #184e9f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF1B59B5",endColorstr="#FF184E9F",GradientType=0);
}
.rank-vote-inner .list-rank-sex input[type=radio]:checked + .switch-woman {
  color: #fff;
  background: #fd3837;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd3837), to(#fd1f1e));
  background: linear-gradient(to bottom, #fd3837 0%, #fd1f1e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFD3837",endColorstr="#FFFD1F1E",GradientType=0);
}
.rank-vote-inner .list-rank-sex label {
  display: block;
  float: left;
  cursor: pointer;
  width: 50%;
  padding: 0.6em 0.5em;
  text-align: center;
  background-color: rgba(240, 248, 254, 0.8);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (min-width: 768px) {
  .rank-vote-inner {
    padding: 1.5em 0 6em;
  }
  .rank-vote-inner .tb01-columndown > tbody > tr > th {
    padding: 1.5em 1.5em 1.5em 5em;
  }
  .rank-vote-inner .tb01-columndown > tbody .label03-red,
  .rank-vote-inner .tb01-columndown > tbody .label03-grn {
    top: 2em;
    left: 2em;
  }
  .rank-vote-inner .tb01-columndown > tbody > tr > td {
    padding: 1.5em;
    background-color: rgba(240, 248, 254, 0.3);
  }
  .rank-vote-inner input,
  .rank-vote-inner textarea {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .rank-vote-inner .list-rank-vote:nth-child(2) {
    padding: 1.2em 0 0;
  }
  .rank-vote-inner .list-rank-vote:nth-child(2) input[type=radio] {
    top: 0.7em;
  }
  .rank-vote-inner .list-rank-vote:nth-child(2) input[name=text_2] {
    display: inline;
    width: auto;
    margin: 0 0 0 1em;
  }
  .rank-vote-inner .box-rank-vote {
    position: relative;
    padding-left: 11em;
  }
  .rank-vote-inner .box-rank-vote .ttl {
    position: absolute;
    top: 50%;
    left: 1em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .rank-vote-inner select {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .rank-vote-inner .list-rank-sex {
    width: 50%;
  }
  .rank-vote-inner .list-rank-sex li {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .rank-vote-inner .list-rank-sex label {
    background-color: #fff;
  }
}
@media only screen and (min-width: 1024px) {
  .rank-vote-inner .list-rank-vote {
    -webkit-column-count: 2;
    -moz-column-count: 2;
         column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}

.btn-vote input {
  display: block;
  position: relative;
  margin: 1.5em auto;
  padding: 0.9em;
  width: 100%;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(4, 16, 109, 0.2);
  text-decoration: none;
  background: #1b59b5;
  background: -webkit-gradient(linear, left top, left bottom, from(#1b59b5), to(#232e8b));
  background: linear-gradient(to bottom, #1b59b5 0%, #232e8b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FF1B59B5",endColorstr="#FF232E8B",GradientType=0);
  border-radius: 5px;
  border: none;
  -webkit-box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
          box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
}
@media only screen and (min-width: 768px) {
  .btn-vote {
    text-align: center;
    background-color: #f0f8fe;
  }
  .btn-vote input {
    max-width: 20em;
    padding: 1.2em;
    opacity: 0.95;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .btn-vote input:active {
    opacity: 1;
  }
}

/*--------------------------------------------------------*/
/*　ヘッダー　*/
/*--------------------------------------------------------*/
.wrap-rank-mainimg {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .wrap-rank-mainimg > .wrap {
    position: relative;
  }
  .wrap-rank-mainimg > .wrap > .row {
    position: absolute;
    top: -48em;
    right: 1.2%;
    left: 1.2%;
  }
}

.mainimg {
  margin-top: 3.1em;
}
.mainimg img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media only screen and (min-width: 1024px) {
  .mainimg {
    margin-top: 0;
    height: 520px;
    overflow: hidden;
    position: relative;
  }
  .mainimg img {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    z-index: -1;
  }
  .mainimg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
  }
}

.rank-ttl {
  padding: 0.88em;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.8;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(136, 136, 136, 0.2);
  background-color: #f5c900;
}
@media only screen and (min-width: 1024px) {
  .rank-ttl {
    padding: 0.88em 1.2em;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
            box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
  }
}

.wrap-rank-header {
  padding: 0 1.5em;
  margin-bottom: 1.5em;
}
.wrap-rank-header .rank-header .img {
  display: none;
}
.wrap-rank-header .rank-header img {
  vertical-align: top;
  overflow: hidden;
  border-radius: 50%;
}
.wrap-rank-header .rank-header .ttl {
  margin-bottom: 0.8em;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(27, 89, 181, 0.2);
  color: #1b59b5;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9;
}
@media only screen and (min-width: 768px) {
  .wrap-rank-header .scroll-down {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .wrap-rank-header {
    padding: 0;
  }
  .wrap-rank-header #rank-header-height {
    margin-bottom: 3em;
  }
  .wrap-rank-header .rank-header {
    position: relative;
    margin: 3em 0;
    padding: 2.5em 1.5em 2.5em 2.5em;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
            box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
  }
  .wrap-rank-header .rank-header .ttl-box {
    display: table-row;
  }
  .wrap-rank-header .rank-header .img {
    display: table-cell;
    vertical-align: top;
  }
  .wrap-rank-header .rank-header .ttl {
    display: table-cell;
    vertical-align: middle;
    padding-left: 1em;
  }
  .wrap-rank-header .rank-header .txt {
    margin-top: 1.5em;
  }
  .wrap-rank-header .rank-header-inner {
    padding-right: 2em;
    max-height: 30em;
    position: relative;
    overflow-y: scroll;
  }
  .wrap-rank-header .rank-header-inner::-webkit-scrollbar {
    width: 0.7em;
  }
  .wrap-rank-header .rank-header-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background-color: #ddd;
  }
  .wrap-rank-header .rank-header-inner::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: rgba(27, 89, 181, 0.8);
  }
  .wrap-rank-header .rank-header-inner.no-active {
    overflow-y: scroll;
    overflow-y: auto;
  }
  .wrap-rank-header .scroll-down {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 96%;
    padding: 1.5em 0 0;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.9)), to(#fff));
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 30%, #fff 100%);
    cursor: pointer;
  }
  .wrap-rank-header .scroll-down span {
    display: block;
    padding: 0.7em;
    color: #1b59b5;
    font-size: 20px;
    font-size: 2rem;
  }
  .wrap-rank-header .scroll-down span:before {
    display: inline-block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.rank-time {
  padding: 0.7em 1.2em;
  font-size: 13px;
  font-size: 1.3rem;
  color: #999;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .rank-time {
    position: absolute;
    top: 0.5em;
    right: 1.5em;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(136, 136, 136, 0.2);
  }
}

.rank-reco {
  margin: 2em 0;
}
.rank-reco .ttl {
  color: #6f8abb;
}
.rank-reco li {
  border-top: 1px solid rgba(111, 138, 187, 0.5);
}
.rank-reco li:last-child {
  border-bottom: 1px solid rgba(111, 138, 187, 0.5);
}
.rank-reco a {
  display: block;
  padding: 1em 0 0.5em;
  position: relative;
}
.rank-reco a:link,
.rank-reco a:visited {
  text-decoration: none;
}
.rank-reco .ctgry-ct, .rank-reco .ctgry-ranking {
  margin-bottom: 0.8em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  color: #009589;
}
.rank-reco .ctgry-ranking {
  color: #d6ae00;
}
.rank-reco .rank-reco-img .ctgry-ct, .rank-reco .rank-reco-img02 .ctgry-ct, .rank-reco .rank-reco-img .ctgry-ranking, .rank-reco .rank-reco-img02 .ctgry-ranking {
  padding-left: 6.3em;
}
.rank-reco .rank-reco-img .txt, .rank-reco .rank-reco-img02 .txt {
  padding-left: 5em;
  line-height: 1.8;
  min-height: 2.7em;
}
.rank-reco .img {
  position: absolute;
  top: 0.8em;
  left: 0;
  overflow: hidden;
  line-height: 1;
  border-radius: 3px;
}
.rank-reco img {
  width: 60px;
  vertical-align: top;
}
.rank-reco .rank-reco-img02 .inner {
  position: relative;
}
.rank-reco .rank-reco-img02 .memo {
  margin: -0.5em 0 1em;
  line-height: 1.8;
  font-size: 11px;
  font-size: 1.1rem;
  color: #6f8abb;
}
.rank-reco .rank-reco-img02 .img {
  top: 0;
  left: 0;
}
.rank-reco .rank-reco-txt .txt {
  min-height: 1.7em;
  line-height: 1.8;
}
.rank-reco .rank-reco-txt-notag a {
  padding: 0.5em 0;
}
.rank-reco .rank-reco-txt-notag .txt {
  min-height: 1.7em;
  line-height: 1.8;
}
@media only screen and (min-width: 1024px) {
  .rank-reco {
    margin: 3em 0;
    background-color: #fff;
    border: 1px solid rgba(111, 138, 187, 0.5);
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 6px rgba(27, 89, 181, 0.04), 0 1px 4px rgba(27, 89, 181, 0.08);
            box-shadow: 0 1px 6px rgba(27, 89, 181, 0.04), 0 1px 4px rgba(27, 89, 181, 0.08);
  }
  .rank-reco .ttl {
    padding: 1em;
    line-height: 1;
    background-color: #f0f8fe;
  }
  .rank-reco li:last-child {
    border-bottom: none;
  }
  .rank-reco a {
    padding: 1em 0.8em 0.8em;
  }
  .rank-reco .img {
    left: 0.8em;
  }
  .rank-reco .rank-reco-txt-notag a {
    padding: 1em 0.8em;
  }
}

.rank-banner {
  margin: 2em 0;
}
.rank-banner .ttl {
  margin-bottom: 0.5em;
  color: #6f8abb;
  line-height: 1;
}
.rank-banner .img {
  text-align: center;
  background-color: rgba(111, 138, 187, 0.1);
}
.rank-banner .img img {
  width: 100%;
  max-width: 300px;
  vertical-align: top;
}
@media only screen and (min-width: 1024px) {
  .rank-banner {
    margin: 3em 0;
  }
  .rank-banner .img {
    -webkit-box-shadow: 0 1px 6px rgba(27, 89, 181, 0.04), 0 1px 4px rgba(27, 89, 181, 0.08);
            box-shadow: 0 1px 6px rgba(27, 89, 181, 0.04), 0 1px 4px rgba(27, 89, 181, 0.08);
  }
}

.readmore-wrap {
  position: relative;
}
.readmore-wrap .readmore-item {
  position: relative;
  overflow: hidden;
  height: 25em;
}
.readmore-wrap .readmore-item.is-hide {
  height: 25em;
}
.readmore-wrap .readmore-item.is-hide:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 10em;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(50%, rgba(255, 255, 255, 0.9)), to(#fff));
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}
.readmore-wrap .readmore-item > .ttl {
  margin: 2em 0 1em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #4f1100;
  line-height: 1.6;
  font-weight: bold;
}
.readmore-wrap .readmore-link {
  position: absolute;
  bottom: 1em;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  padding: 0.7em 2em;
  margin: auto;
  width: 50%;
  min-width: 220px;
  text-align: center;
  color: #1b59b5;
  background-color: #fff;
  border: 1px solid rgba(111, 138, 187, 0.3);
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.readmore-wrap .readmore-link:before {
  content: "\e65e0";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin-right: 0.5em;
}
@media only screen and (min-width: 768px) {
  .readmore-wrap .readmore-item {
    height: auto;
  }
  .readmore-wrap .readmore-item.is-hide {
    height: auto;
  }
  .readmore-wrap .readmore-item.is-hide:before {
    content: none;
  }
  .readmore-wrap .readmore-link {
    display: none;
  }
}

.wrap-pnkz {
  position: absolute;
  top: -4.6em;
  left: 0;
  width: 100%;
  background-color: rgba(252, 219, 69, 0.3);
}
@media only screen and (min-width: 1024px) {
  .wrap-pnkz {
    position: static;
    background-color: #fcdb45;
  }
}

.list-pnkz {
  padding: 1em 1.5em;
}
.list-pnkz li {
  position: relative;
  display: inline-block;
  margin-right: 1.5em;
  font-size: 13px;
  font-size: 1.3rem;
}
.list-pnkz li:last-child {
  display: none;
}
.list-pnkz li:last-child:after {
  content: none;
}
.list-pnkz li:after {
  position: absolute;
  top: 50%;
  right: -1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e6600";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  font-size: 1.1rem;
}
.list-pnkz li a {
  color: #454545;
}
@media only screen and (min-width: 1024px) {
  .list-pnkz {
    padding: 1em 0;
  }
  .list-pnkz li:last-child {
    display: inline-block;
  }
  .list-pnkz li a {
    text-decoration: none;
  }
  .list-pnkz li a:hover {
    text-decoration: underline;
  }
}

.wrap-rank-nomainimg .wrap-pnkz {
  position: static;
}
@media only screen and (min-width: 1024px) {
  .wrap-rank-nomainimg .wrap-pnkz {
    margin-bottom: 3.8em;
  }
}

#wrap-rank-mokuji {
  padding: 2em 1.5em;
  background-color: #f0f8fe;
}
#wrap-rank-mokuji .mokuji-ttl {
  padding: 1.5em;
  margin-bottom: 2em;
  border-radius: 3px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(136, 136, 136, 0.2);
}
#wrap-rank-mokuji .mokuji-ttl p:first-child {
  margin-bottom: 0.5em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
#wrap-rank-mokuji .mokuji-ttl .ttl {
  line-height: 1.8;
}
@media only screen and (min-width: 1024px) {
  #wrap-rank-mokuji {
    padding: 5em 0 0;
  }
  #wrap-rank-mokuji .mokuji-ttl {
    padding: 2em;
  }
  #wrap-rank-mokuji .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.rank-mokuji li {
  margin-bottom: 0.4em;
  position: relative;
  line-height: 1.8;
}
.rank-mokuji li:before {
  display: inline-block;
  width: 3.8em;
  position: absolute;
  top: 0.1em;
  left: 0;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  color: #fff;
  background-color: #999;
  border-radius: 3px;
}
.rank-mokuji li.rank-15 {
  padding-left: 4em;
}
.rank-mokuji li.rank-15:before {
  content: "15位";
}
.rank-mokuji li.rank-14 {
  padding-left: 4em;
}
.rank-mokuji li.rank-14:before {
  content: "14位";
}
.rank-mokuji li.rank-13 {
  padding-left: 4em;
}
.rank-mokuji li.rank-13:before {
  content: "13位";
}
.rank-mokuji li.rank-12 {
  padding-left: 4em;
}
.rank-mokuji li.rank-12:before {
  content: "12位";
}
.rank-mokuji li.rank-11 {
  padding-left: 4em;
}
.rank-mokuji li.rank-11:before {
  content: "11位";
}
.rank-mokuji li.rank-10 {
  padding-left: 4em;
}
.rank-mokuji li.rank-10:before {
  content: "10位";
}
.rank-mokuji li.rank-9 {
  padding-left: 4em;
}
.rank-mokuji li.rank-9:before {
  content: "9位";
}
.rank-mokuji li.rank-8 {
  padding-left: 4em;
}
.rank-mokuji li.rank-8:before {
  content: "8位";
}
.rank-mokuji li.rank-7 {
  padding-left: 4em;
}
.rank-mokuji li.rank-7:before {
  content: "7位";
}
.rank-mokuji li.rank-6 {
  padding-left: 4em;
}
.rank-mokuji li.rank-6:before {
  content: "6位";
}
.rank-mokuji li.rank-5 {
  padding-left: 4em;
}
.rank-mokuji li.rank-5:before {
  content: "5位";
}
.rank-mokuji li.rank-4 {
  padding-left: 4em;
}
.rank-mokuji li.rank-4:before {
  content: "4位";
}
.rank-mokuji li.rank-3 {
  padding-left: 4em;
}
.rank-mokuji li.rank-3:before {
  content: "3位";
}
.rank-mokuji li.rank-2 {
  padding-left: 4em;
}
.rank-mokuji li.rank-2:before {
  content: "2位";
}
.rank-mokuji li.rank-1 {
  padding-left: 4em;
}
.rank-mokuji li.rank-1:before {
  content: "1位";
}
.rank-mokuji li.rank-1:before {
  background-color: #f6b211;
}
.rank-mokuji li.rank-2:before {
  background-color: #5784c6;
}
.rank-mokuji li.rank-3:before {
  background-color: #a85454;
}
.rank-mokuji li.rank-pickup {
  padding-left: 4em;
}
.rank-mokuji li.rank-pickup:before {
  content: "PICKUP";
  width: 4.12em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.95;
  background-color: #fd3837;
}
.rank-mokuji li.rank-entry {
  padding-left: 4em;
}
.rank-mokuji li.rank-entry:before {
  content: "ENTRY";
  width: 4.12em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.95;
  background-color: #009589;
}
.rank-mokuji li.rank-faq {
  padding-left: 4em;
}
.rank-mokuji li.rank-faq:before {
  content: "FAQ";
  width: 4.12em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.95;
  background-color: #9EC4E5;
}
@media only screen and (min-width: 1024px) {
  .rank-mokuji {
    -webkit-column-count: 2;
    -moz-column-count: 2;
         column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
         column-gap: 2em;
  }
}

.rank-ttl {
  background-color: #f5c900;
}

.wrap-rank-header .rank-header img {
  border: 3px solid #f5c900;
}

#wrap-rank-mokuji .mokuji-ttl {
  background-color: #f5c900;
}

.index .rank-ttl {
  background-color: #f5c900;
}

.index .wrap-rank-header .rank-header img {
  border: 3px solid #f5c900;
}
@media only screen and (min-width: 1024px) {
  .index .wrap-rank-header .rank-header {
    border: 2px solid #f5c900;
  }
}

.index #wrap-rank-mokuji .mokuji-ttl {
  background-color: #f5c900;
}

.mny .rank-ttl {
  background-color: #dab81a;
}

.mny .wrap-rank-header .rank-header img {
  border: 3px solid #dab81a;
}
@media only screen and (min-width: 1024px) {
  .mny .wrap-rank-header .rank-header {
    border: 2px solid #dab81a;
  }
}

.mny #wrap-rank-mokuji .mokuji-ttl {
  background-color: #dab81a;
}

.bus .rank-ttl {
  background-color: #3243cc;
}

.bus .wrap-rank-header .rank-header img {
  border: 3px solid #3243cc;
}
@media only screen and (min-width: 1024px) {
  .bus .wrap-rank-header .rank-header {
    border: 2px solid #3243cc;
  }
}

.bus #wrap-rank-mokuji .mokuji-ttl {
  background-color: #3243cc;
}

.lif .rank-ttl {
  background-color: #f0891d;
}

.lif .wrap-rank-header .rank-header img {
  border: 3px solid #f0891d;
}
@media only screen and (min-width: 1024px) {
  .lif .wrap-rank-header .rank-header {
    border: 2px solid #f0891d;
  }
}

.lif #wrap-rank-mokuji .mokuji-ttl {
  background-color: #f0891d;
}

.grm .rank-ttl {
  background-color: #e75269;
}

.grm .wrap-rank-header .rank-header img {
  border: 3px solid #e75269;
}
@media only screen and (min-width: 1024px) {
  .grm .wrap-rank-header .rank-header {
    border: 2px solid #e75269;
  }
}

.grm #wrap-rank-mokuji .mokuji-ttl {
  background-color: #e75269;
}

.bty .rank-ttl {
  background-color: #69b341;
}

.bty .wrap-rank-header .rank-header img {
  border: 3px solid #69b341;
}
@media only screen and (min-width: 1024px) {
  .bty .wrap-rank-header .rank-header {
    border: 2px solid #69b341;
  }
}

.bty #wrap-rank-mokuji .mokuji-ttl {
  background-color: #69b341;
}

.ent .rank-ttl {
  background-color: #00af83;
}

.ent .wrap-rank-header .rank-header img {
  border: 3px solid #00af83;
}
@media only screen and (min-width: 1024px) {
  .ent .wrap-rank-header .rank-header {
    border: 2px solid #00af83;
  }
}

.ent #wrap-rank-mokuji .mokuji-ttl {
  background-color: #00af83;
}

.pc .rank-ttl {
  background-color: #a473ae;
}

.pc .wrap-rank-header .rank-header img {
  border: 3px solid #a473ae;
}
@media only screen and (min-width: 1024px) {
  .pc .wrap-rank-header .rank-header {
    border: 2px solid #a473ae;
  }
}

.pc #wrap-rank-mokuji .mokuji-ttl {
  background-color: #a473ae;
}

.net .rank-ttl {
  background-color: #684915;
}

.net .wrap-rank-header .rank-header img {
  border: 3px solid #684915;
}
@media only screen and (min-width: 1024px) {
  .net .wrap-rank-header .rank-header {
    border: 2px solid #684915;
  }
}

.net #wrap-rank-mokuji .mokuji-ttl {
  background-color: #684915;
}

/*--------------------------------------------------------*/
/*　見出し（1位～PICKUP）　*/
/*--------------------------------------------------------*/
.rank-sct h3 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  border-top: 1px solid rgba(27, 89, 181, 0.2);
  border-bottom: 3px solid rgba(27, 89, 181, 0.3);
  display: block;
  padding: 1.25em 0.75em 1.25em 4em;
  position: relative;
  color: #4f1100;
  background-color: #e6f4fe;
}
.rank-sct h3:before {
  display: block;
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 0.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../../images/rank_2018/rank_img_rk1.svg);
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .rank-sct h3 {
    margin-bottom: 1em;
    border-top: none;
    -webkit-box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
            box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
  }
}
@media only screen and (min-width: 1024px) {
  .rank-sct h3 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-left: 4.5em;
  }
  .rank-sct h3:before {
    left: 1em;
  }
}

.rank-sct h3.ttl-rank-1:before {
  background-image: url(../../images/rank_2018/rank_img_rk1.svg);
}
.rank-sct h3.ttl-rank-2:before {
  background-image: url(../../images/rank_2018/rank_img_rk2.svg);
}
.rank-sct h3.ttl-rank-3:before {
  background-image: url(../../images/rank_2018/rank_img_rk3.svg);
}
.rank-sct h3.ttl-rank-4:before {
  background-image: url(../../images/rank_2018/rank_img_rk4.svg);
}
.rank-sct h3.ttl-rank-5:before {
  background-image: url(../../images/rank_2018/rank_img_rk5.svg);
}
.rank-sct h3.ttl-rank-6:before {
  background-image: url(../../images/rank_2018/rank_img_rk6.svg);
}
.rank-sct h3.ttl-rank-7:before {
  background-image: url(../../images/rank_2018/rank_img_rk7.svg);
}
.rank-sct h3.ttl-rank-8:before {
  background-image: url(../../images/rank_2018/rank_img_rk8.svg);
}
.rank-sct h3.ttl-rank-9:before {
  background-image: url(../../images/rank_2018/rank_img_rk9.svg);
}
.rank-sct h3.ttl-rank-10:before {
  background-image: url(../../images/rank_2018/rank_img_rk10.svg);
}
.rank-sct h3.ttl-rank-11:before {
  background-image: url(../../images/rank_2018/rank_img_rk11.svg);
}
.rank-sct h3.ttl-rank-12:before {
  background-image: url(../../images/rank_2018/rank_img_rk12.svg);
}
.rank-sct h3.ttl-rank-13:before {
  background-image: url(../../images/rank_2018/rank_img_rk13.svg);
}
.rank-sct h3.ttl-rank-1 {
  border-bottom: 3px solid #f6b211;
}
.rank-sct h3.ttl-rank-2 {
  border-bottom: 3px solid #5784c6;
}
.rank-sct h3.ttl-rank-3 {
  border-bottom: 3px solid #a85454;
}
.rank-sct h3.ttl-rank-pickup {
  border-bottom: 3px solid #fd3837;
}
.rank-sct h3.ttl-rank-pickup:before {
  background-image: url(../../images/rank_2018/rank_img_pickup.svg);
}
.rank-sct h3.ttl-rank-entry {
  border-bottom: 3px solid #009589;
}
.rank-sct h3.ttl-rank-entry:before {
  background-image: url(../../images/rank_2018/rank_img_entry.svg);
}
.rank-sct h3.ttl-rank-others, .rank-sct h3.ttl-rank-summary, .rank-sct h3.ttl-rank-vote {
  padding: 1.25em 0.75em;
}
.rank-sct h3.ttl-rank-others:before, .rank-sct h3.ttl-rank-summary:before, .rank-sct h3.ttl-rank-vote:before {
  content: none;
}
.rank-sct h3.ttl-rank-others .amazon, .rank-sct h3.ttl-rank-summary .amazon, .rank-sct h3.ttl-rank-vote .amazon {
  display: block;
  margin-top: 0.8em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
@media only screen and (min-width: 1024px) {
  .rank-sct h3.ttl-rank-others, .rank-sct h3.ttl-rank-summary, .rank-sct h3.ttl-rank-vote {
    padding: 1.25em 14em 1.25em 1.25em;
    position: relative;
  }
  .rank-sct h3.ttl-rank-others .amazon, .rank-sct h3.ttl-rank-summary .amazon, .rank-sct h3.ttl-rank-vote .amazon {
    margin-top: 0;
    position: absolute;
    top: 50%;
    right: 2em;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24em;
  }
}

/*--------------------------------------------------------*/
/*　indexページ専用　*/
/*--------------------------------------------------------*/
.wrap-contents.index {
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .wrap-contents.index {
    background-image: url(../../images/home_2018/idx_bg.png);
    background-color: rgba(240, 248, 254, 0.8);
  }
}

.wrap-rank-index {
  padding: 2em 1.5em 3em;
  background-image: url(../../images/home_2018/idx_bg.png);
  background-color: rgba(240, 248, 254, 0.4);
}
@media only screen and (min-width: 1024px) {
  .wrap-rank-index {
    padding: 3em 0;
    background: transparent;
  }
}

.rank-index {
  margin-bottom: 2em;
  overflow: hidden;
  border-radius: 5px;
  background-color: #f0f8fe;
  -webkit-box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
          box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.rank-index:hover {
  -webkit-box-shadow: 0 1px 20px rgba(27, 89, 181, 0.16), 0 1px 6px rgba(27, 89, 181, 0.2);
          box-shadow: 0 1px 20px rgba(27, 89, 181, 0.16), 0 1px 6px rgba(27, 89, 181, 0.2);
}
.rank-index .ttl-rank-index {
  padding: 0.88em 0.88em 0.88em 2.4em;
  position: relative;
  color: #1b59b5;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.8;
  text-shadow: 1px 1px 1px #fff;
}
.rank-index .ttl-rank-index:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.8em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 4px;
  background-color: #fcdb45;
  border-radius: 5px;
}
.rank-index .line a {
  display: block;
  padding: 1em 1.5em 1.5em;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(111, 138, 187, 0.4);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
}
.rank-index .line a:link, .rank-index .line a:visited {
  text-decoration: none;
}
.rank-index .line a:before {
  content: "";
  display: table;
  height: 70em;
  width: 70em;
  position: absolute;
  top: 50%;
  left: -95em;
  background-color: rgba(252, 219, 69, 0.1);
  border-radius: 5px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.rank-index .line a:hover:before {
  left: 0;
}
.rank-index .box {
  position: relative;
}
.rank-index .box.empty {
  display: none;
}
.rank-index .box .img {
  position: absolute;
  top: 0.2em;
  left: -0.1em;
  overflow: hidden;
  line-height: 1;
  border-radius: 3px;
}
.rank-index .box.new .img:before {
  content: "NEW";
  display: inline-block;
  padding: 0.2em 0.5em;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: #fd3837;
  border-radius: 0 0 0 3px;
}
.rank-index .box img {
  width: 60px;
  vertical-align: top;
}
.rank-index .box .ttl {
  padding-left: 4.5em;
  margin-bottom: 0.5em;
}
.rank-index .box .txt {
  padding-left: 5.5em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}
@media only screen and (min-width: 1024px) {
  .rank-index {
    margin-bottom: 3em;
    border: 1px solid rgba(111, 138, 187, 0.2);
  }
  .rank-index .ttl-rank-index {
    padding: 1em 1em 1em 2.4em;
  }
  .rank-index .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rank-index a {
    width: 25%;
    border-right: 1px solid rgba(111, 138, 187, 0.4);
  }
  .rank-index a:last-child {
    border-right: none;
  }
  .rank-index .empty {
    display: block;
    width: 25%;
    background-color: transparent;
    border-top: 1px solid rgba(111, 138, 187, 0.4);
  }
}

.box-piyo {
  padding: 2em 1.5em 4em;
  position: relative;
  background-color: rgba(255, 246, 204, 0.5);
  border-radius: 5px;
}
.box-piyo .ttl {
  padding-left: 1em;
  margin: 0 0 1em;
  border-left: 4px solid #fcdb45;
}
.box-piyo .txt p,
.box-piyo .txt li {
  font-size: 14px;
  font-size: 1.4rem;
}
.box-piyo .txt .list-note li,
.box-piyo .txt li.size12 {
  font-size: 12px;
  font-size: 1.2rem;
}
.box-piyo .piyo-right {
  position: absolute;
  bottom: -2.5em;
  right: -2em;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.box-piyo img {
  width: 6em;
}
@media only screen and (min-width: 768px) {
  .box-piyo {
    padding: 3.5em 3.5em 4em;
  }
  .box-piyo img {
    width: 7em;
  }
}

/*--------------------------------------------------------*/
/*　口コミ　*/
/*--------------------------------------------------------*/
.review-wrap {
  margin: 1.5em;
}
.review-wrap > .ttl {
  margin: 2em 0 1em;
  font-size: 14px;
  font-size: 1.4rem;
  color: #4f1100;
  line-height: 1.6;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .review-wrap {
    margin: 1.5em 0;
  }
}

/* タブ */
.list-review li {
  display: inline-block;
  width: 32%;
  margin-right: 1%;
  padding: 0.7em 0.3em;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  border: 1px solid #afafaf;
  background-color: #aaa;
  border-radius: 2px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.list-review li.is-tab {
  color: #1b59b5;
  border: 1px solid rgba(111, 138, 187, 0.5);
  background-color: transparent;
}
.list-review li.is-active {
  color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.05);
}
.list-review li.tab-review-good.is-active, .list-review li.tab-review-good.is-active.is-tab:hover {
  background-color: #fd3837;
  border: 1px solid #fd3837;
}
.list-review li.tab-review-neutral.is-active, .list-review li.tab-review-neutral.is-active.is-tab:hover {
  background-color: #009589;
  border: 1px solid #009589;
}
.list-review li.tab-review-bad.is-active, .list-review li.tab-review-bad.is-active.is-tab:hover {
  background-color: #1b59b5;
  border: 1px solid #1b59b5;
}
.list-review li.tab-review-bad {
  margin-right: 0;
}
.list-review li.is-tab:hover {
  color: #fff;
  cursor: pointer;
}
.list-review li.tab-review-good.is-tab:hover {
  background-color: rgba(253, 56, 55, 0.5);
  border-color: rgba(253, 56, 55, 0.3);
}
.list-review li.tab-review-neutral.is-tab:hover {
  background-color: rgba(0, 149, 137, 0.5);
  border-color: rgba(0, 149, 137, 0.3);
}
.list-review li.tab-review-bad.is-tab:hover {
  background-color: rgba(27, 89, 181, 0.5);
  border-color: rgba(27, 89, 181, 0.3);
}
.list-review li .review-num {
  display: none;
}
@media only screen and (min-width: 768px) {
  .list-review li {
    font-weight: bold;
  }
  .list-review li .review-num {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .list-review li.is-active {
    padding-bottom: 1.2em;
    margin-bottom: 0;
    border-radius: 2px 2px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .list-review {
    position: relative;
  }
  .list-review:after {
    content: "";
    display: block;
    width: 8em;
    height: 8em;
    position: absolute;
    bottom: -1.4em;
    right: -1.5em;
    background-image: url(../../images/home_2018/piyo.svg);
    background-size: contain;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .list-review li {
    width: 11.5em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .list-review li .review-none {
    display: inline;
  }
}

/* 口コミ */
.sheet-review {
  margin-bottom: 2em;
}
.sheet-review .review-item,
.sheet-review .review-item-wanted {
  margin: 1em 0;
  padding: 1.2em;
  border: 1px solid rgba(111, 138, 187, 0.5);
  border-radius: 2px;
}
.sheet-review .review-item p:first-child,
.sheet-review .review-item-wanted p:first-child {
  position: relative;
  padding-left: 1.5em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
}
.sheet-review .review-item p:first-child:before,
.sheet-review .review-item-wanted p:first-child:before {
  position: absolute;
  top: -0.2em;
  left: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.sheet-review .review-item p:nth-child(2),
.sheet-review .review-item-wanted p:nth-child(2) {
  font-size: 13px;
  font-size: 1.3rem;
}
.sheet-review .review-item a.more:visited,
.sheet-review .review-item-wanted a.more:visited {
  color: #1a0dab;
}
.sheet-review .sheet-review-good .review-item p:first-child:before,
.sheet-review .sheet-review-good .review-item-wanted p:first-child:before {
  content: "\e8130";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  color: #fd3837;
}
.sheet-review .sheet-review-neutral .review-item p:first-child:before {
  content: "\e8120";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  color: #009589;
}
.sheet-review .sheet-review-bad .review-item p:first-child:before {
  content: "\e8110";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  color: #1b59b5;
}
.sheet-review .review-more a {
  display: block;
  padding: 0.25em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  text-shadow: 1px 1px 1px rgba(178, 95, 0, 0.2);
  background: #f9b11e;
  background: -webkit-gradient(linear, left top, left bottom, from(#f9b11e), to(#f49404));
  background: linear-gradient(to bottom, #f9b11e 0%, #f49404 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFF9B11E",endColorstr="#FFF49404",GradientType=0);
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
          box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
}
.sheet-review .review-more a:after {
  content: "\e9010";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-weight: normal;
  margin-left: 0.5em;
}
@media only screen and (min-width: 768px) {
  .sheet-review {
    background-color: #f0f8fe;
    border: 1px solid rgba(111, 138, 187, 0.5);
    border-top: none;
  }
  .sheet-review .review-item,
  .sheet-review .review-item-wanted {
    padding: 1.5em;
    background-color: #fff;
  }
  .sheet-review .sheet-review-good {
    padding: 0.7em 1.5em;
    margin: 0 -1px;
    border-top: 3px solid #fd3837;
  }
  .sheet-review .sheet-review-neutral {
    padding: 0.7em 1.5em;
    margin: 0 -1px;
    border-top: 3px solid #009589;
  }
  .sheet-review .sheet-review-bad {
    padding: 0.7em 1.5em;
    margin: 0 -1px;
    border-top: 3px solid #1b59b5;
  }
  .sheet-review .review-more {
    margin: 0 1em 1.5em;
  }
}
@media only screen and (min-width: 1024px) {
  .sheet-review .review-more a {
    opacity: 0.85;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .sheet-review .review-more a:hover {
    opacity: 1;
  }
}

/*--------------------------------------------------------*/
/*　サイド（画像・評価項目・ボタン）　*/
/*--------------------------------------------------------*/
.side-rank .img {
  text-align: center;
  background-color: rgba(111, 138, 187, 0.1);
}
.side-rank .img img {
  vertical-align: top;
}
.side-rank .list-brand {
  margin: 0 0 0 15em;
}
.side-rank .list-brand li {
  display: inline-block;
  margin: 0 0.2em 0.4em 0;
}
.side-rank .ttl {
  margin: 1em 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  line-height: 1.6;
}
.side-rank .ttl:last-child {
  margin-bottom: 1em;
}

.card-wrap .img-card {
  float: left;
}
.card-wrap .img-card .img {
  margin-bottom: 0.5em;
}
.card-wrap .img-card .img:last-child {
  margin-bottom: 1em;
}
.card-wrap .img-card img {
  width: 140px;
  height: 89px;
}
.card-wrap .list-brand {
  margin: 0 0 0 15em;
}
.card-wrap .list-brand li {
  display: inline-block;
  margin: 0 0.2em 0.4em 0;
  line-height: 1;
}
.card-wrap .ttl {
  margin: 0.5em 0 0 12.5em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #888;
  line-height: 1.6;
}
.card-wrap .ttl:last-child {
  margin-bottom: 1em;
}

/* 評価星 */
.wrap-score, .wrap-score-wanted {
  /* 総合評価 */
  /* 項目毎の評価 */
}
.wrap-score .ttl-score, .wrap-score-wanted .ttl-score {
  padding: 1em 0 1em;
  position: relative;
  border-top: 1px solid rgba(111, 138, 187, 0.5);
  border-bottom: 1px solid rgba(111, 138, 187, 0.5);
}
.wrap-score .ttl-score p:first-child, .wrap-score-wanted .ttl-score p:first-child {
  display: inline-block;
  padding: 0 0.8em;
  position: absolute;
  top: 0.9em;
  left: 0;
  color: #fff;
  background-color: #fd3837;
  border-radius: 3px;
}
.wrap-score .ttl-score p:nth-child(2), .wrap-score-wanted .ttl-score p:nth-child(2) {
  position: relative;
  display: inline-block;
  margin: 0.2em 0.5em 0.4em 4.2em;
  line-height: 1;
}
.wrap-score .ttl-score p:nth-child(2):before, .wrap-score-wanted .ttl-score p:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  height: 100%;
  background-color: rgba(111, 138, 187, 0.5);
}
.wrap-score .ttl-score p:nth-child(2):after, .wrap-score-wanted .ttl-score p:nth-child(2):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -5;
  width: 90%;
  height: 100%;
  background-color: #fd3837;
}
.wrap-score .ttl-score p:nth-child(2).score-25:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-25:after {
  width: 50%;
}
.wrap-score .ttl-score p:nth-child(2).score-26:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-26:after {
  width: 52%;
}
.wrap-score .ttl-score p:nth-child(2).score-27:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-27:after {
  width: 54%;
}
.wrap-score .ttl-score p:nth-child(2).score-28:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-28:after {
  width: 56%;
}
.wrap-score .ttl-score p:nth-child(2).score-29:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-29:after {
  width: 58%;
}
.wrap-score .ttl-score p:nth-child(2).score-30:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-30:after {
  width: 60%;
}
.wrap-score .ttl-score p:nth-child(2).score-31:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-31:after {
  width: 62%;
}
.wrap-score .ttl-score p:nth-child(2).score-32:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-32:after {
  width: 64%;
}
.wrap-score .ttl-score p:nth-child(2).score-33:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-33:after {
  width: 66%;
}
.wrap-score .ttl-score p:nth-child(2).score-34:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-34:after {
  width: 68%;
}
.wrap-score .ttl-score p:nth-child(2).score-35:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-35:after {
  width: 70%;
}
.wrap-score .ttl-score p:nth-child(2).score-36:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-36:after {
  width: 72%;
}
.wrap-score .ttl-score p:nth-child(2).score-37:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-37:after {
  width: 74%;
}
.wrap-score .ttl-score p:nth-child(2).score-38:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-38:after {
  width: 76%;
}
.wrap-score .ttl-score p:nth-child(2).score-39:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-39:after {
  width: 78%;
}
.wrap-score .ttl-score p:nth-child(2).score-40:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-40:after {
  width: 80%;
}
.wrap-score .ttl-score p:nth-child(2).score-41:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-41:after {
  width: 82%;
}
.wrap-score .ttl-score p:nth-child(2).score-42:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-42:after {
  width: 84%;
}
.wrap-score .ttl-score p:nth-child(2).score-43:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-43:after {
  width: 86%;
}
.wrap-score .ttl-score p:nth-child(2).score-44:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-44:after {
  width: 88%;
}
.wrap-score .ttl-score p:nth-child(2).score-45:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-45:after {
  width: 90%;
}
.wrap-score .ttl-score p:nth-child(2).score-46:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-46:after {
  width: 92%;
}
.wrap-score .ttl-score p:nth-child(2).score-47:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-47:after {
  width: 94%;
}
.wrap-score .ttl-score p:nth-child(2).score-48:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-48:after {
  width: 96%;
}
.wrap-score .ttl-score p:nth-child(2).score-49:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-49:after {
  width: 98%;
}
.wrap-score .ttl-score p:nth-child(2).score-50:after, .wrap-score-wanted .ttl-score p:nth-child(2).score-50:after {
  width: 100%;
}
.wrap-score .ttl-score p:nth-child(2) img, .wrap-score-wanted .ttl-score p:nth-child(2) img {
  width: 150px;
  height: 30px;
  vertical-align: middle;
}
.wrap-score .ttl-score p:nth-child(3), .wrap-score-wanted .ttl-score p:nth-child(3) {
  display: inline-block;
  position: absolute;
  top: 0.55em;
  left: 9.3em;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  color: #fd3837;
}
.wrap-score .tb-score, .wrap-score-wanted .tb-score {
  margin: 1em 0;
  width: 100%;
}
.wrap-score .tb-score th, .wrap-score-wanted .tb-score th {
  padding: 0.3em 1em 0.3em 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: normal;
  text-align: left;
}
.wrap-score .tb-score th.w4em, .wrap-score-wanted .tb-score th.w4em {
  width: 5em;
}
.wrap-score .tb-score th.w5em, .wrap-score-wanted .tb-score th.w5em {
  width: 6em;
}
.wrap-score .tb-score th.w6em, .wrap-score-wanted .tb-score th.w6em {
  width: 7em;
}
.wrap-score .tb-score th.w7em, .wrap-score-wanted .tb-score th.w7em {
  width: 8em;
}
.wrap-score .tb-score th.w8em, .wrap-score-wanted .tb-score th.w8em {
  width: 9em;
}
.wrap-score .tb-score th.w9em, .wrap-score-wanted .tb-score th.w9em {
  width: 10em;
}
.wrap-score .tb-score th.w10em, .wrap-score-wanted .tb-score th.w10em {
  width: 11em;
}
.wrap-score .tb-score td:nth-child(2), .wrap-score-wanted .tb-score td:nth-child(2) {
  position: relative;
  min-width: 100px;
  width: 40%;
}
.wrap-score .tb-score td:nth-child(2):before, .wrap-score-wanted .tb-score td:nth-child(2):before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -10;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 0.7em;
  background-color: rgba(111, 138, 187, 0.5);
  border-radius: 30px;
}
.wrap-score .tb-score td:nth-child(2):after, .wrap-score-wanted .tb-score td:nth-child(2):after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 0.7em;
  background-color: #fd3837;
  border-radius: 30px;
}
.wrap-score .tb-score td:nth-child(2).score-5:after, .wrap-score-wanted .tb-score td:nth-child(2).score-5:after {
  width: 10%;
}
.wrap-score .tb-score td:nth-child(2).score-10:after, .wrap-score-wanted .tb-score td:nth-child(2).score-10:after {
  width: 20%;
}
.wrap-score .tb-score td:nth-child(2).score-15:after, .wrap-score-wanted .tb-score td:nth-child(2).score-15:after {
  width: 30%;
}
.wrap-score .tb-score td:nth-child(2).score-20:after, .wrap-score-wanted .tb-score td:nth-child(2).score-20:after {
  width: 40%;
}
.wrap-score .tb-score td:nth-child(2).score-25:after, .wrap-score-wanted .tb-score td:nth-child(2).score-25:after {
  width: 50%;
}
.wrap-score .tb-score td:nth-child(2).score-30:after, .wrap-score-wanted .tb-score td:nth-child(2).score-30:after {
  width: 60%;
}
.wrap-score .tb-score td:nth-child(2).score-35:after, .wrap-score-wanted .tb-score td:nth-child(2).score-35:after {
  width: 70%;
}
.wrap-score .tb-score td:nth-child(2).score-40:after, .wrap-score-wanted .tb-score td:nth-child(2).score-40:after {
  width: 80%;
}
.wrap-score .tb-score td:nth-child(2).score-45:after, .wrap-score-wanted .tb-score td:nth-child(2).score-45:after {
  width: 90%;
}
.wrap-score .tb-score td:nth-child(2).score-50:after, .wrap-score-wanted .tb-score td:nth-child(2).score-50:after {
  width: 100%;
}
.wrap-score .tb-score td:nth-child(3), .wrap-score-wanted .tb-score td:nth-child(3) {
  padding-left: 1em;
  font-size: 15px;
  font-size: 1.5rem;
}

.wrap-score-wanted {
  /* 総合評価 */
  /* 項目毎の評価 */
}
.wrap-score-wanted .ttl-score p:nth-child(2) {
  margin: 0 0.5em 0.2em 4.2em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  color: #fd3837;
}
.wrap-score-wanted .ttl-score p:nth-child(2):before, .wrap-score-wanted .ttl-score p:nth-child(2):after {
  content: none;
}
.wrap-score-wanted .tb-score td:nth-child(2) {
  min-width: none;
  width: auto;
  font-size: 13px;
  font-size: 1.3rem;
  color: rgba(111, 138, 187, 0.8);
}
.wrap-score-wanted .tb-score td:nth-child(2):before, .wrap-score-wanted .tb-score td:nth-child(2):after {
  content: none;
}

/* ボタン */
.rank-btn {
  text-align: center;
  line-height: 1.7;
}
.rank-btn a {
  display: block;
  position: relative;
  margin: 0.7em 0;
  padding: 0.9em;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.2);
  text-decoration: none;
  background: #ffd200;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffd200), to(#f9b11e));
  background: linear-gradient(to bottom, #ffd200 0%, #f9b11e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFD200",endColorstr="#FFF9B11E",GradientType=0);
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
          box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
}
.rank-btn a:link, .rank-btn a:visited {
  text-decoration: none;
  color: #1b59b5;
}
.rank-btn a:after {
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e63b0";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.rank-btn a:hover:after {
  right: 0.6em;
}
.rank-btn a .small {
  display: block;
  font-weight: normal;
  line-height: 1.2;
  font-size: 11px;
  font-size: 1.1rem;
}
@media only screen and (min-width: 1024px) {
  .rank-btn a {
    opacity: 0.85;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .rank-btn a:hover {
    opacity: 1;
  }
}

.rank-btn-img {
  text-align: center;
}
.rank-btn-img img {
  width: 100%;
  vertical-align: top;
}
.rank-btn-img a {
  display: block;
  -webkit-box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
          box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
}
@media only screen and (min-width: 1024px) {
  .rank-btn-img a {
    opacity: 0.85;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .rank-btn-img a:hover {
    opacity: 1;
  }
}

.rank-btn-img728 {
  text-align: center;
}
.rank-btn-img728 img {
  width: 100%;
  vertical-align: top;
}
.rank-btn-img728 a {
  display: block;
  -webkit-box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
          box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
}
@media only screen and (min-width: 1024px) {
  .rank-btn-img728 img {
    width: 728px;
    margin-left: auto;
    margin-right: auto;
  }
  .rank-btn-img728 a {
    display: inline;
    opacity: 0.85;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .rank-btn-img728 a:hover {
    opacity: 1;
  }
}

.side-rank {
  margin: 1.5em;
}
@media only screen and (min-width: 768px) {
  .side-rank {
    margin: 0;
    width: 30em;
    float: right;
    position: relative;
  }
  .side-rank .wrap-data {
    width: 30em;
  }
}

@media only screen and (min-width: 768px) {
  .main-rank {
    padding-right: 32em;
  }
}
@media only screen and (min-width: 1024px) {
  .main-rank {
    padding-right: 35em;
  }
}

/*--------------------------------------------------------*/
/*　サイド（画像・評価項目・ボタン）　*/
/*--------------------------------------------------------*/
.sort-btn-wrap {
  background: #f0f8fe;
  border: 1px solid #9EC4E5;
  padding: 1em;
  margin: 2em 1.5em;
  border-radius: 3px;
  overflow: hidden;
}
.sort-btn-wrap p {
  margin: 0.5em 0.5em 0 0.5em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #6f8abb;
}
@media only screen and (min-width: 1024px) {
  .sort-btn-wrap {
    margin: 1em 0;
  }
}

.sort-btn-wrap > label {
  float: left;
  display: block;
  margin: 0.4em;
  padding: 0.5em 0.2em 0.5em 0.5em;
  width: calc(100% - 0.8em);
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: left;
  border: 0;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.sort-btn-wrap > label:hover {
  cursor: pointer;
}
.sort-btn-wrap > label input {
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
}
.sort-btn-wrap > label input + span::before {
  display: inline-block;
  margin: 0 0.3em 0 0;
  vertical-align: middle;
  font-family: "icomoon";
  font-weight: bold;
  color: rgba(255, 255, 255, 0.3);
  content: "\e6210";
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sort-btn-wrap > label input:checked + span::before {
  color: rgb(255, 255, 255);
}
@media only screen and (min-width: 768px) {
  .sort-btn-wrap > label {
    width: calc(33.3333333333% - 0.8em);
  }
}
@media only screen and (min-width: 1024px) {
  .sort-btn-wrap > label {
    width: calc(16.6666666667% - 0.8em);
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.sort-btn00 {
  background-color: #E02760;
}

.sort-btn20 {
  background-color: #1A5E98;
}

.sort-btn30 {
  background-color: #FF562F;
}

.sort-btn40 {
  background-color: #88227b;
}

.sort-btn50 {
  background-color: #B4A754;
}

.sort-btn60 {
  background-color: #0E9D54;
}

/*--------------------------------------------------------*/
/*　新着口コミ表示用　*/
/*--------------------------------------------------------*/
/* 新着口コミ */
.new-review-wrap {
  background-color: rgba(255, 246, 204, 0.5);
}

.new-review {
  padding: 1.5em 0 2em 0;
  position: relative;
}
.new-review #main-gallery {
  overflow: hidden;
  height: 30em;
}
.new-review .new-ttl {
  padding: 1em 0 2em;
}
.new-review .new-ttl .inner {
  font-size: 13px;
  font-size: 1.3rem;
}
.new-review .new-ttl .en {
  font-size: 24px;
  font-size: 2.4rem;
}
.new-review .giftcard {
  width: 102%;
  height: 24.5em;
  background: url(../../images/home_2018/bg_giftcard.png) center center/contain no-repeat;
}
.new-review .giftcard p {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 70%;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
  line-height: 1.8em;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
.new-review .giftcard p span {
  color: #e75269;
}
.new-review .gallery-box {
  width: 90%;
  margin: 0 3%;
  position: relative;
  counter-increment: carousel-cell;
}
.new-review .gallery-box:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.new-review .gallery-box .box {
  display: block;
  border: 2px solid #9EC4E5;
  border-radius: 2px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
          box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.new-review .gallery-box .new {
  position: absolute;
  top: 0;
  right: 0;
  width: 3em;
  height: 1.5em;
  padding: 0 0.5em;
  line-height: 1.8;
  background: #fd3837;
  border-radius: 0 0 0 3px/0 0 0 3px;
  color: #fff;
}
.new-review .gallery-box .new::before {
  display: block;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  content: "NEW";
}
.new-review .gallery-box .rank-ttl {
  padding: 0.5em 1em;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.new-review .gallery-box .review-box {
  padding: 1.5em;
}
.new-review .gallery-box .review-ttl {
  margin-bottom: 0.5em;
  color: #1b59b5;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.new-review .gallery-box .txt {
  height: 12em;
  overflow: hidden;
  font-size: 12px;
  font-size: 1.2rem;
  color: #454545;
}
.new-review .gallery-box .personal {
  margin: 0.8em 0.5em 0 0;
  font-size: 11px;
  font-size: 1.1rem;
  text-align: right;
  color: #999;
}
.new-review .gallery-box .personal .good, .new-review .gallery-box .personal .bad, .new-review .gallery-box .personal .neutral {
  position: relative;
  padding-left: 1.8em;
}
.new-review .gallery-box .personal .good:before, .new-review .gallery-box .personal .bad:before, .new-review .gallery-box .personal .neutral:before {
  position: absolute;
  top: -0.6em;
  left: 0;
  content: "\e8130";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  color: #fd3837;
  font-size: 14px;
  font-size: 1.4rem;
}
.new-review .gallery-box .personal .neutral:before {
  content: "\e8120";
  color: #009589;
}
.new-review .gallery-box .personal .bad:before {
  content: "\e8110";
  color: #1b59b5;
}
.new-review .gallery-box.is-selected {
  height: 100%;
}
.new-review .gallery-box.is-selected:before {
  content: none;
}
.new-review .gallery-box.is-selected .txt {
  height: 12em;
}
.new-review .previous {
  position: absolute;
  right: 55%;
  border: none;
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.new-review .previous:after {
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
          box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
}
.new-review .previous:before {
  content: "\e63b0";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #1b59b5;
  position: relative;
  top: 1.5em;
  left: 0.05em;
  z-index: 2;
}
.new-review .previous svg {
  display: none;
}
.new-review .next {
  position: absolute;
  left: 55%;
  background-color: transparent;
  border: none;
}
.new-review .next:after {
  content: "";
  display: block;
  width: 2.5em;
  height: 2.5em;
  position: relative;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
          box-shadow: 0 1px 6px rgba(27, 89, 181, 0.08), 0 1px 4px rgba(27, 89, 181, 0.16);
}
.new-review .next:before {
  content: "\e63b0";
  font-family: "icomoon";
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #1b59b5;
  position: relative;
  top: 1.5em;
  left: 0.05em;
  z-index: 2;
}
.new-review .next svg {
  display: none;
}
.new-review .piyo-left {
  position: absolute;
  bottom: 0;
  left: -1em;
}
.new-review .piyo-right {
  display: none;
}
.new-review img {
  width: 6.5em;
}
@media only screen and (min-width: 768px) {
  .new-review {
    padding: 1.5em 1.5em 0 1.5em;
  }
  .new-review #main-gallery {
    margin: 0 -1.5em;
    padding: 0 1.5em;
  }
  .new-review .giftcard {
    margin: 0 auto;
    height: 24em;
  }
  .new-review .giftcard p {
    width: 70%;
  }
  .new-review .gallery-box {
    width: 48%;
    margin: 0 0 0 2%;
  }
  .new-review .gallery-box.is-selected .box {
    overflow: hidden;
    position: relative;
  }
  .new-review .gallery-box.is-selected .box:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    border-radius: 50%;
    border: 0px solid rgba(252, 219, 69, 0.2);
    background: rgba(252, 219, 69, 0.05);
    opacity: 0;
  }
  .new-review .gallery-box.is-selected .rank-ttl {
    display: none;
    padding: 0.5em 1.5em;
  }
  .new-review .gallery-box.is-selected .review-box {
    padding: 1.5em 2.25em;
  }
  .new-review .previous {
    bottom: auto;
    top: 50%;
    right: 95%;
    -webkit-transform: translateY(-50%) rotateY(180deg);
    transform: translateY(-50%) rotateY(180deg);
  }
  .new-review .next {
    bottom: auto;
    top: 50%;
    left: 95%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .new-review .piyo-left {
    bottom: 0;
    left: 0;
  }
  .new-review .piyo-right {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .new-review img {
    width: 7em;
  }
}
@media only screen and (min-width: 1024px) {
  .new-review {
    display: block;
    margin: 0 auto;
    max-width: 1126px;
    padding: 0 0.995%;
    padding: 2em 1.5em 0 1.5em;
  }
  .new-review .new-ttl {
    padding: 1em 0 2em;
    color: #1b59b5;
  }
  .new-review .new-ttl .inner {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .new-review .new-ttl .en {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .new-review .previous {
    top: 55%;
    right: 97.5%;
  }
  .new-review .next {
    top: 55%;
    left: 97.5%;
  }
  .new-review #main-gallery {
    height: 26.5em;
    padding: 0;
  }
  .new-review .giftcard {
    width: 90%;
    height: 21.75em;
  }
  .new-review .giftcard p {
    width: 60%;
  }
  .new-review .gallery-box {
    width: 48%;
    margin: 0 1%;
  }
  .new-review .gallery-box .txt {
    height: 10em;
  }
  .new-review .gallery-box.is-selected .txt {
    height: 10em;
  }
  .new-review .piyo-left {
    left: -3.5em;
  }
  .new-review .piyo-right {
    right: -3.5em;
  }
}

.new-ttl {
  padding: 1.3em 1em 2em;
  text-align: center;
  line-height: 1;
}
.new-ttl .inner {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  color: #777;
}
.new-ttl .inner:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 4px;
  background-color: #fcdb45;
  border-radius: 5px;
}
.new-ttl .inner:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
  height: 4px;
  background-color: #fcdb45;
  border-radius: 5px;
}
.new-ttl .en {
  display: block;
  margin-bottom: 0.3em;
  font-size: 22px;
  font-size: 2.2rem;
  color: #1b59b5;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .new-ttl {
    padding: 1.5em 3em 0 3em;
    text-align: left;
  }
  .new-ttl .inner {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 1.8em;
  }
  .new-ttl .inner:before {
    width: 1.3em;
    left: 0;
  }
  .new-ttl .inner:after {
    content: none;
  }
  .new-ttl .en {
    display: inline-block;
    margin: 0 0.2em;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .new-ttl {
    padding: 3em 0 4em;
  }
  .new-ttl .en {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.sort-btn00 {
  background-color: #E02760;
}

.sort-btn20 {
  background-color: #1A5E98;
}

.sort-btn30 {
  background-color: #FF562F;
}

.sort-btn40 {
  background-color: #88227b;
}

.sort-btn50 {
  background-color: #B4A754;
}

.sort-btn60 {
  background-color: #0E9D54;
}