@charset "UTF-8";
/*このcssはscssにより書き出されています*/
#pvr {
  /* ---------------- PVR ---------------- */
  /*.flexbox {
     display: flex;
     @include sp {
      display: block;
     }
  }
  .h2_txt {
      padding: 0 30px;
      text-align: left;
      color: #fff;
      font-size: 14px;
      margin-bottom: 60px;
      @include sp {
          padding: 0 10px;
          margin-bottom: 40px;
      }
  }
  .caution {
      color: #fff;
      font-size: 14px;
      padding-left: 14px;
      position: relative;
      text-align: left;
      &:before {
          content: "※";
          position: absolute;
          top: 0;
          left: 0;
      }
  }*/
  /* ---------------- カウントダウンタイマー ---------------- */
  /* ---------------- MV ---------------- */
  /* ---------------- read ---------------- */
  /* ---------------- 開催概要 ---------------- */
  /* ---------------- 参加方法 ---------------- */
  /* ---------------- 注意事項諸々 ---------------- */
  /* ---------------- PVR 2022-23 DATA ---------------- */
  /* ---------------- 主催 ---------------- */
}
#pvr .h2_ttl {
  font-size: clamp(2rem, 2rem + (1vw - 0.52rem) * 1.8181818182, 2.8rem);
  letter-spacing: 0.1rem;
  font-weight: 700;
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#00a7e5), to(#0092E5));
  background: linear-gradient(90deg, #00a7e5 0%, #0092E5 100%);
  padding: 10px 30px;
  margin-bottom: min(6%, 40px);
  position: relative;
}
@media screen and (max-width: 519px) {
  #pvr .h2_ttl {
    padding: 10px 20px;
    margin: 0 calc(50% - 50vw) 20px;
    width: 100vw;
  }
}
#pvr .h2_ttl::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(/images/pvr/24-25/ico_line.png) no-repeat top right/contain;
  width: 34%;
  height: 100%;
  max-width: 158px;
}
#pvr #js-timer {
  background: rgba(105, 224, 188, 0.8);
  padding: 16px 40px;
  line-height: 1;
  -webkit-clip-path: polygon(0% 0, 100% 0, 92% 100%, 0% 100%);
          clip-path: polygon(0% 0, 100% 0, 92% 100%, 0% 100%);
  width: min(50%, 540px);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.52rem) * 1.3636363636, 2.4rem);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 519px) {
  #pvr #js-timer {
    width: 82%;
    padding: 10px 20px;
  }
}
#pvr #js-timer .yycountdown-box {
  line-height: 1;
  display: inline-block;
  position: relative;
}
#pvr #js-timer .yycountdown-box:before {
  content: "次回開催まで";
  position: relative;
  top: -2px;
  left: -10px;
  font-size: clamp(1.2rem, 1.2rem + (1vw - 0.52rem) * 0.4545454545, 1.4rem);
  font-weight: 700;
}
@media screen and (max-width: 519px) {
  #pvr #js-timer .yycountdown-box:before {
    left: -4px;
  }
}
#pvr #js-timer .yycountdown-box .yyc-day-text {
  margin-right: 10px;
}
@media screen and (max-width: 519px) {
  #pvr #js-timer .yycountdown-box .yyc-day-text {
    margin-right: 5px;
  }
}
#pvr #MV {
  position: relative;
}
#pvr #MV img {
  width: 100%;
}
#pvr #MV .band {
  position: absolute;
  background-color: rgba(0, 146, 229, 0.8);
  font-size: clamp(2rem, 2rem + (1vw - 0.52rem) * 2.7272727273, 3.2rem);
  font-weight: 700;
  padding: min(1%, 20px);
  width: 100%;
  bottom: 0;
  left: 0;
  line-height: 1.4;
  text-align: center;
  color: white;
}
@media screen and (max-width: 519px) {
  #pvr #MV .band {
    padding: 8px 0;
  }
}
#pvr #MV .br {
  display: none;
}
@media screen and (max-width: 768px) {
  #pvr #MV .br {
    display: block;
  }
}
#pvr #read {
  text-align: center;
}
#pvr #read .readTtl {
  background-color: #69E0BC;
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.52rem) * 0.4545454545, 1.8rem);
  font-weight: 700;
  line-height: 1.4;
  padding: 10px;
}
#pvr #read p {
  line-height: 1.8;
}
#pvr #read .emphasis {
  color: #FC3F79;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.52rem) * 0.4545454545, 1.8rem);
}
#pvr #summary .summary {
  margin-bottom: 40px;
}
@media screen and (max-width: 519px) {
  #pvr #summary .summary {
    margin-bottom: 20px;
  }
}
#pvr #summary .summary dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  #pvr #summary .summary dl {
    display: block;
  }
}
#pvr #summary .summary dl:not(:first-child) {
  padding-top: 24px;
}
@media screen and (max-width: 519px) {
  #pvr #summary .summary dl:not(:first-child) {
    padding-top: 20px;
  }
}
#pvr #summary .summary dl:not(:last-child) {
  border-bottom: 1px solid rgba(186, 183, 203, 0.5);
  padding-bottom: 24px;
}
@media screen and (max-width: 519px) {
  #pvr #summary .summary dl:not(:last-child) {
    padding-bottom: 20px;
  }
}
#pvr #summary .summary dl dt {
  background-color: #EAF6FF;
  width: 148px;
  height: 32px;
  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;
  font-weight: 700;
  margin-right: 24px;
}
@media screen and (max-width: 959px) {
  #pvr #summary .summary dl dt {
    margin-bottom: 10px;
  }
}
#pvr #summary .summary dl dd {
  font-weight: 700;
  text-align: left;
}
#pvr #summary .summary .numList li {
  font-weight: 700;
  text-indent: -1.5em;
  padding-left: 1.5em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#pvr #summary .summary .dotList {
  margin: 0.8em 0 1.6em;
}
#pvr #summary .summary .dotList li {
  position: relative;
  text-indent: 0;
}
#pvr #summary .summary .dotList li::before {
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #160E3E;
  top: calc(50% - 1px);
  left: 0.4em;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#pvr #summary .schedule_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 30px;
  border: 1px solid rgba(186, 183, 203, 0.5);
}
#pvr #summary .schedule_list li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  #pvr #summary .schedule_list li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8% 6%;
  }
}
#pvr #summary .schedule_list li .logo {
  width: 20%;
  margin-right: 2%;
}
@media screen and (max-width: 959px) {
  #pvr #summary .schedule_list li .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 5%;
    margin-right: 0;
  }
}
#pvr #summary .schedule_list li .logo img {
  max-width: 148px;
}
#pvr #summary .schedule_list li .day {
  width: 55%;
}
@media screen and (max-width: 959px) {
  #pvr #summary .schedule_list li .day {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
}
#pvr #summary .schedule_list li .day p {
  font-weight: 700;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.52rem) * 1.3636363636, 2.4rem);
  margin-bottom: 20px;
  line-height: 1;
}
#pvr #summary .schedule_list li .day .discription {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  #pvr #summary .schedule_list li .day .discription {
    margin-top: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#pvr #summary .schedule_list li .day .discription dt {
  font-size: 1.4rem;
  padding: 8px;
  background-color: #69E0BC;
  margin-right: 10px;
  width: 148px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 519px) {
  #pvr #summary .schedule_list li .day .discription dt {
    display: block;
    margin: 0 auto 4px;
  }
}
#pvr #summary .schedule_list li .day .discription dd {
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (max-width: 519px) {
  #pvr #summary .schedule_list li .day .discription dd {
    display: block;
    width: 100%;
  }
}
#pvr #summary .schedule_list li .btnArea {
  width: 25%;
}
@media screen and (max-width: 959px) {
  #pvr #summary .schedule_list li .btnArea {
    width: 100%;
  }
}
#pvr #summary .schedule_list li .btnArea > div:not(:last-child) {
  margin-bottom: 10px;
}
#pvr #summary .schedule_list li .btnArea > div a.comingsoon {
  pointer-events: none;
  background: #F6F5F7;
  color: #8C88A0;
  border: none;
}
#pvr #summary .schedule_list li .btnArea > div a.p-btn--secondary {
  border-color: #BAB7CB;
}
#pvr #summary .schedule_list li .btnArea .textLinkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  font-size: 1.4rem;
}
#pvr #summary .schedule_list li .btnArea .textLinkWrap .u-txtLink {
  padding-bottom: 2px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, transparent), color-stop(0%, #0092E5));
  background: linear-gradient(transparent 94%, #0092E5 0%);
}
#pvr #summary .schedule_list li .btnArea .textLinkWrap .u-txtLink.comingsoon {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, transparent), color-stop(0%, #BAB7CB));
  background: linear-gradient(transparent 94%, #BAB7CB 0%);
}
#pvr #summary .stepList {
  background-color: #EAF6FF;
  padding: 20px;
}
@media screen and (max-width: 519px) {
  #pvr #summary .stepList {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 6%;
  }
}
#pvr #summary .stepList > li {
  background-color: white;
  position: relative;
  padding: 20px 6% 40px;
}
#pvr #summary .stepList > li:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 519px) {
  #pvr #summary .stepList > li {
    padding: 40px 4% 30px;
  }
}
#pvr #summary .stepList > li .flexbox {
  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;
}
#pvr #summary .stepList .stepTtl {
  font-weight: 700;
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.52rem) * 0.4545454545, 1.8rem);
  padding-left: min(20%, 100px);
  margin-bottom: min(6%, 30px);
  line-height: 1.4;
}
@media screen and (max-width: 519px) {
  #pvr #summary .stepList .stepTtl {
    padding-left: 0;
  }
}
#pvr #summary .stepList .stepTtl .stepNum {
  position: absolute;
  top: 0;
  left: 0;
  width: min(22%, 120px);
  line-height: 1;
  color: white;
  font-size: clamp(1.2rem, 1.2rem + (1vw - 0.52rem) * 0.4545454545, 1.4rem);
  background: -webkit-gradient(linear, left top, right top, from(#00a7e5), to(#0092E5));
  background: linear-gradient(90deg, #00a7e5 0%, #0092E5 100%);
  padding: 8px 10px 8px 20px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
}
@media screen and (max-width: 519px) {
  #pvr #summary .stepList .stepTtl .stepNum {
    padding: 8px;
    left: -6%;
    top: -8px;
  }
}
#pvr #summary .stepList .stepTtl .stepNum .num {
  font-size: clamp(2rem, 2rem + (1vw - 0.52rem) * 1.8181818182, 2.8rem);
  margin-left: min(6%, 6px);
}
#pvr #summary .stepList .logoAll {
  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: 6px;
}
@media screen and (max-width: 959px) {
  #pvr #summary .stepList .logoAll {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto;
  }
}
#pvr #summary .stepList .figure {
  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;
  width: min(100%, 344px);
}
@media screen and (max-width: 959px) {
  #pvr #summary .stepList .figure {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4%;
  }
}
#pvr #summary .stepList .figure img {
  width: 100%;
}
@media screen and (max-width: 519px) {
  #pvr #summary .stepList .step1 .stepTtl {
    text-align: center;
  }
  #pvr #summary .stepList .step1 .stepTtl .stepNum {
    text-align: left;
  }
}
@media screen and (max-width: 959px) {
  #pvr #summary .stepList .step2 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 400px;
    margin: 0 auto;
  }
}
#pvr #summary .stepList .step2 li:first-child {
  margin-right: 5%;
}
@media screen and (max-width: 959px) {
  #pvr #summary .stepList .step2 li:first-child {
    margin-right: 0;
    margin-bottom: 8%;
  }
}
#pvr #summary .stepList .step2 li img {
  max-width: 220px;
}
@media screen and (min-width: 960px) {
  #pvr #summary .stepList .step3 .dotList {
    margin-left: 5%;
  }
}
#pvr #summary .stepList .step3 .dotList li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.8;
  font-weight: 700;
}
@media screen and (max-width: 519px) {
  #pvr #summary .stepList .step3 .dotList li {
    padding-left: 1em;
    line-height: 1.5;
    margin-bottom: 6px;
  }
}
#pvr #summary .stepList .step3 .dotList li::before {
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #160E3E;
  top: calc(50% - 1px);
  left: 0;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 519px) {
  #pvr #summary .stepList .step3 .dotList li::before {
    width: 8px;
    height: 8px;
    top: 10px;
  }
}
#pvr #summary .stepList .step3 .flexbox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#pvr #summary .stepList .emphasis {
  color: #FC3F79;
  font-weight: 700;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.52rem) * 0.9090909091, 2.2rem);
}
#pvr #flow .flow_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  #pvr #flow .flow_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#pvr #flow .flow_list li {
  position: relative;
  width: 18%;
  min-height: 300px;
  padding-top: 30px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #pvr #flow .flow_list li {
    width: 100%;
    padding-top: 0;
    min-height: inherit;
  }
  #pvr #flow .flow_list li:not(:last-child) {
    margin-bottom: 60px;
  }
}
#pvr #flow .flow_list li img {
  max-width: 148px;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  #pvr #flow .flow_list li img {
    max-width: 200px;
  }
}
#pvr #flow .flow_list li p {
  line-height: 1.8;
  font-weight: 700;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}
#pvr #flow .flow_list li:not(:last-child):after {
  content: "";
  background: url(/images/common/ico_arrow2-bl.svg) no-repeat center center/contain;
  width: 16px;
  height: 20px;
  position: absolute;
  top: 32%;
  right: -32px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 959px) {
  #pvr #flow .flow_list li:not(:last-child):after {
    top: auto;
    right: auto;
    width: 24px;
    height: 20px;
    left: 50%;
    bottom: -50px;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}
#pvr #flow .flow_list li.important {
  border: 1px solid #FC3F79;
  padding: 30px 0 20px;
  position: relative;
}
@media screen and (max-width: 959px) {
  #pvr #flow .flow_list li.important {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
#pvr #flow .flow_list li.important span {
  background: #FC3F79;
  color: white;
  padding: 2px 20px;
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  font-size: 1.4rem;
  line-height: 1.8;
}
#pvr #flow .flow_list li.important a {
  background: -webkit-gradient(linear, left top, right top, from(#00a7e5), to(#0092E5));
  background: linear-gradient(90deg, #00a7e5 0%, #0092E5 100%);
  color: white;
  border-radius: 50px;
  padding: 6px;
  position: relative;
  display: block;
  width: 75%;
  margin: 16px auto 0;
}
#pvr #flow .caution {
  font-size: clamp(1.2rem, 1.2rem + (1vw - 0.52rem) * 0.9090909091, 1.6rem);
  font-weight: bold;
  color: #FC3F79;
}
@media screen and (min-width: 520px) {
  #pvr #caution .h2_txt {
    padding: 0 40px;
  }
}
#pvr #caution .dot {
  position: relative;
  padding-left: 16px;
  line-height: 1.8;
  font-size: clamp(1.3rem, 1.3rem + (1vw - 0.52rem) * 0.2272727273, 1.4rem);
  margin-bottom: 6px;
}
#pvr #caution .dot::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #160E3E;
  position: absolute;
  top: 0.55em;
  left: 0;
}
#pvr #PVRdata .column2 {
  margin-bottom: min(12%, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  #pvr #PVRdata .column2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#pvr #PVRdata .column2 li {
  width: 48%;
}
@media screen and (max-width: 959px) {
  #pvr #PVRdata .column2 li {
    width: 100%;
  }
}
#pvr #PVRdata .column2 li:first-child {
  margin-right: 6%;
}
@media screen and (max-width: 959px) {
  #pvr #PVRdata .column2 li:first-child {
    margin-right: 0;
    margin-bottom: min(12%, 60px);
  }
}
#pvr #PVRdata .season {
  margin-bottom: min(12%, 60px);
}
#pvr #PVRdata .value {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #0092E5;
  line-height: 1;
}
#pvr #PVRdata .per {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.52rem) * 0.9090909091, 2.2rem);
}
#pvr #PVRdata .number-of-person {
  text-align: left;
  width: 55%;
}
#pvr #PVRdata .number-of-person .value {
  font-size: clamp(4.8rem, 4.8rem + (1vw - 0.52rem) * 3.6363636364, 6.4rem);
  color: #160E3E;
}
#pvr #PVRdata .number-of-person .mei {
  font-size: clamp(2rem, 2rem + (1vw - 0.52rem) * 1.3636363636, 2.6rem);
  font-weight: 600;
}
#pvr #PVRdata .gender {
  color: #0092E5;
  font-weight: 600;
  font-size: 16px;
  border: 1px solid #0092E5;
  width: 60px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 40px;
}
@media screen and (max-width: 519px) {
  #pvr #PVRdata .gender {
    font-size: 12px;
    width: 48px;
    height: 24px;
    margin-right: 20px;
  }
}
#pvr #PVRdata .ratio {
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#00a7e5), to(#0092E5));
  background: linear-gradient(90deg, #00a7e5 0%, #0092E5 100%);
  width: 94px;
  height: 94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 519px) {
  #pvr #PVRdata .ratio {
    width: 80px;
    height: 80px;
  }
}
#pvr #PVRdata .ratio > div {
  position: relative;
  top: 4px;
  left: 1px;
}
#pvr #PVRdata .ratio .value {
  color: white;
  font-size: clamp(2.8rem, 2.8rem + (1vw - 0.52rem) * 1.8181818182, 3.6rem);
}
#pvr #PVRdata .ratio .per {
  color: white;
}
#pvr #PVRdata .gender-ratio ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#pvr #PVRdata .gender-ratio ul li:first-child {
  margin-bottom: 10px;
}
#pvr #PVRdata .gender-ratio ul li .gender {
  position: relative;
  top: 16px;
}
@media screen and (max-width: 519px) {
  #pvr #PVRdata .gender-ratio ul li .gender {
    top: 4px;
  }
}
#pvr #PVRdata .map {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #pvr #PVRdata .map {
    max-width: 540px;
    margin: 0 auto 12%;
  }
}
#pvr #PVRdata .map img {
  padding: 20px 0 0;
}
@media screen and (max-width: 519px) {
  #pvr #PVRdata .map img {
    padding: 10px 0 0;
    width: 70%;
  }
}
#pvr #PVRdata .map dl {
  position: absolute;
}
#pvr #PVRdata .map dl.hokkaido {
  top: 32%;
  right: 0;
}
#pvr #PVRdata .map dl.kanto {
  top: 64%;
  right: 10%;
}
#pvr #PVRdata .map dl.kansai {
  top: 84%;
  right: 31%;
}
#pvr #PVRdata .map dl.shikoku {
  top: 90%;
  right: 54%;
}
#pvr #PVRdata .map dl.chubu {
  top: 28%;
  right: 50%;
}
#pvr #PVRdata .map dl.chugoku {
  top: 37%;
  right: 67%;
}
#pvr #PVRdata .map dl.kyushu {
  top: 92%;
  right: 82%;
}
#pvr #PVRdata .map dt {
  color: #160E3E;
  font-size: clamp(1.2rem, 1.3vw, 1.6rem);
  font-weight: 700;
  display: block;
  letter-spacing: 0;
}
#pvr #PVRdata .map dd .value {
  font-size: clamp(4rem, 4rem + (1vw - 0.52rem) * 2.7272727273, 5.2rem);
}
#pvr #PVRdata .map dd .per {
  color: #0092E5;
  font-weight: 700;
}
#pvr #PVRdata .ranking .gender {
  margin-bottom: 10px;
}
#pvr #PVRdata .ranking table {
  width: 100%;
  border: 1px solid #BAB7CB;
  text-align: center;
}
#pvr #PVRdata .ranking table thead {
  background-color: #0092E5;
  color: white;
}
#pvr #PVRdata .ranking table thead th {
  text-align: center;
}
#pvr #PVRdata .ranking table thead th:not(:last-child) {
  border-right: 1px solid #BAB7CB;
}
#pvr #PVRdata .ranking table tbody tr {
  background-color: white;
}
#pvr #PVRdata .ranking table tbody tr:nth-child(2n) {
  background-color: #EAF6FF;
}
#pvr #PVRdata .ranking table tbody td:not(:last-child) {
  border-right: 1px solid #BAB7CB;
}
#pvr #PVRdata .ranking table th, #pvr #PVRdata .ranking table td {
  padding: 4px;
  font-size: clamp(1.2rem, 1.2rem + (1vw - 0.52rem) * 0.2272727273, 1.3rem);
}
#pvr #PVRdata .ranking.age .column2 {
  margin-bottom: 0;
}
#pvr .logo_erea {
  background-color: #F6F5F7;
  padding-bottom: 160px;
}
@media screen and (max-width: 959px) {
  #pvr .logo_erea {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 519px) {
  #pvr .logo_erea {
    padding-bottom: 100px;
  }
}
#pvr .logo_erea .ttl {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.52rem) * 1.8181818182, 2.6rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#pvr .logo_erea img {
  max-width: 140px;
}
@media screen and (max-width: 519px) {
  #pvr .logo_erea img {
    max-width: 94px;
  }
}

/* #pvr-content */