@charset "utf-8";
/* #wrap:after{
  position: absolute;
  content: "";
  background: url(../../_design_chara.png) center top no-repeat;
  height: 3341px;
  width: 1500px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  opacity: 0.5;
  pointer-events: none;
} */


@font-face {
  font-family: 'Mamelon';
  src: url('../fonts/Mamelon-3.5HiRegular.eot');
  src: url('../fonts/Mamelon-3.5HiRegular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}




.crumbs {
  padding: 15px;
}
.crumbs .inner-wrap{
  max-width: 1400px;
}
.crumbs ul {
  display: flex;
}
.crumbs ul li {
  margin-left: 15px;
  font-size: 1.4rem;
}
.crumbs ul li:before {
  content: " ＞";
  margin-left: 0;
  margin-right: 15px;
}
.crumbs ul li:first-child {
  margin-left: 0;
}
.crumbs ul li:first-child:before {
  display: none;
}
.crumbs ul li a {
  font-weight: bold;
  text-decoration: none;
  color: #000;
}
.crumbs + .section{
  padding-top: 44px;
}
.character .lead{
  color: #000;
  font-size: 2rem;
  text-align: center;
  margin-top: 24px;
}

.character-col-wrap{
  display: flex;
  align-items: flex-start;
  margin-right: -70px;
  margin-top: 60px;
}

.character-col-wrap>div{
  margin-right: 70px;
  width: calc(50% - 70px);
}
.profile-main-col{
  padding-top: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  
}
.profile-main-col .img{
  width: 190px;
  margin-left: 5px;
}
/* .noel .profile-main-col .img {
  width: 161px;
}
.you .profile-main-col .img {
  width: 188px;
}
.iku .profile-main-col .img {
  width: 134px;
}
.ren .profile-main-col .img {
  width: 189px;
}
.shun .profile-main-col .img {
  width: 180px;
} */
.profile-main-col .name{
  border-bottom: 2px solid #000;
  display: inline-flex;
  align-items: baseline;
  padding-right: 30px;
}
.profile-main-col .name .en{
  font-size: 8rem;
  font-weight: bold;
  font-family: 'IBM Plex Sans Thai Looped', sans-serif;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
.profile-main-col .name .ja{
  margin-left: 30px;
  font-size: 2rem;
  font-weight: bold;
}
.profile-main-col .birth{
  font-size: 1.6rem;
  margin-top: 12px;
}
.profile-main-col .birth span{
  display: inline-block;
  margin-left: 15px;
}
.profile-main-col .birth span:first-child{
  margin-left: 0;
}
.profile-main-col .catch{
  margin-top: 50px;
  font-family: 'Mamelon', 'Noto Sans JP', sans-serif;
  font-size: 2.8rem;
  letter-spacing: 0.1em;
}
.profile-main-col .shophist{
  margin-top: 43px;
  line-height: 2.1;
  font-family: 'Mamelon', 'Noto Sans JP', sans-serif;
  font-size: 1.2rem;
  color: #9b9b9b;
  width: 230px;
  margin-bottom: 25px;
}

.profile-detail-col{
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 40px;
  width: 552px;
  position: relative;
  overflow: hidden;
}
.profile-detail-col:before{
  content:"";
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 100px;
  background: #f00;
  transform: rotate(45deg) translate(20%,-100%);
}
.profile-detail-col:after{
  content:"";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/txt_profile.png);
  width: 38px;
  height: 38px;
  transform: translate(-25%,25%);
}
.profile-detail-col h3{
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 15px;
}
.profile-detail-col h3:first-child{
  margin-top: 0;

}
.profile-list>li{
  border-bottom: 1px solid #000;
  padding: 8px 0;
}
.profile-list>li:first-child{
  padding-top: 0;

}
.profile-list>li dl{
  display: flex;
  font-size: 1.2rem;
  color: #666666;
}
.profile-list>li dl dt{
  width: 180px;
}
.profile-list>li dl dd{
  flex: 1;

}

.message-box{
  margin-top: 60px;
  border: 1px solid #000;
  padding: 40px;
  font-size: 1.4rem;
  line-height: 2;
  padding: 30px 35px;
  background: rgba(255,255,255,0.5);
  height: 300px;
  overflow-y: scroll;
  border-radius: 4px;
}

.item-col-wrap{
  display: flex;
  margin-right: -40px;
}
.item-col-wrap>div{
  width: calc(50% - 40px);
  margin-right: 40px;

}
.item-col-wrap .name1{
  font-size: 2.4rem;
  display: block;
  font-weight: bold;
}
.item-col-wrap .name2{
  font-size: 4.8rem;
  display: block;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.item-col-wrap .lead{
  text-align: left;
  font-size: 1.8rem;
  margin-top: 45px;
  line-height: 1.75;
}
.brackets{
  margin-top: 35px;
  max-width: 528px;
  margin-bottom: 50px;
}
.brackets-list{
  display: flex;
  margin-right: -30px;
}
.brackets-list>li{
  width: calc(50% - 30px);
  margin-right: 30px;
  height: 124px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  background: url(../images/bg_brackets_l.png) no-repeat left center, url(../images/bg_brackets_r.png) no-repeat right center;
}
.brackets-list .font-m{
  font-size: 1.4rem;
}
.brackets-list .font-l{
  font-size: 2.4rem;
  margin-bottom: 5px;
}
.brackets-list .font-s{
  font-size: 1.2rem;
}
.num-list>li{
  display: flex;
  font-size: 1.2rem;
  line-height: 1.75;
  color: #666666;
}
.num-list>li .num{
  width: 2.5em;
}
.num-list>li .txt{
  flex: 1;
}
.item-col-wrap .img {
  text-align: center;
  max-width: 540px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-col-wrap .img img{
  width: 100%;
  height: auto;
}
.point-wrap{
  max-width: 520px;
  margin: 25px auto 0;
}
.point-list{
  display: flex;
  margin-right: -20px;
  margin-bottom: -20px;
  font-size: 1.6rem;
  font-weight: bold;
  flex-wrap: wrap;
}
.point-list>li{
  height: 60px;
  width: calc(50% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.character-bannar{
  margin-top: 60px;
  min-height: 300px;

  border-radius: 10px;
  padding: 30px;
  display: flex;
  color: #fff;
}

.character-bannar h3{
  font-family: "M PLUS Rounded 1c";
}
.character-bannar h3 .txt1{
  line-height: 1.25;
  font-size: 4rem;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
}
.character-bannar h3 .txt2{
  font-size: 2.2rem;
  display: block;
  margin-top: 5px;
}
.profile-detail-col h3 .icon{
  margin-right: 7px;
  position: relative;
}

.profile-detail-col h3.question .icon:before{
  content:"";
  position: absolute;
  transform: rotate(-50deg) translate(3px,0);
  border: 5px solid transparent;
  border-top: 10px solid  #000;
  left: 50%;
  top: 50%;
}

.white-section{
  background: #fff;
}


.character-bannar .txt-wrap{
  padding: 10px 20px 10px 30px;
  width: 610px;
  margin-right: 30px;
}
.character-bannar .txt{
  margin-top: 20px;
  font-size: 1.8rem;
  line-height: 2;
}

.btn-wrap.center{
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.btn-wrap .btn span{
  background: #000;
  border-color: #000;
}
.btn-wrap .btn::before{
  border-color: #000;
}
sup{
  font-size: 60%;
}

/* color */
.item-col-wrap h2 {
  color: #111 !important;
}
/* lina */
.lina #contents{
  background: rgba(164,87,61,0.2);
}

.lina .point-list>li{
  background: rgba(164,87,61,0.2);
  color: rgba(164,87,61);
}
.lina .profile-main-col,
.lina .profile-detail-col h3{
  color: rgba(164,87,61);
}

.lina .profile-detail-col h3.question .icon:before{
  border-top-color: rgba(164,87,61);
}
.lina .profile-main-col .name,
.lina .profile-list>li,
.lina .message-box{
  border-color: rgba(164,87,61);
}
.lina .profile-detail-col:before,
.lina .character-bannar{
  background: rgba(164,87,61);
}

/* noel */
.noel #contents{
  background: rgba(217,127,94,0.2);
}
.noel .point-list>li{
  background: rgba(217,127,94,0.2);
  color: rgba(217,127,94);
}
.noel .profile-main-col,
.noel .profile-detail-col h3,
.noel .item-col-wrap h2{
  color: rgba(217,127,94);
}

.noel .profile-detail-col h3.question .icon:before{
  border-top-color: rgba(217,127,94);
}
.noel .profile-main-col .name,
.noel .profile-list>li,
.noel .message-box{
  border-color: rgba(217,127,94);
}
.noel .profile-detail-col:before,
.noel .character-bannar{
  background: rgba(217,127,94);
}

/* you */
.you #contents{
  background: rgba(222,158,94,0.2);
}
.you .point-list>li{
  background: rgba(222,158,94,0.2);
  color: rgba(222,158,94);
}
.you .profile-main-col,
.you .profile-detail-col h3,
.you .item-col-wrap h2{
  color: rgba(222,158,94);
}

.you .profile-detail-col h3.question .icon:before{
  border-top-color: rgba(222,158,94);

}
.you .profile-main-col .name,
.you .profile-list>li,
.you .message-box{
  border-color: rgba(222,158,94);
}

.you .profile-detail-col:before,
.you .character-bannar{
  background: rgba(222,158,94);
}

/* iku */
.iku #contents{
  background: rgba(158,196,119,0.2);
}
.iku .point-list>li{
  background: rgba(158,196,119,0.2);
  color: rgba(158,196,119);
}
.iku .profile-main-col,
.iku .profile-detail-col h3,
.iku .item-col-wrap h2{
  color: rgba(158,196,119);
}

.iku .profile-detail-col h3.question .icon:before{
  border-top-color: rgba(158,196,119);

}
.iku .profile-main-col .name,
.iku .profile-list>li,
.iku .message-box{
  border-color: rgba(158,196,119);
}
.iku .profile-detail-col:before,
.iku .character-bannar{
  background: rgba(158,196,119);
}

/* ren */
.ren #contents{
  background: rgba(52,55,59,0.2);
}
.ren .point-list>li{
  background: rgba(52,55,59,0.2);
  color: rgba(52,55,59);
}
.ren .profile-main-col,
.ren .profile-detail-col h3,
.ren .item-col-wrap h2{
  color: rgba(52,55,59);
}

.ren .profile-detail-col h3.question .icon:before{
  border-top-color: rgba(52,55,59);

}
.ren .profile-main-col .name,
.ren .profile-list>li,
.ren .message-box{
  border-color: rgba(52,55,59);
}
.ren .profile-detail-col:before,
.ren .character-bannar{
  background: rgba(52,55,59);
}

/* shun */
.shun #contents{
  background: rgba(67,97,135,0.2);
}
.shun .point-list>li{
  background: rgba(67,97,135,0.2);
  color: rgba(67,97,135);
}
.shun .profile-main-col,
.shun .profile-detail-col h3,
.shun .item-col-wrap h2{
  color: rgba(67,97,135);
}

.shun .profile-detail-col h3.question .icon:before{
  border-top-color: rgba(67,97,135);
}
.shun .profile-main-col .name,
.shun .profile-list>li,
.shun .message-box{
  border-color: rgba(67,97,135);
}
.shun .profile-detail-col:before,
.shun .character-bannar{
  background: rgba(67,97,135);
}

/*==========================================================================================================
PC Only
==========================================================================================================*/
@media screen and (min-width: 768px){

}

/*==========================================================================================================
 SP Only
==========================================================================================================*/
@media screen and (max-width: 767px){
  .crumbs ul li{
    font-size: 1.1rem;
    margin-left: 10px;
  }
  .crumbs ul li:before{
    margin-right: 10px;
  }
  .crumbs + .section{
    padding-top: 20px;
  }
  .character .lead{
    margin-top: 15px;
    font-size: 1.6rem;
  }
  .profile-main-col{
    padding-top: 0;
    justify-content: space-around;
  }
  .profile-main-col .name .en{
    font-size: 4.6rem;
  }
  .profile-main-col .name .ja{
    font-size: 1.2rem;
  }
  .profile-main-col .birth{
    font-size: 0.9rem;
  }
  .character-col-wrap{
    margin-top: 20px;
    display: block;
    margin-right: 0;
  }
  
  .character-col-wrap>div{
    margin-right: 0;
    width: 100%;
  }
  .profile-main-col .catch{
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .profile-main-col .shophist{
    font-size: 0.8rem;
    margin-top: 20px;
  }
  .shun .profile-main-col .img,
  .ren .profile-main-col .img,
  .iku .profile-main-col .img,
  .you .profile-main-col .img,
  .noel .profile-main-col .img,
  .profile-main-col .img{
    width: 95px;
    margin-left: 10px;
  }
  .profile-detail-col{
    width: auto;
    margin-top: 30px;
    padding: 20px;
  }
  .profile-list>li dl dt{
    width: 110px;
    padding-right: 10px;
  }
  .profile-list>li{
    padding: 8px 0 6px;
  }
  .message-box{
    margin-top: 40px;
    padding: 20px;
  }
  .section{
    padding: 50px 0;
  }
  .item-col-wrap{
    flex-direction: column-reverse;
    margin-right: 0;
  }
  .item-col-wrap .col-l{
    margin-top: 40px;

  }
  .item-col-wrap>div{
    width: 100%;
    margin-right: 0;
  }
  .item-col-wrap .img{
    width: auto;
    height: 265px;
    padding: 30px;
  }
  .item-col-wrap .img img{
    height: 100%;
    width: auto;
  }
  .point-list{
    margin-right: -15px;
    margin-bottom: -15px;
  }
  .point-list>li{
    height: 45px;
    font-size: 1rem;
    width: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .point-wrap{
    margin-top: 10px;
  }
  .item-col-wrap .name1{
    font-size: 2rem;
  }
  .item-col-wrap .name2{
    font-size: 2.8rem;
  }
  .item-col-wrap .lead{
    margin-top: 20px;
    font-size: 1.6rem;
    line-height: 2;
    text-align: justify;
  }
  .brackets-list>li{
    padding: 10px;
  }
  .brackets-list .font-m{
    font-size: 0.9rem;
  }
  .brackets-list .font-l{
    font-size: 1.6rem;
  }
  .brackets-list .font-s{
    font-size: 0.8rem;
  }
  .brackets{
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .num-list>li{
    font-size: 0.8rem;
  }
  .num-list>li .num{
  }
  .character-bannar{
    margin-top: 30px;
    flex-direction: column;
    padding: 20px 20px 30px ;
    height: auto;
  }
  .character-bannar .txt-wrap{
    width: auto;
    margin-right: 0;
    padding: 0;
  }
  .character-bannar h3{
    text-align: center;
  }
  .character-bannar h3 .txt1{
    font-size: 3rem;
  }
  .character-bannar h3 .txt2{
    font-size: 1.2rem;
    margin-top: 3px;
  }
  .character-bannar .txt{
    font-size: 1.2rem;
    text-align: justify;
    margin-top: 15px;
  }

  .character-bannar .img{
    margin-top: 20px;
  }
  .btn-wrap.center{
    margin-top: 30px;
  }
}
