/* CSS Document */
.charalist li {
  margin-bottom: 2rem;
}
@media screen and (max-width: 639px) {
.charalist {
    padding: 0 0.6rem;
}
.charalist li {
  margin-bottom: 1rem;
}
}

.charalist li a:hover {
  filter: brightness(1.2);
}
.charalist li.disabled {
  filter: brightness(0.3);
}
.teamlist {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2rem;
  padding: 0;
  align-items: center;
}
@media screen and (max-width: 639px) {
.teamlist {
    flex-wrap: wrap;
}
}

.teamlist li {
  margin: 0;
  padding: 0 15px;
    flex: 1;
}
@media screen and (max-width: 639px) {
.teamlist li {
    width: 33.3%;
    flex: none;
  padding: 0 8px;
}
}
.teamlist li:first-child {
  padding-left: 0;
}
.teamlist li:last-child {
  padding-right: 0;
}
@media screen and (max-width: 639px) {
.teamlist li:first-child {
  padding-left: 8px;
}
.teamlist li:last-child {
  padding-right: 8px;
}
}

.teamlist li svg,
.teamlist li img {
  cursor: pointer;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: .3s;
}
.teamlist li svg:hover,
.teamlist li.act svg,
.teamlist li img:hover,
.teamlist li.act img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
}
.team_bg {
  display: block;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}


.team_bg h3 {
  width: 60%;
  margin: 0 auto;
}
.team_bg h3 img,
.team_bg h3 svg {
  filter: drop-shadow(0px 0px 20px #fff);
  position: relative;
  z-index: 100;
}
.team_bg .charabox {
  position: relative;
  height: 800px;
  margin-bottom: 40px;
}
@media screen and (max-width: 639px) {
.team_bg .charabox {
  height: 300px;
  margin-bottom: 20px;
}
}

.team_bg .charabox a {
  position: absolute;
  top: -40px;
  transition: .3s;
}
@media screen and (max-width: 639px) {
.team_bg .charabox a {
  top: 0px;
}
}
.team_bg .charabox a:nth-child(1) {
  z-index: 1;
  left: 0px;
}
.team_bg .charabox a:nth-child(2) {
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.team_bg .charabox a:nth-child(3) {
  z-index: 2;
  right: 0px;
}
@media screen and (max-width: 639px) {
.team_bg .charabox a:nth-child(1) {
  left: -10%;
}
.team_bg .charabox a:nth-child(3) {
  right: -10%;
}
}








.team_bg .charabox a img {
    max-width: inherit;
}
@media screen and (max-width: 639px) {
.team_bg .charabox a img {
    height: 250px;
    width: auto;
}
}
.team_bg .charabox a:hover {
  filter: brightness(1.1);
    z-index: 100!important;
}
.team_bg .charabox a.disabled {
  filter: brightness(0.5);
}


.team_bg .txtbox {
    width: 80%;
    background-color: rgba(255,255,255,.8);
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
}
.team_bg .txtbox h4 {
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
}
@media screen and (max-width: 639px) {
.team_bg .txtbox h4 {
    font-size: 1.5rem;
}
}

.team_bg.anc .charabox a:nth-child(1) {
  z-index: 1;
  left: -150px;
}
.team_bg.anc .charabox a:nth-child(2) {
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.team_bg.anc .charabox a:nth-child(3) {
  z-index: 2;
  right: -150px;
}
@media screen and (max-width: 639px) {
.team_bg.anc .charabox a:nth-child(1) {
  left: -10%;
}
.team_bg.anc .charabox a:nth-child(3) {
  right: -10%;
}
}
.team_bg.anc h3 {
  width: 55%;
}

.team_bg.san .charabox a:nth-child(1) {
  z-index: 1;
  left: -150px;
}
.team_bg.san .charabox a:nth-child(2) {
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.team_bg.san .charabox a:nth-child(3) {
  z-index: 2;
  right: -150px;
}
@media screen and (max-width: 639px) {
.team_bg.san .charabox a:nth-child(1) {
  left: -10%;
}
.team_bg.san .charabox a:nth-child(3) {
  right: -10%;
}
}

.team_bg.nol .charabox a:nth-child(1) {
  z-index: 1;
  left: 25px;
}
.team_bg.nol .charabox a:nth-child(3) {
  z-index: 2;
  right: 25px;
}
.team_bg.car .charabox a:nth-child(1) {
  z-index: 1;
  left: -70px;
}
.team_bg.uch .charabox a:nth-child(1) {
  z-index: 1;
  left: -70px;
}
.team_bg.uch .charabox a:nth-child(3) {
  z-index: 2;
  right: -120px;
}
.team_bg.dxm .charabox a:nth-child(1) {
  z-index: 1;
  left: -140px;
}
.team_bg.dxm .charabox a:nth-child(3) {
  z-index: 2;
  right: -150px;
}
@media screen and (max-width: 639px) {
.team_bg.dxm .charabox a:nth-child(1) {
  z-index: 1;
  left: 0px;
}
.team_bg.dxm .charabox a:nth-child(3) {
  z-index: 2;
  right: 0px;
}
}




.team_bg.lrig {
    margin-top: 3rem;
    height: 920px;
}
@media screen and (max-width: 639px) {
.team_bg.lrig {
    margin-top: 1rem;
    height: auto;
}
}
.team_bg .lrigbox {
  position: relative;
  margin-bottom: 40px;
    height: 890px;
}
@media screen and (max-width: 639px) {
.team_bg .lrigbox {
    height: auto;
}
}
.team_bg .lrigbox:after {
  content: "";
  display: block;
  clear: both;
} 

.team_bg .lrigbox h3 {
    float: right;
    width: 49%;
    padding: 0 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;   
    margin-bottom: 1em;
    position: relative;
}
@media screen and (max-width: 639px) {
.team_bg .lrigbox h3 {
    float: none;
    width: 100%;
    padding: 0 25vw;
}
}
.team_bg .lrigbox .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
}
@media screen and (max-width: 639px) {
.team_bg .lrigbox .thumb {
    position: relative;
    padding: 0 10px;
}
}
.team_bg .lrigbox .txt {
    float: right;
    width: 100%;
    padding-left: 51%;
    position: relative;
}
@media screen and (max-width: 639px) {
.team_bg .lrigbox .txt {
    float: none;
    padding: 0 10px;
}
}

.team_bg .lrigbox .txt img:first-child {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.team_bg .lrigbox .txt img:last-child {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.team_bg .lrigbox .txt .txt_inner{
    background-color: rgba(255,255,255,0.85);
    padding: 20px 40px 40px;
}
@media screen and (max-width: 639px) {
.team_bg .lrigbox .txt .txt_inner{
    padding: 15px 20px 20px;
}
}
.team_bg .lrigbox .txt .txt_inner h4 {
    margin-bottom: 30px;
    padding-bottom: 8px;
    text-align: left;
    font-size: 50px;
    font-weight: 700;
-webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);    
}
@media screen and (max-width: 639px) {
.team_bg .lrigbox .txt .txt_inner h4 {
    margin-bottom: 0.5em;
    padding-bottom: 4px;
    font-size: 32px;
}
}

.team_bg .lrigbox .txt .txt_inner h4.blue {
    border-bottom: 4px double #7059ff;
    color: inherit;
}
.team_bg .lrigbox .txt .txt_inner h4.green {
    border-bottom: 4px double #1d842a;
    color: inherit;
}
.team_bg .lrigbox .txt .txt_inner h4.pink {
    border-bottom: 4px double #fc3878;
    color: inherit;
}
.team_bg .lrigbox .txt .txt_inner dl {
    margin: 0 0 0.8em;
    display: flex;
    flex-wrap: wrap;
}
.team_bg .lrigbox .txt .txt_inner dl dt {
    width: 45%;
}
.team_bg .lrigbox .txt .txt_inner dl dd {
    width: 55%;
}


.team_bg .lrigbox .txt .txt_inner p,
.team_bg .lrigbox .txt .txt_inner dl dt,
.team_bg .lrigbox .txt .txt_inner dl dd {
    font-weight: 700;
    text-align: left;
}
.team_bg .lrigbox .txt .txt_inner dl dt,
.team_bg .lrigbox .txt .txt_inner dl dd {
border-bottom: dashed 1px #888;
    padding: 0.5em 0;
}
.team_bg .lrigbox .txt .txt_inner dl dt::after {
    content: none;
}
.lrigNav {
    display: flex;
    justify-content: center;
    margin: 2rem 0 4rem;
    padding: 0;
}
.lrigNav li {
    cursor: pointer;
    padding: 5px 0;
    text-align: center;
    position: relative;
    background: #ffdee9;
    margin-right: 30px;
    width: 160px;
    height: 36px;
    transition: .3s;
    display: inline-block;
}
@media screen and (max-width: 639px) {
.lrigNav li {
    width: 100px;
}
}

.lrigNav li a {
    text-decoration: none;
    color: #333;
    display: block;
}
.lrigNav li:hover {
    background-color: #fd3776;
}
.lrigNav li:hover a span {
    color: #fff;
}

.lrigNav li span {
    font-size: 18px;
    font-weight: 900;
    display: inline-block;
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    transition: .3s;
}
.lrigNav li.prev {
    margin-left: 30px;
}
.lrigNav li.prev::before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 18px 10px 18px 0;
    border-color: transparent #ffdee9 transparent transparent;
    left: -10px;
    top: 0;
    transition: .3s;
}
.lrigNav li.prev:hover::before {
    border-color: transparent #fd3776 transparent transparent;
}

.lrigNav li.prev::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 36px 20px 0 0;
    border-color: #ffdee9 transparent transparent transparent;
    right: -20px;
    top: 0;
    transition: .3s;
}
.lrigNav li.prev:hover::after {
    border-color: #fd3776 transparent transparent transparent;
}
.lrigNav li.next::before {
content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 0 36px 20px;
    border-color: transparent transparent #ffdee9 transparent;
    left: -20px;
    top: 0;
    transition: .3s;
}
.lrigNav li.next:hover::before {
    border-color: transparent transparent #fd3776 transparent;
}

.lrigNav li.next::after {
content: "";
    position: absolute;
    border-style: solid;
    border-width: 18px 0 18px 10px;
    border-color: transparent transparent transparent #ffdee9;
    right: -10px;
    top: 0;
    transition: .3s;
}
.lrigNav li.next:hover::after {
    border-color: transparent transparent transparent #fd3776;
}
.copyright {
    text-align: right;
    font-size: 0.8rem;
}
/*
.team_bg .lrigbox .txt::before {
    content: url('../character/images/chara_lrig_txt_frameblue1.svg');
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.team_bg .lrigbox .txt::after {
    content: url('../character/images/chara_lrig_txt_frameblue2.svg');
    width: 100%;
    height: auto;
    vertical-align: top;
}
.team_bg .lrigbox .txt.blue::before {
    content: url('../character/images/chara_lrig_txt_frameblue1.svg');
}
.team_bg .lrigbox .txt.blue::after {
    content: url('../character/images/chara_lrig_txt_frameblue2.svg');
}
.team_bg .lrigbox .txt.green::before {
    content: url('../character/images/chara_lrig_txt_framegreen1.svg');
}
.team_bg .lrigbox .txt.green::after {
    content: url('../character/images/chara_lrig_txt_framegreen2.svg');
}
.team_bg .lrigbox .txt.pink::before {
    content: url('../character/images/chara_lrig_txt_framepink1.svg');
}
.team_bg .lrigbox .txt.pink::after {
    content: url('../character/images/chara_lrig_txt_framepink2.svg');
}
*/

