/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[0]!./node_modules/import-glob-loader/index.js!./src/assets/sass/dancer_p.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
  Object
--------------------------------- */
/* =================================================================================


  color.scss


================================================================================= */
/* サイトで全体で使うカラーコードの変数を指定 */
/* 各大会のキーカラー */
/* 色指定 */
/* ソーシャル系 */
/* =================================================================================


  font.scss


================================================================================= */
/* 上マージン
----------------------------------------------- */
/* 下マージン
----------------------------------------------- */
/*
  Settings
--------------------------------- */
/*
  Media Queries
--------------------------------- */
/*
  wrap
--------------------------------- */
/* =================================================================================


  Project - dancer_p.scss


================================================================================= */
.p-dancer_p {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  overflow: hidden;
  gap: 16px 4px;
}

.p-dancer_p-item {
  display: flex;
  flex-direction: column;
  background-color: #e7eaf1;
  cursor: pointer;
  transition: 0.3s linear;
}
.p-dancer_p-item:hover {
  background-color: #2d385a;
}
.p-dancer_p-item__title {
  order: 2;
  padding: 0.4em 1em;
  color: #2d385a;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  text-align: center;
  transition: 0.3s linear;
}
.p-dancer_p-item:hover .p-dancer_p-item__title {
  color: #fff;
}
.p-dancer_p-item__thumbnail {
  order: 1;
}

.p-dancer_p-profile__header {
  display: grid;
  padding: 1rem 10%;
  background-color: #383838;
  color: #fff;
}
.p-dancer_p-profile__meta {
  align-self: center;
  order: 2;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-dancer_p-profile__thumbnail {
  order: 1;
}
.p-dancer_p-profile__name {
  font-size: clamp(2rem, 2.2vw, 2.4rem);
}
.p-dancer_p-profile__body {
  position: relative;
  padding: 5%;
}
.p-dancer_p-profile__body .title {
  margin-bottom: 1em;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  text-align: center;
}
.p-dancer_p-profile__body > p {
  margin-bottom: 1em;
}
.p-dancer_p-profile__body a {
  position: relative;
  border-bottom: 1px solid currentcolor;
  color: #4b609e;
}
.p-dancer_p-profile__body a:hover {
  border-bottom-color: transparent;
}
.p-dancer_p-profile__body a.external {
  margin-right: 0.5em;
}
.p-dancer_p-profile__body a.external::after {
  display: inline-block;
  position: relative;
  top: 0.2em;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background-image: url("../img/common/icon-external-link-gray.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.p-dancer_p-certified {
  margin-top: 8rem;
}
.p-dancer_p-certified__title {
  margin-bottom: 1em;
  text-align: center;
}
@media print, screen and (min-width: 480px) {
  .p-dancer_p {
    grid-template-columns: repeat(3, 1fr);
    gap: 42px 14px;
  }
}
@media print, screen and (min-width: 744px) {
  .p-dancer_p {
    grid-template-columns: repeat(5, 1fr);
  }
  .p-dancer_p-profile__header {
    grid-template-columns: 270px 1fr;
    padding: 0;
    gap: 4rem;
  }
  .p-dancer_p-profile__meta {
    padding: 2rem 2rem 2rem 0;
  }
  .p-dancer_p-profile__body .title {
    text-align: left;
  }
  .p-dancer_p-certified {
    margin-top: 12rem;
  }
}
