@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.isSp {
  display: none;
}
html[data-browse-mode="S"] .isSp {
  display: block;
}
.eranking-kv {
  margin: 24px 0 40px;
}
.eranking-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 0 0 60px;
}
.eranking-nav-item a {
  display: block;
  position: relative;
  width: 480px;
  margin: 0 auto;
  padding: 18px;
  border-radius: 60px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: #f8f8f4;
}
.eranking-nav-item a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  width: 25px;
  height: 25px;
  border: 2px solid #c8102e;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.eranking-nav-item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 33px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #c8102e;
  border-bottom: 2px solid #c8102e;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
}
.eranking-nav-item a br {
  display: none;
}
.eranking-nav-item a span {
  color: #c8102e;
  font-size: 24px;
}
.eranking-nav-item:nth-child(1) {
  width: 100%;
}
.eranking-nav-item:nth-child(1) a {
  padding: 23px;
  font-size: 24px;
}
.eranking-nav-item:nth-child(1) a:before {
  right: 32px;
}
.eranking-nav-item:nth-child(1) a:after {
  right: 41px;
}
.eranking-nav-item:nth-child(1) a img {
  display: block;
  margin: 0 auto 8px;
}
.eranking-overall-ttl {
  line-height: 1;
  margin: 0 0 70px;
  text-align: center;
}
.eranking-overall-ttl h2 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1.6px;
  margin: 3px auto 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.eranking-overall-ttl h2:before,
.eranking-overall-ttl h2:after {
  position: absolute;
  top: -5px;
  content: "";
  display: block;
  width: 21px;
  height: 58px;
  background: url("/img/event/eranking/wheat.png") no-repeat center/contain;
}
.eranking-overall-ttl h2:before {
  left: -35px;
}
.eranking-overall-ttl h2:after {
  right: -35px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.eranking-overall-ttl img {
  display: inline-block;
  margin: 0 0 8px;
}
.eranking-overall-ttl:after {
  content: "";
  display: block;
  width: 29px;
  height: 26px;
  margin: 0 auto;
  background: url("/img/event/eranking/crown_gold.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.eranking-overall-ttl.star:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto;
  background: url("/img/event/eranking/ttl_star.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.eranking-overall-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.eranking-overall-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  gap: 24px 28px;
  width: 570px;
  margin: 0 0 48px;
  padding: 48px 36px;
  background: #f8f8f4;
}
.eranking-overall-item:nth-child(1) {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  gap: 0 32px;
}
.eranking-overall-item:nth-child(1) .eranking-overall-item-rank:before {
  background-image: url("/img/event/eranking/crown_gold.png");
}
.eranking-overall-item:nth-child(1) .eranking-overall-item-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
}
.eranking-overall-item:nth-child(1) .eranking-overall-item-name {
  font-size: 24px;
}
.eranking-overall-item:nth-child(1) .eranking-overall-item-price {
  margin: 0 0 16px;
}
.eranking-overall-item:nth-child(1) .eranking-overall-item-img {
  width: 269px;
}
.eranking-overall-item:nth-child(2) .eranking-overall-item-rank:before {
  background-image: url("/img/event/eranking/crown_silver.png");
}
.eranking-overall-item:nth-child(3) .eranking-overall-item-rank:before {
  background-image: url("/img/event/eranking/crown_bronze.png");
}
.eranking-overall-item-rank {
  position: absolute;
  top: 0;
  left: 36px;
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.eranking-overall-item-rank:before {
  content: "";
  display: inline-block;
  width: 31px;
  height: 28px;
  margin: 0 8px 0 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
}
.eranking-overall-item-rank span {
  font-size: 56px;
}
.eranking-overall-item-name {
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: bold;
}
.eranking-overall-item-name a {
  text-decoration: none;
}
.eranking-overall-item-revico {
  display: inline-block;
  line-height: 1;
  margin: 0 0 16px;
  background: #fff;
  padding: 0 15px 5px;
}
.eranking-overall-item-revico .revico-star .revico-star-block {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.eranking-overall-item-price {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: bold;
}
.eranking-overall-item-price span {
  font-size: 24px;
}
.eranking-overall-item-img {
  width: 220px;
}
.eranking-overall-item-img img {
  vertical-align: top;
}
.eranking-overall-item-comment {
  padding: 20px 20px 20px 5px;
  font-size: 14px;
  font-weight: 500;
  background: #fff;
}
.eranking-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 64px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.eranking-heading b {
  display: inline-block;
  position: relative;
  padding: 0 18px 25px;
  color: #fff;
  z-index: 0;
}
.eranking-heading b:before {
  content: "";
  position: absolute;
  z-index: -1;
}
.eranking-heading span {
  font-size: 32px;
}
.eranking-heading#eranking-color b:before {
  top: -20px;
  left: -10px;
  width: 89px;
  height: 116px;
  background: url("/img/event/eranking/heading_01.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.eranking-heading#eranking-storage b:before {
  top: -20px;
  left: 7px;
  width: 97px;
  height: 106px;
  background: url("/img/event/eranking/heading_02.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.eranking-heading img {
  display: inline-block;
  margin: 0 4px 9px 0;
}
/* ATOJ_AGC-192 */
.updata {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #c8102f;
  margin: auto;
  padding: 14px;
  border-radius: 60px;
  margin-bottom: 22px;
}
.updata:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 14px;
  height: 8px;
  background: #c8102f;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.updata span {
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.8px;
}
.updata span:before,
.updata span:after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background: #fff;
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
}
.updata span:after {
  -webkit-transform: rotate(-70deg);
          transform: rotate(-70deg);
}
.eranking-overall .revico-widget a.revico-read-more-review {
  display: block;
}
.eranking-overall-item:nth-child(1) .eranking-overall-item-comment-wrap {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.eranking-overall-item:nth-of-type(n+2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.eranking-overall-item:nth-of-type(n+2) .eranking-overall-item-inner {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.eranking-overall-item:nth-of-type(n+2) .eranking-overall-item-comment-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.eranking-overall-item:nth-of-type(n+2) .right {
  width: 250px;
}
.eranking-overall-item:nth-of-type(n+2) .eranking-overall-item-img {
  width: 220px;
}
.eranking-overall-item-comment {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  gap: 0 20px;
  position: relative;
  width: 100%;
  max-width: 550px;
}
.eranking-overall-item-comment:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  background: #f8f8f4;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.eranking-overall-item-comment .person {
  position: relative;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 5px;
}
.eranking-overall-item-comment .person:after {
  position: absolute;
  right: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #333;
}
.eranking-overall-item-comment .person .img {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto;
}
.eranking-overall-item-comment .person .img img {
  vertical-align: bottom;
}
.eranking-overall-item-comment .person .age {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding-top: 3px;
}
.eranking-overall-item-comment .comment1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
.eranking-overall-item-comment .comment1 .ttl {
  font-size: 16px;
  font-weight: bold;
}
.eranking-overall-item-comment .comment1 .star {
  margin: 10px 0;
}
.eranking-overall-item-comment .comment2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}

#eranking-color {
  margin: 50px 0 0;
}
#eranking-products {
  margin: 60px 0 90px;
}
html[data-browse-mode="S"] .eranking-kv {
  margin: 0 0 20px;
}
html[data-browse-mode="S"] .eranking-nav {
  display: block;
  margin: 0 15px 50px;
}
html[data-browse-mode="S"] .eranking-nav-item {
  margin: 0 0 12px;
}
html[data-browse-mode="S"] .eranking-nav-item a {
  width: auto;
  line-height: 1.4;
  padding: 12px;
  font-size: 16px;
}
html[data-browse-mode="S"] .eranking-nav-item a:before {
  right: 20px;
}
html[data-browse-mode="S"] .eranking-nav-item a:after {
  right: 29px;
}
html[data-browse-mode="S"] .eranking-nav-item a br {
  display: block;
}
html[data-browse-mode="S"] .eranking-nav-item a span {
  font-size: 20px;
}
html[data-browse-mode="S"] .eranking-nav-item:nth-child(1) a {
  padding: 12px;
  font-size: 20px;
}
html[data-browse-mode="S"] .eranking-nav-item:nth-child(1) a:before {
  right: 20px;
}
html[data-browse-mode="S"] .eranking-nav-item:nth-child(1) a:after {
  right: 29px;
}
html[data-browse-mode="S"] .eranking-nav-item:nth-child(1) a img {
  width: 36px;
  height: auto;
}
html[data-browse-mode="S"] .eranking-overall-ttl {
  margin: 0 0 50px;
}
html[data-browse-mode="S"] .eranking-overall-ttl h2 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1.2px;
  margin: 5px auto 5px;
  gap: 15px;
  padding: 0;
}
html[data-browse-mode="S"] .eranking-overall-ttl h2:before,
html[data-browse-mode="S"] .eranking-overall-ttl h2:after {
  position: absolute;
  top: -8px;
  content: "";
  display: block;
  width: 16px;
  height: 43px;
}
html[data-browse-mode="S"] .eranking-overall-ttl h2:before {
  left: -30px;
}
html[data-browse-mode="S"] .eranking-overall-ttl h2:after {
  right: -30px;
}
html[data-browse-mode="S"] .eranking-overall-ttl img {
  width: 42px;
  height: auto;
}
html[data-browse-mode="S"] .eranking-overall-ttl:after {
  width: 24px;
  height: 22px;
}
html[data-browse-mode="S"] .eranking-overall-ttl.star:after {
  width: 26px;
  height: 26px;
}
html[data-browse-mode="S"] .eranking-overall-list {
  display: block;
  margin: 0 15px;
}
html[data-browse-mode="S"] .eranking-overall-item {
  gap: 24px 15px;
  width: auto;
  margin: 0 0 48px;
  padding: 36px 16px 16px;
}
html[data-browse-mode="S"] .eranking-overall-item:nth-child(1) {
  gap: 24px 15px;
}
html[data-browse-mode="S"] .eranking-overall-item:nth-child(1) .eranking-overall-item-name {
  font-size: 16px;
}
html[data-browse-mode="S"] .eranking-overall-item:nth-child(1) .eranking-overall-item-price {
  margin: 0;
}
html[data-browse-mode="S"] .eranking-overall-item:nth-child(1) .eranking-overall-item-img {
  width: 145px;
}
html[data-browse-mode="S"] .eranking-overall-item-rank {
  left: 16px;
  font-size: 20px;
}
html[data-browse-mode="S"] .eranking-overall-item-rank:before {
  width: 22px;
  height: 20px;
}
html[data-browse-mode="S"] .eranking-overall-item-rank span {
  font-size: 40px;
}
html[data-browse-mode="S"] .eranking-overall-item-inner {
  width: calc(100% - 145px - 15px);
  gap: 10px;
}
html[data-browse-mode="S"] .eranking-overall-item-name {
  margin: 0 0 16px;
  font-size: 16px;
}
html[data-browse-mode="S"] .eranking-overall-item-revico {
  width: 100%;
  overflow: hidden;
  padding: 0 12px 10px;
}
html[data-browse-mode="S"] .eranking-overall-item-revico .revico-star .revico-star-block--rate {
  top: 2px;
  width: 70px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
html[data-browse-mode="S"] .eranking-overall-item-revico .revico-star-block--title,
html[data-browse-mode="S"] .eranking-overall-item-revico .revico-star-block--total {
  margin: 0;
  font-size: 10px;
}
html[data-browse-mode="S"] .eranking-overall-item-revico .revico-widget a.revico-read-more-review {
  width: 100%;
  margin-top: 0;
}
html[data-browse-mode="S"] .eranking-overall-item-price {
  margin: 0;
  font-size: 14px;
}
html[data-browse-mode="S"] .eranking-overall-item-price span {
  font-size: 20px;
}
html[data-browse-mode="S"] .eranking-overall-item-img {
  width: 145px;
}
html[data-browse-mode="S"] .eranking-overall-item-img img {
  height: auto;
}
html[data-browse-mode="S"] .eranking-overall-item-comment {
  padding: 10px;
}
html[data-browse-mode="S"] .eranking-heading {
  font-size: 18px;
}
html[data-browse-mode="S"] .eranking-heading b {
  padding: 0 15px 20px;
}
html[data-browse-mode="S"] .eranking-heading span {
  font-size: 24px;
}
html[data-browse-mode="S"] .eranking-heading#eranking-color b:before {
  top: -16px;
  left: -12px;
  width: 77px;
  height: 106px;
  background-image: url("/img/event/eranking/heading_01_sp.png");
}
html[data-browse-mode="S"] .eranking-heading#eranking-storage b:before {
  top: -17px;
  left: 4px;
  width: 63px;
  height: 97px;
  background-image: url("/img/event/eranking/heading_02_sp.png");
}
html[data-browse-mode="S"] .eranking-heading img {
  width: 60px;
  height: auto;
  margin: 0 4px 6px 0;
}
html[data-browse-mode="S"] .updata {
  padding: 12px 15px;
}
html[data-browse-mode="S"] .updata span {
  font-size: 14px;
}
html[data-browse-mode="S"] .eranking-overall-item .right {
  width: auto;
}
html[data-browse-mode="S"] .eranking-overall-item .eranking-overall-item-img {
  width: 145px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
html[data-browse-mode="S"] .eranking-overall-item:nth-child(1) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html[data-browse-mode="S"] .eranking-overall-item:nth-child(1) .eranking-overall-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
html[data-browse-mode="S"] .eranking-overall-item:nth-of-type(n+2) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
html[data-browse-mode="S"] .eranking-overall-item:nth-of-type(n+2) .eranking-overall-item-inner {
  gap: 15px;
}
html[data-browse-mode="S"] .eranking-overall-item-comment {
  -ms-grid-columns: 90px auto;
  grid-template-columns: 90px auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  gap: 13px 10px;
}
html[data-browse-mode="S"] .person {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
html[data-browse-mode="S"] .person:after {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 90%;
  background: #333;
}
html[data-browse-mode="S"] .person .img {
  width: 80px;
}
html[data-browse-mode="S"] .comment1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
  margin: auto 0;
}
html[data-browse-mode="S"] .comment1 .ttl {
  font-size: 16px;
}
html[data-browse-mode="S"] .comment1 .star {
  margin: 0;
}
html[data-browse-mode="S"] .comment2 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
}
html[data-browse-mode="S"] .block-ranking-r--items {
  border: none;
}
html[data-browse-mode="S"] #eranking-color .eranking-overall-ttl {
  margin: 0 0 20px;
}
html[data-browse-mode="S"] #eranking-color .isSp {
  display: inline-block;
}
html[data-browse-mode="S"] #eranking-products {
  margin: 70px 15px 114px;
}
html[data-browse-mode="S"] #eranking-products .eranking-overall-ttl {
  margin: 0 0 20px;
}
