@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : chart.css
Description : 相関図ページ
===================================================================== */
/* =====================================================================
    movie
======================================================================*/
#chart::after {
  display: none;
}
#chart h2 img {
  height: 11.1rem !important;
}
#chart.subpage .bg_pattern_r {
  height: 62rem;
}
@media screen and (max-width: 767px) {
  #chart.subpage .bg_pattern_r {
    height: 52rem;
  }
}
@media screen and (min-width: 1600px) {
  #chart.subpage .bg_pattern_r {
    height: 65rem;
  }
}

.chart_wrap {
  padding: 10rem 0 0;
}
.chart_wrap > * {
  position: relative;
  z-index: 1;
}
.chart_wrap .chart_box {
  position: relative;
  margin: 0 auto;
}
.chart_wrap .chart_box .chart_btn {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.chart_wrap .chart_box .chart_btn li {
  position: absolute;
  top: 0;
  left: 0;
}
.chart_wrap .chart_box .chart_btn .chart_id_01 {
  width: calc(260 / 1000 * 100%);
  padding-top: calc(330 / 1000 * 100%);
  margin: calc(435 / 1000 * 100%) 0 0 calc(370 / 1000 * 100%);
}
.chart_wrap .chart_box .chart_btn .chart_id_02 {
  width: calc(260 / 1000 * 100%);
  padding-top: calc(330 / 1000 * 100%);
  margin: calc(435 / 1000 * 100%) 0 0 calc(30 / 1000 * 100%);
}
.chart_wrap .chart_box .chart_btn .chart_id_03 {
  width: calc(260 / 1000 * 100%);
  padding-top: calc(330 / 1000 * 100%);
  margin: calc(435 / 1000 * 100%) 0 0 calc(710 / 1000 * 100%);
}
.chart_wrap .chart_box .chart_btn .chart_id_04 {
  width: calc(164 / 1000 * 100%);
  padding-top: calc(230 / 1000 * 100%);
  margin: calc(889 / 1000 * 100%) 0 0 calc(720 / 1000 * 100%);
}
.chart_wrap .chart_box .chart_btn .chart_id_05 {
  width: calc(164 / 1000 * 100%);
  padding-top: calc(230 / 1000 * 100%);
  margin: calc(85 / 1000 * 100%) 0 0 calc(30 / 1000 * 100%);
}
.chart_wrap .chart_box .chart_btn .chart_id_06 {
  width: calc(164 / 1000 * 100%);
  padding-top: calc(230 / 1000 * 100%);
  margin: calc(85 / 1000 * 100%) 0 0 calc(218 / 1000 * 100%);
}
.chart_wrap .chart_box .chart_btn .chart_id_07 {
  width: calc(164 / 1000 * 100%);
  padding-top: calc(230 / 1000 * 100%);
  margin: calc(941 / 1000 * 100%) 0 0 calc(330 / 1000 * 100%);
}
.chart_wrap .chart_box .chart_btn .chart_id_08 {
  width: calc(164 / 1000 * 100%);
  padding-top: calc(230 / 1000 * 100%);
  margin: calc(941 / 1000 * 100%) 0 0 calc(514 / 1000 * 100%);
}
.chart_wrap .chart_box .chart_btn .chart_id_09 {
  width: calc(164 / 1000 * 100%);
  padding-top: calc(230 / 1000 * 100%);
  margin: calc(1316 / 1000 * 100%) 0 0 calc(43 / 1000 * 100%);
}
.chart_wrap .chart_box .chart_btn .chart_id_10 {
  width: calc(164 / 1000 * 100%);
  padding-top: calc(230 / 1000 * 100%);
  margin: calc(1316 / 1000 * 100%) 0 0 calc(220 / 1000 * 100%);
}
.chart_wrap .chart_box .chart_btn .chart_id_11 {
  width: calc(164 / 1000 * 100%);
  padding-top: calc(230 / 1000 * 100%);
  margin: calc(1316 / 1000 * 100%) 0 0 calc(397 / 1000 * 100%);
}
.chart_wrap .chart_box .chart_btn .chart_id_12 {
  width: calc(164 / 1000 * 100%);
  padding-top: calc(230 / 1000 * 100%);
  margin: calc(1316 / 1000 * 100%) 0 0 calc(574 / 1000 * 100%);
}
.chart_wrap .chart_box .chart_btn .chart_id_13 {
  width: calc(164 / 1000 * 100%);
  padding-top: calc(230 / 1000 * 100%);
  margin: calc(1316 / 1000 * 100%) 0 0 calc(793 / 1000 * 100%);
}
.chart_wrap .chart_box .btn_link {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(76 / 1000 * 100%);
  margin: calc(533 / 1000 * 100%) 0 0 calc(13 / 1000 * 100%);
}
.chart_wrap .chart_note {
  margin-top: 2em;
  font-size: 2rem;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .chart_box {
    width: calc(788 / 1000 * 100%);
    margin: 0 auto;
  }

  .chart_btn li {
    cursor: pointer;
  }

  .chart_note {
    font-size: 1.6rem;
  }
}
/* =====================================================================
*    popup
* =================================================================== */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  display: none;
}
.popup_area {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.popup_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(108, 94, 71, 0.9);
}
.popup_inner {
  position: relative;
  margin: 15rem auto;
  width: calc(650 / 750 * 100%);
  max-width: 750px;
}
.popup_close {
  position: absolute;
  top: -13rem;
  right: 0;
  width: 8rem;
  height: 8rem;
  z-index: 1;
  background: url(../images/chart/icon_close.png) no-repeat center/contain;
  /*&::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 4rem;
      height: 2.6rem;
      background: url(../images/icon_close.png) no-repeat center/contain;
  }*/
}
.popup_list {
  width: 100%;
  height: 100%;
}
.popup_list li {
  position: relative;
  display: none;
  padding-top: 3.4rem;
  background-color: #fff;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  /*width: calc(650 / 750 * 100%);
  max-width: 750px;*/
  margin: 0 auto 1.2em;
}
.popup_list li::before {
  content: '';
  position: absolute;
  display: block;
  top: -20rem;
  left: 0;
  width: 100%;
  height: 40rem;
  background: url(../images/common/bg_pattern2.jpg) repeat center/6.4rem auto;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: skewY(8deg);
  transform: skewY(8deg);
  z-index: -1;
}
.popup_list li:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.84em;
  background-size: auto auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(120deg, transparent, transparent 3px, #c49440 3px, #c49440 4px);
  z-index: 1;
}
.popup_list li figure {
  width: calc(260 / 750 * 100%);
  margin: 3em auto;
  position: relative;
}
.popup_list li figure img {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 0.5rem;
  border: 2px solid #000;
}
.popup_list li figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: url(../images/chart/bg_photo.png) no-repeat bottom right/cover;
  z-index: 0;
}

.chart_name {
  width: calc(630 / 750 * 100%);
  margin: 0 auto 1.5em;
}
.chart_name dt {
  position: relative;
  display: inline-block;
  margin-bottom: 1.2em;
  padding: 0.5em 0.7em;
  font-weight: 700;
  color: #000;
  background: #c9954f;
}
.chart_name dt::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: -0.5em;
  width: 1em;
  height: 100%;
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  background: #c9954f;
  z-index: -1;
}
.chart_name dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #c49440;
  font-size: 4rem;
}
.chart_name dd h3 span {
  font-size: 50%;
}
.chart_name dd p {
  position: relative;
  color: #f03454;
}
.chart_name dd p::before {
  content: "/";
  margin: 0 0.3em;
}

.chart_txt {
  width: calc(630 / 750 * 100%);
  margin: 0 auto 3em;
  line-height: 1.583;
  color: #454545;
}

dl.comment dt.btn1 {
  position: relative;
  width: 50rem;
  margin: 0 auto 2em;
  transition: 0.3s ease;
  /*&:hover {
      top: 0.5rem;
      left: 0.5rem;
      transition: 0.3s ease;
      &::before {
          bottom: 0rem;
          right: 0rem;
      }
  }*/
}
dl.comment dt.btn1::before {
  content: '';
  position: absolute;
  display: block;
  bottom: -1rem;
  right: -1rem;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 0.2rem solid #000;
  transition: 0.3s ease;
}
dl.comment dt.btn1 div {
  position: relative;
  padding: 3rem 0 2.5rem;
  background: #000;
  text-align: center;
  transition: 0.3s ease;
}
dl.comment dt.btn1 div span {
  font-family: "Bahnschrift", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  color: #f03454;
}
dl.comment dt.btn1 div svg {
  position: absolute;
  top: 35%;
  right: 4.5rem;
  width: 2.2rem;
  height: 2.5rem;
  fill: #f03454;
}
dl.comment dt.btn1.active div svg {
  transform: rotate(-180deg);
}
dl.comment > dd {
  background: #eae7e2;
  padding: 6em 0 3em;
  display: none;
}
dl.comment > dd dl {
  width: calc(630 / 750 * 100%);
  margin: 0 auto;
}
dl.comment > dd dl dt {
  font-weight: bold;
  line-height: 2;
}
dl.comment > dd dl dd {
  line-height: 2;
  padding-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .popup_close {
    position: absolute;
    top: -14rem;
    right: 0;
    width: 10rem;
    height: 10rem;
    z-index: 1;
    background: url(../images/chart/icon_close.png) no-repeat center/contain;
  }

  dl.comment dt.btn1 {
    top: 0;
    left: 0;
    width: 50rem;
    transition: 0.3s ease;
  }
  dl.comment dt.btn1::before {
    bottom: -0.5rem;
    right: -0.5rem;
  }
  dl.comment dt.btn1:hover {
    top: 0.5rem;
    left: 0.5rem;
  }
  dl.comment dt.btn1:hover::before {
    bottom: 0;
    right: 0;
  }
  dl.comment dt.btn1 div span {
    font-size: 2.2rem;
    padding: 1rem 0 1rem;
  }
  dl.comment dt.btn1 div svg {
    top: 30%;
    right: 2.8rem;
  }
}

/*# sourceMappingURL=chart.css.map */
