@charset "UTF-8";
/*=================================================
 Character
=================================================*/
.p-entry {
  margin-top: 220px;
}
@media screen and (min-width: 768px) {
  .p-entry {
    margin-top: 180px;
  }
}
/*============================================
 Detail
============================================*/
.p-chara-detail {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  width: 100%;
}
.p-chara-detail__contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.p-chara-detail__heading {
  display: flex;
  flex-direction: column-reverse;
  gap: 25px;
  width: 100%;
}
.p-chara-detail__title {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}
.p-chara-detail__name {
  font-size: 5.0rem;
  line-height: 1;
}
.p-chara__himawari {
	font-size: 4.7rem;
	letter-spacing: -0.05em;
}
.p-chara-detail__furigana {
  display: block;
}
.p-chara-detail__cv {
	font-weight: bold;
	margin-bottom: 1.0em;
}
.p-chara-detail__cv_name {
	font-size: 2.0rem;
}
.p-chara-detail__design {
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 2px solid #777;
	line-height: 1.0;
}
.p-chara-detail__type {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.p-chara-detail__explanation {
  line-height: 1.8;
}
.p-chara-detail__image {
  margin: 0 -3% 0 -20%;
}
@media screen and (min-width: 768px) {
  .p-chara-detail {
    flex-direction: row;
    align-items: center;
    gap: 18px;
  }
  .p-chara-detail__contents {
    flex: 1 0 0;
  }
  .p-chara-detail__image {
    flex-shrink: 0;
    width: 52.1053%;
    padding-right: 20px;
    margin: 0;
  }
}
/*============================================
 Profile
============================================*/
.p-chara-profile__title {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
.p-chara-profile__contents {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-chara-profile__list {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-chara-profile__item {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.p-chara-profile__term {
  width: 130px;
  line-height: 1.5;
  padding: 15px 0;
  border-bottom: 1px solid;
}
.p-chara-profile__list--tsumugi .p-chara-profile__term {
  border-color: #e64b6f;
}
.p-chara-profile__description {
  flex: 1 0 0;
  line-height: 1.5;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .p-chara-profile__contents {
    flex-direction: row;
    gap: 60px;
  }
  .p-chara-profile__list {
    margin-top: 10px;
  }
  .p-chara-profile__term {
    width: 160px;
  }
}