@charset "UTF-8";
/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none; }

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc; }

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666; }

/*動画表示のモーダル：余白を変更したい場合*/
.modaal-video .modaal-inner-wrapper {
  padding: 0; }

.modaal-container {
  background-color: #fff;
  border-radius: 20px;
  max-width: 1000px;
  border: 3px solid #E96087; }
  @media (min-width: 1024px) {
    .modaal-container {
      border-radius: 30px; } }

.modaal-content-container {
  padding: 20px 20px 0 20px; }
  @media (min-width: 768px) {
    .modaal-content-container {
      padding: 0; } }

.modaal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

.modaal-close:after, .modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 9.5px;
  left: 19.0px;
  width: 3px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out; }

.modaal-wrapper .modaal-close {
  background-color: #E96087; }

.modaal-close:after, .modaal-close:before {
  background: #fff; }

/*
---------------------------------------------------------------------------------------------------------------------
ポップアップ プロフィール
---------------------------------------------------------------------------------------------------------------------
*/
@media (min-width: 768px) {
  .popup-profile {
    display: flex; } }
.popup-profile .photo {
  height: 300px;
  overflow: hidden;
  padding: 0 2%; }
  @media (min-width: 768px) {
    .popup-profile .photo {
      height: auto;
      width: 45%;
      display: flex;
      align-items: center;
      justify-content: center; } }
.popup-profile .contents {
  padding-top: 20px; }
  @media (min-width: 768px) {
    .popup-profile .contents {
      width: 55%;
      padding: 30px 60px 0 0; } }
  @media (min-width: 1200px) {
    .popup-profile .contents {
      padding: 60px 80px 0 0; } }
  .popup-profile .contents h2 {
    font-size: 1.25em;
    line-height: 1.4em;
    color: #E96087;
    display: inline-block;
    border-bottom: 3px solid #FFD6D8;
    padding-bottom: 5px; }
    @media (min-width: 768px) {
      .popup-profile .contents h2 {
        font-size: 1.5em; } }
    @media (min-width: 1200px) {
      .popup-profile .contents h2 {
        font-size: 1.75em; } }
  .popup-profile .contents .name {
    display: flex;
    align-items: center;
    margin-top: 20px; }
    .popup-profile .contents .name h3 {
      font-size: 1.125em;
      margin-right: 10px; }
      @media (min-width: 768px) {
        .popup-profile .contents .name h3 {
          font-size: 1.25em; } }
      @media (min-width: 1200px) {
        .popup-profile .contents .name h3 {
          font-size: 1.5em; } }
    .popup-profile .contents .name h4 {
      font-size: 0.8em;
      color: #7D7775; }
      @media (min-width: 768px) {
        .popup-profile .contents .name h4 {
          font-size: 0.9em; } }
      @media (min-width: 1200px) {
        .popup-profile .contents .name h4 {
          font-size: 1.0em; } }
  .popup-profile .contents h5 {
    font-size: 0.8em;
    font-weight: 400;
    margin-top: 5px;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .popup-profile .contents h5 {
        font-size: 0.9em; } }
    @media (min-width: 1200px) {
      .popup-profile .contents h5 {
        font-size: 1.0em;
        margin-top: 10px; } }
  .popup-profile .contents .scroll {
    overflow-y: scroll; }
  .popup-profile .contents .data {
    background-color: #F4F4F4;
    border-collapse: collapse;
    width: 100%;
    border-radius: 15px;
    margin: 20px auto 0;
    padding: 30px; }
    @media (min-width: 768px) {
      .popup-profile .contents .data {
        margin: 20px auto 0; } }
    @media (min-width: 1024px) {
      .popup-profile .contents .data {
        border-radius: 30px;
        padding: 30px 60px;
        margin: 30px auto 0; } }
    .popup-profile .contents .data h4 {
      font-size: 0.9em;
      font-weight: 500;
      border-bottom: 1px solid #000;
      padding-bottom: 10px; }
      @media (min-width: 768px) {
        .popup-profile .contents .data h4 {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        .popup-profile .contents .data h4 {
          font-size: 1.125em; } }
    .popup-profile .contents .data ul {
      margin-top: 10px; }
      .popup-profile .contents .data ul li {
        font-size: 0.8em;
        line-height: 1.6em;
        text-align: justify;
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          .popup-profile .contents .data ul li {
            font-size: 0.9em; } }
        @media (min-width: 1200px) {
          .popup-profile .contents .data ul li {
            font-size: 0.9em; } }
        .popup-profile .contents .data ul li:last-child {
          margin-bottom: 0; }
  .popup-profile .contents ul.message {
    margin: 0;
    padding: 30px 0 0; }
    @media (min-width: 768px) {
      .popup-profile .contents ul.message {
        max-height: 200px;
        padding: 30px 0; } }
    .popup-profile .contents ul.message li {
      margin-bottom: 30px; }
      @media (min-width: 1200px) {
        .popup-profile .contents ul.message li {
          margin-bottom: 60px; } }
      .popup-profile .contents ul.message li:last-child {
        margin-bottom: 0;
        padding-bottom: 40px; }
      .popup-profile .contents ul.message li h6 {
        font-size: 0.9em;
        font-family: "Outfit", sans-serif;
        text-align: center;
        display: inline-block;
        padding: 4px 16px;
        background-color: #E96087;
        color: #fff;
        border-radius: 40px; }
        @media (min-width: 768px) {
          .popup-profile .contents ul.message li h6 {
            font-size: 1.0em; } }
        @media (min-width: 1200px) {
          .popup-profile .contents ul.message li h6 {
            font-size: 1.125em; } }
      .popup-profile .contents ul.message li p {
        font-size: 0.8em;
        line-height: 1.6em;
        text-align: justify;
        margin-top: 10px; }
        @media (min-width: 768px) {
          .popup-profile .contents ul.message li p {
            font-size: 0.9em; } }
        @media (min-width: 1200px) {
          .popup-profile .contents ul.message li p {
            font-size: 1.0em; } }
