body.donq .vk-mobile-nav-menu-btn {
  display: none !important;
}

.scrolled .page_top_btn {
  display: none !important;
}

.oshipan-pc {
  display: none;
}
@media (min-width: 769px) {
  .oshipan-pc {
    display: block;
  }
}

/*-----------------------------------
  oshipangrandprix-2025-votinglist
-------------------------------------*/
@media (max-width: 991.98px) {
  .oshipan .mainSection {
    margin-bottom: 0 !important;
  }
}

.grand-header {
  background-color: #fce1c4;
  padding: 3%;
}
@media (min-width: 600px) {
  .grand-header {
    padding: 1.5%;
  }
}
.grand-header img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 600px) {
  .grand-header img {
    width: 80%;
  }
}
@media (min-width: 1072px) {
  .grand-header img {
    width: 42%;
  }
}

.grand-header-text p {
  color: #ffffff;
  background-color: #e7456c;
  width: 100%;
  text-align: center;
  font-size: 1.214rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 1rem;
  margin: 0;
}
.grand-header-text .page-close {
  margin: 3rem auto;
}

.f-small {
  font-size: 1rem;
  color: #ec6834;
  text-align: center;
  font-weight: bold;
  padding: 0.5rem;
  letter-spacing: -0.05em;
}
@media (min-width: 600px) {
  .f-small {
    letter-spacing: 0;
  }
}

.oshipan-notice-wrapper {
  max-width: 850px;
  min-height: 304px;
  width: 95%;
  margin: 0 auto;
  border: 2px solid #0d0057;
  padding: 1rem;
}
@media (min-width: 600px) {
  .oshipan-notice-wrapper {
    padding: 1.5rem;
  }
}
.oshipan-notice-wrapper p:last-child {
  margin-bottom: 0 !important;
}
.oshipan-notice-wrapper .n-txt-center {
  text-align: center;
}
.oshipan-notice-wrapper .n-txt-right {
  text-align: right;
}
.oshipan-notice-wrapper .d-kids-txt {
  text-decoration-line: underline;
  text-underline-offset: 0.4rem;
  text-align: center;
}

.o-n-wrap1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 600px) {
  .o-n-wrap1 {
    margin-top: 2rem;
  }
}

.grand-heading-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.btn-sns {
  display: flex;
  justify-content: center;
  color: #fff !important;
  width: 95%;
  margin: 1.5rem auto;
  font-weight: 700;
}
@media (min-width: 600px) {
  .btn-sns {
    margin: 2rem auto;
  }
}
@media (min-width: 1072px) {
  .btn-sns {
    margin: 2rem auto;
  }
}
.btn-sns .btn-r-box {
  display: flex;
}
.btn-sns .fab {
  background: #455da5;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 28px;
  font-weight: 600;
  font-size: 16px;
}
@media (min-width: 600px) {
  .btn-sns .fab {
    width: 7rem;
    font-size: 13px;
  }
}
.btn-sns span {
  padding-left: 0.5rem;
}
.btn-sns a {
  color: #ffffff !important;
}
.btn-sns .fb-like span {
  padding-left: 0;
}
.btn-sns .fb-like iframe {
  width: 124px !important;
}

.fa-pc-show {
  display: none;
}
@media (min-width: 600px) {
  .fa-pc-show {
    display: block;
  }
}

iframe#twitter-widget-0 {
  margin: 0 2rem;
}

.grand-title {
  background-color: #e7456c;
  text-align: center;
  margin-top: 2rem;
  color: white !important;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 !important;
  padding: 1rem 0.5rem !important;
}

.grand-shop-list {
  width: 100%;
  margin: 0 auto;
  background-color: #f6f6f6;
}
.grand-shop-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .grand-shop-list ul {
    justify-content: space-between;
  }
}
.grand-shop-list ul li {
  display: inline-block;
  flex: 1 0 50%;
  margin-bottom: 0 !important;
}
@media (min-width: 600px) {
  .grand-shop-list ul li {
    flex: 0 1 33.3%;
  }
}
@media (min-width: 1072px) {
  .grand-shop-list ul li {
    flex: 0 0 auto;
  }
}
.grand-shop-list ul a {
  position: relative;
  color: #e7456c;
  font-size: 1rem;
  font-weight: 700;
  height: 3.5rem;
  padding-left: 1.5rem;
  display: block;
  display: flex;
  align-items: center;
  text-align: center;
}
@media (min-width: 1072px) {
  .grand-shop-list ul a {
    height: 5rem;
    padding-left: 1.2rem;
    font-size: 0.875rem;
  }
}
.grand-shop-list ul a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-size: 1rem;
  position: absolute;
  top: 26%;
  left: 0;
}
@media (min-width: 600px) {
  .grand-shop-list ul a::before {
    top: 29%;
  }
}
@media (min-width: 1072px) {
  .grand-shop-list ul a::before {
    font-size: 0.875rem;
    top: 36%;
  }
}

.grand-shop-area {
  width: 95%;
  margin: 0 auto;
}
@media (min-width: 1072px) {
  .grand-shop-area {
    width: 100%;
  }
}

.grand-shoparea-wrapper {
  max-width: 1000px;
  margin: 2rem auto;
}
.grand-shoparea-wrapper .items {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding: 1rem 0;
}
.grand-shoparea-wrapper .item {
  width: 50%;
  padding: 1rem 0.3rem;
}
@media (min-width: 600px) {
  .grand-shoparea-wrapper .item {
    flex: 0 1 33%;
  }
}
@media (min-width: 769px) {
  .grand-shoparea-wrapper .item {
    flex: 0 1 20%;
    padding: 1.5rem 0.7rem;
  }
}
.grand-shoparea-wrapper .item-img {
  background-color: gray;
  width: 100%;
  border-radius: 9px;
  overflow: hidden;
}
.grand-shoparea-wrapper .item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  overflow: hidden;
}

.item-deta {
  margin-top: 1rem;
}
.item-deta .branch {
  height: 2rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media (min-width: 1072px) {
  .item-deta .branch {
    height: 2.5rem;
  }
}
.item-deta .branch a {
  display: block;
}
.item-deta .product {
  height: 2rem;
  line-height: 1.4;
  margin-bottom: 0;
}
@media (min-width: 600px) {
  .item-deta .product {
    height: 2.5rem;
  }
}
@media (min-width: 1072px) {
  .item-deta .product {
    height: 2.5rem;
    width: 97%;
  }
}
.item-deta .product a {
  font-weight: 700;
  text-decoration: underline;
  display: block;
}

.bg-color1 .location {
  position: relative;
  background: #fce1c4;
  padding: 1rem;
  color: #710a24;
}
.bg-color1 .location::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 10px;
  border-top: 10px solid rgb(248.7483870968, 192.4838709677, 132.0516129032);
  border-left: 10px solid transparent;
  border-right: 10px solid rgb(248.7483870968, 192.4838709677, 132.0516129032);
  border-bottom: 10px solid transparent;
}
.bg-color1 .location::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 10px;
  border-top: 10px solid rgb(248.7483870968, 192.4838709677, 132.0516129032);
  border-left: 10px solid rgb(248.7483870968, 192.4838709677, 132.0516129032);
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.bg-color1 .location h3 {
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
}
.bg-color1 .gotop {
  text-align: right;
  display: block;
  color: #710a24;
  padding-left: 0.5rem;
  position: relative;
}
.bg-color1 .gotop:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  position: absolute;
  bottom: -5px;
  right: 81px;
  display: block;
  font-size: 1.5rem;
  color: #710a24;
  font-weight: 700;
}
@media (min-width: 600px) {
  .bg-color1 .gotop:before {
    bottom: -5px;
    right: 88px;
  }
}
@media (min-width: 769px) {
  .bg-color1 .gotop:before {
    bottom: -5px;
    right: 87px;
  }
}
@media (min-width: 1072px) {
  .bg-color1 .gotop:before {
    bottom: -7px;
    right: 87px;
  }
}
.bg-color1 .gotop:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 6.7rem;
  height: 1px;
  background: #710a24;
}
@media (min-width: 600px) {
  .bg-color1 .gotop:after {
    width: 7.2rem;
  }
}
@media (min-width: 769px) {
  .bg-color1 .gotop:after {
    width: 7.2rem;
  }
}
@media (min-width: 1072px) {
  .bg-color1 .gotop:after {
    width: 6.5rem;
  }
}
.bg-color1 .product a {
  color: #710a24;
}

.bg-color2 .location {
  position: relative;
  background: #ffdfe7;
  padding: 1rem;
  color: #e7456c;
}
.bg-color2 .location::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 10px;
  border-top: 10px solid #f3afbf;
  border-left: 10px solid transparent;
  border-right: 10px solid #f3afbf;
  border-bottom: 10px solid transparent;
}
.bg-color2 .location::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 10px;
  border-top: 10px solid #f3afbf;
  border-left: 10px solid #f3afbf;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.bg-color2 .location h3 {
  padding: 0;
  margin: 0;
  font-size: 1.125rem;
}
.bg-color2 .gotop {
  text-align: right;
  display: block;
  color: #e7456c;
  padding-left: 0.5rem;
  position: relative;
}
.bg-color2 .gotop:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d8";
  position: absolute;
  bottom: -5px;
  right: 81px;
  display: block;
  font-size: 1.5rem;
  color: #e7456c;
  font-weight: 700;
}
@media (min-width: 600px) {
  .bg-color2 .gotop:before {
    bottom: -5px;
    right: 88px;
  }
}
@media (min-width: 769px) {
  .bg-color2 .gotop:before {
    bottom: -5px;
    right: 87px;
  }
}
@media (min-width: 1072px) {
  .bg-color2 .gotop:before {
    bottom: -7px;
    right: 87px;
  }
}
.bg-color2 .gotop:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 6.7rem;
  height: 1px;
  background: #e7456c;
}
@media (min-width: 600px) {
  .bg-color2 .gotop:after {
    width: 7.2rem;
  }
}
@media (min-width: 769px) {
  .bg-color2 .gotop:after {
    width: 7.2rem;
  }
}
@media (min-width: 1072px) {
  .bg-color2 .gotop:after {
    width: 6.5rem;
  }
}
.bg-color2 .product a {
  color: #e7456c;
}

.btn-default {
  border: none !important;
}

.recomend {
  color: gray !important;
  padding: 0.3rem 0.3rem 0.3rem 1.5rem;
  position: relative;
  border: 1px solid gray;
  border-radius: 33px;
  font-size: 0.875rem;
  width: 100%;
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  line-height: 2;
  letter-spacing: 0.1rem;
  margin: 1rem 0 auto;
}
@media (min-width: 600px) {
  .recomend {
    line-height: 1.5;
  }
}
.recomend:hover {
  opacity: 0.8;
}
.recomend:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a6";
  position: absolute;
  top: 3%;
  left: 10%;
  display: block;
  font-size: 1.2rem;
}
.recomend:hover a {
  color: gray;
}

/*-----------------------------------
  oshipangrandprix-2025-votingdetail
-------------------------------------*/
.votingdetailPage-wrap {
  max-width: 1200px;
  margin: 2rem auto;
}

.grand-shop-name {
  background-color: #e7456c;
  text-align: center;
  padding: 1rem;
}
.grand-shop-name p {
  font-size: 1.143rem;
  font-weight: 700;
}
.grand-shop-name h2,
.grand-shop-name p {
  color: #ffffff !important;
  margin-bottom: 0rem !important;
}

.votingdetail-item {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1072px) {
  .votingdetail-item {
    width: 60%;
  }
}
.votingdetail-item .item-img {
  width: 540px;
  margin: 2rem auto;
  background: gray;
  border-radius: 9px;
}
@media (max-width: 780px) {
  .votingdetail-item .item-img {
    width: 64%;
  }
}
@media (max-width: 480px) {
  .votingdetail-item .item-img {
    width: 88%;
  }
}
.votingdetail-item .item-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  overflow: hidden;
  border-radius: 9px;
}
.votingdetail-item .votingdetail-item-deta {
  text-align: center;
  border-bottom: 2px dotted;
  padding-bottom: 1rem;
}
.votingdetail-item .votingdetail-item-deta .btn.btn-default.bf-click-counter {
  width: 200px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .votingdetail-item .votingdetail-item-deta .btn.btn-default.bf-click-counter {
    line-height: 2;
  }
}
.votingdetail-item .votingdetail-item-deta dl {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 2rem;
}
@media (min-width: 769px) {
  .votingdetail-item .votingdetail-item-deta dl {
    flex-direction: row;
    margin-top: 3rem;
  }
}
.votingdetail-item .votingdetail-item-deta dl dt {
  flex: 1 0 100%;
  width: 100%;
  padding: 0.7rem 0.1rem;
  border-radius: 3px;
  border-left: 2px solid #e7456c !important;
  margin-bottom: 1rem !important;
}
@media (min-width: 769px) {
  .votingdetail-item .votingdetail-item-deta dl dt {
    flex: 1 0 11%;
    width: 11%;
    padding: 0.7rem 0.5rem;
    margin-bottom: 0 !important;
  }
}
.votingdetail-item .votingdetail-item-deta dl dd {
  flex: 1 0 100%;
  width: 100%;
  padding-left: 0;
  text-align: left;
  margin-bottom: 0 !important;
}
@media (min-width: 769px) {
  .votingdetail-item .votingdetail-item-deta dl dd {
    flex: 1 0 70%;
    width: 70%;
    padding-left: 1rem;
  }
}

.item-description {
  border: 2px solid #e7456c;
}
@media (min-width: 1072px) {
  .item-description {
    margin-bottom: 1rem;
  }
}

.recommend-point {
  background: #e7456c;
  line-height: 1.4;
  color: #ffffff;
}

.page-close {
  text-align: center;
  background: #e7456c;
  width: 12rem;
  margin: 2rem auto;
  padding: 1rem;
  border-radius: 3px;
  color: #ffffff !important;
  border: none !important;
  display: block;
  font-weight: bold;
}
@media (min-width: 769px) {
  .page-close {
    padding: 0.8rem;
  }
}
.page-close:hover {
  opacity: 0.5;
}

/*-----------------------------------
   oshipangrandprix-2025-awards
-------------------------------------*/
i.fas.fa-crown {
  padding: 0 0.5rem;
}
i.fas.fa-crown::before {
  content: "\f521";
  font-size: 1.625rem;
}

.awardsPage-wrap {
  max-width: 1200px;
  margin: 1rem auto;
}
.awardsPage-wrap .award-contents {
  margin: 0 auto 1.5rem;
  width: 88%;
}
@media (min-width: 769px) {
  .awardsPage-wrap .award-contents {
    margin: 0 auto 2rem;
    width: 80%;
  }
}
.awardsPage-wrap .award-contents:first-child {
  width: 100%;
}
.awardsPage-wrap .grand-shop-name {
  padding: 0.6rem;
}
.awardsPage-wrap .grand-shop-name h2 {
  font-size: 1.25rem;
}
.awardsPage-wrap .grand-shop-name .g-h2 {
  font-size: 1.375rem;
}
.awardsPage-wrap .grand-shop-name p {
  font-size: 1rem;
  padding-bottom: 0.3em;
}
.awardsPage-wrap .grand-shop-name .g-p {
  font-size: 1.143;
}
.awardsPage-wrap .votingdetail-item {
  border-bottom: 2px dotted;
}
.awardsPage-wrap .award-text {
  margin: 0 auto 1.5rem;
  text-align: center;
  color: #e7456c;
}
.awardsPage-wrap .award-text p {
  border-bottom: 3px solid;
  font-size: 1.25rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  display: inline;
  padding-bottom: 0.5rem;
}
.awardsPage-wrap .g-1st {
  color: orange;
}
.awardsPage-wrap .g-1st p {
  font-size: 1.688rem;
}
.awardsPage-wrap .g-2nd {
  color: #a79d9d;
}
.awardsPage-wrap .g-2nd p {
  font-size: 1.45rem;
}
.awardsPage-wrap .g-2nd i.fas.fa-crown::before {
  font-size: 1.45rem;
}
.awardsPage-wrap .g-3rd {
  color: #974b33;
}
.awardsPage-wrap .g-3rd p {
  font-size: 1.35rem;
}
.awardsPage-wrap .g-3rd i.fas.fa-crown::before {
  font-size: 1.35rem;
}
.awardsPage-wrap .oshi-1st p {
  font-size: 1.35rem;
  color: #e7456c;
}
.awardsPage-wrap .oshi-1st i.fas.fa-crown::before {
  font-size: 1.35rem;
}

.grand-shop-name-award {
  text-align: center;
}
.grand-shop-name-award h2 {
  font-size: 1.188rem;
  margin: 0;
}
.grand-shop-name-award p {
  color: #0d0057;
  margin-bottom: 0.2rem;
  font-weight: bold;
}

.concept-text {
  padding: 0 1rem;
}
.concept-text p {
  color: #0d0057;
  text-align: center;
  font-weight: bold;
}
.concept-text .br-pc {
  display: block;
}
@media (min-width: 769px) {
  .concept-text .br-pc {
    display: none;
  }
}

.b-border {
  border-bottom: 2px dotted #0d0057;
  padding-bottom: 2rem;
}/*# sourceMappingURL=style.css.map */