@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Kosugi+Maru&family=Rubik+Dirt&family=Playwrite+IE:wght@100..400&display=swap");
img {
  overflow-clip-margin: unset; }

body {
  font-family: "Comfortaa", "Kosugi Maru", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #F6F5F7;
  color: #484749;
  font-size: 14px; }
  body::before, body::after {
    content: "";
    display: block;
    background: url(bg.svg) no-repeat;
    background-size: contain;
    background-position: right top;
    position: absolute;
    top: 0;
    width: clamp(100px, 40%, 400px);
    height: 200px;
    z-index: -1; }
  body::before {
    transform: scaleX(-1);
    left: 0; }
  body::after {
    right: 0; }

header {
  text-align: center; }
  header .sitename {
    font-family: "Playwrite IE", cursive;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    display: block;
    font-size: 28px;
    line-height: 100%;
    margin: 30px auto;
    max-width: max-content; }
  header .description {
    font-size: 10px;
    color: rgba(72, 71, 73, 0.8);
    margin-bottom: 5px; }
  header .attention {
    font-size: 8px;
    color: #ccc; }
  header .global-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin: 20px auto 35px; }
    header .global-nav .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 40px;
      width: 40px;
      transition: 0.3s; }
      header .global-nav .icon img {
        width: 85%;
        height: auto;
        filter: drop-shadow(1px 1px 1px #ccc); }
    header .global-nav .text {
      font-size: 10px; }
    header .global-nav a:hover .icon {
      transform: scale(1.1); }
    header .global-nav li.active .icon img {
      filter: drop-shadow(0px 0px 5px #B19AE5); }
    header .global-nav li.active .text {
      font-weight: bold;
      border-bottom: solid 2px #b19ce6;
      padding-bottom: 3px; }

main {
  width: 100%;
  max-width: 550px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    main {
      padding: 0 10px; } }
  main.top section {
    margin-bottom: 30px; }
  main .main-title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    margin-bottom: 20px; }
    main .main-title .wrap {
      flex-shrink: 0;
      white-space: nowrap; }
    main .main-title::before, main .main-title::after {
      content: "";
      display: block;
      width: 100%;
      border-top: 2px dashed #fff; }
    main .main-title .ttl {
      color: #B19AE5;
      display: block;
      font-size: 16px;
      font-weight: bold; }
      main .main-title .ttl .small {
        font-size: 12px; }
    main .main-title .lastup {
      color: #ccc;
      font-size: 10px; }
  main .viewmore {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: 10px; }
    main .viewmore a {
      display: block;
      border-radius: 20px;
      background-color: #B19AE5;
      color: #fff;
      padding: 5px 15px;
      font-size: 10px;
      letter-spacing: 1px;
      transition: 0.3s; }
      main .viewmore a:hover {
        opacity: 0.5; }
  main .recent-illust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px; }
    main .recent-illust img {
      max-width: 100%;
      aspect-ratio: 1;
      object-fit: cover;
      border: solid 1px #eee;
      border-radius: 10px; }
  main .recent-post {
    position: relative; }
    main .recent-post .coverlink {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 2; }
  main .sub-title {
    display: flex;
    align-items: center;
    color: #B19AE5;
    font-weight: bold;
    margin-bottom: 15px; }
    main .sub-title .wrap {
      flex-shrink: 0; }
    main .sub-title::before {
      content: "";
      display: block;
      flex-shrink: 0;
      border-radius: 10px;
      width: 8px;
      height: 16px;
      background-color: #fff;
      margin-right: 10px; }
    main .sub-title::after {
      content: "";
      display: block;
      width: 100%;
      border-top: double 3px #fff;
      margin-left: 10px; }
    main .sub-title + .content {
      padding-left: 18px;
      font-size: 11px;
      line-height: 1.5; }
  main .petit-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    main .petit-title::before {
      content: "";
      display: block;
      flex-shrink: 0;
      border-radius: 100%;
      width: 7px;
      height: 7px;
      background-color: #B19AE5;
      margin-right: 5px; }
  main .sns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-right: 18px; }
    main .sns.single {
      grid-template-columns: 1fr; }
    main .sns:not(:last-child) {
      margin-bottom: 20px; }
    main .sns a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative;
      background-color: #fff;
      border-radius: 20px;
      padding: 0 10px;
      height: 40px;
      text-align: center;
      transition: 0.3s; }
      main .sns a:hover {
        opacity: 0.5; }
      main .sns a::after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "\f105";
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 18px;
        color: #B19AE5; }
      main .sns a small {
        font-size: 8px; }
  main .sitedata {
    display: grid;
    grid-template-columns: repeat(1, 60px 1fr);
    margin-bottom: 10px; }
    main .sitedata dt {
      font-weight: normal;
      position: relative; }
      main .sitedata dt::after {
        content: "：";
        position: absolute;
        right: 0; }

.offline-outline {
  text-align: center;
  padding: 5px 0 20px;
  font-size: 13px;
  line-height: 1.5; }
  .offline-outline .booth-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.015);
    max-width: 250px;
    height: 40px;
    margin: 10px auto 0;
    background-color: #B19AE5;
    color: #fff;
    font-weight: bold;
    transition: 0.3s; }
    .offline-outline .booth-link:hover {
      opacity: 0.5; }
    .offline-outline .booth-link::after {
      content: "\f054";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      position: absolute;
      right: 5px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 20px;
      height: 20px;
      font-size: 20px;
      line-height: 20px; }

article.event-log {
  margin: auto;
  max-width: 520px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }
  article.event-log dl {
    width: calc(50% - 8px); }
  article.event-log dt {
    width: 220px;
    max-width: 100%;
    margin: auto; }
    article.event-log dt img {
      border-radius: 5px;
      max-width: 100%;
      height: auto; }
    article.event-log dt.book {
      aspect-ratio: 1 / 1.4142; }
    article.event-log dt.goods {
      aspect-ratio: 1; }
  article.event-log dd {
    margin-top: 8px;
    font-size: 12px;
    text-align: center; }
    article.event-log dd span {
      letter-spacing: 1px; }
    article.event-log dd a {
      display: block;
      margin: 8px auto 0;
      max-width: max-content;
      font-size: 10px;
      background-color: #F6F5F7;
      border-radius: 20px;
      padding: 2px 8px;
      transition: 0.3s; }
      article.event-log dd a:hover {
        background-color: #484749;
        color: #fff; }

main.gallery {
  max-width: 100%; }
  main.gallery .main-title {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; }

.pictlog-menu {
  margin-bottom: 40px; }
  .pictlog-menu ul {
    display: flex;
    align-items: center;
    justify-content: center; }
  .pictlog-menu li {
    margin: 0 5px; }
    .pictlog-menu li a {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
      width: 105px;
      background: #B19AE5;
      color: #fff;
      border-radius: 100px;
      font-weight: bold;
      position: relative;
      transition: 0.3s; }
      .pictlog-menu li a:hover {
        opacity: 0.5; }
      .pictlog-menu li a.active {
        background: #fff;
        color: #B19AE5;
        filter: drop-shadow(1px 1px 2px #ccc); }
        .pictlog-menu li a.active::after {
          content: "";
          position: absolute;
          bottom: -12px;
          left: 0;
          right: 0;
          margin: auto;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 12px 8px 0 8px;
          border-color: #fff transparent transparent transparent; }

.logframe-wrap {
  padding: 0 10px;
  position: relative; }
  .logframe-wrap::before, .logframe-wrap::after {
    content: "";
    display: block;
    position: absolute;
    max-width: 800px;
    width: calc(100% - 20px);
    margin: auto;
    left: 0;
    right: 0; }
  .logframe-wrap::before {
    background: #F6F5F7;
    height: 90px;
    bottom: 0; }
  .logframe-wrap::after {
    background: #fff;
    bottom: 60px;
    height: 30px;
    border-radius: 0 0 10px 10px; }

.logmenu {
  max-width: 800px;
  margin: 0 auto 10px;
  display: grid;
  grid-gap: 5px;
  grid-template-columns: repeat(auto-fill, minmax(50px, 1fr)); }
  .logmenu a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 30px;
    background: #E6DEF4;
    color: #B19AE5;
    border-radius: 10px;
    transition: 0.3s; }
    .logmenu a:hover {
      opacity: 0.5; }
    .logmenu a.active {
      background: #fff;
      color: #B19AE5; }

.logframe {
  display: block;
  background: #fff;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
  border-radius: 15px; }

.pict-wrap {
  margin: auto;
  text-align: center;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); }
  .pict-wrap.rakugaki {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
  .pict-wrap .item {
    position: relative; }
    .pict-wrap .item::before {
      content: "";
      display: block;
      top: 0;
      padding-top: 100%; }
  .pict-wrap img {
    object-fit: cover;
    object-position: top;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 1; }

@media screen and (max-width: 768px) {
  .pict-wrap {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); }
    .pict-wrap.rakugaki {
      grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); } }
footer {
  margin-top: 50px;
  background-color: #fff;
  text-align: center;
  line-height: 1.5; }
  footer .attention {
    padding: 10px;
    font-size: 10px; }
  footer .copyright {
    font-size: 9px;
    padding: 5px;
    background-color: #484749;
    color: #fff; }

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