/* 共通 */
body {
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  max-width: 600px;
  margin: 0 auto;
}

main{
  position: relative;
}

a:hover{
cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
input, button, textarea, select {
  -webkit-appearance: none;
  appearance: none;
}
.m0auto{
  margin: 0 auto;
}
.tac{
  text-align: center;
}
.flex{
  display: flex;
}
// 共通fsz
.fsz_s{
  font-size: 20px;
}
.fsz_s{
  font-size: 24px;
}
.fsz_m{
  font-size: 28px;
  font-weight: bold;
}
.fsz_l{
  font-size: 36px;
  font-weight: bold;
}
.fsz_xl{
  font-size: 40px;
  font-weight: bold;
}
// 共通カラー
.c_red{
  color: #ff6464;
}
.c_gray{
  color: #888;
}
.c_pink{
  color:#fa5eb2;
}
.c_blue{
  color:#4187fb;
}
.c_lightblue{
  color:#77b5fc;
}
// 共通ぼたん
.moreーbtn{
  width: 60%;
  margin: 0 auto;
  padding: 20px 0;
}
// 共通タイトル
.sectiom-title{
  display: flex;
  position: relative;
  align-items: center;
  line-height: 1;
  img{
    width: 8%;
  }
  &:after{
      content: '';
      position: absolute;
      left: 0;
      bottom: -14px;
      width: 0%;
      height: 4px;
      background: linear-gradient(transparent 40%, #2A7CBA 60%);
      transition: all 0.5s;
    }
    &.isActive:after{
      width: 100%;
    }
  }
  // スターレート
  .star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
  }
  
  .star5_rating:before, .star5_rating:after{
    content: '★★★★★';
  }
  
  .star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #fa83cb; /* イエローカラー 自由に設定化 */
  }
  
  .star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
  .star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
  
/* 離脱防止 */
.emergency-area {
  display: none;
  max-width:420px;
  width: 90%;
  height: auto;
  background:#fff;
  position: fixed;
  z-index: 9999;   
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.e-title{
  width: 100%;
  background: rgb(2,0,36);
  background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);
  align-items: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  justify-content: center;
  display: flex;
  padding: 8px 0;
}
.e-message{
  margin-left: 8px;
}
.e-emergency-icon{
width: 30px;
}
.e-chat-icon{
  width: 20px;
}
.e-main-area{
  margin-top: 20px;
  justify-content: center;
  margin: 24px 0;
}
.e-img{
  width: 60%;
}
.e-name{
  position: relative;
  font-size: 20px;
  font-weight: bold;
  /* border-bottom: 3px solid #fc8ab0; */
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.e-name:after{
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4px;
content: '';
/* background-image: -webkit-repeating-linear-gradient(135deg, #FD6585   ), #FD6585  1px, transparent 2px, transparent 5px); */
background-image: repeating-linear-gradient(-45deg, #FD6585     , #FD6585      1px, transparent 2px, transparent 5px);
background-size: 7px 7px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.e-profile{
  padding: 0 0px 0 8px;
  width: 35%;
}
.e-prof-wrapper{
  font-size: 12px;
  margin-bottom: 12px;
  padding-bottom: 4px;
  align-items: center;
}
.e-tag{
  position: relative;
  font-size: 12px;
  display: inline-block;
  padding: 4px 8px 4px 16px;
  color: #fff;
  border-radius: 100vh;
  background-image: linear-gradient( 135deg, #FFD3A5 10%, #FD6585 100%);
  margin-right: 8px;
}
.e-tag:before{
  position: absolute;
  top: calc(50% - 4px);
  left: 4px;
  width: 7px;
  height: 7px;
  content: '';
  border-radius: 50%;
  background: #fff;
}
.e-prof-wrapper:last-of-type{
  margin-bottom: 0px;
}
.fa-comment{
  font-size: 32px;
  color: #fff;
  margin-right: 8px;
}
.e-comment{
  margin-bottom: 8px;
}
.e-main-comment{
  line-height: 1.2;
}
.e-button-wrapper{
  display: block;
  width: 90%;
  background-image: linear-gradient(to top, #f77062 0%, #fe5196 100%);
  margin: 0 auto;
  margin-bottom: 24px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  }
  .e-button-message{
      padding-left: 4px;
  }
  .e-button-message{
      color: #fff;
      font-weight: bold;
      font-size: 20px;
  }
  .pop-anime {
      animation: anime 2.4s ease-out infinite;
      opacity: 1;
    }
    @keyframes pop-anime {
      0%, 40%, 60%, 80% {
        transform: scale(1.0);
      }
      50%, 70% {
        transform: scale(0.9);
      }
    }
    .close-btn{
        position: absolute;
        cursor: pointer;
          top: -20%;
          right: 0;
        width: 10%;
    }
    /* 背景色 */
      .cover-eml {
        background:rgba(0,0,0,0.9);
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 999;   
        top:0;
        right:0;
        bottom:0;
        left:0;
      }
      video{
        width: 100%;
      }

      footer{
        padding: 12px;
      }

      .closed__button{
        width: 90%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom:0.2%;
      }

      header{
        position: fixed;
        top: 0;
        z-index: 10;
        background: #ffffff;
        max-width: 600px;
      }

      .header__wrapper{
        display: flex;
        align-items: center;
      }

      .header__icon{
        width: 35%;
        margin-left: 5%;
        margin-right: auto;
      }

      .header__button{
        width: 45%;
      }

