@charset "UTF-8";
/* CSS INFORMATION -====================================
File name : character.css
Description : キャラクターページ
===================================================== */
.mv-lower_img.character-img {
  display: none;
}

@media screen and (min-width: 768px) {
  .mv-lower_img.character-img {
    display: block;
    top: 18rem;
    right: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .mv-lower_img.character-img {
    top: 4rem;
    right: 16rem;
  }
}
#character {
  position: relative;
}
#character #character-sec {
  padding: 20rem 0 30rem;
}
#character #character-sec .character-inner {
  padding: 0;
}
#character #character-sec .character-tab {
  height: 18rem;
}
#character #character-sec .character-tab_btn {
  display: flex;
  justify-content: space-between;
  width: 60rem;
  margin: 0 auto;
}
#character #character-sec .character-tab_btn li {
  width: 28rem;
  height: 11rem;
  cursor: pointer;
}
#character #character-sec .character-tab_btn .tab-left {
  background: url(../images/character/tab/img_tab02.png) no-repeat;
  background-size: cover;
}
#character #character-sec .character-tab_btn .tab-left.active {
  background: url(../images/character/tab/img_tab02-h.png) no-repeat;
  background-size: cover;
}
#character #character-sec .character-tab_btn .tab-right {
  background: url(../images/character/tab/img_tab01.png) no-repeat;
  background-size: cover;
}
#character #character-sec .character-tab_btn .tab-right.active {
  background: url(../images/character/tab/img_tab01-h.png) no-repeat;
  background-size: cover;
}
#character #character-sec .character-diagram {
  width: 100%;
}
#character #character-sec .character-diagram img {
  pointer-events: auto;
}
#character #character-sec .character-diagram .character-tab_area > li img {
  display: none;
}
#character #character-sec .character-diagram .character-tab_area > li.active {
  position: relative;
  opacity: 1;
}
#character #character-sec .character-diagram .character-tab_area > li.active img {
  display: block;
}
#character #character-sec .character-diagram .character-bg_pc {
  display: none;
}
#character #chart_id_02 .dialog-wrap .dialog-img2 {
  width: 23rem;
}
#character #chart_id_03 .dialog-wrap .dialog-img2 {
  top: 24rem;
  right: 3rem;
  width: 18rem;
}
#character #chart_id_04 .dialog-wrap .dialog-img2 {
  top: 23rem;
  right: 4rem;
  width: 15rem;
}

@media screen and (min-width: 768px) {
  #character #character-sec {
    padding: 18rem 0 0;
  }
  #character #character-sec .character-inner {
    margin-right: calc(50% - 50vw);
    margin-left: 40rem;
    padding-right: 0;
  }
  #character #character-sec .character-tab {
    width: 43.1770833333vw;
    height: 12rem;
  }
  #character #character-sec .character-tab_btn {
    width: 35rem;
  }
  #character #character-sec .character-tab_btn li {
    width: 16rem;
    height: 6.2rem;
    transition: all 0.5s ease;
  }
  #character #character-sec .character-tab_btn .tab-left:hover {
    background: url(../images/character/tab/img_tab02-h.png) no-repeat;
    background-size: cover;
  }
  #character #character-sec .character-tab_btn .tab-right:hover {
    background: url(../images/character/tab/img_tab01-h.png) no-repeat;
    background-size: cover;
  }
  #character #character-sec .character-diagram {
    position: relative;
    width: 100%;
    margin: 0;
    display: flex;
  }
  #character #character-sec .character-diagram .character-bg_pc {
    display: block;
    margin-left: 6.7rem;
  }
  #character #chart_id_02 .dialog-wrap .dialog-img2 {
    width: 24rem;
  }
  #character #chart_id_03 .dialog-wrap .dialog-img2 {
    right: 19rem;
    width: 18rem;
  }
  #character #chart_id_04 .dialog-wrap .dialog-img2 {
    right: 20rem;
    width: 16rem;
  }
  #character #footer {
    margin-top: 11rem;
  }
}
@media screen and (min-width: 1400px) {
  #character #character-sec .character-inner {
    margin-left: 54rem;
  }
}
/* =====================================================
    ダイアログ
======================================================*/
.dialog-wrap {
  position: relative;
  display: block;
  background: #3dcb94;
  padding: 7rem 1rem 8rem 3rem;
  z-index: 2;
}
.dialog-wrap .dialog-bg {
  position: absolute;
  content: "";
  z-index: -1;
}
.dialog-wrap .dialog-bg.bg1 {
  top: -2rem;
  left: -11rem;
  width: 40rem;
  height: 37rem;
}
.dialog-wrap .dialog-bg.bg2 {
  bottom: 19rem;
  right: -20rem;
  width: 42rem;
  height: 27rem;
}
.dialog-wrap .top {
  display: block;
}
.dialog-wrap .top .dialog-img1 {
  display: flex;
  align-items: end;
  width: 63rem;
  height: 56rem;
}
.dialog-wrap .top img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.dialog-wrap .dialog-img2 {
  position: absolute;
  content: "";
  z-index: 10;
  top: 21rem;
  right: 1rem;
  width: 20rem;
  height: 60rem;
}
.dialog-wrap .dialog-img2.common-img {
  top: 53rem;
  right: 1.2rem;
  width: 26rem;
  height: 32rem;
}
.dialog-wrap .dialog-img2 img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.dialog-wrap .dialog-img3 {
  display: none;
}
.dialog-wrap .bottom {
  position: relative;
  z-index: 50;
  color: #fff;
  width: 300px;
  margin-top: 4rem;
}
.dialog-wrap .bottom .name {
  text-align: center;
  font-size: 6.6rem;
  font-weight: 700;
}
.dialog-wrap .bottom .cv {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.dialog-wrap .bottom .cv .cv-frame {
  background: #fff;
  color: #3dcb94;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0.6rem;
}
.dialog-wrap .bottom .cv .cv-name {
  font-size: 3rem;
  font-weight: 700;
  margin-left: 1rem;
}
.dialog-wrap .bottom .txt {
  font-size: 3rem;
  line-height: 1.6;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  #chart_id_02 .dialog-wrap .dialog-img2 {
    top: 28rem;
    right: -1rem;
  }
}
@media screen and (min-width: 768px) {
  .dialog-wrap {
    display: flex;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
  .dialog-wrap .dialog-bg.bg1 {
    left: -3rem;
  }
  .dialog-wrap .dialog-bg.bg2 {
    bottom: 19rem;
    right: -20rem;
    width: 42rem;
    height: 27rem;
  }
  .dialog-wrap .top .dialog-img1 {
    width: 50rem;
    height: 48rem;
  }
  .dialog-wrap .dialog-img2 {
    top: 17rem;
    right: 4rem;
    width: 16rem;
    height: 50rem;
  }
  .dialog-wrap .dialog-img2.common-img {
    top: 36rem;
    right: 5rem;
    width: 23rem;
    height: 30rem;
  }
  .dialog-wrap .dialog-img3 {
    display: block;
    position: absolute;
    content: "";
    z-index: 10;
    top: -4rem;
    right: 18rem;
    width: 25rem;
    height: 29rem;
  }
  .dialog-wrap .bottom {
    width: 100%;
    max-width: 580px;
    margin-top: 16rem;
    padding-right: 4rem;
  }
  .dialog-wrap .bottom .name {
    text-align: left;
    font-size: 5rem;
    letter-spacing: 0.1em;
  }
  .dialog-wrap .bottom .cv {
    justify-content: flex-start;
    font-size: 2.2rem;
    padding: 0 0.8rem;
    margin-top: 2rem;
    margin-left: 1rem;
  }
  .dialog-wrap .bottom .cv .cv-name {
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-left: 1rem;
  }
  .dialog-wrap .bottom .txt {
    font-size: 1.8rem;
    line-height: 2;
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1400px) {
  .dialog-wrap .dialog-img1 {
    top: 5rem;
    width: 42rem;
    height: 48rem;
  }
  .dialog-wrap .dialog-img2 {
    top: 10rem;
    right: 16rem;
    width: 20rem;
    height: 62rem;
  }
  .dialog-wrap .dialog-img2.common-img {
    top: 34rem;
    right: 21rem;
    width: 27rem;
    height: 33rem;
  }
  .dialog-wrap .dialog-img3 {
    top: -8rem;
    right: 36rem;
    width: 36rem;
    height: 44rem;
  }
  .dialog-wrap .dialog-img3 img {
    width: 100%;
  }
}/*# sourceMappingURL=character.css.map */