@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@700&family=Kosugi+Maru&family=Fredoka+One&display=swap");
body {
  font-family: "Comfortaa", "Kosugi Maru", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #19191a;
  color: #ddd; }

[id*="asumi-"] {
  display: none !important;
  pointer-events: none;
  opacity: 0; }

header h1 {
  padding: 15px;
  text-align: center; }
header img {
  max-width: 550px;
  height: auto;
  margin: 0 auto;
  width: 100%;
  display: block; }

main {
  padding: 0 15px; }
  main .outline {
    text-align: center;
    font-size: 9px;
    line-height: 170%;
    padding: 30px 0 15px; }
    main .outline .space {
      border-bottom: dotted 1px #ddd;
      max-width: max-content;
      margin: 0 auto 10px;
      padding: 0 5px 5px;
      font-size: 12px; }
      main .outline .space span {
        margin-left: 5px;
        font-weight: bold; }
    main .outline .attention {
      color: #f53d95; }
  main .kansou-wrap {
    max-width: 550px;
    margin: 0 auto; }
    main .kansou-wrap details {
      background-color: #ebebeb;
      color: #19191a;
      padding: 15px;
      border-radius: 15px;
      margin: 15px 0; }
      main .kansou-wrap details .text {
        border-top: solid 1px #19191a;
        padding-top: 15px;
        margin-top: 15px;
        font-size: 11px;
        line-height: 170%; }
        main .kansou-wrap details .text h2 {
          display: flex;
          align-items: center;
          white-space: nowrap;
          font-weight: bold;
          margin: 15px 0 10px; }
          main .kansou-wrap details .text h2::before {
            content: "＊";
            margin-right: 3px; }
          main .kansou-wrap details .text h2::after {
            content: "";
            display: block;
            width: 100%;
            border-top: 1px dotted #19191a;
            margin-left: 10px; }
        main .kansou-wrap details .text ul {
          padding-left: 20px; }
          main .kansou-wrap details .text ul li {
            list-style-type: disc;
            line-height: 140%; }
            main .kansou-wrap details .text ul li:not(:last-child) {
              margin-bottom: 10px; }
    main .kansou-wrap summary {
      cursor: pointer;
      text-indent: -1em;
      padding-left: 1em;
      font-size: 13px;
      font-weight: bold;
      transition: 0.3s; }
      main .kansou-wrap summary:hover {
        color: #bbb; }
      main .kansou-wrap summary span {
        font-size: 10px;
        font-weight: normal; }
      main .kansou-wrap summary::-webkit-details-marker, main .kansou-wrap summary::marker {
        color: #f53d95; }

.viewmore {
  font-size: 10px;
  width: 100%;
  text-align: center;
  margin-top: 30px; }

footer {
  text-align: center;
  padding: 10px 15px;
  position: sticky;
  bottom: 0;
  background-color: #19191a; }
  footer .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 400px;
    margin: 0 auto; }
  footer .booth {
    overflow: hidden;
    width: calc(50% - 5px);
    display: flex;
    align-items: center;
    border-radius: 10px;
    background-color: #3d3d3d;
    margin: 0 auto;
    transition: 0.3s; }
    footer .booth .img {
      width: 50px;
      flex-shrink: 0; }
      footer .booth .img img {
        max-width: 100%;
        height: auto; }
    footer .booth .text {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 0 5%; }
      footer .booth .text .ttl {
        font-size: 9px; }
      footer .booth .text .price {
        color: #f53d95;
        font-size: 9px;
        margin-left: 3px; }
      footer .booth .text .shop {
        margin-top: 5px;
        background-color: #f53d95;
        color: #fff;
        padding: 0 10px;
        border-radius: 30px;
        height: 23px;
        line-height: 26px;
        font-size: 11px; }
    footer .booth:hover {
      opacity: 0.5; }
  footer .profile {
    width: calc(50% - 5px);
    display: flex;
    align-items: center;
    border: solid 1px #3d3d3d;
    border-radius: 10px;
    padding: 0 10px; }
    footer .profile .icon {
      flex-shrink: 0;
      margin-right: 5%; }
      footer .profile .icon img {
        display: block;
        margin: auto;
        width: 50px;
        height: 50px;
        border-radius: 100%; }
    footer .profile .text {
      width: 100%; }
      footer .profile .text .name {
        white-space: nowrap;
        font-size: 10px; }
        footer .profile .text .name span {
          font-size: 8px; }
      footer .profile .text ul {
        margin-top: 5px;
        display: flex;
        align-items: center;
        gap: 5px; }
        footer .profile .text ul li {
          flex: 1;
          gap: 5px; }
          footer .profile .text ul li a {
            display: block;
            background-color: #3d3d3d;
            padding: 0 10px;
            border-radius: 30px;
            height: 23px;
            line-height: 26px;
            font-size: 11px;
            transition: 0.3s; }
            footer .profile .text ul li a:hover {
              opacity: 0.5; }

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