@charset "utf-8";
/*--****************************************
site : idolish7
@PC - profile.css
Copyright (c) ULM Co.,Ltd. - http://www.ulm-design.com

*****************************************--*/
@media (min-width: 769px) {
  #profile{
    
  }

  #main{
    position: relative;
  }

  #contents{
    padding: 140px 0 0 0;
    position: relative;
    z-index: 1;
  }

  .contents-ttl{
    text-align: center;
    margin: 0 0 75px 0;
  }

  #profile-container{
    margin: 0 auto 100px auto;
  }

  .profile-box-container{
    width: 1200px;
    margin: 0 auto 20px auto;
  }

  .profile-box{
    width: 280px;
    height: 144px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 10px 30px;
    transition: all 0.2s ease-out;
  }

  .profile-box img {
    width: 100%;
    height: auto;
  }

  .name{
    margin: 0 auto;
    cursor: default;
    background: rgba(255,255,255,0.3);
  }

  .profile-box:not(.name):hover{
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,0.6);
  }


  /*--****************************************

  detail

  *****************************************--*/
  #profile-detail-container{
    position: fixed;
    z-index: 200;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    min-width: 1260px;
    height: 100%;
    min-height: 800px;
    background: rgba(255,255,255,0.9);
    display: none;
    opacity: 0;
  }


  .profile-box-inner{
    width: 1260px;
    height: 800px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }


  .profile-detail-box{
    display: none;
  }

  .profile-detail-bg{
    width: 0%;
    height: 300px;
    background-image: url(../img/profile/bg_pt.png);
    background-position:  right bottom;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 0;
    top: calc(50% - 228px);
    right: 0px;
  }


  .profile-detail-bg.i6-bg{
  background: #d8bf3f; 
  }


  .profile-detail-main{
    margin: 0 0 0 42px;
    opacity: 0;
  }


  .profile-detail-face{
    position: absolute;
    z-index: 1;
    top: 413px;
    left: 615px;
    opacity: 0;
  }


  .profile-detail-txt-container{
    position: absolute;
    z-index: 2;
    top: 195px;
    left: 689px;
    color: #fff;
    opacity: 0;
    -webkit-transform: scale(0.8) rotate(10deg);
    transform: scale(0.8) rotate(10deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }


  .profile-detail-txt-container.show{
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }


  .profile-detail-name-box{
    padding: 0 0 35px 30px;
    position: relative;
  }


  .profile-detail-name-box:after{
    content: "";
    width: 7px;
    height: 85px;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 0;
    top: 5px;
    left: 0px;
  }


  .profile-detail-name{
    font-size: 46px;
    padding: 0 0 20px 0;
  }


  .profile-detail-cv{
    font-size: 18px;
    padding: 0 0 30px 0;
  }


  .profile-detail-sub-name{
    font-size: 25px;
  }


  .profile-detail-txt{
    width: 400px;
    font-size: 14px;
    line-height: 1.5em;
  }


  .profile-icon{
    width: 42px;
    height: 42px;
    border-radius: 21px;
    background: #fff;
    display: inline-block;
    text-align: center;
    margin: 0px 0 -4px 12px;
    opacity: 0;
    -webkit-transform: scale(1.5) rotate(40deg);
    transform: scale(1.5) rotate(40deg);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }


  .profile-icon.show{
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }


  .icon-svg{
    display: block;
  }


  .df{
    width: 16px;
    height: 29px;
    margin: 7px 0 0 15px;
  }


  .df path{
    color: #0d326f;
    fill: #0d326f;
  }

  .sharp{
    width: 9px;
    height: 33px;
    margin: 4px 0 0 16px;
  }


  .sharp path{
    color: #67af28;
    fill: #67af28;
  }


  .flat{
    width: 9px;
    height: 30px;
    margin: 6px 0 0 18px;
  }


  .flat path{
    color: #f08300;
    fill: #f08300;
  }

  .mp{
    width: 30px;
    height: 17px;
    margin: 15px 0 0 6px;
  }


  .mp path{
    color: #5bc2d9;
    fill: #5bc2d9;
  }



  .mf{
    width: 33px;
    height: 24px;
    margin: 9px 0 0 5px;
  }


  .mf path{
    color: #856daf;
    fill: #856daf;
  }

  .natural{
    width: 9px;
    height: 32px;
    margin: 5px 0 0 16px;
  }


  .natural path{
    color: #d8bf3f;
    fill: #d8bf3f;
  }


  .ds{
    width: 18px;
    height: 19px;
    margin: 11px 0 0 12px;
  }


  .ds path{
    color: #e60039;
    fill: #e60039;
  }


  .tc{
    width: 10px;
    height: 32px;
    margin: 4px 0 0 15px;
  }


  .tc path{
    color: #4d5c63;
    fill: #4d5c63;
  }


  .vc{
    width: 17px;
    height: 25px;
    margin: 8px 0 0 13px;
  }


  .vc path{
    color: #b94f84;
    fill: #b94f84;
  }

  .fc{
    width: 24px;
    height: 27px;
    margin: 8px 0 0 11px;
  }

  .fc path{
    color: #00516d;
    fill: #00516d;
  }

  .repeat0{
    width: 24px;
    height: 27px;
    margin: 8px 0 0 11px;
  }


  .repeat0 path,
  .repeat0 polygon {
    color: #e62f8b;
    fill: #e62f8b;
  }

  .repeat1 {
    width: 24px;
    height: 27px;
    margin: 8px 0 0 11px;
  }


  .repeat1 path,
  .repeat1 polygon{
    color: #c4d700;
    fill: #c4d700;
  }

  .fermata {
    width: 24px;
    height: 27px;
    margin: 6px 0 0 9px;
  }

  .fermata path,
  .fermata polygon{
    color: #8eaa9d;
    fill: #8eaa9d;
  }

  .d_s {
    width: 20px;
    height: 27px;
    margin: 7px 0 0 11px;
    padding: 0 !important;
  }

  .d_s path,
  .d_s polygon{
    color: #832f41;
    fill: #832f41;
  }

  .senza {
    width: 24px;
    height: 24px;
    margin: 9px 0 0 10px;
  }

  .senza path,
  .senza polygon{
    color: #c7b6a0;
    fill: #c7b6a0;
  }

  .simile {
    width: 20px;
    height: 24px;
    margin: 9px 0 0 11px;
  }

  .simile path,
  .simile polygon{
    color: #8e7375;
    fill: #8e7375;
  }


  #detail-close{
    width: 70px;
    height: 70px;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
  }


  #detail-close:after{
    content: "";
    display: block;
    width: 25px;
    height: 4px;
    background: #a0a0a0;
    position: absolute;
    transform: rotate(45deg);
    top: 32px;
    left: 20px;
  }


  #detail-close:before{
    content: "";
    display: block;
    width: 25px;
    height: 4px;
    background: #a0a0a0;
    position: absolute;
    transform: rotate(-45deg);
    top: 32px;
    left: 20px;
  }


  #detail-prev{
    width: 42px;
    height: 42px;
    position: absolute;
    top: calc(50% - 99px);
    left: calc(50% - 580px);
    z-index: 10;
  }


  #detail-prev:after{
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #a0a0a0;
    position: absolute;
    transform: rotate(-45deg);
    top: 15px;
    left: 13px;
  }


  #detail-prev:before{
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #a0a0a0;
    position: absolute;
    transform: rotate(45deg);
    top: 21px;
    left: 13px;
  }


  #detail-next{
    width: 42px;
    height: 42px;
    position: absolute;
    top: calc(50% - 99px);
    right: calc(50% - 580px);
    z-index: 10;
  }


  #detail-next:after{
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #a0a0a0;
    position: absolute;
    transform: rotate(-45deg);
    top: 21px;
    left: 15px;
  }

  #detail-next:before{
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    background: #a0a0a0;
    position: absolute;
    transform: rotate(45deg);
    top: 15px;
    left: 15px;
  }

  .btn{
    border-radius: 50%;
    background: #fff;
    border: 2px solid #a0a0a0;
    box-sizing: border-box;
    cursor: pointer;
  }

  .btn-inner{
    width: calc( 100% - 4px);
    height: calc( 100% - 4px);
    border: 1px solid #a0a0a0;
    box-sizing: border-box;
    display: block;
    border-radius: 50%;
    margin: 2px;
  }

}

@media (max-width: 768px) {
  #profile{
  
  }
  
  
  #main{
    position: relative;
  }
  
  
  #contents{
      padding: 80px 0 0 0;
      position: relative;
      z-index: 1;
  }
  
  
  .contents-ttl{
    text-align: center;
    margin: 0 0 8% 0;
  }
  .contents-ttl img{
    width: 100%;
    height: auto;
  }
  
  #profile-container{
    margin: 0 auto 100px auto;
  }
  
  
  .profile-box-container{
    width: 100%;
    margin: auto;
  }
  
  .profile-box{
    width: 90%;
    height: auto;  overflow: hidden;
    cursor: pointer;
    margin: 0 auto 5px;
    border-radius: 5px;
  }
  
  .profile-box img{
    width: 100%;
    height: auto;
  }
  
  .name img{
    width: 100%;
    margin: 50px 0 20px;
  }
  
  .name.top img {
    margin-top: 20px;
  }
  
  
  
  /*--****************************************
  
  detail
  
  *****************************************--*/
  #profile-detail-container{
    position: fixed;
    z-index: 200;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: auto;
    width: 100%;
    background: rgba(255,255,255,0.9);
    display: none;
    opacity: 0;
  }

  .profile-box-inner {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  
  
  #profile-detail-box-container{
    width: 100%;
    height:100%;
    position: relative;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  
  
  .profile-detail-box{
    display: none;
  }
  
  
  .profile-detail-inner{
    width: 100%;
    height: auto;
    margin-top: -24%;
    padding: 0 0 10% 0;
    background-image: url(../img/profile/bg_pt.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 188px 150px;
    position: relative;
    z-index: 1;
  
  }
  
  
  .profile-detail-inner.i6-bg{
   background: #d8bf3f; 
  }
  
  
  .profile-detail-main{
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
    opacity: 0;
  }
  
  
  .profile-detail-main-img{
    width: 100%;
    margin: 60px auto 0;
    display: block;
  }
  
  
  .profile-detail-face{
    z-index: 1;
    width: 80%;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 10vw;
    left: 10%;
  }
  
  
  .profile-detail-face-img{
    width: 100%;
  }
  
  
  .profile-detail-txt-container{
    color: #fff;
    padding: 28% 5% calc(20% + 44.5vw) 5%;
    box-sizing: border-box;
    opacity: 0;
    -webkit-transform: scale(0.8);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image: url(../img/profile/bg_pt.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 188px 150px;
    order: 2;
    margin-top: -24%;
  }
  
  
  .profile-detail-txt-container.show{
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  
  
  .profile-detail-name-box{
    padding: 0 0 8% 20px;
    position: relative;
  
  }
  
  
  .profile-detail-name-box:after{
    content: "";
    width: 5px;
    height: 60px;
    background: #fff;
    display: block;
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
  }
  
  
  .profile-detail-name{
    font-size: 32px;
    padding: 0 0 10px 0;
  }
  
  
  .profile-detail-sub-name{
    font-size: 18px;
    letter-spacing: 2px;
  }
  
  
  .profile-detail-cv{
    font-size: 16px;
    padding: 0 0 6% 0;
  }
  
  
  .profile-detail-txt{
    width: 100%;
    margin: auto;
    font-size: 14px;
    line-height: 1.5em;
  }
  
  
  
  
  /**********************
  
  icon
  
  *********************/
  .profile-icon{
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #fff;
    display: inline-block;
    text-align: center;
    margin: 0px 0 -4px 12px;
    opacity: 0;
    -webkit-transform: scale(1.5) rotate(40deg);
    transform: scale(1.5) rotate(40deg);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
  }
  
  
  .profile-icon.show{
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  
  
  .icon-svg{
    display: block;
  }
  
  
  .df{
    width: 11px;
    height: 20px;
    margin: 5px 0 0 11px;
  }
  
  
  .df path{
    color: #0d326f;
    fill: #0d326f;
  }
  
  .sharp{
    width: 6px;
    height: 20px;
    margin: 4px 0 0 12px;
  }
  
  
  .sharp path{
    color: #67af28;
    fill: #67af28;
  }
  
  
  .flat{
    width: 6px;
    height: 20px;
    margin: 5px 0 0 14px;
  }
  
  
  .flat path{
    color: #f08300;
    fill: #f08300;
  }
  
  .mp{
    width: 21px;
    height: 12px;
    margin: 11px 0 0 5px;
  }
  
  
  .mp path{
    color: #5bc2d9;
    fill: #5bc2d9;
  }
  
  
  
  .mf{
    width: 23px;
    height: 17px;
    margin: 7px 0 0 4px;
  }
  
  
  .mf path{
    color: #856daf;
    fill: #856daf;
  }
  
  .natural{
    width: 6px;
    height: 21px;
    margin: 5px 0 0 13px;
  }
  
  
  .natural path{
    color: #d8bf3f;
    fill: #d8bf3f;
  }
  
  
  .ds{
    width: 13px;
    height: 14px;
    margin: 8px 0 0 9px;
  }
  
  
  .ds path{
    color: #e60039;
    fill: #e60039;
  }
  
  
  .tc{
    width: 7px;
    height: 23px;
    margin: 3px 0 0 11px;
  }
  
  
  .tc path{
    color: #4d5c63;
    fill: #4d5c63;
  }
  
  
  .vc{
    width: 12px;
    height: 18px;
    margin: 6px 0 0 11px;
  }
  
  
  .vc path{
    color: #b94f84;
    fill: #b94f84;
  }
  
  
  .fc{
    width: 17px;
    height: 19px;
    margin: 6px 0 0 8px;
  }
  
  
  .fc path{
    color: #00516d;
    fill: #00516d;
  }
  
  .repeat0{
  width: 17px;
      height: 17px;
      margin: 6px 0 0 8px;
  }
  
  
  .repeat0 path,
  .repeat0 polygon {
    color: #e62f8b;
    fill: #e62f8b;
  }
  
  .repeat1 {
  width: 17px;
      height: 17px;
      margin: 6px 0 0 8px;
  }
  
  
  .repeat1 path,
  .repeat1 polygon{
    color: #c4d700;
    fill: #c4d700;
  }
  
  
  .fermata {
    width: 18px;
    height: 20px;
    margin: 4px 0 0 6px;
  }
  
  .fermata path,
  .fermata polygon{
    color: #8eaa9d;
    fill: #8eaa9d;
  }
  
  .d_s {
    width: 14px;
    height: 18px;
    margin: 6px 0 0 8px;
    padding: 0 !important;
  }
  
  .d_s path,
  .d_s polygon{
    color: #832f41;
    fill: #832f41;
  }
  
  .senza {
    width: 18px;
    height: 18px;
    margin: 6px 0 0 7px;
  }
  
  .senza path,
  .senza polygon{
    color: #c7b6a0;
    fill: #c7b6a0;
  }
  
  .simile {
    width: 14px;
    height: 16px;
    margin: 8px 0 0 9px;
  }
  
  .simile path,
  .simile polygon{
    color: #8e7375;
    fill: #8e7375;
  }
  
  
  
  
  /**********************
  
  control
  
  *********************/
  #detail-control{
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  
  
  #detail-close{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 10;
  }
  
  
  #detail-close:after{
    content: "";
    display: block;
    width: 25px;
    height: 4px;
    background: #a0a0a0;
    position: absolute;
    transform: rotate(45deg);
    top: 21px;
    left: 11px;
  }
  
  
  #detail-close:before{
    content: "";
    display: block;
    width: 25px;
    height: 4px;
    background: #a0a0a0;
    position: absolute;
    transform: rotate(-45deg);
    top: 21px;
    left: 11px;
  }
  
  
  #detail-prev{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    left: 20px;
  }
  
  
  #detail-prev:after{
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background: #a0a0a0;
    position: absolute;
    transform: rotate(-45deg);
    top: 17px;
    left: 15px;
  }
  
  
  #detail-prev:before{
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background: #a0a0a0;
    position: absolute;
    transform: rotate(45deg);
    top: 26px;
    left: 15px;
  }
  
  
  #detail-next{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 10px;
    right: 20px;
  }
  
  
  #detail-next:after{
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background: #a0a0a0;
    position: absolute;
    transform: rotate(-45deg);
    top: 26px;
    left: 17px;
  }
  
  
  #detail-next:before{
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background: #a0a0a0;
    position: absolute;
    transform: rotate(45deg);
    top: 17px;
    left: 17px;
  }
  
  
  .btn{
    border-radius: 50%;
    background: #fff;
    border: 2px solid #a0a0a0;
    box-sizing: border-box;
    cursor: pointer;
  }
  
  .btn-black{
    background: #000;
  }
  
  .btn-inner{
    width: calc( 100% - 4px);
    height: calc( 100% - 4px);
    border: 1px solid #a0a0a0;
    box-sizing: border-box;
    display: block;
    border-radius: 50%;
    margin: 2px;
  }
  
  
  
  
}

