@charset "utf-8";

.item_heading{
  position: relative;
}
.item_heading::after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
}
@media print, screen and (min-width:768px){
  .item_heading::after{
    width: 270px;
    height: 7px;
    background: url(/enjoy/pondelion/images/profile/bg_heading.png) no-repeat center bottom;
    background-size: contain;
  }
  .item_heading .ttl{
    padding-bottom: 25px;
  }
}
@media screen and (max-width:767px) {
  .item_heading{
    width: 54.6vw;
    margin: 0 auto;
    padding-bottom: 4.4vw;
  }
  .item_heading::after{
    width: 100%;
    height: 1.333vw;
    background: url(/enjoy/pondelion/images/profile/bg_heading_sp.png) no-repeat center bottom;
    background-size: contain;
  }
}

/* profile_area */
.profile_area{
  position: relative;
  z-index: 1;
}
.profile_area .c_txt_01 > p + p{
  margin-top: 2em;
}
.profile_area::before{
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
}
@media print, screen and (min-width:768px){
  .profile_area{
    background: url(/enjoy/pondelion/images/profile/bg_donut.png) no-repeat left top #fff;
    background-size: 100% auto;
  }
  .profile_area::before{
    left: 3.125vw;
    bottom: 40px;
    width: 244px;
    height: 220px;
    background: url(/enjoy/pondelion/images/profile/img_character_01.png) no-repeat center;
    background-size: 100% auto;
  }
  .profile_area::after{
    content: '';
    display: block;
    position: absolute;
    right: 3.125vw;
    bottom: 40px;
    width: 260px;
    height: 220px;
    background: url(/enjoy/pondelion/images/profile/img_character_02.png) no-repeat center;
    background-size: 100% auto;
    z-index: -1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1120px) {
  .profile_area::before{
    left: 25px;
  }
  .profile_area::after{
    right: 25px;
  }
}
@media screen and (max-width:767px) {
  .profile_area{
    background: url(/enjoy/pondelion/images/profile/bg_donut_sp.png) no-repeat left top #fff;
    background-size: 100% auto;
  }
  .profile_area{
    padding-bottom: 44vw;
  }
  .profile_area::before{
    left: 0;
    right: 0;
    bottom: 25px;
    width: 100%;
    height: 30.8vw;
    margin: auto;
    background: url(/enjoy/pondelion/images/profile/img_character_sp.png) no-repeat center;
    background-size: contain;
  }
}

/* profile_ponde_area */
.profile_ponde_area{
  overflow: hidden;
}
.profile_ponde_area::before{
  content: '';
  display: block;
  position: absolute;
  top: 75px;
  right: -170px;
  background: url(/common_2022/images/bg/img_donut_ill_05.png) no-repeat right top;
  background-size: 100%;
  z-index: 0;
}
.profile_ponde_area::after{
  content: '';
  display: block;
  position: absolute;
  top: -150px;
  left: -80px;
  background: url(/common_2022/images/bg/img_donut_ill_07.png) no-repeat right top;
  background-size: 100%;
  z-index: 0;
}
@media print, screen and (min-width:768px){
  .profile_ponde_area::before,
  .profile_ponde_area::after{
    width: 380px;
    height: 380px;
  }
}
@media screen and (max-width:767px) {
  .profile_ponde_area{
    margin-top: 25px;
  }
  .profile_ponde_area::before{
    top: 31vw;
    right: -31vw;
    width: 50.6vw;
    height: 50.6vw;
  }
  .profile_ponde_area::after{
    top: -21vw;
    left: -19vw;
    width: 50.6vw;
    height: 50.6vw;
  }
}

/* profile_fr_area */
.profile_fr_area{
  overflow: hidden;
}
.profile_fr_area::before{
  content: '';
  display: block;
  position: absolute;
  top: 70px;
  right: -170px;
  background: url(/common_2022/images/bg/img_donut_ill_09.png) no-repeat right top;
  background-size: 100%;
  z-index: 0;
}
.profile_fr_area::after{
  content: '';
  display: block;
  position: absolute;
  top: -150px;
  left: -80px;
  background: url(/common_2022/images/bg/img_donut_ill_01.png) no-repeat right top;
  background-size: 100%;
  z-index: 0;
}
@media print, screen and (min-width:768px){
  .profile_fr_area::before,
  .profile_fr_area::after{
    width: 380px;
    height: 380px;
  }
}
@media screen and (max-width:767px) {
  .profile_fr_area::before{
    top: 31vw;
    right: -31vw;
    width: 50.6vw;
    height: 50.6vw;
  }
  .profile_fr_area::after{
    top: -21vw;
    left: -19vw;
    width: 50.6vw;
    height: 50.6vw;
  }
}

.character_main{}
.character_main{
  position: relative;
  text-align: center;
  z-index: 1;
}
.character_detail_list .clm.fN{
  width: 100%;
}
.character_detail_list .detail{
  position: relative;
}
.character_main .exp > p + p{
  margin-top: 2em;
}
@media print, screen and (min-width:768px){
  .character_main{
    display: flex;
  }
  .character_main .character_main_inner{
    width: 100%;
    min-height: 320px;
    padding-left: 45%;
  }
  .character_main .item_heading .ttl{
    width: 315px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 30px;
  }
  .character_main .exp{
    margin-top: 30px;
  }
  .character_main .fig{
    position: absolute;
    top: 0;
    left: 8%;
    width: 351px;
    height: 320px;
    z-index: 1;
  }
  
  .character_detail{
    margin-top: 30px;
  }
  .character_detail_list .clm{
    margin-top: 35px;
  }
  .character_detail_list .detail{
    display: flex;
    margin-top: 20px;
  }
  .character_detail_list .detail .exp{
    order: 1;
  }
  .character_detail_list .detail .fig{
    order: 2;
    width: 140px;
    min-width: 140px;
    max-width: 140px;
    margin-left: 30px;
  }
  .character_detail_list .fig_custum .detail .fig{
    position: absolute;
    top: -75px;
    right: 0;
    width: 210px;
    min-width: 210px;
    max-width: 210px;
  }
  .character_detail_list .clm.fN .detail{
    padding-right: 240px;
  }
}
@media screen and (max-width:767px) {
  .character_main .fig{
    width: 65%;
    margin: 15px auto 0;
    z-index: 1;
  }
  .character_main .exp{
    margin-top: 1em;
  }

  .character_detail{
    margin-top: 20px;
  }
  .character_detail_list .detail{
    margin-top: 17px;
  }
  .character_detail_list .detail .fig{
    width: 70px;
    float: right;
    clear: both;
    margin-bottom: 10px;
    margin-left: 1em;
  }
  .character_detail_list .fig_custum .detail{
    display: flex;
    flex-direction: column;
  }
  .character_detail_list .fig_custum .detail .fig{
    width: 106px;
    float: none;
    order: 2;
    margin: 10px auto 0;
  }
  .character_detail_list .fig_custum .detail .exp{
    order: 1;
  }
}

.character_list_wrap{}
.character_list .character_box{
  background-color: #fff;
  text-align: center;
}
.character_list .character_box .detail{
  text-align: left;
}
@media print, screen and (min-width:768px){
  .character_list_wrap{
    margin-top: 60px;
  }
  .character_list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .character_list._clm2 .character_box{
    width: 47%;
    margin-top: 30px;
    margin-right: 3%;
  }
  .character_list .character_box{
    border-radius: 40px;
    padding: 35px 24px;
  }
  .character_list._clm2 .character_box:nth-child(4n),
  .character_list._clm2 .character_box:nth-child(4n+1){
    width: 50%;
  }
  .character_list._clm2 .character_box:nth-child(-n+2){
    margin-top: 0;
  }
  .character_list._clm2 .character_box:nth-child(2n){
    margin-right: 0;
  }
  .character_list._clm3 .character_box{
    width: 31%;
    margin-top: 30px;
    margin-right: 3.5%;
  }
  .character_list._clm3 .character_box:nth-child(-n+3){
    margin-top: 0;
  }
  .character_list._clm3 .character_box:nth-child(3n){
    margin-right: 0;
  }
  .character_list .character_box .item_heading .ttl{
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .character_list._clm3 .character_box .item_heading{
    display: flex;
    align-items: center;
  }
  .character_list._clm3 .character_box .item_heading::after{
    width: 230px;
    height: 6px;
    background: url(/enjoy/pondelion/images/profile/bg_heading_small.png) no-repeat left bottom;
    background-size: 100%;
  }
  .character_list .character_box .flex{
    display: flex;
    margin-top: 30px;
  }
  .character_list .character_box .flex .detail{
    width: 261px;
    margin-left: 6.5%;
  }
  .character_list .character_box .flex .fig{
    width: calc(100% - (261px + 6.5%));
    max-width: 160px;
  }
  .character_list .character_box .fig{
    margin-top: 30px;
  }
  .character_list .character_box .detail{
    margin-top: 30px;
  }
  .character_list .character_box .flex .fig,
  .character_list .character_box .flex .detail{
    margin-top: 0;
  }
  .character_list .character_box .detail .c_btn_04{
    margin-top: 30px;
  }
  .character_list .character_box .detail .c_btn_04 a{
    min-width: 100%;
    padding-left: 2.25em;
    padding-right: 2.25em;
  }
}
@media screen and (max-width:767px) {
  .character_list_wrap{
    margin-top: 30px;
  }
  .character_list{
    margin-top: 30px;
  }
  .character_list .character_box:first-child{
    margin-top: 0;
  }
  .character_list .character_box{
    border-radius: 20px;
    margin-top: 30px;
    padding: 25px 25px 30px;
  }
  .character_list .character_box .fig{
    width: 29%;
    margin: 20px auto 0;
  }
  .character_list .character_box .fig img{
    width: 100%;
  }
  .character_list .character_box .detail{
    margin-top: 15px;
  }
  .character_list .character_box .detail .c_btn_04{
    margin-top: 20px;
  }
}