/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/report.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*
  Object
--------------------------------- */
/* =================================================================================


  color.scss


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


  font.scss


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


  Project - report.scss


================================================================================= */
.p-report {
  position: relative;
}

.p-report-group {
  margin-bottom: 1rem;
}
.p-report-group__header {
  position: relative;
  background-color: #e7eaf1;
  cursor: pointer;
}
.p-report-group__title {
  max-width: 250px;
  padding: 0.5em 1em;
  background-color: #cfd7e9;
  color: #4b609e;
  font-weight: normal;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}
.p-report-group__button {
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  transform: translateY(-50%);
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: #2d385a;
  pointer-events: none;
}
.p-report-group__button::after {
  position: absolute;
  width: 14px;
  height: 10px;
  backface-visibility: hidden;
  background-color: #fff;
  content: "";
  perspective: 1000;
  transition-duration: 0.5s;
  transition-property: opacity, transform, left, right, width;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}
.is-active .p-report-group__button::after {
  transform: rotate(180deg);
}
.p-report-group__body {
  display: none;
  padding: 5%;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
}
.p-report-group__body.is-open {
  display: block;
}

.p-report-item {
  display: grid;
  position: relative;
  margin-bottom: 3rem;
  padding-bottom: 4rem;
  gap: 3rem;
  border-bottom: 3px solid #f4f4f4;
}
.p-report-item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.p-report-item__body {
  order: 2;
}
.p-report-item__header {
  display: flex;
  flex-direction: column;
}
.p-report-item__title {
  order: 2;
  font-size: clamp(1.6rem, 1.8vw, 2rem);
}
.p-report-item__title a {
  position: relative;
  border-bottom: 1px solid currentcolor;
  color: #4b609e;
}
.p-report-item__title a:hover {
  border-bottom-color: transparent;
}
.p-report-item__title a.external::after {
  display: inline-block;
  position: absolute;
  right: -1.5em;
  bottom: 0;
  width: 1em;
  height: 1em;
  background-image: url("../img/common/icon-external-link-gray.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.p-report-item__date {
  order: 1;
  margin-bottom: 0.2em;
  font-weight: 500;
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  font-family: "Montserrat", "BIZ UDGothic", "游ゴシック体", yugothic, "游ゴシック", "Hiragino Kaku Gothic ProN", meiryo, メイリオ, sans-serif;
}
.p-report-item__link {
  order: 3;
  margin-top: 0.5em;
}
.p-report-item__link a {
  position: relative;
  border-bottom: 1px solid currentcolor;
  color: #4b609e;
}
.p-report-item__link a:hover {
  border-bottom-color: transparent;
}
.p-report-item__link a::after {
  display: inline-block;
  position: absolute;
  right: -1.5em;
  bottom: 0;
  width: 1em;
  height: 1em;
  background-image: url("../img/common/icon-external-link-gray.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.p-report-item__image {
  order: 1;
}
.p-report-item__label {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.2em 1em;
  border-radius: 99rem;
  background-color: #d5d5d5;
  color: #fff;
  font-size: 1.2rem;
}
.p-report-item__label.-dancestadium {
  background-color: #de0000;
}
.p-report-item__label.-anidan {
  background-color: #0059de;
}
.p-report-item__label.-other {
  background-color: #d5d5d5;
  color: #383838;
}
.p-report-item__thumbnail {
  text-align: center;
}
.p-report-item__thumbnail img {
  width: 120px;
}
.p-report-item__info {
  margin-top: 2rem;
  font-weight: 500;
  font-size: 1.4rem;
  font-family: "Montserrat", "BIZ UDGothic", "游ゴシック体", yugothic, "游ゴシック", "Hiragino Kaku Gothic ProN", meiryo, メイリオ, sans-serif;
}

.p-report-competition {
  margin-bottom: 1em;
}
.p-report-competition:last-of-type {
  margin-bottom: 0;
}
.p-report-competition__title {
  color: #4b9b9e;
}

.p-report-results {
  line-height: 2;
}
.p-report-results__flex {
  display: flex;
}
.p-report-results__flex:nth-child(1) {
  color: #de0000;
}
.p-report-results__flex:nth-child(2) {
  color: #2d385a;
}
.p-report-results__term {
  position: relative;
  min-width: 4em;
  margin-right: 2em;
}
.p-report-results__term::after {
  display: inline-block;
  position: absolute;
  right: 0;
  content: "：";
  color: #383838;
}
.p-report-results__description {
  color: #383838;
}
@media print, screen and (min-width: 744px) {
  .p-report-group__title {
    max-width: 320px;
    padding: 1em;
  }
  .p-report-group__button {
    right: 1em;
  }
  .p-report-item {
    grid-template-columns: 180px 1fr;
  }
  .p-report-item__thumbnail img {
    width: auto;
  }
}
