@charset "UTF-8";
/* CSS Document */
/*=== base+ ===*/
html {
  font-size: 10px;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  position: relative;
}
img,
svg {
  width: 100%;
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: bold;
}
.text-right {
  text-align: right;
}
section {
  padding: 2.5rem 2rem 2rem;
  max-width: 450px;
  margin: 0 auto;
}
/*=== content ===*/
.content-detail {
  margin-top: 16px;
  padding: 0 22px;
}

.ttl {
  border: 3px solid #333333;
  border-radius: 10px;
  padding: 1.5rem 0 2rem;
  font-size: 2.2rem;
  line-height: 35px;
  margin-bottom: 24px;
  position: relative;
  font-weight: bold;
  text-align: center;
}
.ttl.arrowB::after {
  position: absolute;
  right: 48%;
  bottom: -10px;
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #333 transparent transparent transparent;
}
.ttl.arrowW:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -11px;
  border: 8px solid transparent;
  border-top: 8px solid #fff;
  z-index: 2;
}
.ttl.arrowW::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -13px;
  border: 10px solid transparent;
  border-top: 10px solid #333;
  z-index: 1;
}
.ttl8 {
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2rem;
}
.ttl8 span {
  margin: 0 2rem;
}
.ttl8::before,
.ttl8::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 34px;
  top: 5px;
}
.ttl8::before {
  border-left: 2px solid #333;
  transform: rotate(-25deg);
}
.ttl8::after {
  margin-right: 30px;
  border-right: 2px solid #333;
  transform: rotate(25deg);
}
.ttl span,
.ttl8 span {
  background: linear-gradient(transparent 70%, #edec73 70%);
}
.ttl.yellow span,
.ttl8.yellow span {
  background: linear-gradient(transparent 70%, #ffeb00 70%);
}
.chain-ttl {
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}
.chain-ttl img {
  max-height: 50px;
  max-width: 100px;
  margin-left: -12px;
  object-fit: contain;
  object-position: left;
}
.ttl.arrowW img.ttl-icon {
  width: 19px;
  height: 19px;
  margin-right: 10px;
}

footer {
  background: url(../../assets/img/footer/background.png);
  text-align: center;
  background-size: 100%;
}
footer.is-publication img {
  max-width: 117px;
  margin: 1.4rem auto;
}
footer.is-publication {
  background: #DD4B39;
  color: #fff;
  padding-top: 20px;
}
footer.is-publication li a{
  color: #fff;
}
footer.is-publication .publication-inner {
  background: #cf222e;
  color: #fff;
  padding: 1.7rem 0 0;
}
footer.is-publication .publication-inner li::after {
  color: #fff;
}
footer.is-publication .publication-inner a {
  color: #fff;
}
.footer-outer{
  text-align: center;
  padding: 20px;
  background-color:#E8E8E8;
}
.footer-outer img{
  max-width: 150px;
}
footer img {
  max-width: 117px;
  margin: 3rem auto;
}
footer {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
}
footer li {
  display: inline;
  list-style: none;
}
footer li:after {
  content: "|";
  padding: 0 0.8rem;
  color: #333;
}
footer li:last-child:after {
  content: "";
}
footer li a {
  text-decoration: none;
  color: #333;
}
footer li a:hover {
  text-decoration: underline;
}
footer p {
  margin: 0;
  padding: 1rem 0 2rem;
}
.modal-dialog {
  margin: 2rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
  }
}
.modal-content {
  border-radius: 20px;
}
.modal-body {
  text-align: center;
  padding: 4rem;
}
.modal-body .icon {
  width: 44px;
  margin-bottom: 2rem;
}
.modal-body strong {
  display: block;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
.modal-body p {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
.modal-body small {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.modal-body small strong {
  color: #dd4b39;
  font-weight: 700;
  font-size: 1.4rem;
}
.modal-body .modalClose {
  width: 150px;
  padding: 0.6rem;
  border: 1px solid #333;
  background-color: #fff;
}
#page-top {
  position: fixed;
  right: 1rem;
  bottom: 9rem;
  z-index: 10;
}
#page-top img {
  width: 50px;
}

/* top */
.top .tokubai {
  background: #fff;
  height: 58px;
}
.top .tokubai p {
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0 1.2rem;
  width: 100%;
  height: 100%;
}
.top .tokubai p img {
  display: block;
  width: 108px;
}
.top header {
  position: relative;
  background: #ffb578;
  text-align: center;
  padding: 30px 0 1rem;
}
.top header img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.top header .parts {
  margin: 0 auto 1rem;
}
.top header .logo {
  max-width: 306px;
  margin-bottom: 1rem;
}
.top header .ribon {
  max-width: 328px;
  margin-bottom: 0.5rem;
}
.top header .date {
  max-width: 260px;
  margin-bottom: 1.5rem;
}
.top header .box {
  max-width: 328px;
}
.top header .background {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  background: url(../../assets/img/header/map-back.png) no-repeat;
  background-position: 50% 30%;
  background-size: 105%;
  z-index: 1;
}
@media (min-width: 450px) {
  .top header .background {
    width: 450px;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 100%;
  }
}
.sponsors-box {
  max-width: 328px;
  margin: 0 auto 30px;
}
.sponsors-box .sponsors-area {
  width: 100%;
  background: url(../img/top/sponsors-back.png) repeat-y 0 0;
  padding: 20px;
  background-size: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.sponsors-box .sponsors-area a {
  width: calc(50% - 10px);
}
.sponsors-box .sponsors-area img {
  width: 100%;
}
.sponsors-box .sponsors-footer {
  max-width: 328px;
  height: 11px;
  background: url(../img/top/sponsors-footer.png) no-repeat 0 0;
  background-size: 100%;
}

.top section {
  padding: 4rem 2rem;
}

/* detail */
.other header {
  padding: 1.4rem 0.8rem 0.5rem;
}
.other header img {
  width: 70%;
  max-width: 300px;
}

/* top */
.publication .current header {
  position: relative;
  text-align: center;
  padding: 3rem 0 4rem;
  background: url(../../assets/img/publication/header_bg_sp2.png) no-repeat top
    center;
  background-size: cover;
}
@media (min-width: 450px) {
  .publication .current header {
    background: url(../../assets/img/publication/header_bg2.png) no-repeat
      center;
    background-size: cover;
    padding: 3rem 0;
    background-position: top;
  }
}
.publication .first header {
  position: relative;
  text-align: center;
  padding: 3rem 0 1rem;
  background: url(../../assets/img/publication/header_bg_sp.png) no-repeat top
    center;
  background-size: cover;
}
@media (min-width: 450px) {
  .publication .first header {
    background: url(../../assets/img/publication/header_bg.png) no-repeat top
      center;
    background-size: cover;
  }
}
.publication header img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.publication header .parts {
  margin: 0 auto 1rem;
}
.publication header .logo {
  max-width: 335px;
  margin-bottom: 1.5rem;
}
@media (min-width: 450px) {
  .publication header .logo {
    max-width: 400px;
  }
}
.publication header .box {
  max-width: 335px;
  text-align: left;
  text-shadow: #000 0 0 3px;
  color: #fff;
}
@media (min-width: 450px) {
  .publication header .box {
    max-width: 400px;
  }
}

.top section {
  padding: 4rem 2rem 2rem;
}

/* content */

.category-ttl {
  border: 2px solid #333333;
  border-radius: 6px;
  padding: 10px 0 10px 47px;
  font-size: 2rem;
  line-height: 27px;
  margin-bottom: 24px;
  position: relative;
  font-weight: 500;
}
.category-ttl::before {
  position: absolute;
  top: -9px;
  left: 7px;
  content: "";
  width: 26px;
  height: 45px;
  background: url("../img/detail-ribon.svg") no-repeat 0 0;
  background-size: contain;
}

.group-ttl {
  border: 2px solid #f99a1a;
  border-radius: 8px;
  font-size: 2rem;
  line-height: 27px;
  margin-bottom: 24px;
  position: relative;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.group-ttl.pink {
  border-color:#FF667B ;
}
.group-ttl.grand {
  margin: 0 auto 22px;
  max-width: 450px;
  width: 100%;
}
.group-ttl span {
  background: #f99a1a;
  padding: 2px 10px;
  width: 98px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}
.group-ttl.pink span {
  background-color: #FF667B;
}
.group-ttl span img {
  max-height: 42px;
}
.group-ttl div {
  padding-left: 15px;
}
.appeal-box {
  border: 3px solid #333333;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 20px;
  position: relative;
}
.appeal-box.m-btm {
  margin-bottom: 0.5rem;
}
.appeal-box.m-top {
  margin-top: 2rem;
}
.appeal-box::before {
  display: block;
  position: absolute;
  right: -3px;
  content: "";
  width: 20px;
  height: 20px;
  border: 3px solid;
  border-color: transparent transparent #333 #333;
  transform: rotate(90deg);
  background-color: #fff;
  bottom: -3px;
}
.appeal-box::after {
  display: block;
  position: absolute;
  right: 3px;
  content: "";
  width: 25px;
  height: 25px;
  border: 3px solid;
  border-color: transparent #333 transparent transparent;
  transform: rotate(45deg);
  bottom: 3px;
}
.appeal-title {
  color: #333;
  font-weight: bold;
  font-size: 2rem;
  line-height: 36px;
  text-align: center;
  margin: 0;
}
.appeal-title span {
  border-bottom: dashed #333 2px;
}
.appeal-title span strong {
  color: #dd4b39;
}
.appeal-title span small {
  font-size: 1.8rem;
  font-weight: 500;
}
.appeal-attention {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 2rem;
}
.appeal .appeal-text {
  font-weight: 500;
  font-size: 26px;
  line-height: 36px;
  margin: 0;
}
.appeal .appeal-text span {
  background: linear-gradient(transparent 70%, #ffe310 70%);
}
#itemList {
  padding: 0;
  margin: 0;
  list-style: none;
}
.item {
  border: 2px solid #333333;
  border-radius: 10px;
  margin-bottom: 3rem;
  position: relative;
}
.ranking .item {
  border-width: 5px;
  margin-bottom: 2rem;
}
.ranking.grand {
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
}
.ranking.red .item {
  border-color: #cf222e;
}
.ranking.gold .item {
  border-color: #bf8702;
}
.ranking.silver .item {
  border-color: #8e888b;
}
.ranking.bronze .item {
  border-color: #96501c;
}
.ranking.yellow .item {
  border-color: #fed636;
}

.item img {
  border-radius: 7px 7px 0 0;
}
.item .imgBlock {
  position: relative;
}
.item .ribon {
  position: absolute;
  top: 18px;
  left: -8px;
  width: 122px;
  height: 48px;
  background: url(../img/detail-ribon2.svg) no-repeat 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  z-index: 8;
  padding: 5px 18px;
  line-height: 1.3;
}
.item p {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  margin: 0 0;
  padding-right: 1rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
  color: #333;
  text-shadow: 3px 3px 3px #ffffff, -3px 3px 3px #ffffff, 3px -3px 3px #ffffff,
    -3px -3px 3px #ffffff, 3px 0px 3px #ffffff, 0px 3px 3px #ffffff,
    -3px 0px 3px #ffffff, 0px -3px 3px #ffffff;
}
.item dl {
  background: #ffb578;
  padding: 1.5rem;
  margin: 0;
  border-radius: 0 0 7px 7px;
}
.item dl ul.tag-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 4px;
}
.item dl ul.tag-list.m-top {
  margin-top: 1rem;
}
.item dl ul.tag-list li {
  background-color: #fff;
  border-radius: 60px;
  border: 1px solid #333;
  padding: 4px 12px 5px;
  font-size: 10px;
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.item.orange dl ul.tag-list li,
.item.orange dl ul.tag-list li a {
  color: #333;
}
.ranking .item dl {
  padding: 1.5rem 1rem;
}
.item dl.crown {
  background-image: url("../img/publication/background-crown.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 180px auto;
  background-color: unset;
}
.item dl.crown-black {
  background-image: url("../img/publication/background-crown-black.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 146px auto;
  background-color: unset;
}
.ranking.grand .item dl {
  background: url("../img/publication/grand_bg.png") no-repeat center center;
}
.ranking.red .item dl {
  background-image: url("../img/publication/background-crown-red.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 162px auto;
  background-color: unset;
}
.ranking.gold .item dl {
  background: url("../img/publication/gold_bg.png") no-repeat center center;
}
.ranking.silver .item dl {
  background: url("../img/publication/silver_bg.png") no-repeat center center;
}
.ranking.bronze .item dl {
  background: url("../img/publication/bronze_bg.png") no-repeat center center;
}
.ranking .item dl dt {
  margin-bottom: 1rem;
}
.ranking .item dl dd.price {
  font-size: 2rem;
  margin-bottom: 1.4rem;
}
.ranking .item dl dd.price em {
  font-size: 1.5rem;
  font-style: normal;
}
.ranking .item dl dd.area {
  font-weight: 500;
  font-size: 1.4rem;
}
.ranking .text dt {
  font-size: 2.6rem;
  margin-bottom: 1rem;
}
.ranking .text dd {
  font-weight: normal;
  font-size: 1.4rem;
  padding: 0;
  margin-bottom: 1.5rem;
}
.item.yellow dl {
  background-color: #ffeb00;
}
.item.orange dl {
  background-color: #f99a1a;
}
.item.blue dl {
  background-color: #2f84f7;
}
.item.green dl {
  color: #fff;
}
.item a {
  color: var(--bs-gray-900);
  text-decoration: none;
  line-height: 1.2;
}
.item a dl,
.item dl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}
.item a dl span,
.item dl span {
  border: 1px solid #333;
  border-radius: 4px;
  background-color: #fff;
  font-size: 1.6rem;
  padding: 0.5rem;
  float: left;
  max-width: 65%;
  word-break: break-all;
  line-height: 1.1;
}
/* .ranking .item dl span {
  float: none;
} */

.item dl small {
  font-size: 1.5rem;
  float: right;
  line-height: 1.3;
  text-align: right;
}
.item dl small strong {
  font-size: 2rem;
}
.item.blue dl dt small {
  color: #fff;
}
.item dl dd {
  margin-bottom: 1.6rem;
  padding-top: 0.5rem;
  clear: both;
}
.item dl dd + dd {
  padding-top: 0;
  margin-bottom: 0.6rem;
}
.item.blue dd .detail {
  color: #fff;
}
.item .storeLogo {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  max-width: 100px;
  max-height: 55px;
  object-fit: contain;
  object-position: right;
  border-radius: 0px;
}
.item .storeLogoTop {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  width: auto;
  height: 40px;
  max-height: 80px;
  border-radius: 0px;
}
.item .storeLogo.square {
  height: 60px;
}
.item .storeLogoTop.square {
  height: 60px;
}
#itemList .item {
  margin-bottom: 1.5rem;
}
.itemButton {
  margin-bottom: 3rem;
  zoom: 1;
}
.itemButton.single {
  text-align: center;
}
.itemButton::after {
  content: "";
  display: block;
  clear: both;
}
.itemButton .detail {
  display: inline-block;
  background: #333;
  color: #fff;
  margin: 0 auto;
  border: 0;
  padding: 0 3rem;
  line-height: 44px;
  border-radius: 25px;
  text-decoration: none;
  text-align: center;
  width: 100%;
  float: left;
  font-weight: bold;
}
.itemButton.single .detail {
  float: none;
  font-size: 20px;
  line-height: 56px;
  border-radius: 28px;
  max-width: 275px;
  width: 100%;
}
.publication-company-item .itemButton.single .detail {
    display: flex;
    align-items: center;
    line-height: normal;
}
.itemButton .favorite {
  width: 40%;
  padding: 0 1rem;
  line-height: 40px;
  float: right;
}
.itemButton .detail img {
  width: 19px;
  margin-right: 0.5rem;
}
.itemButton.single .detail img {
  width: 23px;
  margin-top: -2px;
}
#favorite {
  text-align: center;
  margin-bottom: 3rem;
}
.other .favo {
  border: 2px solid #333333;
  padding: 12px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
  font-weight: bold;
}
.other .favo p span {
  background: linear-gradient(transparent 70%, #ffe310 70%);
}

.other .favo::before {
  display: block;
  position: absolute;
  content: "";
  width: 105%;
  border-bottom: 3px solid;
  border-color: #fff;
  bottom: 0px;
  left: -3px;
}
.other .favo::after {
  display: block;
  position: absolute;
  right: 50%;
  content: "";
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  background-color: #fff;
  transform: skew(-45deg);
  bottom: -10px;
}
#favorite button,
button.favorite {
  background: #f0f0f0;
  color: #e8000e;
  margin: 0 auto;
  border: 0;
  padding: 0 5rem;
  line-height: 50px;
  border-radius: 25px;
}
#favorite button.active,
button.favorite.active {
  background: #fdd0d0;
}
#background {
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
#background dl {
  margin-bottom: 0.5rem;
}
#background p {
  font-size: 1.2rem;
}
#background dl dt {
  position: relative;
  background: #dd4b39;
  color: #fff;
  padding: 4px 30px 3px 10px;
  display: inline-block;
  margin-bottom: 1.5rem;
  font-weight: normal;
}

#background dl dt::before {
  display: block;
  position: absolute;
  right: -10px;
  content: "";
  width: 21px;
  height: 21px;
  background-color: #fff;
  transform: rotate(45deg);
}
#background dl dd {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px dashed #333;
}
#background dl dd:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

#store {
  margin-bottom: 3rem;
}
#store dl {
  border: 2px solid #000;
  margin-bottom: 3rem;
}
#store dl dt {
  background-color: #74b5e4;
  color: #fff;
  padding: 0.7rem 1rem;
  font-weight: 500;
  font-size: 1.6rem;
}
#store dl span {
  font-size: 1rem;
  color: #74b5e4;
  background-color: #fff;
  line-height: 14px;
  border-radius: 25vw;
  padding: 0.2rem 1rem;
  margin-right: 1.5rem;
  margin-bottom: 2px;
  font-weight: 500;
}
#store dl dd {
  padding: 1.5rem 2rem;
  margin: 0;
}
#store p {
  font-size: 1rem;
}

.attention {
  margin-bottom: 3rem;
}
.attention p {
  padding: 1.5rem;
  background: #f0f0f0;
  color: #e8000e;
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.attention p img {
  width: 13px;
}
#explanation {
  margin-bottom: 3rem;
}

#explanation p {
  margin-bottom: 1.4rem;
}

#join {
  margin-bottom: 3rem;
}

#join .title {
  font-size: 2.2rem;
  font-weight: 500;
  background-color: #ffb578;
  border: 2px solid #000;
  border-radius: 5px;
  text-align: center;
  position: relative;
  padding: 1.5rem;
  margin-bottom: 3rem;
}
#join .title span {
  display: block;
  position: absolute;
  top: 8px;
  left: 15px;
  content: "";
  width: 37px;
}
#join .title::before,
#join .title::after {
  position: absolute;
  top: 32px;
  right: 17px;
  content: "";
  width: 18px;
  height: 2px;
  background-color: #333;
  transform-origin: right center;
  z-index: 20;
}

#join .title::before {
  transform: rotate(0);
}
#join .title::after {
  transform: rotate(90deg);
  top: 41px;
  right: 26px;
}
#join .title.active::after {
  display: none;
}

.step {
  display: none;
  margin-bottom: 3rem;
}
.step dl {
  border: 2px solid #333;
  border-radius: 5px;
}
.step dl dt {
  background-color: #dd4b39;
  color: #fff;
  padding: 12px 1rem;
  position: relative;
  font-size: 1.8rem;
  text-align: center;
}
.step dl dt span {
  color: #1fa529;
  background-color: #fff;
  display: grid;
  place-content: center;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 25vw;
  display: inline-block;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
  margin-right: 2rem;
  position: absolute;
  inset: 0 auto 0 1.5rem;
  margin: auto;
  width: 35px;
  height: 35px;
}
.step dl dd {
  padding: 1rem;
}
.step .arrow {
  width: 21px;
  margin: 2rem auto;
}

#warning {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
#warning p {
  border: 1px solid #333;
  font-weight: normal;
  padding: 2rem;
  height: 300px;
  overflow: auto;
}
#warning p strong {
  font-weight: bold;
}

.btn-shop-search {
  margin-bottom: 11px;
}
.btn-shop-search a {
  background-color: #f0f0f0;
  display: flex;
  border-radius: 6px;
  height: 32px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  align-items: center;
  padding: 0 16px;
  font-weight: 500;
  justify-content: space-between;
}
.btn-shop-search a::after {
  content: "";
  display: block;
  background: url(../img/icon-arrow-r.svg) no-repeat 0 0;
  width: 7px;
  height: 7px;
}

#otherItem {
  margin-bottom: 3rem;
}
#otherItem.item02 dd ul {
  flex-wrap: wrap;
  overflow-x: initial;
}
#otherItem.item02 dd ul li {
  min-width: initial;
  width: 33.333%;
}
#otherItem.item02 dd ul li:nth-child(3) {
  border: 0;
}
#otherItem.item02 dd ul li:nth-last-child(-n + 3) {
  border-top: 1px solid #333;
}
#otherItem.item02 dd ul li a {
  padding: 1.3rem 0.5rem;
}
#otherItem.item02 dd ul li a::before {
  content: none;
}
#otherItem dt {
  margin-bottom: 1rem;
}
#otherItem dt img {
  width: 19px;
  margin-right: 5px;
}
#otherItem dd {
  border: 1px solid #ffb578;
  border-radius: 5px;
}
#otherItem.black dd {
  border: 1px solid #333;
}

#otherItem dd ul {
  display: flex;
  width: 100%;
  overflow-x: scroll;
  list-style: none;
  margin: 0;
  padding: 0;
}
#otherItem dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 112px;
  border-right: 1px solid #ffb578;
}
#otherItem.black dd ul li {
  border-right: 1px solid #333;
}

#otherItem dd ul li:last-child {
  border: 0;
}
#otherItem dd ul li a {
  display: grid;
  place-content: center;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 7px;
  text-align: center;
  color: #333;
  letter-spacing: 0;
  line-height: 1.2;
  font-weight: bold;
  position: relative;
  width: 100%;
  height: 100%;
}
#otherItem dd ul li.current a {
  color: #FFF;
}
#otherItem dd ul li a::before {
  background: url(../img/arrow-right-blk.png) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 0 7px 0 auto;
  margin: auto;
  width: 10px;
  height: 10px;
}
#otherItem dd ul li.current {
  background-color: #ffb578;
}
#otherItem dd ul li.current a::before {
  /* background: url(../img/arrow-right-wht.png) no-repeat; */
  background-size: 100% auto;
}
#otherItem.black dd ul li.current {
  background-color: #333;
}
/* #otherItem dd ul li.current a{
  color:#fff;
} */
#areaItem {
  margin-bottom: 3rem;
}
#areaItem dt {
  margin-bottom: 1rem;
}
#areaItem dt img {
  width: 19px;
  margin-right: 5px;
}
#areaItem dd {
  border: 1px solid #1fa529;
  border-radius: 5px;
}
#areaItem dd ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0.5px solid #1fa529;
}
#areaItem dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  width: 33.33%;
  height: 32px;
  border-right: 1px solid #1fa529;
}
#areaItem dd ul li:last-child {
  border: 0;
}
#areaItem dd ul li.current {
  background-color: #1fa529;
}
#areaItem dd ul li a {
  display: block;
  text-decoration: none;
  font-size: 1.2rem;
  padding: 5px;
  text-align: center;
  color: #333;
  letter-spacing: -1px;
  line-height: 1.2;
  font-weight: bold;
}
#areaItem dd ul li.current {
  background-color: #1fa529;
}
#areaItem dd ul li.current a {
  color: #fff;
}

.entry-item-search-box {
  display: flex;
  width: 100%;
  overflow-x: scroll;
  gap: 10px;
}
.entry-item-search-box .entry-item-search-otherItem select,
.entry-item-search-box .entry-item-search-areaItem select,
.entry-item-search-box .entry-item-search-tagItem select {
  min-width: 142px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 32px;
  border: 1px solid #ffb578;
  border-radius: 6px;
  padding: 0 15px;
}
.entry-item-search-box .entry-item-search-otherItem,
.entry-item-search-box .entry-item-search-areaItem,
.entry-item-search-box .entry-item-search-tagItem {
  position: relative;
}
.entry-item-search-box .entry-item-search-otherItem::after,
.entry-item-search-box .entry-item-search-areaItem::after,
.entry-item-search-box .entry-item-search-tagItem::after {
  content: "";
  display: block;
  background: url(../img/icon-arrow-b.svg) no-repeat 0 0;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 12px;
  right: 12px;
  pointer-events: none;
}

.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.2rem;
}
.breadcrumb li {
  display: inline;
  list-style: none;
  font-size: 1.15rem;
}
.breadcrumb li:after {
  content: ">";
  padding: 0 0.2em;
  color: #333;
}
.breadcrumb li:last-child:after {
  content: "";
}
.breadcrumb li a {
  text-decoration: none;
  font-weight: normal;
  font-size: 1.15rem;
  color: #333;
}
.breadcrumb li a:hover {
  text-decoration: underline;
}

#voteButton {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 35px 0;
  z-index: 9;
}
#voteButton button {
  position: relative;
  width: 240px;
  border: 0;
  background-color: #e8000e;
  color: #fff;
  font-size: 2rem;
  padding: 1rem 0;
  border-radius: 30px;
}
#voteButton button span {
  position: absolute;
  left: 2rem;
  top: 0.5rem;
  display: block;
  width: 34px;
}

#accepted {
  padding: 2rem;
  background: url(../../assets/img/vote/bk_main.png);
  max-width: 450px;
  margin: 0 auto;
}
#accepted small {
  border: 1px solid #333;
  background-color: #fff;
  border-radius: 3px;
  padding: 0 0.5rem;
  font-weight: bold;
  font-size: 1.6rem;
}
#accepted h2 {
  padding-top: 1rem;
  font-size: 2rem;
  margin-bottom: 1rem;
}
#accepted img {
  width: 90%;
  max-width: 574px;
  margin: 0 auto 2rem;
}
#accepted p {
  border: 3px solid #c9c9c9;
  background-color: #fff;
  border-radius: 16px;
  text-align: center;
  padding: 1.4rem;
}

#present {
  background: url(../../assets/img/vote/bk_present.png) no-repeat top center;
  background-size: 100%;
  text-align: center;
  padding: 2rem;
  max-width: 450px;
  margin: 0 auto;
}
#present img {
  width: 90%;
  max-width: 574px;
  margin-bottom: 2rem;
}
#present p {
  border: 3px solid #333;
  background-color: #fff;
  border-radius: 10px;
  text-align: left;
  padding: 2rem 2rem 2rem;
}

#presentForm {
  margin-bottom: 3rem;
}
#presentForm dt {
  margin-bottom: 0.5rem;
}
#presentForm dt small {
  font-size: 1.2rem;
  margin-left: 1.5rem;
}
#presentForm dt small.m-none {
  margin-left: 0;
}
#presentForm dd {
  margin-bottom: 1rem;
}
#presentForm input,
#presentForm textarea {
  width: 100%;
  background-color: #f0f0f0;
  border: 0;
  border-radius: 5px;
  padding: 0.7rem;
}
#presentForm textarea {
  height: 16rem;
}
#presentForm dd .text-right {
  font-size: 1.2rem;
}
#presentButton {
  text-align: center;
}
#presentButton .vote {
  position: relative;
  width: 304px;
  border: 0;
  background-color: #333;
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem 0;
  border-radius: 30px;
  margin: 0 auto 2rem;
}

#presentButton .vote::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: 2rem;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

#presentButton .voted {
  position: relative;
  width: 304px;
  border: 0;
  background-color: #aaa;
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem 0;
  border-radius: 30px;
  margin: 0 auto 2rem;
}

.returnButton {
  width: 240px;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  text-align: left;
  position: relative;
  padding: 1rem 1rem 1rem 6rem;
  margin: 0 auto 4rem;
  color: #333;
  text-decoration: none;
}
.returnButton::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: 1.5rem;
  width: 8px;
  height: 8px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}
.returnButton span {
  display: block;
  position: absolute;
  top: 10px;
  left: 15px;
  content: "";
  width: 30px;
}
.ranking .title {
  margin-bottom: 20px;
  width: 100%;
}
.title.grand {
  margin: 0 auto;
  max-width: 450px;
  width: 100%;
}

.win_item {
  display: flex;
  margin-bottom: 24px;
  flex-wrap: wrap;
}

.specialList {
  border-bottom: dotted #333 3px;
}
.specialList div:nth-last-child(2) {
  border-bottom: 0;
}

.winList.list02 .win_item {
  border-bottom: dotted #c9c9c9 3px;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.winList.list02 .win_item .img img {
  border: 3px solid #80beaf;
}

.win_item .img {
  width: 46%;
  height: 46%;
  aspect-ratio: 1/1;
}
.win_item .img img {
  border: 3px solid #8e888b;
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
}
.win_item dl {
  width: 54%;
  padding-left: 2rem;
  margin-bottom: 0;
}
.win_item dl span {
  border: 1px solid #333;
  border-radius: 3px;
  background-color: #fff;
  font-size: 1.4rem;
  padding: 0.5rem;
  word-break: break-all;
  line-height: 1.2;
  display: inline-block;
}
.win_item dl dt {
  margin-bottom: 1rem;
}
.win_item dl dd {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1.4rem;
}
.win_item dl dd.price {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1.2rem;
}
.win_item dl dd.price em {
  font-size: 1.5rem;
  font-style: normal;
}
.win_item dl dd.detailBt {
  display: inline-block;
  background: #333;
  color: #fff;
  margin: 0 auto;
  border: 0;
  padding: 0 3rem;
  line-height: 36px;
  border-radius: 25vh;
  font-size: 1.2rem;
  text-decoration: none;
  text-align: center;
  width: 100%;
}
.win_item dl dd.detailBt .ico {
  margin-right: 10px;
  width: 15px;
}
.win_item dl.text {
  width: 100%;
}
.ranking.silver .win_item,
.ranking.bronze .win_item {
  border: none;
}
.ranking.silver .win_item .img img {
  border-color: #8e888b;
}
.ranking.bronze .win_item .img img {
  border-color: #96501c;
}
.ranking.red .win_item .img img {
  border-color: #e51a1e;
}
.ranking.blue .win_item .img img {
  border-color: #74b5e4;
}
.ranking.yellow .win_item .img img {
  border-color: #ffe310;
}
.ranking.lgreen .win_item .img img {
  border-color: #80beaf;
}
.ranking.green .win_item .img img {
  border-color: #1fa529;
}
.ranking.orange .win_item .img img {
  border-color: #f99a1a;
}

.ranking.purple .win_item .img img {
  border-color: #988ff0;
}
.ranking.pink .win_item .img img {
  border-color: #ff57a9;
}
.ranking.lightpink .win_item .img img {
  border-color: #ff99a8;
}

.ranking.company {
  margin-bottom: 3rem;
}
.ranking.company .win_item {
  display: block;
}
.ranking.company .win_item .logo {
  display: block;
  margin: 0 auto 2rem;
  width: 172px;
}
.ranking.company .win_item h2 {
  display: block;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.04em;
  text-align: center;
}

.ranking.red .win_item,
.ranking.blue .win_item,
.ranking.yellow .win_item,
.ranking.green .win_item,
.ranking.lgreen .win_item,
.ranking.orange .win_item {
  border: none;
  padding: 0;
  margin-bottom: 15px;
}
.ranking.red .text,
.ranking.blue .text,
.ranking.yellow .text,
.ranking.green .text,
.ranking.lgreen .text,
.ranking.orange .text {
  margin-bottom: 20px;
}
.ranking.silver .win_item dl dd.price,
.ranking.bronze .win_item dl dd.price {
  margin-bottom: 2.5rem;
}
.ranking.silver .itemButton.single .detail-top,
.ranking.bronze .itemButton.single .detail-top {
  display: inline-block;
  background: #333;
  color: #fff;
  margin: 0 auto;
  border: 0;
  width: 80%;
  font-size: 12px;
  line-height: 1;
  padding: 11px 0;
  border-radius: 25px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.ranking.silver .itemButton.single .detail-top img,
.ranking.bronze .itemButton.single .detail-top img {
  width: 14px;
}
@media (max-width: 339px) {
  .ranking.silver .itemButton.single .detail-top,
  .ranking.bronze .itemButton.single .detail-top {
    width: 100%;
  }
}

.specialList .itemButton,
.winList .itemButton {
  margin-top: 3rem;
}
.itemButton .entry {
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
  background: #80beaf;
  color: #333;
  margin: 24px auto 20px;
  border: 0;
  padding: 0 1rem;
  line-height: 56px;
  border-radius: 28px;
  text-decoration: none;
  text-align: center;
  max-width: 280px;
  font-weight: bold;
  font-size: 20px;
}
.itemButton .entry.is-grn {
  background: #51d69d;
}
.itemButton .entry img {
  width: 24px;
}
.itemButton .more_btn {
  background-color: #e8000e;
  color: #fff;
  margin: 0 auto;
  border: 0;
  padding: 1.2rem 1.5rem;
  line-height: 1;
  border-radius: 28px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 7px;
  justify-content: center;
  max-width: 280px;
}
.itemButton .more_btn img {
  width: 29px;
}
.specialList .banner_special + .itemButton {
  padding-bottom: 3rem;
  border-bottom: 2px dotted #c9c9c9;
}

.itemButton .awards {
  background: #f99a1a;
  border-radius: 25vh;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  text-decoration: none;
  margin: 0 auto;
  max-width: 275px;
  width: 100%;
  height: 56px;
}
.itemButton .awards .ico {
  margin-right: 7px;
  width: 30px;
}
.pepole_voice {
  background: url(../img/publication/bg_voice.png);
  text-align: center;
  margin-bottom: 2rem;
}
.pepole_voice img {
  width: 263px;
  margin: 20px 0;
}
.pepole_voice .line {
  background: url(../img/publication/line_voice.png);
  height: 9px;
}
.pepole_voice p {
  font-weight: normal;
}
.comment {
  width: 75%;
  margin: 0 auto 30px;
  border: 2px solid #333333;
  padding: 12px;
  position: relative;
  text-align: left;
  font-weight: bold;
  background-color: #fff;
  border-radius: 15px;
}

.comment::after {
  display: block;
  position: absolute;
  right: 50%;
  content: "";
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-right: 2px solid #000;
  background-color: #fff;
  transform: skew(-45deg);
  bottom: -12px;
}
.comment.left::after {
  right: 65%;
  transform: skew(45deg);
  border-left: 2px solid #000;
  border-right: 0;
}
.comment.right::after {
  right: 35%;
}

.eatPost {
  background: url(../img/publication/bg_eatpost.png);
  background-size: cover;
  padding: 20px 20px 30px;
}
.eatPost__title {
  display: block;
  margin-bottom: 1rem;
}
.eatPost p {
  color: #333;
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 1rem;
}
.eatPost h3 {
  background: #333;
  border-radius: 25vh;
  color: #fff;
  display: grid;
  place-content: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  margin: 0 auto 1rem;
  width: 75px;
  min-height: 20px;
}
.eatPost span {
  color: #333;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 2rem;
}
.eatPost__img {
  display: block;
  margin: 0 auto 1rem;
  width: 90px;
}
.eatPost__apply {
  display: block;
  margin: 0 auto 1rem;
}
.eatPost__step {
  display: block;
  margin: 0 auto 2rem;
}
.eatPost a {
  background: #fff;
  border: solid #000 2px;
  border-radius: 25vh;
  color: #000;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
  display: grid;
  place-content: center;
  margin: 0 auto;
  position: relative;
  max-width: 220px;
  width: 100%;
  height: 40px;
}
.eatPost a::before {
  background: url(../img/arrow-right-blk02.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 0 10px 0 auto;
  margin: auto;
  width: 8px;
  height: 14px;
}
.eatPost a.red {
  background: #cf222e;
  border: solid #cf222e 2px;
  border-radius: 25vh;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
  display: grid;
  place-content: center;
  margin: 10px auto 0;
  position: relative;
  max-width: 220px;
  width: 100%;
  height: 40px;
}
.eatPost a.red::before {
  background: url(../img/arrow-right-wht02.svg) no-repeat;
  background-size: 100% auto;
}

.postBt {
  background: #333;
  border-radius: 25vh;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
  text-decoration: none;
  display: grid;
  place-content: center;
  margin: 24px auto 20px;
  padding-right: 13px;
  position: relative;
  max-width: 270px;
  width: 100%;
  height: 56px;
}
.postBt::before {
  background: url(../img/arrow-right-wht02.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 0 15px 0 auto;
  margin: auto;
  width: 8px;
  height: 14px;
}

.review {
  border-image: url(../img/publication/line_review.png);
  border-image-slice: 9;
  border-image-repeat: round;
  border-width: 9px;
  border-style: solid;
  text-align: center;
  margin-bottom: 2rem;
}
.review dt {
  display: inline-block;
  margin: 0 auto;
  border-bottom: 2px solid #333;
  font-size: 1.8rem;
  padding: 4px;
  position: relative;
  margin-bottom: 2rem;
}
.review dt::after {
  display: block;
  position: absolute;
  right: 46%;
  content: "";
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  background-color: #fff;
  transform: skew(-45deg);
  bottom: -8px;
}
.review.orange dt span {
  background: linear-gradient(transparent 60%, #dd4b39 60%);
}
.review.green dt span {
  background: linear-gradient(transparent 60%, #0af7b4 60%);
}
.review dd {
  padding: 0px 1.5rem 2rem 1rem;
  text-align: left;
}

.voice {
  border-image: url(../img/publication/voice_bg_line.png);
  border-image-slice: 15;
  border-image-repeat: round;
  border-width: 15px;
  border-style: solid;
  text-align: center;
  margin-bottom: 2rem;
  padding: 2rem;
  background: url(../img/publication/voice_bg.png) no-repeat 50% 70%;
  min-height: 320px;
}
.voice img {
  width: 180px;
  margin-bottom: 2rem;
}
.other_voice {
  margin-bottom: 3rem;
}
.message {
  display: flex;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.message .img {
  width: 30%;
  overflow: hidden;
  border-radius: 5px 0 0 5px;
}
.message dl {
  width: 70%;
  padding: 0.5rem 1rem 0;
  margin: 0;
}
.message dl dt {
  font-weight: normal;
}
.message dl dd {
  text-align: right;
  margin-bottom: 0;
}
.message dl dd span {
  font-size: 1rem;
  margin-right: 6px;
}
.message dl dd img {
  width: auto;
}

.entry-ttl img {
  width: 83px;
  margin-bottom: -6px;
  margin-left: 20px;
}
.entry-ttl p {
  border-top: 2px solid #353236;
  border-bottom: 2px solid #353236;
  font-size: 2.2rem;
  padding: 1.5rem 0;
  text-align: center;
  font-weight: bold;
}

.chain-sort {
  margin-bottom: 30px;
}
.chain-sort .chain-sort-inner {
  display: flex;
  gap: 11px;
  margin-bottom: 19px;
}
.chain-sort .chain-sort-inner img.icon-sort {
  width: 26px;
}
.chain-sort .chain-sort-inner .sort-label {
  background-color: #fff;
  border: 1px solid #333;
  display: inline-flex;
  border-radius: 60px;
  font-size: 12px;
  line-height: 1.4;
  width: 92px;
  height: 22px;
  align-items: center;
  justify-content: center;
}
.chain-sort .chain-sort-textlist {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 17px;
}
.chain-sort .chain-sort-textlist a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  background-color: #f0f0f0;
  border-radius: 60px;
  height: 26px;
  min-width: 26px;
  font-weight: 500;
}
.chain-sort .chain-sort-textlist li:last-child a {
  padding: 0 11px;
}
.chain-sort-block {
  margin-bottom: 3.5rem;
}
.chain-sort-block .chain-sort-block-inner {
  border: 2px solid #333;
  border-radius: 6px;
}
.chain-sort-block .chain-sort-block-inner + .chain-sort-block-inner {
  margin-top: 3rem;
}
.chain-sort-block .chain-sort-block-inner .sort-ttl {
  line-height: 1.6;
  margin: 1.8rem 0;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-right: 15px;
  text-align: left;
  font-size: 16px;
}
.chain-sort-block .chain-sort-block-inner .sort-ttl .logo {
  max-width: 75px;
  object-fit: contain;
  margin-left: 10px;
}
.chain-sort-block .chain-sort-block-inner .item-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 11px;
  margin: 0 3.1rem;
}
.chain-sort-block .chain-sort-block-inner .item-list img {
  width: 110px;
}
.chain-sort-block .chain-sort-block-inner .sales-area {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  margin: 25px 0 27px;
}
.chain-sort-block .chain-sort-block-inner .sales-area .tag-label {
  margin-left: 21px;
  background-color: #f0f0f0;
  border-radius: 60px;
  padding: 5px 15px;
  line-height: 1;
}
.chain-sort-block .chain-sort-block-inner.item-2-less_than .item-list {
  flex-direction: column;
}
.chain-sort-block .chain-sort-block-inner.item-2-less_than .item-list li {
  text-align: center;
}
.chain-sort-block .chain-sort-block-inner.item-2-less_than .item-list img {
  width: 80%;
}

.vote-check {
  padding: 0;
}
.vote-check .vote-check-inner {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 10px;
}
.vote-check label {
  display: inline;
}
#presentForm .vote-check input {
  width: auto;
}
#presentForm .vote-check input[type="checkbox"] {
  display: none;
}
#presentForm .vote-check input[type="checkbox"] + label {
  box-sizing: border-box;
  cursor: pointer;
  padding: 5px 37px;
  position: relative;
}
#presentForm .vote-check input[type="checkbox"] + label::before {
  position: absolute;
  top: calc(50% - 10px);
  left: 5px;
  display: block;
  width: 22px;
  height: 22px;
  content: "";
  background: #fff;
  border-radius: 20px;
  border: 1px solid #333;
}
#presentForm .vote-check input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  height: 9px;
  left: 10px;
  position: absolute;
  top: calc(50% - 4px);
  width: 11px;
  background: url(../img/icon-checked.svg) no-repeat 0 0;
}

.banner_app {
  margin-bottom: 20px;
  text-align: center;
}
.banner_app img {
  max-width: 264px;
}

.special_description {
  margin: -10px auto 24px;
}
.special_text {
  margin: -12px auto 14px;
}

.btn-youtube-watch-wrap {
  padding: 28px 23px;
}

.hof_item {
  display: flex;
  margin-bottom: 24px;
  flex-wrap: wrap;
  border: solid 3px #171c61;
}
.hof_item .img {
  width: 50%;
}
.hof_item .img img {
  height: 100%;
  object-fit: cover;
}
.hof_item dl {
  width: 50%;
  padding: 20px 14px;
}
.hof_item dl span {
  border: 1px solid #333;
  border-radius: 3px;
  background-color: #fff;
  font-size: 1.6rem;
  padding: 0.5rem;
  word-break: break-all;
  line-height: 1.2;
  display: inline-block;
}
.hof_item dl dt {
  margin-bottom: 1rem;
}
.hof_item dl dd {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1.4rem;
}
.hof_item dl dd.price {
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 1.2rem;
}
.hof_item dl dd.price em {
  font-size: 1.5rem;
  font-style: normal;
}

.award-item-wrap {
  margin-bottom: 17px;
}
.award-item-title {
  display: flex;
  margin-bottom: 16px;
}
.award-item-title .award-icon {
  width: 39px;
  background-color: #ff9700;
  padding: 10px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.award-item-title.lightgreen .award-icon {
  background-color: #a5d810;
}
.award-item-title.lightblue .award-icon {
  background-color: #00d4e6;
}
.award-item-title.purple .award-icon {
  background-color: #988ff0;
}
.award-item-title.green .award-icon {
  background-color: #06e5a9;
}
.award-item-title.pink .award-icon {
  background-color: #ff57a9;
}
.award-item-title.blue .award-icon {
  background-color: #63a7ed;
}
.award-item-title.lightpink .award-icon {
  background-color: #ff99a8;
}

.award-item-title .award-icon img {
  width: 31px;
}
.award-item-title .award-text {
  width: calc(100% - 40px);
  border: solid 2px #ff9700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: none;
}
.award-item-title .award-text h3{
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0;
}
.award-item-title.lightgreen .award-text {
  border-color: #a5d810;
}
.award-item-title.lightblue .award-text {
  border-color: #00d4e6;
}
.award-item-title.purple .award-text {
  border-color: #988ff0;
}
.award-item-title.green .award-text {
  border-color: #06e5a9;
}
.award-item-title.pink .award-text {
  border-color: #ff57a9;
}
.award-item-title.blue .award-text {
  border-color: #63a7ed;
}
.award-item-title.lightpink .award-text {
  border-color: #ff99a8;
}

.award-item {
  display: flex;
}
.award-item .img {
  width: 92px;
}
.award-item .img img{
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
}
.award-item dl {
  width: calc(100% - 92px);
  padding-left: 12px;
}
.award-item dl span {
  border: 1px solid #333;
  border-radius: 3px;
  background-color: #fff;
  font-size: 1.4rem;
  padding: 0.5rem;
  word-break: break-all;
  line-height: 1.2;
  display: inline-block;
}
.award-item dl dt {
  margin-bottom: 1rem;
}
.award-item dl dd {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 1.4rem;
}

.publication-company-item {
  
}
.publication-company-item .text dt{
  font-size: 2.6rem;
  font-weight: bold;
}
.publication-company-item .text dd{
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

/* ベース色 */
:root{
  --border: #3b3b3b;   /* 枠線色 */
  --bg: #ffffff;       /* 背景（サイトの背景色に合わせて調整） */
  --mark: #ffe45e;     /* マーカー色 */
  --border-width: 3px; /* 枠線太さ */
  --cut: 12px;         /* 端のカット量（斜め具合） */
}

/* リボン外枠（六角形の輪郭を擬似要素で生成） */
.ribbon{
  position: relative;
  display: inline-block;          
  padding: 16px 28px;   
  width: 100%;          
  text-align: center;
  margin-bottom: 24px;
}
.ribbon::before,
.ribbon::after{
  content: "";
  position: absolute;
  inset: 0;
  /* 六角形の形状（左右端が斜めカット） */
  clip-path: polygon(
    var(--cut) 0,
    calc(100% - var(--cut)) 0,
    100% 50%,
    calc(100% - var(--cut)) 100%,
    var(--cut) 100%,
    0 50%
  );
}
.ribbon::before{                   /* 外側＝枠線色で塗る */
  background: var(--border);
  z-index: 0;
}
.ribbon::after{                    /* 内側＝背景色で一回り小さく塗る→枠だけ残る */
  background: var(--bg);
  inset: var(--border-width);
  z-index: 1;
}

/* テキスト（複数行でも崩れない“マーカー”表現） */
.ribbon__text{
  position: relative;
  z-index: 2;                      /* 枠の内側に表示 */
  font-weight: 700;
  font-size:16px;
  letter-spacing: .02em;
  line-height: 1.4;
  /* 行ごとのハイライトを背景グラデで再現 */
  background:
    linear-gradient(transparent 62%, var(--mark) 0) no-repeat;
  /* 文字の左右にちょい余白を付けても折返しごとに適用される */
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 .08em;
}

/* 下の斜めスラッシュ */
.ribbon__slash{
  position: absolute;
  left: 50%;
  bottom: -14px;                   /* リボンからの距離 */
  width: 3px;
  height: 28px;
  background: var(--border);
  transform: translateX(-50%) rotate(22deg);
  z-index: 3;
}
.ribbon__slash::before{
  content: "";
  position: absolute;
  left: -8px;                      /* どれくらい左側を消すか（調整可） */
  top: -2px;
  width: 8px;                      /* 消える長さ */
  height: 120%;                    /* ちょっと大きめにして安全に覆う */
  background: var(--bg);           /* 背景と同じ色で隠す */
}