@charset "UTF-8";
:root {
  font-family: YakuHanJP, "BIZ UDゴシック", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Meiryo", "Helvetica Neue", Arial, "Hiragino Sans", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
}

.hover:hover {
  filter: brightness(1.1);
}

.indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.indent > * {
  text-indent: initial;
}

.red {
  color: red;
}

.bold {
  font-weight: bold;
}

.break {
  display: inline-block;
}

.shadow {
  box-shadow: 0 2px 0.5rem rgba(128, 128, 128, 0.5);
}

.break-pc {
  display: block;
}
@media screen and (max-width: 1000px) {
  .break-pc {
    display: none;
  }
}

.break-smp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .break-smp {
    display: block;
  }
}

.mt1 {
  margin-top: 1em;
}

.dotted {
  display: inline-block;
}
.dotted span {
  border-bottom: 1px dotted #c80000;
}
.dotted small {
  color: #646464;
}

a {
  color: #c80000;
  text-decoration: none;
}

.underline {
  border-bottom: 1px dotted #c80000;
}

img {
  display: block;
  pointer-events: none;
}

html {
  background-color: white;
}

body {
  position: relative;
  background-color: #f5f5f5;
  overflow-x: hidden;
}
body .tingle-modal {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: initial;
}
body .tingle-modal.tingle-modal--overflow {
  padding: 0;
}
body .tingle-modal .tingle-modal-box {
  width: auto;
  max-width: 900px;
  background-color: transparent;
  border-radius: 0.4rem;
}
body .tingle-modal .tingle-modal-box .tingle-modal-box__content {
  max-height: 90vh;
  margin: 5vh 0;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  body .tingle-modal .tingle-modal-box .tingle-modal-box__content {
    margin: 2rem 2rem 8rem;
  }
}
@media screen and (max-width: 540px) {
  body .tingle-modal .tingle-modal-box .tingle-modal-box__content {
    margin: 2rem 2rem 8rem;
  }
}
body .tingle-modal .tingle-modal-box .tingle-modal-box__content img {
  width: 100%;
  max-height: calc(90vh - 2rem);
  border-radius: 0.4rem;
}
body .tingle-modal .tingle-modal-box .tingle-modal-box__content img:nth-of-type(n+2) {
  margin-top: 0.2rem;
}
body .tingle-modal .tingle-modal-box .tingle-modal-box__content p {
  margin-top: 0.5rem;
  color: white;
  font-size: 1.4rem;
  opacity: 0.5;
}
@media screen and (max-width: 1000px) {
  body .tingle-modal .tingle-modal__close {
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #2c3e50;
    box-shadow: none;
    color: white;
  }
  body .tingle-modal .tingle-modal__close .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  }
  body .tingle-modal .tingle-modal__close .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: 0.8rem;
    width: 1.6rem;
    vertical-align: middle;
    font-size: 0;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: white;
  box-shadow: 0 0 8px #aaa;
  z-index: 999;
}
header .link-pochi {
  display: block;
  max-width: 320px;
  height: 85px;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  header .link-pochi {
    width: 80%;
  }
}
header .link-pochi img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .ended {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  background-color: #c80000;
  font-size: 3rem;
}
@media screen and (max-width: 1000px) {
  header .ended {
    font-size: 2rem;
  }
}
header .ended p {
  padding: 1em 0;
  color: white;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  header .ended p {
    width: 100%;
    padding-bottom: 0;
  }
}
header .ended a {
  margin-left: 1rem;
  padding: 1em 0;
  color: white;
  font-size: 1.6rem;
  opacity: 0.8;
}
header .ended a:hover {
  opacity: 1;
}
header .ended a span {
  position: relative;
  display: inline-block;
}
header .ended a span::after {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px dotted white;
}
header .load {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}
header .load img {
  position: absolute;
  top: 100vh;
  width: 80px;
  height: 80px;
  object-fit: contain;
}
@media screen and (max-width: 1000px) {
  header .load img {
    width: 10vw;
    height: 10vw;
  }
}
header .load img:first-of-type {
  left: 40%;
}
header .load img:nth-of-type(2) {
  left: 80%;
}
header .load img:nth-of-type(3) {
  left: 25%;
}
header .load img:last-of-type {
  left: 5%;
}

article {
  margin-top: 85px;
  font-size: 1.6rem;
  overflow-x: hidden;
}
@media screen and (max-width: 1000px) {
  article {
    margin: 0;
  }
}
article section {
  position: relative;
  min-height: 5vh;
  padding: 10rem 0;
}
@media screen and (max-width: 1000px) {
  article section {
    padding: 5rem 2rem;
  }
}
article section:nth-of-type(even):not(#flyer) {
  background-color: white;
}
article section [class$=wrapper] {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  article section [class$=wrapper] {
    width: 100%;
  }
}
article section#top {
  padding: 5rem 2rem 10rem;
}
@media screen and (max-width: 1000px) {
  article section#top {
    margin-top: 5rem;
    padding: 2rem 2rem 5rem;
  }
}
article section#top h1 {
  padding: 0.5rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 2px dotted #c80000;
}
@media screen and (max-width: 1000px) {
  article section#top h1 {
    font-size: 2.4rem;
  }
}
article section#top img {
  margin-top: 4rem;
}
article section#top img.pc {
  width: 1000px;
  height: 500px;
}
@media screen and (max-width: 1000px) {
  article section#top img.pc {
    display: none;
  }
}
article section#top img.smp {
  display: none;
}
@media screen and (max-width: 1000px) {
  article section#top img.smp {
    display: block;
    width: 100%;
    height: auto;
  }
}
article section#flyer {
  padding-top: 0;
}
article section#flyer .flyer-wrapper {
  display: flex;
  justify-content: center;
}
article section#flyer .flyer-wrapper button {
  width: 300px;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  article section#flyer .flyer-wrapper button {
    display: none;
  }
}
article section#flyer .flyer-wrapper button img {
  width: 100%;
}
article section#flyer .flyer-wrapper button p {
  text-align: center;
}
article section#flyer .flyer-wrapper button p span {
  display: inline-block;
  margin-top: 0.5rem;
  color: #c80000;
  border-bottom: 1px dotted #c80000;
}
article section#flyer .flyer-wrapper .modal-content {
  display: none;
}
@media screen and (max-width: 1000px) {
  article section#flyer .flyer-wrapper .modal-content {
    display: block;
    width: 100%;
  }
  article section#flyer .flyer-wrapper .modal-content img {
    width: 100%;
  }
}
article section#main .main-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper {
    flex-wrap: wrap;
  }
}
article section#main .main-wrapper .main-image {
  width: 400px;
  height: 360px;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-image {
    width: 100%;
    height: auto;
  }
}
article section#main .main-wrapper .main-image .swiper {
  position: relative;
  margin: 0;
  border-radius: 0.4rem;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-image .swiper {
    width: 100%;
    height: calc((100vw - 4rem) * 0.75);
  }
}
article section#main .main-wrapper .main-image .swiper .swiper-wrapper .swiper-slide {
  width: 400px;
  height: 300px;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-image .swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    height: calc((100vw - 4rem) * 0.75);
    pointer-events: none;
  }
}
article section#main .main-wrapper .main-image .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
article section#main .main-wrapper .main-image .swiper-control {
  position: relative;
  height: 30px;
}
article section#main .main-wrapper .main-image .swiper-control .swiper-button-prev,
article section#main .main-wrapper .main-image .swiper-control .swiper-button-next {
  top: initial;
  bottom: 0;
  height: 2rem;
}
article section#main .main-wrapper .main-image .swiper-control .swiper-button-prev::after,
article section#main .main-wrapper .main-image .swiper-control .swiper-button-next::after {
  font-size: 2rem;
}
article section#main .main-wrapper .main-image .swiper-control .swiper-pagination {
  bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
article section#main .main-wrapper .main-image p {
  margin-top: 2rem;
  font-size: 1.4rem;
  letter-spacing: initial;
}
article section#main .main-wrapper .main-text {
  width: 540px;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-text {
    width: 100%;
    margin-top: 4rem;
  }
}
article section#main .main-wrapper .main-text h2 {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-text h2 {
    width: 100%;
  }
}
article section#main .main-wrapper .main-text h2 p {
  display: block;
  padding: 3rem 2rem;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-text h2 p {
    padding: 2rem 0;
  }
}
article section#main .main-wrapper .main-text h2 p.title {
  background-color: white;
  color: #c80000;
  border: 2px solid black;
  border-bottom: none;
}
article section#main .main-wrapper .main-text h2 p.booth {
  background-color: black;
  color: white;
  font-size: 1.5em;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-text h2 p.booth {
    font-size: 2rem;
  }
}
article section#main .main-wrapper .main-text h2 p.booth strong {
  font-size: 1.25em;
}
article section#main .main-wrapper .main-text .genre {
  margin-top: 3rem;
  font-size: 2rem;
  line-height: 1.5;
}
article section#main .main-wrapper .main-text .genre h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  background-color: #ff6400;
  color: white;
  font-size: 1em;
  letter-spacing: 0.1em;
  border-radius: 0.4rem;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-text .genre h3 {
    font-size: 2rem;
  }
}
article section#main .main-wrapper .main-text hr {
  margin: 2rem 0;
}
article section#main .main-wrapper .main-text .twitter {
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-text .twitter {
    padding-bottom: 15vh;
  }
}
article section#main .main-wrapper .main-text .twitter p {
  margin-bottom: 1rem;
}
article section#main .main-wrapper .main-text #sell {
  position: absolute;
  top: -3rem;
  right: 0;
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 1000px) {
  article section#main .main-wrapper .main-text #sell {
    top: initial;
    bottom: 0;
    width: 20vh;
    height: 20vh;
  }
}
article section#main .main-wrapper .main-text #sell [class^=jan] text {
  opacity: 0;
}
article section#information .information-wrapper table {
  width: 100%;
  line-height: 1.5;
  border-collapse: collapse;
}
article section#information .information-wrapper table thead th {
  padding: 4rem;
}
@media screen and (max-width: 1000px) {
  article section#information .information-wrapper table thead th {
    padding: 4rem 0;
  }
}
article section#information .information-wrapper table thead th h3 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
article section#information .information-wrapper table tbody tr {
  position: relative;
}
article section#information .information-wrapper table tbody tr::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2rem;
  width: calc(100% + 4rem);
  height: 1px;
  background: linear-gradient(to right, #f0f0f0 0%, #969696 20%, #969696 80%, #f0f0f0 100%);
}
article section#information .information-wrapper table th,
article section#information .information-wrapper table td {
  padding: 4rem 0 4rem 8rem;
}
@media screen and (max-width: 1000px) {
  article section#information .information-wrapper table th,
  article section#information .information-wrapper table td {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  article section#information .information-wrapper table th {
    padding: 4rem 1rem 2rem;
    text-align: left;
  }
}
@media screen and (max-width: 1000px) {
  article section#information .information-wrapper table td {
    padding: 0 1rem 4rem;
  }
}
article section#information .information-wrapper table .google-map {
  display: block;
  width: 100%;
  height: 400px;
  margin-top: 2rem;
  border: 1px solid #c8c8c8;
}
article section#information .information-wrapper table .access p:nth-of-type(n+2) {
  margin-top: 2rem;
}
article section#information .information-wrapper table .access p span {
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0.5em;
  line-height: 1;
  border: 1px solid black;
  border-radius: 0.4rem;
}
article section#link {
  padding-bottom: 15rem;
}
article section#link .link-wrapper {
  text-align: center;
  line-height: 1.5;
}
article section#link .link-wrapper a {
  padding: 2rem;
  background-color: white;
  border-radius: 2rem;
}

footer {
  position: relative;
  padding: 3rem 0;
  background-color: red;
  color: white;
  font-family: YakuHanJP, "Hiragino Kaku Gothic ProN", "Meiryo", "Helvetica Neue", Arial, "Hiragino Sans", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1000px) {
  footer {
    padding: 2rem;
    text-align: center;
    line-height: 1.5;
  }
}
footer ul {
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
  list-style: none;
}
@media screen and (max-width: 1000px) {
  footer ul {
    flex-direction: column;
    width: 100%;
  }
}
footer ul li a:first-of-type {
  margin-right: 1rem;
}
@media screen and (max-width: 1000px) {
  footer ul li:last-of-type {
    margin-top: 1rem;
  }
}
footer a {
  color: white;
}
footer .animation {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 15vw;
  height: 18.75vw;
  cursor: pointer;
  z-index: 999;
}
@media screen and (max-width: 1000px) {
  footer .animation {
    width: 20vw;
    height: 25vw;
  }
}
footer .animation img {
  position: absolute;
  bottom: -5vw;
  right: -3vw;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: bottom right;
}
footer .animation img.animate.pochikun {
  animation: excite-pochikun 0.8s ease-in-out infinite alternate;
  animation-delay: 0.2s;
}
footer .animation img.animate.pochan {
  animation: excite-pochan 0.8s ease-in-out infinite alternate;
}
@keyframes excite-pochikun {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.01, 1.01) translateX(-0.5vw) rotateZ(-0.5deg);
  }
}
@keyframes excite-pochan {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.01, 1.01) translateY(-0.5vw) rotateZ(0.5deg);
  }
}/*# sourceMappingURL=style.min.css.map */