* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  color: #775c70;
  font-family:
    "MS PGothic",
    "Meiryo",
    sans-serif;
  font-size: 14px;

  background-color: #ffd7e3;
  background-image:
    radial-gradient(
      #ffffff 2px,
      transparent 2px
    );
  background-size: 13px 13px;
}

a {
  color: #5287c5;
}

a:hover {
  color: #ff659e;
}

.top-decoration {
  height: 38px;
  overflow: hidden;
  padding: 7px 0;
  color: #d8799a;
  background: #fff7fa;
  border-top: 4px solid #e9a8bc;
  border-bottom: 4px double #d58da7;
  text-align: center;
  font-size: 17px;
  letter-spacing: 10px;
  white-space: nowrap;
}

.site-wrapper {
  width: 1150px;
  margin: 10px auto 40px;
  padding: 8px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #e8a8bd;
  box-shadow:
    0 0 0 4px #ffd7e4,
    0 0 0 6px #ffffff;
}

.site-header {
  padding: 6px;
  background: #ffcfe0;
  border: 1px solid #e99db8;
}

.header-visual {
  position: relative;
  overflow: hidden;
  border: 5px double #ffffff;
  background: #e8c5dc;
}

.header-image {
  display: block;
  width: 100%;
  height: auto;
}

.header-text {
  position: absolute;
  inset: 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding: 20px;
  color: #ffffff;
  text-align: center;

  text-shadow:
    2px 2px 0 #ce82a3,
    0 0 10px #ffffff;
}

.header-text h1 {
  margin: 4px 0;
  font-family: Georgia, serif;
  font-size: 48px;
  font-style: italic;
  font-weight: normal;
}

.header-subtitle {
  margin: 0;
  font-size: 16px;
}

.header-description {
  margin: 6px 0 0;
  font-size: 13px;
}

.welcome-bar {
  margin: 7px 0;
  padding: 5px;
  color: #ff5b99;
  font-weight: bold;
  background: #f5c4e4;
  border-top: 4px double #cf84ac;
  border-bottom: 4px double #cf84ac;
}

.page-grid {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr) 200px;
  gap: 14px;
  align-items: start;
}

.side-box,
.content-box {
  margin-bottom: 10px;
  padding: 8px;
  background: rgba(255, 250, 253, 0.92);
  border: 2px solid #f0b4c9;
  box-shadow:
    inset 0 0 0 2px #ffffff,
    0 2px 5px rgba(175, 102, 139, 0.15);
}

.side-title,
.content-title {
  margin: -3px -3px 10px;
  padding: 6px 8px;

  color: #c16f98;
  font-family: Georgia, serif;
  font-style: italic;
  text-align: center;

  background:
    repeating-linear-gradient(
      0deg,
      #fff9fc,
      #fff9fc 3px,
      #f5c7da 3px,
      #f5c7da 4px
    );

  border: 1px solid #d893ae;
  border-left: 6px double #d893ae;
  border-right: 6px double #d893ae;
}

.content-title {
  color: #bf6793;
  text-align: left;
  font-size: 17px;
}

.navigation {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.navigation a {
  position: relative;
  display: block;

  padding: 5px 6px 5px 18px;

  color: #6f78c8;
  background: transparent;

  border-bottom: 1px dotted #e1afc5;

  font-size: 13px;
  font-weight: normal;
  text-decoration: underline;
}

.navigation a::before {
  content: "♡";

  position: absolute;
  left: 4px;
  top: 5px;

  color: #ff86ae;
  font-size: 11px;
}

.navigation a:hover {
  color: #ff5f9a;
  background: #fff0f7;
  text-decoration: none;
}

.nav-note {
  margin: 8px 0 0;

  color: #b28aa0;

  text-align: center;
  font-size: 10px;
}

.profile-image {
    display: block;

    width: 100%;
    max-width: 100%;

    height: auto;

    margin: 0 auto 10px;

    border: 3px double #dc98b7;

    object-fit: cover;
}

.profile-data {
  padding: 6px;

  background: #fff8fc;

  border-top: 1px dotted #d8a2bd;
  border-bottom: 1px dotted #d8a2bd;
}

.profile-data p {
  margin: 4px 0;
  font-size: 11px;
  line-height: 1.5;
}

.profile-data span {
  display: inline-block;
  width: 46px;

  color: #c16f98;
  font-weight: bold;
}

.profile-message {
  margin: 8px 0 0;

  color: #59a6a1;

  text-align: center;
  font-size: 11px;
  font-weight: bold;
}

.small-text {
  font-size: 12px;
  line-height: 1.7;
}

.main-content {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.content-box {
  padding: 12px;
  line-height: 1.8;
}

.new-text,
.news-text {
  color: #45b7a7;
  font-weight: bold;
}

.history-list {
  margin: 0;
}

.history-list div {
  display: grid;
  grid-template-columns: 88px 1fr;
  padding: 4px 0;
  border-bottom: 1px dotted #dbadbf;
}

.history-list dt {
  color: #8e78c3;
}

.history-list dd {
  margin: 0;
}

.gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.gallery-item {
  height: 135px;
  display: grid;
  place-items: center;

  color: #b06e92;
  font-weight: bold;
  background:
    linear-gradient(
      135deg,
      #ffd3e6,
      #bfecea
    );
  border: 4px double #e19fba;
}

.calendar {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 10px;
}

.calendar caption {
  margin-bottom: 5px;
  color: #bf6692;
  font-weight: bold;
}

.calendar th,
.calendar td {
  padding: 3px 1px;
  border: 1px solid #e5bad0;
}

.calendar th:first-child,
.calendar td:first-child {
  color: #ef6f8e;
}

.calendar th:last-child,
.calendar td:last-child {
  color: #668bc8;
}

.calendar .today {
  color: #ffffff;
  background: #e48cad;
  font-weight: bold;
}

.construction {
  color: #ff5b89;
  text-align: center;
  font-weight: bold;
  animation: blink 1s steps(2) infinite;
}

.site-footer {
  margin-top: 8px;
  padding: 14px;
  color: #a87991;
  text-align: center;
  font-size: 11px;
  line-height: 1.3;
  background: #fff5fa;
  border-top: 4px double #d999b2;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

@media (max-width: 900px) {
  .site-wrapper {
    width: calc(100% - 24px);
  }

  .page-grid {
    grid-template-columns: 150px 1fr;
  }

  .sidebar-right {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .sidebar-right .side-box {
    margin-bottom: 0;
  }
}

@media (max-width: 650px) {
  body {
    min-width: 600px;
  }

  .site-wrapper {
    width: 580px;
  }

  .page-grid {
    grid-template-columns: 145px 1fr;
  }

  .sidebar-right {
    display: block;
  }

  .header-placeholder {
    min-height: 200px;
  }

  .header-placeholder h1 {
    font-size: 37px;
  }
}

.title-icon{

    width:18px;
    height:18px;

    vertical-align:-3px;

    margin-right:6px;

    image-rendering:pixelated;

}

.welcome-section {
  position: relative;
}

.welcome-message {
  padding: 10px 12px;

  background:
    linear-gradient(
      90deg,
      rgba(255, 239, 247, 0.85),
      rgba(239, 252, 255, 0.85)
    );

  border: 1px solid #e8b6ca;
}

.welcome-message p {
  margin: 7px 0;
}

.welcome-lead {
  color: #bf6f98;
  font-weight: bold;
  font-size: 15px;
}

.notice-box {
  margin-top: 12px;
  padding: 9px 12px;

  color: #74628c;

  background: #fffaf1;

  border-top: 2px dotted #e0a7bd;
  border-bottom: 2px dotted #e0a7bd;
}

.notice-box p {
  margin: 5px 0;
}

.notice-title {
  color: #e0789e;
  font-weight: bold;
  text-align: center;
}

.quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;

  margin-top: 12px;
}

.quick-links a {
  display: inline-block;

  padding: 4px 9px;

  color: #7476bf;
  background: #f9f5ff;

  border: 1px solid #cdbce3;

  font-size: 11px;
  text-decoration: none;
}

.quick-links a::before {
  content: "→ ";
  color: #ff8cad;
}

.quick-links a:hover {
  color: #ff5f91;
  background: #fff0f6;
}

.welcome-note {
  margin: 10px 0 0;

  color: #ad8c9c;

  font-size: 10px;
  text-align: right;
}

.profile-page-layout {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  align-items: start;
}

.profile-page-image {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: cover;
  padding: 4px;
  background: #ffffff;
  border: 3px double #dc98b7;
}

.profile-table {
  width: 100%;
  border-collapse: collapse;
}

.profile-table th,
.profile-table td {
  padding: 8px;
  border: 1px dotted #d9a8bd;
  text-align: left;
}

.profile-table th {
  width: 85px;
  color: #c16f98;
  background: #fff2f8;
}

/* ===================================
   プロフィールページ
=================================== */

.profile-main {
  min-width: 0;
}


/* 左側の簡易プロフィール */

.mini-profile {
  padding: 6px 4px;

  background: #fff8fc;

  border-top: 1px dotted #d8a2bd;
  border-bottom: 1px dotted #d8a2bd;
}

.mini-profile p {
  margin: 4px 0;

  font-size: 11px;
  line-height: 1.5;
}

.mini-profile span {
  display: inline-block;

  width: 48px;

  color: #c16f98;

  font-weight: bold;
}


/* オンライン表示 */

.status-lamp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  padding: 6px;

  color: #4a9089;

  background: #f1fffb;

  border: 1px solid #abd8d3;

  font-size: 11px;
  font-weight: bold;
}

.status-dot {
  display: inline-block;

  width: 9px;
  height: 9px;

  background: #57c77b;

  border: 1px solid #30864b;
  border-radius: 50%;

  box-shadow:
    0 0 4px rgba(87, 199, 123, 0.8);
}

.center-text {
  text-align: center;
}


/* プロフィール冒頭 */

.profile-introduction {
  position: relative;

  background:
    linear-gradient(
      135deg,
      rgba(255, 246, 251, 0.95),
      rgba(239, 252, 255, 0.95)
    );
}

.profile-heading {
  display: grid;

  grid-template-columns:
    135px
    minmax(0, 1fr);

  gap: 14px;

  align-items: center;
}

.profile-page-image {
  display: block;

  width: 135px;
  height: 135px;

  object-fit: cover;

  padding: 4px;

  background: #ffffff;

  border: 4px double #dc98b7;

  box-shadow:
    3px 3px 0 rgba(205, 151, 178, 0.25);
}

.profile-heading-text {
  min-width: 0;

  padding: 8px 10px;

  background: rgba(255, 255, 255, 0.72);

  border-top: 1px dotted #d9a8bd;
  border-bottom: 1px dotted #d9a8bd;
}

.profile-heading-text p {
  margin: 6px 0;
}

.profile-name {
  color: #c26b96;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 25px;
  font-style: italic;
}

.profile-greeting {
  color: #4e9e99;

  font-size: 12px;
  font-weight: bold;
}


/* 詳細表 */

.detail-table {
  width: 100%;

  border-collapse: collapse;

  background: #ffffff;
}

.detail-table th,
.detail-table td {
  padding: 8px 9px;

  border: 1px dotted #d8a9bd;

  text-align: left;
  vertical-align: top;
}

.detail-table th {
  width: 115px;

  color: #b96891;

  background:
    repeating-linear-gradient(
      0deg,
      #fff7fb,
      #fff7fb 3px,
      #f9dae7 3px,
      #f9dae7 4px
    );

  font-size: 12px;
}

.detail-table td {
  color: #705c69;

  font-size: 12px;
  line-height: 1.7;
}

.detail-table tr:nth-child(even) td {
  background: #fffbfd;
}


/* 好きなもの */

.favorite-grid {
  display: grid;

  grid-template-columns:
    1fr
    1fr;

  gap: 8px;
}

.favorite-card {
  padding: 8px;

  background:
    linear-gradient(
      135deg,
      #fff4fa,
      #f3fcff
    );

  border: 1px solid #dfafc3;

  box-shadow:
    inset 0 0 0 2px #ffffff;
}

.favorite-card-wide {
  grid-column: 1 / -1;
}

.favorite-card h3 {
  margin: 0 0 7px;
  padding-bottom: 4px;

  color: #bd7198;

  border-bottom: 1px dotted #d6a3b9;

  font-size: 12px;
  text-align: center;
}

.favorite-card p {
  margin: 0;

  color: #6c668d;

  text-align: center;
  font-weight: bold;
}

.favorite-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;

  margin: 0;
  padding: 0;

  list-style: none;
}

.favorite-list li {
  padding: 3px 8px;

  color: #82627a;

  background: #ffffff;

  border: 1px solid #e0bbcb;

  font-size: 11px;
}

.favorite-list li::before {
  content: "♡ ";

  color: #ee8bad;
}


/* 苦手なもの */

.warning-box {
  padding: 9px 12px;

  background:
    repeating-linear-gradient(
      -45deg,
      #fffaf2,
      #fffaf2 8px,
      #fff4e2 8px,
      #fff4e2 16px
    );

  border-top: 2px dotted #dfb28b;
  border-bottom: 2px dotted #dfb28b;
}

.warning-box p {
  margin: 5px 0;
}

.warning-title {
  color: #cf7f72;

  font-weight: bold;
  text-align: center;
}


/* VRChat欄 */

.vrc-box {
  display: grid;

  grid-template-columns:
    90px
    minmax(0, 1fr);

  gap: 12px;

  align-items: center;
}

.vrc-number {
  display: grid;
  place-items: center;

  min-height: 78px;

  color: #ffffff;

  background:
    linear-gradient(
      135deg,
      #b79bd7,
      #7fc9c3
    );

  border: 4px double #ffffff;

  outline: 1px solid #c19bbb;

  font-family:
    Georgia,
    "Times New Roman",
    serif;

  font-size: 19px;
  font-style: italic;

  text-shadow:
    1px 1px 0 #846f9e;
}

.vrc-description {
  padding-left: 10px;

  border-left: 2px dotted #d4a8bd;
}

.vrc-description p {
  margin: 5px 0;
}


/* パソコン */

.pc-table th {
  width: 105px;
}

.table-note {
  margin: 8px 0 0;

  color: #a38394;

  font-size: 10px;
  text-align: right;
}


/* 管理人コメント */

.comment-box {
  position: relative;

  padding: 13px 15px;

  background:
    linear-gradient(
      90deg,
      rgba(255, 242, 248, 0.9),
      rgba(242, 253, 255, 0.9)
    );

  border: 1px solid #dfb1c4;
}

.comment-box::before {
  content: "“";

  position: absolute;
  top: -7px;
  left: 7px;

  color: #e6abc4;

  font-family: Georgia, serif;
  font-size: 38px;
  line-height: 1;
}

.comment-box p {
  margin: 8px 0;
}

.comment-sign {
  color: #bf7097;

  font-weight: bold;
  text-align: right;
}


/* 右側 */

.memo-date {
  margin: 0 0 8px;
  padding: 4px;

  color: #b46d90;

  background: #fff2f7;

  border: 1px dotted #d8a4ba;

  text-align: center;
  font-size: 11px;
  font-weight: bold;
}

.social-navigation {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.social-navigation a {
  display: block;

  padding: 5px 7px;

  color: #7476bc;

  background: #f8f5ff;

  border: 1px solid #cfc2df;

  text-decoration: none;
  font-size: 11px;
}

.social-navigation a::before {
  content: "→ ";

  color: #ef8dac;
}

.social-navigation a:hover {
  color: #ed5c91;

  background: #fff0f6;
}

.small-note {
  margin: 7px 0 0;

  color: #ad8b9c;

  font-size: 9px;
  text-align: center;
}


/* キーワード */

.keyword-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.keyword-list span {
  display: inline-block;

  padding: 3px 5px;

  color: #886b85;

  background: #fff7fb;

  border: 1px solid #dfb3c5;

  font-size: 9px;
}

.keyword-list span::before {
  content: "★ ";

  color: #e899b7;
}


/* 点滅文字 */

.blink-text {
  margin: 8px 0 0;

  color: #e06794;

  text-align: center;
  font-weight: bold;

  animation:
    profile-blink 1s steps(2) infinite;
}

@keyframes profile-blink {
  50% {
    opacity: 0;
  }
}


/* 狭い画面 */

@media (max-width: 650px) {

  .profile-heading {
    grid-template-columns:
      110px
      minmax(0, 1fr);
  }

  .profile-page-image {
    width: 110px;
    height: 110px;
  }

  .favorite-grid {
    grid-template-columns: 1fr;
  }

  .favorite-card-wide {
    grid-column: auto;
  }

}

/* ===================================
  gif
=================================== */

/* WELCOME画像 */

.welcome-box {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  margin-bottom: 10px;
  padding: 0;
  overflow: hidden;
}

.welcome-banner,
.welcome-gif {
  display: block;

  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: auto;

  margin: 0;
  padding: 0;

  object-fit: contain;
  box-sizing: border-box;
}

.sidebar-gif {
    display: block;

    width: 100%;
    aspect-ratio: 1 / 1;

    object-fit: cover;

    image-rendering: pixelated;
}

.heart-divider {
    height: 15px;

    background-image: url("images2010/heart.gif");
    background-repeat: repeat-x;
    background-position: center;
}

.free-space{

    margin-top:12px;

    padding:14px;

    background:
        url("images2010/ribonbg1.png")
        repeat;

    border:1px solid #e8b6ca;

    min-height:250px;

    line-height:1.9;

    font-size:12px;

}
