@charset "utf-8";

/* character */

:root {
  --vw: 1vw;
}

br.forSP {
  display: inline;
}

.main {
  color: #000;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  /* font-family: "YuMincho", "Yu Mincho", serif; */
}

@media screen and (min-width: 769px) {
  br.forSP {
    display: none;
  }
}

/* character */

.p-character .maincontents {
  position: relative;
  padding-top: 100px;
  /* background: url(../img/character/chara_bg_dot.png) right top calc(100px + 4vw) no-repeat; */
}
.p-character .maincontents::before {
  content: "";
  position: fixed;
  top: calc(60px + 74vw);
  right: 0;
  width: 80%;
  height: 63%;
  background-image: url(../img/character/chara_bg_dot.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100% auto;
}

@media screen and (min-width: 769px) {
  .p-character .maincontents {
    padding-top: 100px;
    background-size: 21% auto;
  }
  .p-character .maincontents::before {
    top: calc(100px + 4vw);
    right: 0;
    width: 21%;
    height: 50%;
    background-image: url(../img/character/chara_bg_dot.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% auto;
  }
}

.p-character .main {
  padding-top: 0;
}

@media screen and (min-width: 769px) {
  .p-character .main {
    padding-top: 0;
  }
}

.chara {
  position: relative;
  padding: 0 5%;
}
.chara::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150vw;
  background-color: #EBBF62;
}

@media screen and (min-width: 769px) {
  .chara {
    padding: 0 7%;
    background: url(../img/character/chara_bg_img.png) right bottom no-repeat;
    background-size: 100% auto;
  }
  .chara::before {
    display: none;
  }
}

.chara_wrap {
  position: relative;
  padding: 4vw 0 0;
}
@media screen and (min-width: 769px) {
  .chara_wrap {
    padding: 7vw 2% 0;
    border-left: 1px dotted #dbdbdb;
    border-right: 1px dotted #dbdbdb;
  }
  .chara_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    border-left: 1px dotted #dfdfdf;
  }
}

.chara_pagetitle {
  display: flex;
  align-items: center;
  margin-bottom: 7vw;
  padding-left: calc(8px + .25em);
  font-size: 8vw;
  letter-spacing: 0.08em;
  border-left: 8px solid #EBBF62;
  font-weight: 700;
  line-height: 1em;
}
.chara_pagetitle p {
  padding: 0 0 .2vw;
  line-height: 1em;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .chara_pagetitle {
    width: 78%;
    margin-bottom: 80px;
    font-size: 40px;
    background: url(../img/character/chara_title_bar.svg) right center no-repeat;
    background-size: 64% auto; 
  }
}

@media screen and (min-width: 1367px) {
  .chara_pagetitle {
    font-size: 2.8vw;
    margin-bottom: 5.25vw;
  }
}

.chara_slider {
	display: none;
}
.chara_slider.slick-initialized {
	display: block;
}

.chara_slide_inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 22vw;
}

@media screen and (min-width: 769px) {
  .chara_slide_inner {
    padding-bottom: 33px;
  }
}

@media screen and (min-width: 1367px) {
  .chara_slide_inner {
    padding-bottom: 2vw;
  }
}

.chara_slide_arrow {
  position: absolute;
  top: auto;
  bottom: 7vw;
  left: 35%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 30%;
  height: 2em;
  font-size: 4vw;
  z-index: 10;
}
.chara_slide_prev,
.chara_slide_next {
  display: block;
  font-size: 4vw;
  line-height: 0;
  width: 2em;
  height: 2em;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  transition: .25s;
}
.chara_slide_prev {
  left: 68%;
  background: url(../img/character/chara_prev.svg) center no-repeat;
  background-size: 100%;
  background-color: #585858;
}
.chara_slide_next {
  right: 24%;
  background: url(../img/character/chara_next.svg) center no-repeat;
  background-size: 100%;
  background-color: #585858;
}
.chara_slide_prev:hover {
  background: url(../img/character/chara_prev.svg) center no-repeat;
  background-size: 100%;
  background-color: #EBBF62;
}
.chara_slide_next:hover {
  background: url(../img/character/chara_next.svg) center no-repeat;
  background-size: 100%;
  background-color: #EBBF62;
}

@media screen and (min-width: 769px) {
  .chara_slide_arrow {
    top: 0;
    bottom: auto;
    left: 70.5%;
    width: 5.25em;
    font-size: 16px;
  }

  .chara_slide_prev,
  .chara_slide_next {
    font-size: 16px;
  }
}

@media screen and (min-width: 1367px) {
  .chara_slide_arrow {
    font-size: 1.2vw;
  }
  .chara_slide_prev,
  .chara_slide_next {
    font-size: 1.2vw;
  }
}

.chara_menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 9vw;
}

@media screen and (min-width: 769px) {
  .chara_menu {
    display: block;
    width: 14%;
    margin: 0;
  }
}

.chara_menu_item {
  position: relative;
  display: block;
  margin: 0 .85em .25em 0;
  padding-left: 1.35em;
  font-size: 4.25vw;
  font-weight: 700;
  cursor: pointer;
}
.chara_menu_item p {
  transition: .25s;
}
.chara_menu_item.here p,
.chara_menu_item:hover p {
  color: #EBBF62;
}
.chara_menu_item.here::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4vw;
  height: 100%;
  background: url(../img/character/chara_name_arrow.svg) center no-repeat;
  background-size: 100% auto;
}

@media screen and (min-width: 769px) {
  .chara_menu_item {
    margin-bottom: 1.25em;
    font-size: 18px;
    line-height: 1em;
  }
  .chara_menu_item.here::before {
    width: 11%;
  }
}

@media screen and (min-width: 1367px) {
  .chara_menu_item {
    font-size: 1.3vw;
  }
}

/* .chara_standing {

} */

@media screen and (min-width: 769px) {
  .chara_standing {
    width: 33.92%;
  }
}

.chara_text {
  margin-top: -15vw;
}

@media screen and (min-width: 769px) {
  .chara_text {
    width: 40.71%;
    margin-top: 0;
    margin-left: 2.94%;
    padding-left: 2.94%;
  }
}

.chara_name {
  font-weight: 700;
}
.chara_name_ja {
  padding: 0;
  font-size: 11vw;
  line-height: 1em;
}
.chara_name_en {
  margin-top: .25em;
  font-size: 6vw;
  line-height: 1em;
  padding: 0;
}
.chara_cv {
  width: 8em;
  margin: .75em 0 0;
  text-align: center;
  font-size: 5.25vw;
  font-weight: 700;
  color: #fff;
  background-color: #2B2B2B;
}
.chara_cv span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.chara_prof {
  margin-top: 1em;
  font-size: 4vw;
  line-height: 1.75em;
}
.chara_faces {
  margin-top: 6.3vw;
}
@media screen and (min-width: 769px) {
  /* .chara_name {
    
  } */
  .chara_name_ja {
    font-size: 30px;
    line-height: 1em;
  }
  .chara_name_en {
    margin-top: .5em;
    font-size: 16px;
    line-height: 1em;
  }
  .chara_cv {
    width: 8em;
    margin: 10px 0 0;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background-color: #707070;
  }
  .chara_prof {
    margin-top: 1em;
    font-size: 16px;
    line-height: 1.75em;
  }
  .chara_faces {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1367px) {
  /* .chara_name {
    
  } */
  .chara_name_ja {
    font-size: 2.2vw;
    line-height: 1em;
  }
  .chara_name_en {
    margin-top: .5em;
    font-size: 1.17vw;
    line-height: 1em;
  }
  .chara_cv {
    margin: .85em 0 0;
    font-size: 1.2vw;
  }
  .chara_prof {
    margin-top: 1.7vw;
    font-size: 1.22vw;
    line-height: 1.75em;
  }
  .chara_faces {
    margin-top: 1.25vw;
  }
}

.bottom_logo {
  padding: 8vw 22%;
  background: url(../img/character/bg_ptn1.jpg) center;
}

@media screen and (min-width: 769px) {
  .bottom_logo {
    padding: 5% 37%;
  }
}



