@charset "UTF-8";
/* CSS INFORMATION =====================================================
File name : chart.css
Description : 相関図
===================================================================== */
/* ========================================================
    chart
======================================================== */
.chart {
  position: relative;
  width: 100%;
  padding: 20rem 0;
}
@media screen and (min-width: 768px) {
  .chart {
    padding: 15rem 0;
  }
}
.chart_ttl {
  position: relative;
  margin-top: -1rem;
  padding-top: 8rem;
  filter: contrast(25) blur(0px);
}
@media screen and (min-width: 768px) {
  .chart_ttl {
    padding-top: 7rem;
  }
}
.chart_ttl > .morphing {
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  color: #202020;
  font-family: "Shippori Mincho", serif;
  font-size: 8rem;
  font-weight: 700;
  line-height: 1;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .chart_ttl > .morphing {
    font-size: 7rem;
  }
}
.chart_ttl > .morphing:nth-child(2) {
  padding-top: 0.8rem;
  font-size: 6.4rem;
}
@media screen and (min-width: 768px) {
  .chart_ttl > .morphing:nth-child(2) {
    padding-top: 0.7rem;
    font-size: 5.6rem;
  }
}
.chart_column {
  margin-top: 12rem;
}
@media screen and (min-width: 768px) {
  .chart_column {
    margin-top: 6rem;
  }
}
.chart_change {
  position: relative;
  display: block;
  width: 25rem;
  height: 9rem;
  margin: 0 0 0 auto;
  padding-right: 4.5rem;
  color: #000000;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 8.4rem;
  text-align: right;
  border-radius: 5rem;
  background-color: #ff54d5;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .chart_change {
    width: 15.4rem;
    height: 5rem;
    margin: 0 10% 0 auto;
    padding-right: 3rem;
    font-size: 1.8rem;
    line-height: 4.6rem;
  }
}
@media screen and (min-width: 768px) {
  .chart_change:hover {
    color: #ff54d5;
    background-color: #000000;
  }
}
@media screen and (min-width: 768px) {
  .chart_change:hover::before {
    background-image: url(../images/common/icon_change01_h.png);
  }
}
.chart_change::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 11rem;
  height: 11rem;
  background-image: url(../images/common/icon_change01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .chart_change::before {
    width: 6.4rem;
    height: 6.4rem;
  }
}
.chart_box {
  position: relative;
  margin: 4rem -5rem 0 -5rem;
}
@media screen and (min-width: 768px) {
  .chart_box {
    margin: 0 10%;
  }
}
.chart_img {
  width: 100%;
}
.chart_btn {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.chart_btn > li {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  cursor: pointer;
}
.chart_btn > li[data-popup=chart_id_01] {
  left: 34%;
  top: 7.6761303891%;
  width: 30%;
  height: 18.927444795%;
}
.chart_btn > li[data-popup=chart_id_02] {
  left: 2%;
  top: 7.6761303891%;
  width: 30%;
  height: 18.927444795%;
}
.chart_btn > li[data-popup=chart_id_03] {
  left: 76%;
  top: 11.8296529968%;
  width: 20%;
  height: 12.61829653%;
}
.chart_btn > li[data-popup=chart_id_04] {
  left: 76%;
  top: 25.4994742376%;
  width: 20%;
  height: 12.61829653%;
}
.chart_btn > li[data-popup=chart_id_05] {
  left: 29%;
  top: 37.1188222923%;
  width: 20%;
  height: 12.61829653%;
}
.chart_btn > li[data-popup=chart_id_06] {
  left: 51%;
  top: 37.1188222923%;
  width: 20%;
  height: 12.61829653%;
}
.chart_btn > li[data-popup=chart_id_07] {
  left: 2.7%;
  top: 54.3112513144%;
  width: 23%;
  height: 14.5110410095%;
}
.chart_btn > li[data-popup=chart_id_08] {
  left: 26.5%;
  top: 54.3112513144%;
  width: 23%;
  height: 14.5110410095%;
}
.chart_btn > li[data-popup=chart_id_09] {
  left: 50.3%;
  top: 54.3112513144%;
  width: 23%;
  height: 14.5110410095%;
}
.chart_btn > li[data-popup=chart_id_10] {
  left: 74.1%;
  top: 54.3112513144%;
  width: 23%;
  height: 14.5110410095%;
}
.chart_btn > li[data-popup=chart_id_11] {
  left: 14.6%;
  top: 70.3995793901%;
  width: 23%;
  height: 15.5625657203%;
}
.chart_btn > li[data-popup=chart_id_12] {
  left: 38.5%;
  top: 70.3995793901%;
  width: 23%;
  height: 14.5110410095%;
}
.chart_btn > li[data-popup=chart_id_13] {
  left: 62.6%;
  top: 70.3995793901%;
  width: 23%;
  height: 15.5625657203%;
}
.chart_text {
  margin-top: 6rem;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .chart_text {
    margin-top: 4rem;
    font-size: 2rem;
  }
}
.chart_cast {
  position: relative;
  width: 100%;
  border-radius: 5rem;
  overflow: hidden;
}
.chart_cast > :last-child {
  padding-bottom: 7rem;
}
.chart_cast_change {
  position: absolute;
  left: 50%;
  top: 37rem;
  display: block;
  width: 8rem;
  height: 8rem;
  font-size: 0;
  background-image: url(../images/common/icon_change02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .chart_cast_change {
    top: 42rem;
  }
}
@media screen and (min-width: 768px) {
  .chart_cast_change:hover {
    background-image: url(../images/common/icon_change02_h.png);
  }
}
.chart_cast_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  padding: 7rem 7rem 5rem 7rem;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .chart_cast_box {
    padding: 7rem 11rem 5rem 11rem;
  }
}
.chart_cast_img {
  width: 54.5454545455%;
}
@media screen and (min-width: 768px) {
  .chart_cast_img {
    width: 62.0689655172%;
  }
}
.chart_cast_name {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  width: auto;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.chart_cast_name_01 {
  margin-top: -5rem;
  font-size: 3rem;
  color: #955b23;
}
@media screen and (min-width: 768px) {
  .chart_cast_name_01 {
    font-size: 2rem;
  }
}
.chart_cast_name_02 {
  margin-top: 1.5rem;
  font-family: "Shippori Mincho", serif;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .chart_cast_name_02 {
    font-size: 1.6rem;
  }
}
.chart_cast_name_03 {
  padding: 1.5rem 0;
  color: #000000;
  font-family: "Shippori Mincho", serif;
  font-size: 4.6rem;
  font-weight: 800;
  line-height: 1.4;
  background-color: #ff54d5;
}
@media screen and (min-width: 768px) {
  .chart_cast_name_03 {
    font-size: 3.6rem;
  }
}
.chart_cast_name_03 > span {
  margin-top: 0.5rem;
  font-size: 2.8rem;
}
@media screen and (min-width: 768px) {
  .chart_cast_name_03 > span {
    font-size: 2.2rem;
  }
}
.chart_cast_name_03 > span > em {
  display: inline-block;
  font-style: normal;
  transform: translateX(-0.15em) scale(1, 0.8);
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
@media screen and (min-width: 768px) {
  .chart_cast_name_03 > span > em {
    transform: scale(1.5, 0.8);
  }
}
.chart_cast_name_03 > span > small {
  display: inline-block;
  font-size: 80%;
  transform: translateX(-0.05em);
}
.chart_cast_name_04 {
  margin-right: 1rem;
  padding: 1.5rem 0;
  color: #ffffff;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 800;
  background-color: #000000;
}
@media screen and (min-width: 768px) {
  .chart_cast_name_04 {
    font-size: 2.2rem;
  }
}
.chart_cast_name_04 > span {
  font-size: 70%;
  -webkit-text-orientation: upright;
  text-orientation: upright;
}
.chart_cast_text {
  padding: 0 5rem 5rem 5rem;
  font-weight: 500;
  background-color: #ffffff;
}
.chart_cast_comment {
  padding: 5rem;
  background-color: #f1f1f1;
}
.chart_cast_comment > dt {
  display: inline-block;
  width: 27rem;
  height: 4rem;
  color: #ff54d5;
  font-family: "Zen Maru Gothic", serif;
  font-size: 3rem;
  font-weight: 900;
  line-height: 3.2rem;
  text-align: center;
  background-image: url(../images/common/common_bg02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (min-width: 768px) {
  .chart_cast_comment > dt {
    width: 17rem;
    height: 2.6rem;
    font-size: 2rem;
    line-height: 2rem;
  }
}
.chart_cast_comment > dd {
  margin-top: 3rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .chart_cast_comment > dd {
    margin-top: 2rem;
  }
}
.chart_cast_comment > dd > span {
  display: block;
  margin-bottom: 2rem;
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .chart_cast_comment > dd > span {
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  ::-webkit-full-page-media, :future, :root .chart_cast_name_03 > span > em {
    transform: scale(1, 0.8);
  }
}/*# sourceMappingURL=chart.css.map */