@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Klee+One&display=swap');

/*********************
* マグちゃん通信用テーマ
**********************/
h1 {
  display: none;
}

.theme_magutsu #hero {
  position: relative;
}

.theme_magutsu #hero figure figcaption {
  font-size: xx-small;
  text-align: center;
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
}

.theme_magutsu__darkmode {
  color: #fff;
}

.theme_magutsu h1 {
  position: absolute;
  margin: 1rem;
  font-size: 8vw;
}

.theme_magutsu h1 span {
  display: block;
  font-size: 5vw;
}

.theme_magutsu h1 rt {
  font-weight: normal;
  font-size: 0.8rem;
}

.theme_magutsu h2 {
  font-family: 'Kiwi Maru', serif;
  margin-top: 6rem;
  text-align: center;
}

.theme_magutsu h2>span {
  display: block;
  font-size: 1rem;
}

.theme_magutsu h3 {
  margin-top: 4rem;
  font-size: 1rem;
  font-weight: normal;
  color: blue;
  border-bottom: 2px dotted blue;
}

.theme_magutsu #profile p,
.theme_magutsu #profile li {
  font-size: smaller;
}

.theme_magutsu #interview section p {
  text-indent: 1em;
}

.theme_magutsu__exhibition_copy, .theme_magutsu__copy p {
  font-family: 'Klee One', cursive;
  text-align: center;
}

.theme_magutsu__copy {
  margin-top: 3rem;
}

#theme_magutsu__title {
  display: block;
  margin: auto;
  width: 100%;
}

.theme_magutsu__data {
  margin-bottom: 1rem;
  border-bottom: 1px solid #eee;
}

.theme_magutsu__thanks {
  color: blue;
  margin: 3rem 0;
}

.theme_magutsu__number {
  text-align: right;
}

.theme_magutsu__number span {
  display: inline-block;
  border-radius: 50%;
  font-size: 1.5rem;
  height: 1.9rem;
  width: 1.9rem;
  line-height: 1.9rem;
  text-align: center;
  background-color: red;
  color: #fff;
}

.theme_magutsu #exhibition p {
  text-align: center;
}

/* コラム用枠 */
.theme_magutsu__boxed {
  margin: 5rem auto;
  border: 1px solid #ccc;
  border-radius: 1rem;
  padding: 1.5rem 1rem;
}

.theme_magutsu__boxed h2 {
  margin-top: 0;
}

.theme_magutsu__boxed p {
  text-indent: 1em;
}

/*********************
* Responsive */
@media screen and (min-width: 600px) {
  #theme_magutsu__title {
    width: 80%
  }
}

@media screen and (min-width: 960px) {
  .theme_magutsu h1 {
    font-size: 2.5rem;
  }

  .theme_magutsu h1 span {
    font-size: 2.1rem;
  }

  .theme_magutsu__boxed {
      width:80%;
      padding: 1.5rem 3rem;
  }

}
