@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : chart.css
Description : 相関図
===================================================================== */
/* ========================================================
    chart
======================================================== */
.chart {
  position: relative;
  width: 100%;
  padding: 12rem 0 0 0;
}
.chart_column {
  position: relative;
  width: 100%;
}
.chart_ttl {
  position: relative;
  width: 24.9rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .chart_ttl {
    width: 22.41rem;
  }
}
.chart_wrap {
  position: relative;
  width: 100%;
  margin-top: 8rem;
}
@media screen and (min-width: 768px) {
  .chart_wrap {
    margin-top: 6rem;
  }
}
.chart_item {
  position: relative;
  width: 115.3846153846%;
  margin: 0 -7.6923076923%;
}
@media screen and (min-width: 768px) {
  .chart_item {
    width: 100%;
    margin: 0;
  }
}
.chart_img {
  position: relative;
  width: 100%;
}
.chart_list {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.chart_list > li {
  position: absolute;
  display: block;
  /*background-color: rgba($color-red, 0.3);*/
  cursor: pointer;
}
.chart_list > li[data-popup=chart_id_01] {
  left: 8.7%;
  top: 42.1627731726%;
  width: 35.1%;
  height: 14.3180105501%;
}
.chart_list > li[data-popup=chart_id_02] {
  left: 53.2%;
  top: 42.1627731726%;
  width: 35%;
  height: 14.3180105501%;
}
.chart_list > li[data-popup=chart_id_03] {
  left: 66.8%;
  top: 64.0542577242%;
  width: 25%;
  height: 9.419743783%;
}
.chart_list > li[data-popup=chart_id_04] {
  left: 12.4%;
  top: 1.8085908063%;
  width: 25%;
  height: 9.419743783%;
}
.chart_list > li[data-popup=chart_id_05] {
  left: 5%;
  top: 17.143933685%;
  width: 25%;
  height: 9.419743783%;
}
.chart_list > li[data-popup=chart_id_06] {
  left: 34%;
  top: 17.143933685%;
  width: 25%;
  height: 9.419743783%;
}
.chart_list > li[data-popup=chart_id_07] {
  left: 58.6%;
  top: 0.6782215524%;
  width: 28%;
  height: 10.5501130369%;
}
.chart_list > li[data-popup=chart_id_08] {
  left: 65.3%;
  top: 18.1989449887%;
  width: 25%;
  height: 9.419743783%;
}
.chart_list > li[data-popup=chart_id_09] {
  left: 3%;
  top: 68.1235870384%;
  width: 25%;
  height: 9.419743783%;
}
.chart_list > li[data-popup=chart_id_10] {
  left: 3.2%;
  top: 83.9487565938%;
  width: 25%;
  height: 9.419743783%;
}
.chart_list > li[data-popup=chart_id_11] {
  left: 32.7%;
  top: 65.5237377543%;
  width: 28%;
  height: 10.5501130369%;
}
.chart_list > li[data-popup=chart_id_12] {
  left: 33.9%;
  top: 82.7807083647%;
  width: 25%;
  height: 9.419743783%;
}
.chart_list > li[data-popup=chart_id_13] {
  left: 66.8%;
  top: 82.7807083647%;
  width: 25%;
  height: 9.419743783%;
}
.chart_text {
  position: relative;
  width: 100%;
  margin-top: 4.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .chart_text {
    margin-top: 3.6rem;
  }
}
.chart_text > p {
  width: 100%;
}
.chart_cast {
  position: relative;
  width: 100%;
  padding: 8rem 5rem;
  background-color: #ffffff;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .chart_cast {
    padding: 6rem 5rem;
  }
}
.chart_cast_item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
}
.chart_cast_img {
  position: relative;
  width: 63.6363636364%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .chart_cast_img {
    width: 53.8461538462%;
  }
}
.chart_cast_img::before {
  content: none;
  position: absolute;
  left: -25.7142857143%;
  bottom: -17.1428571429%;
  display: block;
  width: 82.8571428571%;
  aspect-ratio: 346/358;
  background-image: url(../images/top/cast_bg01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  z-index: -1;
}
.chart_cast_profile {
  position: relative;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (min-width: 768px) {
  .chart_cast_profile {
    margin-top: 4.5rem;
  }
}
.chart_cast_name {
  position: relative;
  width: 100%;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #100923;
}
@media screen and (min-width: 768px) {
  .chart_cast_name {
    padding-bottom: 0.3rem;
  }
}
.chart_cast_name > small {
  display: block;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .chart_cast_name > small {
    font-size: 2.4rem;
  }
}
.chart_cast_name > em {
  display: inline-block;
  margin-right: 2rem;
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .chart_cast_name > em {
    font-size: 3rem;
  }
}
.chart_cast_name > em > small {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 70%;
}
.chart_cast_name > span {
  display: inline-block;
  color: #a3a3a3;
  font-size: 2.8rem;
  font-weight: 600;
}
.chart_cast_name > span > small {
  display: inline-block;
  font-size: 70%;
}
@media screen and (min-width: 768px) {
  .chart_cast_name > span {
    font-size: 2.4rem;
  }
}
.chart_cast_text {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .chart_cast_text {
    margin-top: 2.25rem;
  }
}
.chart_cast_comment {
  position: relative;
  width: 100%;
  margin-top: 6rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .chart_cast_comment {
    margin-top: 4.5rem;
  }
}
.chart_cast_comment > dt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 69.8181818182%;
  aspect-ratio: 320/50;
  margin: 0 auto;
  background-color: #100923;
}
@media screen and (min-width: 768px) {
  .chart_cast_comment > dt {
    width: 32rem;
  }
}
.chart_cast_comment > dt::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100vw;
  height: 1px;
  background-color: #100923;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.chart_cast_comment > dt > span {
  display: block;
  color: #ffffff;
  font-family: "Tangerine", cursive;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-0.1em);
}
@media screen and (min-width: 768px) {
  .chart_cast_comment > dt > span {
    font-size: 4rem;
  }
}
.chart_cast_comment > dd {
  position: relative;
  width: 100%;
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .chart_cast_comment > dd {
    margin-top: 2.25rem;
  }
}
.chart_cast_comment > dd > p {
  width: 100%;
  margin-top: 1em;
}
.chart_cast_comment > dd > p:first-child {
  margin-top: 0;
}

.popup.popup_chart {
  background-color: rgba(16, 9, 35, 0.5);
}
.popup.popup_chart.bg_red {
  background-color: rgba(127, 19, 29, 0.5);
}
@media screen and (min-width: 768px) {
  .popup.popup_chart.bg_red .popup_close:hover::before {
    background-image: url(../images/chart/btn_close_chart02.png);
  }
}
.popup.popup_chart.bg_red .popup_close::before {
  background-image: url(../images/chart/btn_close_chart01.png);
}
.popup.popup_chart.bg_red .chart_cast_comment > dt {
  background-color: #87010d;
}
.popup.popup_chart.bg_red .chart_cast_comment > dt::before {
  background-color: #87010d;
}
.popup.popup_chart.bg_red #chart_id_01 .chart_cast_img::before {
  content: "";
}
.popup.popup_chart .popup_inner {
  max-width: 750px;
}
@media screen and (min-width: 768px) {
  .popup.popup_chart .popup_close:hover::before {
    background-image: url(../images/chart/btn_close_chart01.png);
  }
}
.popup.popup_chart .popup_close::before {
  background-image: url(../images/chart/btn_close_chart02.png);
}/*# sourceMappingURL=chart.css.map */