/* -------------------------------------------------------
   reset
------------------------------------------------------- */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

/* change colours to suit your needs */
mark {
  font-style: italic;
  font-weight: bold;
  color: #000;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th,
td {
  padding: 0.5em;
  vertical-align: middle;
  border: solid 1px;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

/* -------------------------------------------------------
   base
------------------------------------------------------- */
/* -------------------------------------------------------
   mixin
------------------------------------------------------- */
* {
  box-sizing: border-box;
}

body {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  body {
    width: 100%;
  }
}

html {
  font-size: 16px;
  font-family: "Noto Sans JP", "Open Sans", sans-serif;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
}
@media screen and (max-width: 639px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 399px) {
  html {
    font-size: 10px;
  }
}

:root {
  /* Colors: */
  --unnamed-color-e9ca00: #E9CA00;
  --unnamed-color-171717: #171717;
  --unnamed-color-d6d6d6: #D6D6D6;
  --unnamed-color-ffffff: #FFF;
  --unnamed-color-01817b: #01817B;
  --unnamed-color-15a19a: #15A19A;
  --unnamed-color-515151: #515151;
  --unnamed-color-11a197: #11A197;
  --unnamed-color-f7f7f7: #F7F7F7;
  /* Font/text values */
  --unnamed-font-family-century-gothic: century gothic;
  --unnamed-font-family-noto-sans-jp: noto sans jp;
  --unnamed-font-family-hiragino-kaku-gothic-pron: hiragino kaku gothic pron;
  --unnamed-font-style-italic: italic;
  --unnamed-font-style-normal: normal;
  --unnamed-font-weight-bold: bold;
  --unnamed-font-weight-medium: medium;
  --unnamed-font-weight-normal: normal;
  --unnamed-font-size-15: 15px;
  --unnamed-font-size-18: 18px;
  --unnamed-font-size-24: 24px;
  --unnamed-font-size-40: 40px;
  --unnamed-font-size-260: 260px;
  --unnamed-character-spacing-0: 0;
  --unnamed-character-spacing-3-2: 3.2px;
  --unnamed-character-spacing-0-72: 0.72px;
  --unnamed-character-spacing-1-92: 1.92px;
  --unnamed-line-spacing-27: 27px;
  --unnamed-line-spacing-56: 56px;
  --unnamed-line-spacing-60: 60px;
  --unnamed-line-spacing-22-5: 22.5px;
}

/* Character Styles */
.unnamed-character-style-1 {
  font-family: var(--unnamed-font-family-hiragino-kaku-gothic-pron);
  font-size: var(--unnamed-font-size-15);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-normal);
  line-height: var(--unnamed-line-spacing-22-5);
  color: var(--unnamed-color-171717);
  letter-spacing: var(--unnamed-character-spacing-0);
}

.unnamed-character-style-2 {
  font-family: var(--unnamed-font-family-century-gothic);
  font-size: var(--unnamed-font-size-260);
  font-style: var(--unnamed-font-style-italic);
  font-weight: var(--unnamed-font-weight-bold);
  line-height: var(--unnamed-line-spacing-60);
  color: var(--unnamed-color-f7f7f7);
  letter-spacing: var(--unnamed-character-spacing-0);
}

.unnamed-character-style-3 {
  font-family: var(--unnamed-font-family-noto-sans-jp);
  font-size: var(--unnamed-font-size-24);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-bold);
  line-height: var(--unnamed-line-spacing-56);
  color: var(--unnamed-color-11a197);
  letter-spacing: var(--unnamed-character-spacing-1-92);
}

.unnamed-character-style-4 {
  font-family: var(--unnamed-font-family-noto-sans-jp);
  font-size: var(--unnamed-font-size-40);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-medium);
  line-height: var(--unnamed-line-spacing-56);
  color: var(--unnamed-color-171717);
  letter-spacing: var(--unnamed-character-spacing-3-2);
}

.unnamed-character-style-5 {
  font-family: var(--unnamed-font-family-noto-sans-jp);
  font-size: var(--unnamed-font-size-18);
  font-style: var(--unnamed-font-style-normal);
  font-weight: var(--unnamed-font-weight-normal);
  line-height: var(--unnamed-line-spacing-27);
  color: var(--unnamed-color-171717);
  letter-spacing: var(--unnamed-character-spacing-0-72);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .container {
    display: block;
  }
}

.left-column {
  width: 65%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .left-column {
    width: 100%;
  }
}
.left-column .header {
  text-align: center;
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
  background-image: url("../images/item-top.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 2;
}

.section .section-title {
  font-weight: bold;
  background-color: #333;
  color: #fff;
  padding: 8px 10px;
  font-size: 1.1rem;
  width: 30%;
}
.section .details {
  white-space: pre-line;
  font-size: 1.5rem;
  line-height: 2rem;
}
.section .details-long {
  white-space: pre-line;
  font-size: 1rem;
  line-height: 1.6rem;
}

.right-column {
  width: 35%;
  border: solid 1px #333;
  border-top: solid 30px #333;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .right-column {
    margin-top: 100px;
    width: 100%;
  }
}

.bg-gray {
  background-color: #ddd;
}

.right-column .item-image {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.right-column .item-image .img {
  width: 45%;
  margin-bottom: 20px;
}
.right-column .item-image .img img {
  width: 100%;
}

.portrait {
  width: 100%;
  border: solid 1px #333;
  padding: 10px 20px;
}
.portrait:not(:first-child) {
  margin-top: 30px;
}
.portrait .theme {
  background-color: #ddd;
  color: #333;
  font-size: 1.2rem;
  padding: 7px;
}
.portrait .supporter {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .portrait .supporter {
    display: block;
  }
}
.portrait .supporter .photo {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .portrait .supporter .photo {
    width: 100%;
  }
}
.portrait .supporter .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .portrait .supporter .photo img {
    height: auto;
  }
}
.portrait .supporter .explanation {
  width: 55%;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .portrait .supporter .explanation {
    width: 100%;
  }
}
.portrait .supporter .explanation .name .kanji {
  font-weight: bold;
  font-size: 1.1rem;
}
.portrait .supporter .explanation .name .spell {
  font-size: 0.8rem;
  margin-left: 15px;
}
.portrait .supporter .explanation .name .spell:before {
  margin-right: 3px;
  content: "/";
}
.portrait .supporter .explanation .name .position {
  font-size: 0.8rem;
  margin-left: 20px;
}
.portrait .supporter .explanation .title {
  font-size: 0.8rem;
  margin-top: 20px;
  font-weight: 500;
}
.portrait .supporter .explanation .description {
  font-size: 0.7rem;
  margin-top: 15px;
  white-space: pre-line;
}
.portrait .bar {
  border-top: solid 1px #333;
  height: auto;
  margin-top: 10px;
}
.portrait .career {
  margin-top: 10px;
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.portrait-circle {
  width: 180px;
}
.portrait-circle .photo {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
}
.portrait-circle .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portrait-circle .description {
  margin-top: 10px;
  text-align: center;
}

.portrait-square {
  width: 180px;
}
.portrait-square .photo {
  width: 100%;
  aspect-ratio: 2/1;
}
.portrait-square .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.portrait-square .description {
  margin-top: 10px;
  text-align: center;
}

.tooltip {
  position: relative;
  cursor: pointer;
}
.tooltip:hover .tooltip-text {
  opacity: 1;
  display: inline-block;
}

.tooltip-text {
  opacity: 0;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateY(100%);
  padding: 5px;
  bottom: 0px;
  padding: 5px;
  white-space: pre-line;
  font-size: 10.5px;
  line-height: 1.3;
  color: #333;
  border-radius: 3px;
  transition: 0.3s ease-in;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  width: 200px;
  height: auto;
  background-color: #fff;
  text-align: left;
}

/*# sourceMappingURL=mycss.css.map */