html, body {
  height: 100%;
  margin: 0;
  overflow: hidden;
}

html {
  overflow-x: hidden;
  overflow: hidden !important;
  box-sizing: border-box;
  width: 100%;
}
html body {
  background: #4b4bff;
  font-family: "Noto Sans JP";
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
html body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease;
}
html body .frame {
  position: fixed;
  inset: 0;
  padding: 16px;
  pointer-events: none;
  z-index: 1;
}
html body .view {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  pointer-events: auto;
  border: 2px solid #4b4bff;
  background: transparent;
  display: flex;
  flex-direction: column;
}
html body .wrap {
  align-items: flex-start;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 991px) {
  html body .wrap {
    padding-inline: 0;
  }
}
@media screen and (max-width: 767px) {
  html body .wrap {
    width: 100%;
  }
}
html body .wrap::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
html body .wrap header {
  flex-shrink: 0;
  background: #fff;
  z-index: 2;
}
html body .wrap .content {
  position: relative;
  max-width: 100%;
  min-height: 0;
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-image: linear-gradient(#f2f2f2 1px, transparent 1px), linear-gradient(90deg, #f2f2f2 1px, transparent 1px);
  background-size: 20px 20px;
  background-color: #fff;
}
@media screen and (min-width: 576px) and (max-width: 1200px) {
  html body .wrap .content {
    margin-inline: auto;
  }
}
html body .wrap .content > footer {
  container-type: inline-size;
  padding: 20px 0 20px;
  background: #d7ff47;
}
html body .wrap .content > footer .inner {
  max-width: calc(1400px + 2rem);
  width: 100%;
  margin: auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 35px;
}
html body .wrap .content > footer .copyright p {
  text-align: right;
  color: #4b4bff;
  font-size: 12px;
  line-height: 2.5;
}
@container (width <=991px) {
  html body .wrap .content > footer .copyright p {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  html body .wrap .content > footer .copyright p {
    text-align: center;
    font-size: 11px;
  }
}
html body .wrap .content {
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #d7ff47 transparent;
}
html body .wrap .content::-webkit-scrollbar {
  width: 8px;
}
html body .wrap .content::-webkit-scrollbar-track {
  background: transparent;
}
html body .wrap .content::-webkit-scrollbar-thumb {
  background-color: #d7ff47;
  border-radius: 999px;
}
@media screen and (max-width: 767px) {
  html body main {
    width: 90%;
    margin: 0 auto;
  }
}
html body .contents-breadcrumb {
  padding-top: 1.25rem;
}
html body .contents-breadcrumb.single-breadcrumb {
  margin-top: 86px;
  padding-top: 3.75rem;
}
@container (width <=991px) {
  html body .contents-breadcrumb.single-breadcrumb {
    margin-top: 50px;
  }
}
html body .contents-breadcrumb .breadcrumb a {
  border-bottom: 1px solid #555;
}
html body .contents-breadcrumb .breadcrumb span.bread-list {
  padding: 0 0.625rem;
}
html body .contents-breadcrumb .breadcrumb span.bread-nolink {
  padding: 0 0.625rem;
}
html body .contents-breadcrumb .breadcrumb span.current-item {
  padding: 0 0.625rem;
}
html body .pagetop {
  position: fixed;
  z-index: 11;
  right: 20px;
  bottom: 60px;
  display: none;
  width: 58px;
  height: 58px;
  border: none;
  transition: 0.3s all ease;
}
@container (width <=991px) {
  html body .pagetop {
    bottom: 80px;
    width: 40px;
    height: 40px;
    right: 15px;
  }
}
@media screen and (max-width: 575px) {
  html body .pagetop {
    width: 40px;
    height: 40px;
    right: 15px;
  }
}
html body .pagetop:hover {
  opacity: 0.6;
}
html body .contents {
  color: #4b4bff;
  padding: 4rem 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  html body .contents {
    padding: 3.75rem 0;
  }
}
html body .contents h2.h2-ttl-1 {
  color: #4b4bff;
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
  display: grid;
  font-size: 26px;
  padding-bottom: 40px;
  margin-bottom: 30px;
  position: relative;
  z-index: 0;
}
html body .contents h2.h2-ttl-1::after {
  content: "";
  position: absolute;
  background-color: #4b4bff;
  width: 2px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto auto 0 auto;
  z-index: -1;
}
html body .contents h2.h2-ttl-1 span {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0;
  position: relative;
  display: inline-block;
  width: fit-content;
  margin: auto;
  padding: 0 25px;
}
html body .contents h2.h2-ttl-1 span::before, html body .contents h2.h2-ttl-1 span::after {
  content: "";
  position: absolute;
  top: 35%;
  display: inline-block;
  width: 1px;
  height: 0.7em;
  background-color: #4b4bff;
}
html body .contents h2.h2-ttl-1 span::before {
  left: 0;
  transform: rotate(-30deg);
}
html body .contents h2.h2-ttl-1 span::after {
  right: 0;
  transform: rotate(30deg);
}
html body .contents p,
html body .contents li,
html body .contents dd {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  html body .contents p,
  html body .contents li,
  html body .contents dd {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 1.8em;
  }
}
html body .contents p:last-child,
html body .contents li:last-child,
html body .contents dd:last-child {
  margin-bottom: 0;
}
html body .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
html body img {
  height: auto;
  max-width: 100%;
}
html body figure {
  text-align: center;
}
html body br.pc {
  display: none;
}
@media screen and (min-width: 376px) {
  html body br.pc {
    display: block;
  }
}
html body br.sp {
  display: none;
}
@media screen and (max-width: 575px) {
  html body br.sp {
    display: block;
  }
}
html body .pc_only {
  display: block;
}
@media screen and (max-width: 767px) {
  html body .pc_only {
    display: none;
  }
}
html body .sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  html body .sp_only {
    display: block;
  }
}
html body .xs_only {
  display: none;
}
@media screen and (max-width: 575px) {
  html body .xs_only {
    display: block;
  }
}
html body .t_r {
  text-align: right;
}
html body {
  /* =====================
    MV
  ===================== */
}
html body .front-hero img {
  width: 100%;
  display: block;
}
html body .front-intro {
  text-align: center;
  margin: 20px 0 40px;
  font-size: 13px;
}
html body {
  /* =====================
    TAG NAV
  ===================== */
}
html body .front-tags {
  max-width: 1100px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  html body .front-tags {
    gap: 6px;
  }
}
html body .front-tags a {
  font-family: "Jost", sans-serif;
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 17px;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  border: 2px solid #4b4bff;
  color: #4b4bff;
  text-decoration: none;
  background: #fff;
  transform: translateY(-1px);
}
@media screen and (max-width: 767px) {
  html body .front-tags a {
    font-size: 14px;
    padding: 3px 6px;
  }
}
html body .front-tags a:hover {
  color: #fff;
  background: #4b4bff;
  border-color: transparent;
  border: 2px solid #4b4bff;
}
html body .front-tags .labo-link {
  margin-left: auto;
  color: #4b4bff;
  font-size: 14px;
  text-decoration: none;
}
html body {
  /* =====================
    CARD GRID
  ===================== */
}
html body .front-grid {
  max-width: 1100px;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  justify-items: stretch;
}
@media screen and (max-width: 991px) {
  html body .front-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  html body .front-grid {
    grid-template-columns: 1fr;
  }
}
html body .front-card {
  border: 2px solid #4b4bff;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
html body .front-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 350/240;
  object-fit: cover;
}
html body .front-card-body {
  padding: 16px;
  font-size: 13px;
  background: #fff;
}
html body .front-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
}
html body .front-card-tag {
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 11px;
  color: #000;
}
html body .tag-session {
  background: #d7ff47;
}
html body .tag-daily {
  background: #f3a7ff;
}
html body .tag-works {
  background: #ffc947;
}
html body .front-card-title {
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.5;
}
html body .front-card-arrow {
  text-align: right;
  font-size: 18px;
  color: #4b4bff;
}
html body .card-thumb {
  aspect-ratio: 1/1;
  overflow: hidden;
}
html body .card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
html body .pagination {
  text-align: center;
  margin: 60px 0 80px;
}
html body .pagination a, html body .pagination span {
  display: inline-block;
  margin: 0 6px;
  padding: 6px 12px;
  border: 2px solid #4b4bff;
  color: #4b4bff;
  text-decoration: none;
  border-radius: 999px;
  font-size: 13px;
}
html body .pagination .current {
  background: #4b4bff;
  color: #fff;
}

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