@charset "UTF-8";
:root {
  --theme-color: #82aae6;
  --theme-color-half: color-mix(in srgb, var(--theme-color), #fff 50%);
}

h1,
h2,
h3,
p,
a,
ul,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.p-head {
  max-width: 100%;
}
.p-head h1 {
  box-shadow: 1px 1px 5px #000;
  margin-bottom: 30px;
}
.p-head__caption {
  width: 40%;
  font-size: 22px;
  text-align: center;
}
@media (max-width: 768px) {
  .p-head__caption {
    width: 100%;
  }
}
.p-head__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}
.p-head__lead-text {
  text-align: center;
  padding: 30px 0;
  line-height: 1.6em;
}
.p-head__lead-text h2 {
  display: inline-block;
  width: fit-content;
  margin: 0 auto 40px;
  line-height: 1.5em;
  font-size: 40px;
  font-weight: bold;
  font-feature-settings: "palt";
}
@media (max-width: 768px) {
  .p-head__lead-text h2 {
    font-size: clamp(30px, 8vw, 40px);
  }
}
.p-head__lead-text h2 span {
  position: relative;
  z-index: 5;
}
.p-head__lead-text h2 span::before {
  content: "";
  display: inline-block;
  width: 105%;
  height: 15px;
  background: var(--theme-color-half);
  position: absolute;
  z-index: -1;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
}
.p-head__lead-text span {
  display: inline-block;
}
.p-head__lead-text a {
  color: var(--theme-color);
  font-weight: bold;
}
.p-head__lead-text .p-emphasis {
  font-weight: bold;
  font-size: 1.1em;
}
.p-head__event-detail ul {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-head__event-detail dl {
  display: flex;
  flex-wrap: wrap;
  filter: drop-shadow(1px 2px 0 var(--theme-color));
}
.p-head__event-detail dl dt {
  padding: 10px 0;
  min-width: 120px;
  display: grid;
  place-items: center;
  background: var(--theme-color);
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 8px 0 0 8px;
}
.p-head__event-detail dl dd {
  padding: 10px;
  background: #fff;
  border: solid 2px var(--theme-color);
  flex: 1;
  border-radius: 0 8px 8px 0;
  display: flex;
  flex-direction: column;
}
.p-head__event-detail dl dd span {
  display: inline-block;
}
.p-head__image {
  padding: 30px 0;
}
.p-head__link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.p-head__link-list li a {
  color: #fff;
  font-weight: bold;
  background: var(--theme-color);
  border-radius: 8px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.section-title {
  padding: 10px 0;
  text-align: center;
  font-size: 40px;
  background: var(--theme-color);
  color: #fff;
}

main {
  background: var(--theme-color-half);
}

.p-item {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
}
.p-item__list {
  padding: 40px 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3%;
}
@media (max-width: 768px) {
  .p-item__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-item__item {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-item__item dl {
  border: solid 2px var(--theme-color);
  border-radius: 8px;
}
.p-item__name {
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 10px;
  box-sizing: border-box;
}
.p-item__name span {
  display: inline-block;
}
.p-item__data {
  background: var(--theme-color-half);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  padding: 15px;
}
.p-item__data div {
  width: fit-content;
}
.p-item__image {
  padding: 4% 8% 8%;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

.foot {
  background: #000;
}
.foot__inner {
  max-width: 840px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .foot__inner {
    padding: 1rem;
  }
}
.foot p {
  display: inline-block;
  text-align: left;
  color: #fff;
  font-size: 0.8rem;
}
.foot .toppage {
  text-align: right;
  position: fixed;
  display: grid;
  place-items: center;
  max-width: 60px;
  min-width: 40px;
  width: 5%;
  height: auto;
  aspect-ratio: 1/1;
  bottom: 15px;
  right: 15px;
  z-index: 10;
  background: var(--theme-color);
  color: #fff;
  border-radius: 8px;
}
.foot .toppage::before {
  position: absolute;
  top: 7px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  content: "";
  transform: rotate(-45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  .foot .toppage {
    max-width: 110px;
    right: 10px;
  }
}

.foot__author {
  color: #fff;
  padding: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: fit-content;
  margin: 0 auto;
}
.foot__author li {
  width: fit-content;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 18px;
}
.foot__author li .cmark {
  margin-right: 2px;
  font-family: Verdana, “Droid Sans”, "メイリオ", sans-serif;
}
.foot__author li.left {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 0;
  line-height: 17px;
}
.foot__author li.left .top {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.foot__author li.left span {
  color: #fff;
  display: inline-block;
}

@keyframes hvr-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
.twbox {
  width: 100%;
  max-width: 600px;
  margin: 30px auto 0;
  text-align: center;
  padding-bottom: 30px;
}

.x-account a {
  border: solid 1px #fff;
  border-radius: 50px;
  color: #000;
  display: flex;
  width: fit-content;
  margin: 0 auto 20px;
}
.x-account a:hover {
  border: solid 1px #000;
  background: #000;
}
.x-account a:hover .x-account-logo {
  background: #fff;
}
.x-account a:hover .x-account-logo span {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' fill='none'/%3E%3Cpath d='M17.9686 14.1623L26.7065 4H24.6358L17.0488 12.8238L10.9891 4H4L13.1634 17.3432L4 28H6.07069L14.0827 18.6817L20.4822 28H27.4714L17.9681 14.1623H17.9686ZM15.1326 17.4607L14.2041 16.132L6.81679 5.55961H9.99723L15.9589 14.0919L16.8873 15.4206L24.6368 26.5113H21.4564L15.1326 17.4612V17.4607Z' fill='black'/%3E%3C/svg%3E%0A");
}
.x-account p {
  font-size: 16px;
  display: inline-block;
  line-height: 1.1em;
  margin: 0;
  padding: 0 15px 0 10px;
}
.x-account .x-account-logo {
  transition: all 0.3s;
  filter: drop-shadow(0 0 1px #000);
  background: #000;
  border-radius: 50%;
  display: inline-block;
  padding: 5px;
  aspect-ratio: 1/1;
  width: auto;
  height: 100%;
}
.x-account .x-account-logo span {
  transition: all 0.3s;
  font-size: 50px;
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background: transparent 0 0 no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' fill='none'/%3E%3Cpath d='M17.9686 14.1623L26.7065 4H24.6358L17.0488 12.8238L10.9891 4H4L13.1634 17.3432L4 28H6.07069L14.0827 18.6817L20.4822 28H27.4714L17.9681 14.1623H17.9686ZM15.1326 17.4607L14.2041 16.132L6.81679 5.55961H9.99723L15.9589 14.0919L16.8873 15.4206L24.6368 26.5113H21.4564L15.1326 17.4612V17.4607Z' fill='white'/%3E%3C/svg%3E%0A");
}/*# sourceMappingURL=style.css.map */