@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : data.css
Description : データ放送
===================================================================== */
/* =====================================================================
    data
======================================================================*/
.data {
  padding: 9rem 0 42.5rem;
  overflow: hidden;
}
.data .sec_ttl {
  margin-bottom: 7.6rem;
}
.data .zenyasai {
  position: relative;
  margin-bottom: 18rem;
  padding: 0;
}

.data_subttl {
  text-align: center;
  margin-bottom: 9rem;
  font-size: 4.8rem;
  font-weight: 800;
  line-height: 1.192;
  letter-spacing: 0;
}
.data_subttl > span {
  display: block;
  text-align: center;
  margin-top: 0.5em;
  font-size: 108%;
  color: #ff1493;
  text-shadow: 0.1em 0.1em 0 #fff, 0.1em -0.1em 0 #fff, -0.1em 0.1em 0 #fff, -0.1em -0.1em 0 #fff, 0.1em 0px 0 #fff, 0px 0.1em 0 #fff, -0.1em 0px 0 #fff, 0px -0.1em 0 #fff;
}
.data_subttl > span .purple {
  color: #8246d2;
}

.data_txt1 {
  margin: 0 auto 4rem;
  font-size: 106%;
  font-weight: 800;
  line-height: 1.625;
  color: #fff;
}
.data_txt1 strong {
  font-weight: 800;
  background: #f6fa45;
}
.data_txt1 span {
  color: #ff1493;
}

#zenyasai .data_txt1 {
  color: #8246d2;
}

.data_txt2 {
  text-align: center;
  margin-bottom: 12rem;
}
.data_txt2 span {
  display: inline-block;
  padding: 0.5em 1em;
  font-size: 106%;
  font-weight: 800;
  color: #ff1493;
  background: #f6fa45;
  border-radius: 2em;
}

.present_list {
  margin-bottom: 22rem;
}
.present_list li {
  position: relative;
  margin-bottom: 12rem;
  padding: 6rem 0;
  background-color: #fff;
  border-radius: 4rem;
}
.present_list li::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 104%;
  height: 104%;
  border-radius: 4rem;
  background: linear-gradient(45deg, #fcd950 8%, #f37a7b 27%, #ea7fa3 55%, #a2a9ff 75%, #53d6e8 100%);
  -webkit-filter: blur(5rem);
          filter: blur(5rem);
  -webkit-transform: translate(-50%, -50%) scale(-1, -1);
          transform: translate(-50%, -50%) scale(-1, -1);
  z-index: -1;
}
.present_list li figure {
  width: calc(400 / 680 * 100%);
  margin: 0 auto 4rem;
}
.present_list li dl {
  text-align: center;
}
.present_list li dl dt {
  margin-bottom: 0.3em;
  font-size: 133%;
  font-weight: 800;
  line-height: 1.35;
  color: #ff1493;
}
.present_list li dl dd {
  display: inline-block;
  margin: 0 auto;
  padding: 0.5em 5rem;
  font-size: 106%;
  font-weight: 800;
  letter-spacing: -0.05em;
  background: #f6fa45;
  border-radius: 3rem;
}
.present_list li dl dd span {
  margin: 0 0.15em 0 0.2em;
  font-size: 170%;
  color: #ff1493;
  vertical-align: text-bottom;
}
.present_list li dl dd small {
  position: relative;
  top: 0.15em;
  font-size: 80%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.data_summary {
  position: relative;
  margin-bottom: 16rem;
  padding-bottom: 34.2rem;
}
.data_summary_txt {
  position: relative;
  padding: 4rem 5rem 38.6rem;
  color: #fff;
  background: #8246d2 url(../images/data/bg_pattern1-sp.jpg) repeat-x center bottom/100% 21.6rem;
  border-radius: 4rem;
}
.data_summary_txt::before {
  content: "";
  position: absolute;
  display: block;
  top: -6rem;
  right: -8rem;
  width: 26.3rem;
  height: 38rem;
  background: url(../images/data/img_shinoby.png) no-repeat center/contain;
  z-index: 1;
}
.data_summary_txt h4 {
  position: relative;
  margin-bottom: 4rem;
  font-size: 140%;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.075em;
}
.data_summary_txt h4 span {
  font-size: 140%;
  color: #f6fa45;
}
.data_summary_txt p {
  font-weight: 700;
  line-height: 1.333;
}
.data_summary_Agroup {
  position: absolute;
  bottom: 20rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 52rem;
}
.data_summary_img {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1.2rem 9.2rem 21.1rem;
  background: url(../images/data/img_data_tv-sp.png) no-repeat center/contain;
}

.data_notice {
  padding: 7rem calc(40 / 680 * 100%);
  font-weight: 800;
  background-color: #fff;
  border-radius: 4rem;
}
.data_notice h4 {
  margin-bottom: 1em;
}
.data_notice_list li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  line-height: 1.666;
  text-indent: -1em;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
.data_notice_list li a {
  display: inline;
}

.apply_btn {
  margin-top: 10rem;
}
.apply_btn a {
  min-width: 60rem;
  padding: 4.2rem 0;
  font-size: 7rem;
  color: #f6fa45;
  background: #8246d2;
}
.apply_btn a::after {
  right: 0.5em;
  width: 0.3em;
}
.apply_btn p {
  margin-top: 0.8em;
  line-height: 1.666;
  letter-spacing: 0.05em;
  text-align: center;
}
.apply_btn.before a {
  pointer-events: none;
  color: #af8edb;
  background: #8246d2;
}
.apply_btn.before a::after {
  display: none;
}
.apply_btn.before p {
  color: #ff1493;
}
.apply_btn.end a {
  pointer-events: none;
  font-size: 4.2rem;
  color: #d0cfe5;
  background: #928fb2;
}
.apply_btn.end a::after {
  display: none;
}

.bnr_present {
  position: relative;
  text-align: center;
  margin-top: 12rem;
  padding: 5rem 0 8rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  background: linear-gradient(45deg, #fcd950 8%, #f37a7b 27%, #ea7fa3 55%, #a2a9ff 75%, #53d6e8 100%);
  border-radius: 3.2rem;
}
.bnr_present h4 {
  margin-bottom: 1em;
  line-height: 1.7;
  text-shadow: 0.12em 0.12em 0.12em #8246d2;
}
.bnr_present h4 span,
.bnr_present h4 strong {
  font-size: 130%;
}
.bnr_present h4 strong {
  color: #f6fa45;
}
.bnr_present p {
  line-height: 1.4;
}
.bnr_present .btn1 {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 0 -3.8rem;
}
.bnr_present .btn1 a {
  min-width: 28rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-family: "Righteous", cursive;
  color: #8246d2;
  background: #f6fa45;
}
.bnr_present .btn1 a::after {
  background-image: url(../images/common/icon_arrow2.png);
}

@media screen and (min-width: 768px) {
  .data {
    padding-top: 6rem;
  }
  .data .zenyasai {
    margin-left: auto;
    margin-right: auto;
    max-width: 880px;
  }
  .data .zenyasai::before {
    display: none;
  }
  .data_subttl {
    font-size: 3.6rem;
  }
  .data_txt1 {
    margin-bottom: 3rem;
    width: 100%;
    font-size: max(2.4rem, 18px);
    line-height: 1.75;
    text-align: center;
  }
  .data_txt2 {
    margin-bottom: 8rem;
    font-size: max(2.4rem, 18px);
  }
  .present_list {
    margin-bottom: 16rem;
  }
  .present_list li {
    margin: 0 auto 8rem;
    padding: 4.5rem 0;
    width: calc(760 / 1080 * 100%);
  }
  .present_list li figure {
    margin-bottom: 2rem;
    width: 26.3157894737%;
  }
  .present_list li dl {
    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;
  }
  .present_list li dl dt {
    margin: 0 2.6315789474% 0 0;
    font-size: 3rem;
  }
  .present_list li dl dd {
    margin: 0;
    padding: 0.5em 1.5em;
    font-size: max(2.1rem, 17px);
    border-radius: 1.6rem;
  }
  .present_list li dl dd small {
    position: relative;
    top: 0.15em;
  }
  .data_summary {
    padding-bottom: 30.2rem;
  }
  .data_summary_txt {
    margin: 0 auto;
    padding: 8rem 24rem 38rem 8rem;
    max-width: 920px;
    background-size: auto 20rem;
  }
  .data_summary_txt::before {
    top: -8rem;
    right: -4rem;
  }
  .data_summary_txt h4 {
    font-size: max(3.1rem, 26px);
  }
  .data_summary_txt p {
    font-size: max(2rem, 16px);
    line-height: 2;
  }
  .data_summary_Agroup {
    bottom: 18.5rem;
  }
  .data_summary_img {
    right: 0;
    margin: 0 auto;
    padding: 1.2rem 1.2rem 17rem;
    width: 52rem;
    background-image: url(../images/data/img_data_tv-pc.png);
  }
  .data_notice {
    margin: 0 auto;
    padding: 6rem;
    max-width: 920px;
  }
  .data_notice h4 {
    text-align: center;
  }
  .data_notice_list li {
    line-height: 1.625;
  }
  .data_notice_list li a:hover {
    color: #ff1493;
  }
  .apply_btn {
    margin-top: 8rem;
  }
  .apply_btn a {
    min-width: 45rem;
    padding: 3rem 8rem;
    font-size: 6rem;
  }
  .apply_btn p {
    margin-top: 1.2em;
  }
  .bnr_present {
    margin: 8rem auto 0;
    padding: 4rem 3rem 6rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: max(2.1rem, 17px);
  }
  .bnr_present .btn1 {
    margin-bottom: -3rem;
  }
  .bnr_present .btn1 a {
    min-width: 20rem;
    padding-top: 1.9rem;
    padding-bottom: 1.9rem;
    font-size: 2.1rem;
  }
}/*# sourceMappingURL=data.css.map */