@charset "utf-8";

/*---------------------------------------------------------
COMMON
---------------------------------------------------------*/
.link-block { display: block; }

.picture { display: block; }

.picture.pic-line { border: 1px solid #ddd; }

.article-header > .picture,
.figure .picture { width: 100%; }

.sentence.color--red,
.sentence .color--red { color: #f00; }

.headline { position: relative; font-size: 1.1em;}

.headline.color--red,
.headline .color--red { color: #f00; }

.headline.color--rainbow,
.headline .color--rainbow {
  background: -webkit-gradient(linear, left, right, color-stop(1.00, #182df6), color-stop(0.85, #00a3d9), color-stop(0.68, #149606), color-stop(0.51, #84b300), color-stop(0.34, #f5d001), color-stop(0.17, #ea5214), color-stop(0.00, #f00));
  background: -webkit-linear-gradient(left, #f00 0%, #ea5214 17%, #f5d001 34%, #84b300 51%, #149606 68%, #00a3d9 85%, #182df6 100%);
  background: -moz-linear-gradient(left, #f00 0%, #ea5214 17%, #f5d001 34%, #84b300 51%, #149606 68%, #00a3d9 85%, #182df6 100%);
  background: -o-linear-gradient(left, #f00 0%, #ea5214 17%, #f5d001 34%, #84b300 51%, #149606 68%, #00a3d9 85%, #182df6 100%);
  background: -ms-linear-gradient(left, #f00 0%, #ea5214 17%, #f5d001 34%, #84b300 51%, #149606 68%, #00a3d9 85%, #182df6 100%));
  background: linear-gradient(to right, #f00 0%, #ea5214 17%, #f5d001 34%, #84b300 51%, #149606 68%, #00a3d9 85%, #182df6 100%);
  color: #fff;
}

.headline.bg-color--sky-blue {
  background-color: #00abeb;
  color: #fff;
}

.sentence .strong { font-size: 1.2em; }

.strong.color--red { color: #f00; }

.column:after {
  content: "\0020";
  clear: both;
  display: block;
}

.product-number {
  display: block;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1;
}

.quote {
  font-size: 0.9em;
  line-height: 1.2;
  color: #ccc;
  word-break: break-all;
}

.quote .link-text { color: #ccc; }

.ul.disc { margin-left: 1.5em; }
.ul.disc .list { list-style-type: disc; }

.strong { font-weight: bold; }

.brackets { text-indent: -0.5em; }

.common-link-text {
  text-decoration: underline;
  color: #2f84ed;
}

@media only screen and (max-width: 667px) {
.wide-banner .picture { width: 100%; }
}


/*---------------------------------------------------------
BUTTON
---------------------------------------------------------*/
.btn {
  display: table;
  table-layout: fixed;
  margin: 0 auto;
}

@media only screen and (max-width: 667px) {
.btn { width: 100%; }
}

.btn-body {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0.8em;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.1;
  color: #fff;
}
@media only screen and (max-width: 667px) {
.btn-body { font-size: 1em; }
}

.btn.radius .btn-body { border-radius: 0.4em; }

.detail-btn {
  display: table;
  table-layout: fixed;
  margin: 1em 0 0 auto;
  font-size: 1.4em;
}
@media only screen and (max-width: 667px) {
.detail-btn { width: 100%; }
}

.detail-btn .btn-body {
  background-color: #fff;
  border: 0.1em solid #2f84ed;
  height: 2em;
  font-weight: normal;
  color: #2f84ed;
}

.btn.color--red .btn-body {
  background-color: #c00;
  color: #fff;
}

.btn.color--thick-yellow .btn-body {
  background-color: #fa9614;
  color: #fff;
}

.btn.color--deep-sky-blue .btn-body {
  background-color: #0087c1;
  color: #fff;
}


/*---------------------------------------------------------
LABELS
---------------------------------------------------------*/
.labels {
  padding: 0.5em 1em;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

.labels.inline { display: inline-block; }

.labels.radius { border-radius: 0.25em; }

.labels.color--red { background-color: #f00; color: #fff; }
.labels.color--green { background-color: #149606; color: #fff; }
.labels.color--pastel-brown { background-color: #e89876; color: #333; }
.labels.color--pastel-yellow { background-color: #fff5ae; color: #333; }
.labels.color--pastel-green { background-color: #b5ffde; color: #333; }
.labels.color--pastel-sky-blue { background-color: #c5f7fe; color: #333; }
.labels.color--pastel-beige { background-color: #ffdeb5; color: #333; }
.labels.color--pastel-blue { background-color: #7bafd8; color: #333; }
.labels.color--olivedrab { background-color: #6b8e23; color: #fff; }
.labels.color--darkcyan { background-color: #0080a7; color: #fff; }
.labels.color--white { background-color: #fff; }


/*---------------------------------------------------------
TAB
---------------------------------------------------------*/
.tab {
  display: inline-block;
  padding: 0.5em 1em;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}

.tab.radius { border-radius: 0.5em 0.5em 0 0; }

.tab.color--red { background-color: #f00; color: #fff; }
.tab.color--green { background-color: #149606; color: #fff; }
.tab.color--pastel-brown { background-color: #e89876; color: #333; }
.tab.color--pastel-yellow { background-color: #fff5ae; color: #333; }
.tab.color--pastel-green { background-color: #b5ffde; color: #333; }
.tab.color--pastel-sky-blue { background-color: #c5f7fe; color: #333; }
.tab.color--pastel-beige { background-color: #ffdeb5; color: #333; }
.tab.color--pastel-blue { background-color: #7bafd8; color: #333; }


/*---------------------------------------------------------
DISPLAY TABLE
---------------------------------------------------------*/
.table {
  display: table;
  table-layout: fixed;
}
@media only screen and (max-width: 667px) {
.table { display: block; }
}

.td {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 667px) {
.td { display: block; }
}

.table .figure,
.table .comment { display: table-cell; }


/*---------------------------------------------------------
ORDERED
---------------------------------------------------------*/
.ordered.ellipse,
.ordered.square,
.ordered.circle,
.ordered.back-img {
  display: inline-block;
  padding: 0;
  margin: 0;
  text-align: center;
  font-family: "Verdana";
  line-height: 1;
}
@media only screen and (max-width: 667px) {
.ordered.ellipse,
.ordered.square,
.ordered.circle { font-size: 1em; }
}

.ordered.ellipse,
.ordered.circle { border-radius: 50%; }

.ordered.back-img {
  background-position: center top;
  background-repeat: no-repeat;
}

.ordered.back-img.crown-gold,
.ordered.back-img.crown-silver,
.ordered.back-img.crown-copper,
.ordered.back-img.medal { color: #f00; }

.ordered.back-img.crown-gold { background-image: url(/html/plugin/Exp/assets/images/cp/ranking/icon_ranking_crown-gold.png); }
.ordered.back-img.crown-silver { background-image: url(/html/plugin/Exp/assets/images/cp/ranking/icon_ranking_crown-silver.png); }
.ordered.back-img.crown-copper { background-image: url(/html/plugin/Exp/assets/images/cp/ranking/icon_ranking_crown-copper.png); }
.ordered.back-img.medal {
  background-image: url(/html/plugin/Exp/assets/images/cp/ranking/icon_ranking_medal.png);
  background-position: center center;
}

.ordered.color--transparent { background: transparent; }
.ordered.color--thick-yellow {
  background-color: #fa9614;
  color: #fff;
}
.ordered.color--light-red {
  background-color: #f00;
  color: #fff;
}


/*---------------------------------------------------------
FLOAT CENTER
---------------------------------------------------------*/
.float-center {
  position: relative;
  overflow: hidden;
}

.float-center {
  position: relative;
  overflow: hidden;
}

.float-center .column {
  position: relative;
  left: 50%;
  left: 50%;
  float: left;
}
@media screen and (max-width: 667px) {
.float-center .column {
  position: static;
  float: none;
  width: 100%;
}
}

.float-center .btn {
  position: relative;
  left: -50%;
}
@media screen and (max-width: 667px) {
.float-center .btn { position: static; }
}


/*---------------------------------------------------------
RANK TRANSION
---------------------------------------------------------*/
.rank-transition { text-align: center; }

.rank-transition .fas {
  display: block;
  font-weight: bold;
  line-height: 1;
}

.rank-transition .fa-arrow-up { color: #f00; }
.rank-transition .fa-arrow-right { color: #ccc; }
.rank-transition .fa-arrow-down { color: #29abe2; }

.rank-transition .sentence {
  margin-top: 1em;
  font-size: 1em;
  color: #333;
}


/*---------------------------------------------------------
ORDERED ICON
---------------------------------------------------------*/
.ordered-icon { display: table-cell; }
.ordered-icon .ordered,
.ordered-icon .rank-transition {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 667px) {
.ordered-icon .rank-transition { display: none; }
}


/*---------------------------------------------------------
ARTICLE
---------------------------------------------------------*/
.article { padding-bottom: 6em; }
@media only screen and (max-width: 667px) {
.article { padding-bottom: 3em; }
}

.article > .btn,
.article-section .btn {
  height: 4em;
  margin-top: 6em;
}
@media only screen and (max-width: 667px) {
.article > .btn,
.article-section .btn { margin-top: 2em; }
}


/*---------------------------------------------------------
ARTICLE HEADER
---------------------------------------------------------*/
.article-header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 667px) {
.article-header { width: 95%; }
}

.article-header .headline {
  margin-top: 0;
  font-size: 26px;
  line-height: 1.5;
  color: #0068b7;
}
@media only screen and (max-width: 667px) {
.article-header .headline {
  margin-top: 1.5em;
  font-size: 1.3em;
  line-height: 1.2;
}
}

.article-header .sentence { margin-top: 1em; }
@media only screen and (max-width: 667px) {
.article-header .sentence { text-align: left; }
}

.article-header .background { position: relative; }
.article-header .background .headline,
.article-header .background .sentence {
  position: absolute;
  margin: 0;
}


/*---------------------------------------------------------
PAGE NAVI
---------------------------------------------------------*/
.page-navi { margin-top: 3em; }

.page-navi .column .btn { float: left; }
.page-navi .column .btn:first-child { margin-left: 0 !important; }
@media only screen and (max-width: 667px) {
.page-navi .column .btn {
  float: none;
  width: 100%;
  margin-top: 1em;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0 !important;
}
}

.page-navi .column .btn-body { height: 3em; }


/*---------------------------------------------------------
ARTICLE SECTION
---------------------------------------------------------*/
.article-section { margin-top: 5em; }
@media only screen and (max-width: 667px) {
.article-section { margin-top: 3em; }
}

.article-section > .headline {
  position: relative;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (max-width: 667px) {
.article-section > .headline { font-size: 1.3em; }
}

.article-section > .pickup:nth-child(n+2) { margin-top: 2em; }

.article-section > .headline + .sentence { margin-top: 1em; }


/*---------------------------------------------------------
HEADLINE MARK
---------------------------------------------------------*/
.headline.mark:before { content: ""; }
.headline.mark.new-category:before {
  content: "NEW";
  background-color: #fff;
  color: #f00;
}
.headline.mark.new-color:before {
  content: "新色";
  background-color: #149606;
  color: #fff;
}

.headline.mark:before {
  content: "";
  position: absolute;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.headline.mark.ellipse:before,
.headline.mark.square:before,
.headline.mark.circle:before,
.headline.mark.back-img:before {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-size: 0.7em;
  text-align: center;
}
@media only screen and (max-width: 667px) {
.headline.mark.ellipse:before,
.headline.mark.square:before,
.headline.mark.circle:before { font-size: 0.6em; }
}

.headline.mark.ellipse:before,
.headline.mark.circle:before { border-radius: 50%; }

.headline.mark:after {
  content: "";
  position: absolute;
}

/*---------------------------------------------------------
HEADLINE UNDER LINE
---------------------------------------------------------*/
.headline.under-line {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100%;
  padding-bottom: 0.5em;
  text-align: center;
}


/*---------------------------------------------------------
ARTICLE SECTION HEADLINE MARK
---------------------------------------------------------*/
.article-section > .headline.mark {
  padding-top: 1em;
  padding-right: 0;
  padding-bottom: 1em;
}
@media only screen and (max-width: 667px) {
.article-section > .headline.mark {
  padding-top: 0.4em;
  padding-right: 0;
  padding-bottom: 0.4em;
}
}

.article-section > .headline.mark.ellipse,
.article-section > .headline.mark.square,
.article-section > .headline.mark.circle,
.article-section > .headline.mark.back-img { padding-left: 3.5em; }
@media only screen and (max-width: 667px) {
.article-section > .headline.mark.ellipse,
.article-section > .headline.mark.square { padding-left: 3em; }
.article-section > .headline.mark.circle,
.article-section > .headline.mark.back-img { padding-left: 2.5em; }
}

.article-section > .headline.mark.ellipse:before,
.article-section > .headline.mark.square:before,
.article-section > .headline.mark.circle:before,
.article-section > .headline.mark.back-img:before { width: 4em; }

.article-section > .headline.mark.ellipse:before,
.article-section > .headline.mark.square:before,
.article-section > .headline.mark.circle:before { left: 0.5em; }

.article-section > .headline.mark.back-img:before { left: 0; }

.article-section > .headline.mark.ellipse:before,
.article-section > .headline.mark.square:before {
  top: 1.2em;
  height: 2em;
  line-height: 2em;
}
@media only screen and (max-width: 667px) {
.article-section > .headline.mark.ellipse:before,
.article-section > .headline.mark.square:before { top: 0.6em; }
}

.article-section > .headline.mark.circle:before {
  top: 0.22em;
  height: 4em;
  line-height: 4em;
}
@media only screen and (max-width: 667px) {
.article-section > .headline.mark.circle:before {
  top: 0.15em;
  width: 3em;
  height: 3em;
  line-height: 3em;
}
}

.article-section > .headline.mark.back-img:before {
  top: 0.22em;
  height: 4em;
}
@media only screen and (max-width: 667px) {
.article-section > .headline.mark.back-img:before {
  top: 0;
  left: 0;
  width: 3em;
  height: 3em;
  line-height: 3em;
}
}


/*---------------------------------------------------------
PICK UP
---------------------------------------------------------*/
.pickup {
  position: relative;
  margin-top: 0.5em;
}

.pickup .column {
  display: table;
  width: 870px;
}
.pickup .column.half-size {
  width: 435px;
  margin-left: 35px;
}
@media only screen and (max-width: 667px) {
.pickup .column {
  display: block;
  width: 100%;
  margin-left: 0;
}
.pickup .column.half-size {
  width: 100%;
  margin-left: 0;
}
}

.pickup > .column:nth-child(n+2) { margin-top: 2em; }

.pickup .column .figure,
.pickup .column .comment {
  display: table-cell;
  vertical-align: middle;
  width: 435px;
}
.pickup .column.half-size .figure,
.pickup .column.half-size .comment { width: 217px; }
@media only screen and (max-width: 667px) {
.pickup .column .figure,
.pickup .column .comment {
  display: block;
  width: 100%;
}
.pickup .column.half-size .figure,
.pickup .column.half-size .comment { width: 100%; }
}

.pickup .column.half-size .comment { padding-right: 0.5em; }
.pickup .column.half-size.photo-right .comment { padding-right: 2em; }
@media only screen and (max-width: 667px) {
.pickup .column.half-size .comment,
.pickup .column.half-size.photo-right .comment { padding-right: 1em; }
}

.pickup .column .comment.color--cotton-linen { background-color: #ccbba9; }
.pickup .column .comment.color--juto-cotton { background-color: #efe8e0; }

.pickup .column .comment { padding: 1em 2em; }
@media only screen and (max-width: 667px) {
.pickup .column .comment {
  margin-top: 1.5em;
  padding: 1em;
}
}

.pickup .comment .labels { margin-top: 1em; }

.pickup .column .comment .headline,
.pickup .column .comment .sentence { margin-top: 1em; }

.pickup .column .comment .headline {
  font-size: 1.2em;
  line-height: 1.2;
}

.pickup .column .comment .sentence {
  font-size: 0.8em;
  line-height: 1.6;
}

@media only screen and (max-width: 667px) {
.pickup .column .comment .another-version { margin-top: 1.5em; }
}

.pickup .column .comment .another-version .column {
  display: table;
  width: 435px;
}
.pickup .column.half-size .comment .another-version .column { width: 217px; }
@media only screen and (max-width: 667px) {
.pickup .column .comment .another-version .column { width: 100%; }
.pickup .column.half-size .comment .another-version .column { width: 100%; }
}

.pickup .column.half-size .comment .another-version .column .figure .picture { width: 200px; }
@media only screen and (max-width: 667px) {
.pickup .column.half-size .comment .another-version .column .figure .picture { width: 80%; }
}

.pickup .column .comment .another-version .column .figure,
.pickup .column .comment .another-version .column .comment {
  display: table-cell;
  vertical-align: middle;
  width: 217px;
}
.pickup .column.half-size .comment .another-version .column .figure,
.pickup .column.half-size .comment .another-version .column .comment { width: 108px; }
.pickup .column .comment .another-version .column .figure .picture { width: 70%; }
@media only screen and (max-width: 667px) {
.pickup .column .comment .another-version .column .figure,
.pickup .column .comment .another-version .column .comment { width: auto; }
.pickup .column.half-size .comment .another-version .column .figure,
.pickup .column.half-size .comment .another-version .column .comment { width: auto; }
}

.pickup.mark { margin-top: 0; }

.pickup.mark .mark-ranking {
  position: absolute;
  top: 0;
  left: 50%;
  height: 6em;
}
@media only screen and (max-width: 667px) {
.pickup.mark > .mark-ranking { left: 0; }
.pickup.mark .column .figure { padding-top: 6em; }
}

.pickup.mark .column .comment { padding-top: 6.5em; }
@media only screen and (max-width: 667px) {
.pickup.mark .column .comment { padding-top: 0; }
}

.pickup.mark .column .comment .headline { margin-top: 0; }
@media only screen and (max-width: 667px) {
.pickup.mark .column .comment .headline { margin-top: 1em; }
}

.pickup .column .comment .frame {
  margin-top: 1em;
  padding: 1.5em 1em;
}

.pickup .column .comment .frame.radius { border-radius: 1em; }

.pickup .column .comment .frame .sentence { margin-top: 0; }

.pickup .table { width: 870px; }
@media only screen and (max-width: 667px) {
.pickup .table { width: 100%; }
}

.pickup .table.photo-left .td:nth-child(1) { width: 400px; }
.pickup .table.photo-left .td:nth-child(2) { width: 470px; }
@media only screen and (max-width: 667px) {
.pickup .table.photo-left .td:nth-child(1) { width: 100%; }
.pickup .table.photo-left .td:nth-child(2) { width: 100%; }
}

.pickup .table.photo-left .td > .column:nth-child(2) { margin-top: 2em; }

.pickup .column.half-size .detail-btn { font-size: 1em; }
@media only screen and (max-width: 667px) {
.pickup .column.half-size .detail-btn { width: 100%; }
}


/*---------------------------------------------------------
ITEM
---------------------------------------------------------*/
.item-list { margin-top: 3em; }
.item-list.item-example .item { text-align: center; }
@media only screen and (max-width: 667px) {
.item-list.item-example .item { text-align: left; }
}

@media only screen and (max-width: 667px) {
.item:after {
  content: "\0020";
  clear: both;
  display: block;
}
.item .figure,
.item .comment { float: left; }
.item .figure {
  width: 30%;
  margin-right: 5%;
}
.item .comment { width: 65%; }
}

.item .comment .headline,
.item .comment .sentence { margin-top: 1em; }
@media only screen and (max-width: 667px) {
.item .comment .headline,
.item .comment .sentence { margin-top: 0.5em; }
}

.item .comment .labels { margin-top: 0.5em; }

.item .comment .headline {
  font-size: 1em;
  line-height: 1.2;
}

.column .item { float: left; }
@media only screen and (max-width: 667px) {
.column .item {
  float: none;
  border-top: 1px solid #ccc;
  margin-top: 1.5em;
  padding-top: 1.4em;
}
.column .item:first-child {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
}

.column.col2 .item:nth-child(n+3),
.column.col3 .item:nth-child(n+4),
.column.col4 .item:nth-child(n+5),
.column.col5 .item:nth-child(n+6),
.column.col6 .item:nth-child(n+7) { margin-top: 4em; }
@media only screen and (max-width: 667px) {
.column.col2 .item:nth-child(n+3),
.column.col3 .item:nth-child(n+4),
.column.col4 .item:nth-child(n+5),
.column.col5 .item:nth-child(n+6),
.column.col6 .item:nth-child(n+7) { margin-top: 1.5em; }
}

.column.col2 .item {
  width: 48%;
  margin-left: 4%;
}

.column.col3 .item {
  width: 30%;
  margin-left: 5%;
}

.column.col4 .item {
  width: 22%;
  margin-left: 4%;
}

.column.col5 .item {
  width: 18.4%;
  margin-left: 2%;
}

.column.col6 .item {
  width: 15%;
  margin-left: 2%;
}

.column.col2 .item:nth-child(2n+1),
.column.col3 .item:nth-child(3n+1),
.column.col4 .item:nth-child(4n+1),
.column.col5 .item:nth-child(5n+1),
.column.col6 .item:nth-child(6n+1),
.column .item:first-child { margin-left: 0; }
@media only screen and (max-width: 667px) {
.column.col2 .item,
.column.col3 .item,
.column.col4 .item,
.column.col5 .item,
.column.col6 .item {
  width: 100%;
  margin-left: 0;
}
}

.frame.color--thin-sky-blue { background-color: #d7f6fd; }


/*---------------------------------------------------------
WIDE ITEM
---------------------------------------------------------*/
.wide-item .comment { position: absolute; }
@media only screen and (max-width: 667px) {
.wide-item .comment {
  position: static;
  width: 100%;
  margin-top: 0.5em;
}
}

.wide-item .comment .headline { font-size: 1.6em; }
@media only screen and (max-width: 667px) {
.wide-item .comment .headline { font-size: 1.2em; }
}

.wide-item .comment .sentence { margin-top: 1em; }
@media only screen and (max-width: 667px) {
.wide-item .comment .sentence { margin-top: 0.5em; }
}


/*---------------------------------------------------------
FAQ
---------------------------------------------------------*/
.faq-q,
.faq-a {
  position: relative;
  padding-left: 1.5em;
}

.faq-q:before,
.faq-a:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "sans-selif", "arial";
  font-size: 1.1em;
  font-weight: bold;
}

.faq-q:before { content: "Q."; }
.faq-a:before { content: "A."; }


/*---------------------------------------------------------
RANKING ITEM
---------------------------------------------------------*/
.ranking-item {
  position: relative;
  box-sizing: border-box;
}
@media only screen and (max-width: 667px) {
.ranking-item { border-bottom: medium dotted #ccc; }
}

.novelty-ranking .article-header .sentence { font-size: 16px; }

.novelty-ranking .article-section.first-child { margin-top: 0; }

.ranking-item .ordered {
  width: 2.5em;
  height: 1.54em;
  font-size: 2em;
}

.ranking-item .ordered.back-img { background-size: 90%; }

.ranking-item.landscape .ordered.back-img {
  width: 2em;
  height: 2em;
  font-size: 2em;
}

.ranking-item.landscape.ranking-after2 .ordered.back-img {
  background-size: 70%;
  width: 2.7em;
  height: 2.2em;
  font-size: 1.5em;
}

.ranking-item.vertical .ordered.back-img {
  width: 2.45em;
  height: 2.55em;
}

.ranking-frame .column .ranking-item:nth-child(n+2):nth-child(-n+5) .ordered.back-img {
  background-size: 70%;
  width: 2.8em;
  height: 3em;
  font-size: 1.7em;
}

.ranking-frame .column .ranking-item:nth-child(n+2):nth-child(-n+5) .ordered.back-img.crown-silver,
.ranking-frame .column .ranking-item:nth-child(n+2):nth-child(-n+5) .ordered.back-img.crown-copper { background-position: center 0.4em; }
.ranking-frame .column .ranking-item:nth-child(n+2):nth-child(-n+5) .ordered.back-img.medal { background-position: center center; }

@media only screen and (max-width: 667px) {
.ranking-item .ordered-icon { font-size: 0.8em; }
}

.ranking-item .rank-transition .fas { font-size: 2em; }

.ranking-item .link-block { position: relative; }

.ranking-item .figure .picture { width: 100%; }

.ranking-item .wholesale .color--red { color: #f00; }


/*---------------------------------------------------------
RANKING ITEM WHOLE SALE
---------------------------------------------------------*/
.ranking-item .wholesale {
  text-align: center;
  font-size: 0.8em;
  line-height: 1.2;
}
@media screen and (max-width: 667px) {
.ranking-item .wholesale {
  text-align: left;
  margin-top: 0.2em;
}
}

.ranking-item .wholesale .strong {
  display: block;
  font-size: 3.1em;
}
@media screen and (max-width: 667px) {
.ranking-item  .wholesale .strong {
  display: inline;
  font-size: 1.2em;
}
}

.ranking-item .comment .wholesale {
  position: relative;
/*bottom: -6.2em;*/
}
@media screen and (max-width: 667px) {
.ranking-item .wholesale {
  position: static;
  float: none;
  width: 100%;
}
}

.ranking-item.square .wholesale .strong {
  display: block;
  font-size: 3.1em;
}
@media screen and (max-width: 667px) {
.ranking-item.square  .wholesale .strong {
  display: inline;
  font-size: 1.2em;
}
}

.ranking-item.square .comment .wholesale {
  position: relative;
  left: -1em;
  float: left;
  width: 45%;
}
@media screen and (max-width: 667px) {
.ranking-item.square .comment .wholesale {
  position: static;
  float: none;
  width: 100%;
}
}


/*---------------------------------------------------------
RANKING ITEM LANDSCAPE
---------------------------------------------------------*/
.ranking-item.landscape .figure { position: absolute; }

.ranking-item.landscape .figure {
  top: -1.5em;
  right: 0;
  width: 7em;
}

.ranking-item.landscape .comment .wholesale { margin-top: 0.2em; }

.ranking-item.landscape { padding: 1.5em 0; }

.ranking-item.landscape:after {
  content: "\0020";
  clear: both;
  display: block;
}

.ranking-item.landscape .ordered-icon,
.ranking-item.landscape .information { float: left; }

.ranking-item.landscape .information {
  width: 20em;
  padding-left: 1em;
}
@media only screen and (max-width: 667px) {
.ranking-item.landscape .information {
  width: 13em;
  padding-left: 0.5em;
}
}

.ranking-item.landscape .information .headline { height: 3em; }

.ranking-item.landscape .comment .wholesale {
  bottom: 0;
  text-align: left;
  font-size: 12px;
  line-height: 1;
}

.ranking-item.landscape .comment .wholesale .strong {
  display: inline-block;
  font-size: 1.2em;
}



/*---------------------------------------------------------
RANKING ITEM VERTICAL
---------------------------------------------------------*/
@media screen and (max-width: 667px) {
.ranking-item.vertical { padding: 1em 0; }
}

@media screen and (max-width: 667px) {
.ranking-item.vertical:after {
  content: "\0020";
  clear: both;
  display: block;
}
}
@media screen and (max-width: 667px) {
.ranking-item.vertical .ordered-icon,
.ranking-item.vertical .information { float: left; }
.ranking-item.vertical .ordered-icon { font-size: 0.8em; }
}

@media screen and (max-width: 667px) {
.ranking-item.vertical .information {
  width: 13em;
  padding-left: 0.5em;
}
}

@media screen and (max-width: 667px) {
.ranking-item.vertical .information .headline { height: 3em; }
}

.ranking-item.vertical .figure { width: 100%; }
@media screen and (max-width: 667px) {
.ranking-item.vertical .figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 5em;
}
}

.ranking-item.vertical .information {
  margin-top: 0.5em;
  text-align: center;
}
@media screen and (max-width: 667px) {
.ranking-item.vertical .information {
  margin-top: 0;
  text-align: left;
}
}

.ranking-item.vertical .information .headline { text-align: left; }

@media screen and (max-width: 667px) {
.ranking-item.vertical .comment .wholesale { margin-top: 0.2em; }
}

.ranking-item.vertical .wholesale .strong {
  display: block;
  font-size: 2.8em;
}
@media screen and (max-width: 667px) {
.ranking-item.vertical .wholesale .strong {
  display: inline;
  font-size: 1.2em;
}
}


/*---------------------------------------------------------
RANKING FRAME OVERALL
---------------------------------------------------------*/
.ranking-frame.overall {
  box-shadow: 0 0 7px gray;
  width: 870px;
  margin: 0 auto;
}
@media screen and (max-width: 667px) {
.ranking-frame.overall {
  box-shadow: none;
  width: 100%;
}
}

.ranking-frame.overall:after {
  content: "\0020";
  clear: both;
  display: block;
}

.ranking-frame.overall > .headline {
  float: left;
  background: -moz-linear-gradient(top left, #ffc7c7, #ff6c6c);
  background: -webkit-linear-gradient(top left, #ffc7c7, #ff6c6c);
  background: linear-gradient(to bottom right, #ffc7c7, #ff6c6c);
  width: 435px;
  height: 435px;
  padding: 4em 1.5em 0;
  text-align: center;
  font-size: 1.17em;
}
@media screen and (max-width: 667px) {
.ranking-frame.overall > .headline {
  float: none;
  width: 100%;
  height: auto;
  padding: 1em 0.5em;
}
}

.ranking-frame.overall > .headline .picture {
  width: 70%;
  margin: 0 auto;
}

.ranking-frame.overall > .headline .sentence {
  margin-top: 1.5em;
  font-size: 1.8em;
}
@media screen and (max-width: 667px) {
.ranking-frame.overall > .headline .sentence {
  margin-top: 0.5em;
  font-size: 1.4em;
}
}

.ranking-frame.overall > .headline .small { font-size: 0.6em; color: #000;}

.ranking-frame.overall .ranking-item {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  float: left;
  transition: 0.3s;
}
@media only screen and (max-width: 667px) {
.ranking-frame.overall .ranking-item {
  position: relative;
  border-top: none;
  border-left: none;
  float: none;
  padding: 0.5em 0 0;
}
.ranking-frame.overall .ranking-item:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 70px;
  height: 70px;
}
}

.ranking-frame.overall .ranking-item:hover { opacity: 0.7; }

.ranking-frame.overall .ranking-item .information {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  display: table;
  width: 100%;
}
@media only screen and (max-width: 667px) {
.ranking-frame.overall .ranking-item .information {
  top: 0;
  left: 0;
  background-color: transparent;
  display: block;
  padding: 0 7em 0 4em;
}
}

.ranking-frame.overall .ranking-item .information .comment,
.ranking-frame.overall .ranking-item .information .kakaku { display: table-cell; }
@media only screen and (max-width: 667px) {
.ranking-frame.overall .ranking-item .information .comment,
.ranking-frame.overall .ranking-item .information .kakaku { display: block; }
}

.ranking-frame.overall .ranking-item:nth-child(2) .information .comment,
.ranking-frame.overall .ranking-item:nth-child(2) .information .kakaku { height: 90px; }
@media only screen and (max-width: 667px) {
.ranking-frame.overall .ranking-item:nth-child(2) .information .comment,
.ranking-frame.overall .ranking-item:nth-child(2) .information .kakaku { height: auto; }
}

.ranking-frame.overall .ranking-item:nth-child(n+3) .information .comment,
.ranking-frame.overall .ranking-item:nth-child(n+3) .information .kakaku { height: 70px; }
@media only screen and (max-width: 667px) {
.ranking-frame.overall .ranking-item:nth-child(n+3) .information .comment,
.ranking-frame.overall .ranking-item:nth-child(n+3) .information .kakaku { height: auto; }
}

.ranking-frame.overall .ranking-item .information .comment {
  vertical-align: middle;
  line-height: 1.2;
}

.ranking-frame.overall .ranking-item:nth-child(2) .information .comment {
  width: 295px;
  padding: 10px 0 10px 10px;
  font-size: 20px;
}
@media only screen and (max-width: 667px) {
.ranking-frame.overall .ranking-item:nth-child(2) .information .comment {
  width: 100%;
  padding: 0;
  font-size: 14px;
}
}

.ranking-frame.overall .ranking-item:nth-child(n+3) .information .comment {
  width: 200px;
  padding: 10px 0 10px 10px;
  font-size: 16px;
}
@media only screen and (max-width: 667px) {
.ranking-frame.overall .ranking-item:nth-child(n+3) .information .comment {
  width: 100%;
  padding: 0;
  font-size: 14px;
}
}

.ranking-frame.overall .ranking-item .information .kakaku {
  vertical-align: bottom;
  padding: 10px 10px 10px 0;
  text-align: right;
}
@media only screen and (max-width: 667px) {
.ranking-frame.overall .ranking-item .information .kakaku {
  padding: 5px 10px 10px 0;
  text-align: left;
}
}

.ranking-frame.overall .ranking-item:nth-child(2) .information .kakaku { width: 90px; }
@media only screen and (max-width: 667px) {
.ranking-frame.overall .ranking-item:nth-child(2) .information .kakaku { width: 100%; }
}

.ranking-frame.overall .ranking-item:nth-child(n+3) .information .kakaku { width: 80px; }
@media only screen and (max-width: 667px) {
.ranking-frame.overall .ranking-item:nth-child(n+3) .information .kakaku { width: 100%; }
}

.ranking-frame.overall .ranking-item .information .comment .description { font-size: 0.6em; }
.ranking-frame.overall .ranking-item .information .comment .headline {
  margin-top: 0.2em;
  font-size: 1em;
}

.ranking-frame.overall .ranking-item:nth-child(2) {
  position: relative;
  border-top: 0;
  border-left: 0;
  width: 435px;
  height: 435px;
  padding: 0;
}
@media only screen and (max-width: 667px) {
.ranking-frame.overall .ranking-item:nth-child(2) {
  width: 100%;
  height: 100px;
  padding: 1em 0;
}
}

.ranking-frame.overall .ranking-item:nth-child(2) .link-block { height: 435px; }
@media only screen and (max-width: 667px) {
.ranking-frame.overall .ranking-item:nth-child(2) .link-block { height: auto; }
}

.ranking-frame.overall .ranking-item:nth-child(n+3) {
  width: 290px;
  height: 290px;
}
@media only screen and (max-width: 667px) {
.ranking-frame.overall .ranking-item:nth-child(n+3) {
  width: 100%;
  height: 100px;
  font-size: 1em;
}
}

.ranking-frame.overall .ranking-item:nth-child(n+3) .link-block { height: 290px; }
@media only screen and (max-width: 667px) {
.ranking-frame.overall .ranking-item:nth-child(n+3) .link-block { height: auto; }
}

.ranking-frame.overall .ranking-item:nth-child(3),
.ranking-frame.overall .ranking-item:nth-child(6) { border-left: 0; }
@media only screen and (max-width: 667px) {
.ranking-frame.overall .ranking-item:nth-child(3),
.ranking-frame.overall .ranking-item:nth-child(6) { width: 100%; }
}

.ranking-frame.overall .ranking-item:nth-child(2) { background-image: url(/html/plugin/Exp/assets/images/cp/ranking/2018/10-12/ranking01.png); }
.ranking-frame.overall .ranking-item:nth-child(3) { background-image: url(/html/plugin/Exp/assets/images/cp/ranking/2018/10-12/ranking02.png); }
.ranking-frame.overall .ranking-item:nth-child(4) { background-image: url(/html/plugin/Exp/assets/images/cp/ranking/2018/10-12/ranking03.png); }
.ranking-frame.overall .ranking-item:nth-child(5) { background-image: url(/html/plugin/Exp/assets/images/cp/ranking/2018/10-12/ranking04.png); }
.ranking-frame.overall .ranking-item:nth-child(6) { background-image: url(/html/plugin/Exp/assets/images/cp/ranking/2018/10-12/ranking05.png); }
.ranking-frame.overall .ranking-item:nth-child(7) { background-image: url(/html/plugin/Exp/assets/images/cp/ranking/2018/10-12/ranking06.png); }
.ranking-frame.overall .ranking-item:nth-child(8) { background-image: url(/html/plugin/Exp/assets/images/cp/ranking/2018/10-12/ranking07.png); }
@media only screen and (max-width: 667px) {
.ranking-frame.overall .ranking-item:nth-child(2),
.ranking-frame.overall .ranking-item:nth-child(3),
.ranking-frame.overall .ranking-item:nth-child(4),
.ranking-frame.overall .ranking-item:nth-child(5),
.ranking-frame.overall .ranking-item:nth-child(6),
.ranking-frame.overall .ranking-item:nth-child(7),
.ranking-frame.overall .ranking-item:nth-child(8) { background-image: none; }

.ranking-frame.overall .ranking-item:nth-child(2):after { background-image: url(/html/plugin/Exp/assets/images/cp/ranking/2018/10-12/ranking01.png); }
.ranking-frame.overall .ranking-item:nth-child(3):after { background-image: url(/html/plugin/Exp/assets/images/cp/ranking/2018/10-12/ranking02.png); }
.ranking-frame.overall .ranking-item:nth-child(4):after { background-image: url(/html/plugin/Exp/assets/images/cp/ranking/2018/10-12/ranking03.png); }
.ranking-frame.overall .ranking-item:nth-child(5):after { background-image: url(/html/plugin/Exp/assets/images/cp/ranking/2018/10-12/ranking04.png); }
.ranking-frame.overall .ranking-item:nth-child(6):after { background-image: url(/html/plugin/Exp/assets/images/cp/ranking/2018/10-12/ranking05.png); }
.ranking-frame.overall .ranking-item:nth-child(7):after { background-image: url(/html/plugin/Exp/assets/images/cp/ranking/2018/10-12/ranking06.png); }
.ranking-frame.overall .ranking-item:nth-child(8):after { background-image: url(/html/plugin/Exp/assets/images/cp/ranking/2018/10-12/ranking07.png); }
}


.ranking-frame.overall .ranking-item .ordered-icon { position: absolute; }

.ranking-frame.overall .rank-transition .sentence { color: #fff; }

.ranking-frame.overall .ranking-item:nth-child(2) .ordered-icon {
  position: absolute;
  top: 15px;
  left: 15px;
}
@media only screen and (max-width: 667px) {
.ranking-frame.overall .ranking-item:nth-child(2) .ordered-icon {
  top: 0;
  left: 0;
}
}

.ranking-frame.overall .ranking-item:nth-child(2) .ordered.back-img {
  width: 2.45em;
  height: 2.45em;
}

.ranking-frame.overall .ranking-item:nth-child(n+3) .ordered-icon {
  position: absolute;
  top: 10px;
  left: 10px;
}
@media only screen and (max-width: 667px) {
.ranking-frame.overall .ranking-item:nth-child(n+3) .ordered-icon {
  top: 0;
  left: 0;
}
}

.ranking-frame.overall .ranking-item:nth-child(n+3) .ordered.back-img {
  width: 1.95em;
  height: 1.95em;
  font-size: 1.9em;
}
@media only screen and (max-width: 667px) {
.ranking-frame.overall .ranking-item:nth-child(n+3) .ordered.back-img {
  background-size: 70%;
  width: 2.7em;
  height: 2.15em;
  font-size: 1.8em;
}
}

.ranking-frame.overall .ranking-item .information .wholesale {
  width: 90px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.2;
}
@media screen and (max-width: 667px) {
.ranking-frame.overall .ranking-item .information .wholesale {
  width: 100%;
  text-align: left;
}
}

.ranking-frame.overall .ranking-item:nth-child(n+3) .wholesale .strong { font-size: 2.2em; }
@media screen and (max-width: 667px) {
.ranking-frame.overall .ranking-item:nth-child(n+3) .wholesale .strong {
  display: inline;
  font-size: 1.2em;
}
}



/*---------------------------------------------------------
RANKING SUMMARY
---------------------------------------------------------*/
.ranking-summary .column .ranking-frame {
  float: left;
  border-bottom: 2px dashed #ccc;
  width: 50%;
  padding: 1.5em 1em;
}
@media screen and (max-width: 667px) {
.ranking-summary .column .ranking-frame {
  float: none;
  border-bottom: 1px dashed #ccc;
  width: 100%;
  padding: 1.5em 0;
}
}

.ranking-summary .column .ranking-frame > .labels { display: inline-block; }

.ranking-summary .column .ranking-frame:nth-child(even) { border-left: 2px dashed #ccc; }
@media screen and (max-width: 667px) {
.ranking-summary .column .ranking-frame:nth-child(even) { border-left: none; }
}

.ranking-summary .ranking-frame .link-text { color: #2f84ed; }


/*---------------------------------------------------------
RANKING CATEGORY
---------------------------------------------------------*/
.ranking-category .tab-menu { margin: 0 auto; }

.ranking-category .float-center .tab-menu {
  position: relative;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 667px) {
.ranking-category .float-center .tab-menu {
  display: block;
  position: static;
  float: none;
  width: 95%;
  margin: 0 auto;
}
.ranking-category .float-center .tab-menu:after {
  content: "\0020";
  clear: both;
  display: block;
}
}

.ranking-category .float-center .tab-menu .tab {
  position: relative;
  border-top: 0.1em solid #eee;
  border-right: 0.1em solid #eee;
  border-left: 0.1em solid #eee;
  padding: 0.5em 0.8em;
}
@media screen and (max-width: 667px) {
.ranking-category .float-center .tab-menu .tab { position: static; }
}

.ranking-category .tab-menu .tab {
  box-shadow: 3px -3px 5px -1px rgba(0,0,0,0.2);
  font-size: 0.75em;
}
@media screen and (max-width: 667px) {
.ranking-category .tab-menu .tab {
  border: 1px solid #ccc;
  box-shadow: none;
  float: left;
  width: 49%;
  margin-left: 2%;
  padding: 1em 0;
  font-size: 0.85em;
}
.ranking-category .tab-menu .tab:first-child {
  width: 100%;
  margin-left: 0;
}
.ranking-category .tab-menu .tab:nth-child(even) { margin-left: 0; }
.ranking-category .tab-menu .tab:nth-child(n+2) { margin-top: 1em;; }
.ranking-category .tab-menu .tab.radius { border-radius: 0.25em; }
}

.ranking-category .tab-menu .tab .link-block { padding: 1em 0; }

.ranking-category .ranking-frame {
  box-shadow: 0 5px 7px 0 gray;
  width: 99%;
  margin: 0 auto;
  padding: 0 1em 1em 1em;
}
@media screen and (max-width: 667px) {
.ranking-category .ranking-frame {
  box-shadow: none;
  width: 100%;
  padding: 0;
}
}

.ranking-category .ranking-item {
  float: left;
  width: 20%;
  padding: 1.5em 1em;
}
@media screen and (max-width: 667px) {
.ranking-category .ranking-item {
  float: none;
  width: 100%;
  padding: 1.5em 0.5em;
}
}

.ranking-category .ranking-item { border-bottom: medium dotted #ccc; }

.ranking-category .ranking-item.vertical .description {
  margin-top: 1em;
  font-size: 0.7em;
}
@media screen and (max-width: 667px) {
.ranking-category .ranking-item.vertical .description { margin-top: 0.5em; }
}

.ranking-category .ranking-item.vertical .wholesale {
  margin-top: 1em;
  font-size: 0.6em;
  line-height: 1.2;
}
@media screen and (max-width: 667px) {
.ranking-category .ranking-item.vertical .wholesale { margin-top: 0.5em; }
}

.ranking-category .column .ranking-item.vertical:nth-child(n+6) .wholesale .strong {
  display: inline-block;
  margin-left: 0.1em;
  font-size: 2em;
}
@media screen and (max-width: 667px) {
.ranking-category .column .ranking-item.vertical:nth-child(n+6) .wholesale .strong { font-size: 1.2em; }
}

.ranking-footer { margin-top: 4em; }

.ranking-footer > .headline {
  text-align: left;
  font-size: 1.8em;
}
@media screen and (max-width: 667px) {
.ranking-footer > .headline { font-size: 1.4em; }
}

.ranking-footer > .headline.underline {
  border-width: 2px;
  padding-bottom: 0;
}

.ranking-footer .frame {
  margin-top: 2em;
  padding: 0 2em 0;
  font-size: 1.2em;
}
@media screen and (max-width: 667px) {
.ranking-footer .frame {
  margin-top: 1em;
  padding: 0;
  font-size: 1em;
}
}

.ranking-footer .frame .headline {
  margin-top: 3em;
  font-size: 1.2em;
}
.ranking-footer .frame .headline:first-child { margin-top: 0; }

.ranking-footer .frame .sentence {
  margin-top: 0.5em;
  font-size: 1em;
  line-height: 1.6;
}

.ranking-guide .figure {
  float: left;
  margin-right: 2em;
}
@media screen and (max-width: 667px) {
.ranking-guide .figure {
  float: none;
  margin: 1em 0 0;
}
.ranking-guide .figure .picture {
  width: 50%;
  margin: 0 auto;
}
}


/*---------------------------------------------------------
ACCORDION
---------------------------------------------------------*/
.accordion { padding-bottom: 3em; }
@media screen and (max-width: 667px) {
.accordion { padding-bottom: 1em; }
}

.accordion-body {
  margin-top: 2em;
  padding-bottom: 2em;
}

.accordion-body--bottom { margin-top: 5em; }
@media screen and (max-width: 667px) {
.accordion-body--bottom { margin-top: 2em; }
}


/*---------------------------------------------------------
TABLE OF CONTENTS
---------------------------------------------------------*/
.table-of-contents {
  border-top: 2px solid #8a8a8a;
  border-bottom: 2px solid #8a8a8a;
  width: 100%;
  margin-top: 3em;
  padding: 1em 0;
}
@media screen and (max-width: 667px) {
.table-of-contents {
  width: 100%;
  margin-top: 1.5em;
}
}

.table-of-contents--inner {
  display: table;
  width: 100%;
}

.table-of-contents .headline,
.table-of-contents .ul {
  display: table-cell;
  vertical-align: middle;
  color: #8a8a8a;
}
@media screen and (max-width: 667px) {
.table-of-contents .headline,
.table-of-contents .ul { display: block; }
}

.table-of-contents .headline {
  border-right: 1px solid #8a8a8a;
  text-align: center;
  padding: 0 3em;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1;
  color: #8a8a8a;
}
@media screen and (max-width: 667px) {
.table-of-contents .headline {
  border-right: none;
  border-bottom: 1px solid #8a8a8a;
  margin-top: 0;
  padding: 0 0 0.5em;
  font-size: 1.4em;
}
}

.table-of-contents .ul {
  text-align: left;
  padding-left: 3em;
}
@media screen and (max-width: 667px) {
.table-of-contents .ul {
  margin-top: 1em;
  padding-left: 0;
}
}

.table-of-contents .li {
  display: block;
  margin-top: 2em;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.1;
}
@media screen and (max-width: 667px) {
.table-of-contents .li { font-size: 1em; }
}

.table-of-contents .li:nth-child(1) { margin-top: 0; }

.table-of-contents .ul > .li:before {
  content: "▲";
  display: inline-block;
  width: 1em;
  height: 1em;
  transform: rotate(90deg);
}

.table-of-contents .ul .link-block { color: #8a8a8a; }

.table-of-contents .ul-2nd { margin-left: 1em; }

.table-of-contents .li-2nd {
  margin-top: 1em;
  font-weight: normal;
}

.table-of-contents .li-2nd:before {
  content: "・";
  display: inline-block;
  width: 1em;
  height: 1em;
}

.table-of-contents .link-block { display: inline; }


/*---------------------------------------------------------
PC & SP ONLY
---------------------------------------------------------*/
@media only screen and (max-width: 667px) {
.pc-only { display: none; }
}

.sp-only { display: none; }
@media only screen and (max-width: 667px) {
.sp-only { display: block; }
}
