@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media (min-width: 1074px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-footer {
  padding-top: 2.375rem;
  padding-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-top: 1.3125rem;
    padding-right: 2rem;
    padding-bottom: 1.625rem;
    padding-left: 2rem;
  }
}

.l-home {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.l-information {
  margin-top: 7.5rem;
}

.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1074px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-movie {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.l-page-movie {
  margin-top: 4.375rem;
  margin-bottom: 5rem;
}

.l-single-movie {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}

.l-single {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.c-btn {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  text-align: center;
  border: solid 1px #333;
  padding: 0.75rem 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-btn {
    padding: 0.75rem 1.9375rem;
  }
}

.c-btn:hover {
  color: #fff;
  background-color: #333;
}

.c-card {
  display: block;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.c-card__date {
  font-size: 0.75rem;
  font-weight: bold;
  color: #A9A9A9;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-card__date {
    width: 4.0625rem;
    margin-right: 1.875rem;
  }
}

.c-card__content {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-card__content {
    width: calc(100% - 4.0625rem);
    margin-top: 0;
  }
}

.c-card__title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
}

.c-card2 {
  display: block;
}

.c-card2__img {
  max-width: 22.1875rem;
  width: 100%;
}

.c-card2__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 345/194;
}
@media screen and (min-width: 768px) {
  .c-card2__img img {
    aspect-ratio: 355/194;
  }
}

.c-card2__content {
  margin-top: 0.5rem;
}

.c-card2__title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

.c-card2__date {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  color: #A9A9A9;
  line-height: 1;
  text-align: right;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-card2__date {
    text-align: right;
  }
}

.c-card3 {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-card3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-card3__img {
  max-width: 21.5625rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-card3__img {
    max-width: 34.375rem;
    margin-right: 1.875rem;
  }
}

.c-card3__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 345/194;
}
@media screen and (min-width: 768px) {
  .c-card3__img img {
    aspect-ratio: 550/267;
  }
}

.c-card3__content {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-card3__content {
    width: calc(100% - 34.375rem);
    margin-top: 0;
  }
}

.c-card3__date {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  color: #A9A9A9;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-card3__date {
    font-size: 1.125rem;
  }
}

.c-card3__title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .c-card3__title {
    font-size: 1.75rem;
  }
}

.c-copyright {
  font-size: 0.6875rem;
  letter-spacing: 0.12em;
  line-height: 1.4545454545;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-copyright {
    font-size: 0.9375rem;
    line-height: 2.3333333333;
  }
}

.c-footer__logo {
  width: 4.375rem;
}

.c-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-hamburger {
  display: block;
  position: relative;
  cursor: pointer;
  width: 1.5rem;
  height: 0.8125rem;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    display: none;
  }
}

.c-hamburger span {
  display: inline-block;
  position: absolute;
  background-color: #333;
  width: 1.5rem;
  height: 0.125rem;
  border-radius: 50px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.c-hamburger span:nth-of-type(1) {
  top: 0;
}

.c-hamburger span:nth-of-type(2) {
  top: 0.3125rem;
}

.c-hamburger span:nth-of-type(3) {
  top: 0.625rem;
}

.c-hamburger.is-active span:nth-child(1) {
  top: 0.3125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-child(3) {
  top: 0.3125rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-logo {
  position: relative;
  width: 4.375rem;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .c-logo {
    width: 5.875rem;
  }
}

.c-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-logo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-page__top {
  position: fixed;
  background-color: #fff;
  width: 2.8125rem;
  height: 2.8125rem;
  right: 1.3125rem;
  bottom: 2.5625rem;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .c-page__top {
    right: 2rem;
    bottom: 1.9375rem;
  }
}

.c-page__top a {
  position: relative;
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  border: solid 1px #333;
}

.c-page__top a::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  border-right: 2px solid #333;
  border-top: 2px solid #333;
  top: 43%;
  left: 61%;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}

.c-pagenavi {
  display: block;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
}

.pagination__arrow {
  display: inline-block;
  width: 0.6875rem;
  height: 1.125rem;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.875rem;
  height: 1.875rem;
  border: 1px solid #333;
  text-decoration: none;
}

.page-numbers.current {
  color: #fff;
  background-color: #333;
}

.page-numbers.dots,
.page-numbers.prev,
.page-numbers.next {
  border: none;
}

.page-numbers.next,
.page-numbers.prev {
  width: 2.1875rem;
}

.c-section__title {
  display: inline-block;
  font-size: 1.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-section__title {
    font-size: 3rem;
  }
}

.c-section__title span {
  font-size: 0.875rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-left: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-section__title span {
    font-size: 1.4375rem;
    margin-left: 0.75rem;
  }
}

.p-drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #fff;
  z-index: -300;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-drawer {
    display: none;
  }
}

.p-drawer__content-list {
  width: 100%;
  height: inherit;
  overflow: scroll;
  padding-top: 13.0625rem;
}

.p-drawer__content-item {
  display: block;
  text-align: center;
}

.p-drawer__content-item:not(:first-child) {
  margin-top: 2rem;
}

.p-drawer__content-item a {
  display: block;
  letter-spacing: 0.2em;
  line-height: 1.4375;
  width: 100%;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.p-drawer.is-active {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 300;
}

.p-footer {
  width: 100%;
  background-color: #333;
  color: #fff;
}

.p-footer__content {
  padding-top: 0.5625rem;
  padding-bottom: 0.6875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-footer__logo {
  display: inline-block;
  text-align: center;
}

.p-footer__list {
  text-align: center;
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
  }
}

.p-footer__item:not(:first-child) {
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__item:not(:first-child) {
    margin-top: 0;
    margin-left: 0.9375rem;
  }
}

.p-footer__copyright {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    margin-top: 4.0625rem;
  }
}

.p-footer__to-top {
  position: fixed;
  max-width: 3.125rem;
  width: 100%;
  right: 0.625rem;
  bottom: 0.625rem;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .p-footer__to-top {
    max-width: 4.75rem;
    right: 1rem;
    bottom: 1.875rem;
  }
}

.p-footer__to-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 50/61;
}
@media screen and (min-width: 768px) {
  .p-footer__to-top img {
    aspect-ratio: 76/93;
  }
}

.p-header {
  position: fixed;
  width: 100%;
  height: 3.125rem;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .25);
  z-index: 9999;
}

.p-header__inner {
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
  padding-right: 1.375rem;
  padding-left: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-right: 2.0625rem;
    padding-left: 2.0625rem;
  }
}

.p-header__nav {
  height: inherit;
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-header__item {
  height: inherit;
}

@media screen and (min-width: 768px) {
  .p-header__item:not(:first-child) {
    margin-left: 1.625rem;
  }
}

.p-header__item a {
  font-size: 1rem;
  letter-spacing: 0.2em;
  line-height: 1;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-home__inner.l-inner {
    max-width: 53.75rem;
  }
}

.p-home__title {
  text-align: center;
  margin-top: 3.75rem;
}

.p-home__items {
  margin-top: 3.75rem;
}

.p-home__item {
  border-bottom: solid 1px #333;
}

.p-home__navi {
  margin-top: 3.25rem;
}

.p-information__title {
  text-align: left;
}

.p-information__content {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-information__content {
    max-width: 53.75rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-information__item {
  border-bottom: solid 1px #333;
}

.p-information__btn {
  text-align: right;
  margin-top: 2rem;
}

.p-movie__inner.l-inner {
  max-width: 75rem;
}

.p-movie__title {
  text-align: center;
}

.p-movie__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-movie__items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.875rem 2.5rem;
  }
}

.p-movie__item {
  margin-inline: auto;
}

.p-movie__item:not(:first-child) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-movie__item:not(:first-child) {
    margin-top: 0;
  }
}

.p-movie__btn {
  text-align: center;
  margin-top: 1.75rem;
}

.p-page-movie__title {
  text-align: center;
  margin-top: 2.5rem;
}

.p-page-movie__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}

.p-page-movie__item {
  border-bottom: solid 1px #333;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-page-movie__item {
    width: 100%;
    padding-bottom: 1.875rem;
  }
}

.p-page-movie__item:not(:first-child) {
  margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
  .p-single-movie__breadcrumb-inner.l-inner {
    max-width: 84.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-single-movie__inner.l-inner {
    max-width: 68.75rem;
  }
}

.p-single-movie__content {
  margin-top: 3.75rem;
}

.p-single-movie__title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single-movie__title {
    font-size: 2rem;
  }
}

.p-single-movie__date {
  display: block;
  font-size: 0.75rem;
  color: #A9A9A9;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-single-movie__date {
    font-size: 0.875rem;
  }
}

.p-single-movie__poster {
  font-size: 1rem;
  color: #333;
}

.p-single-movie__tags {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1.4375rem;
  margin-top: 0.75rem;
  margin-left: auto;
}

.p-single-movie__tags::before {
  position: absolute;
  display: block;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background: url(.././images/pen-icon.svg) no-repeat center center/contain;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-single-movie__tags li {
  display: inline-block;
  font-size: 1rem;
}

.p-single-movie__tags li:not(:first-child) {
  padding-left: 0.75rem;
}

.p-single-movie__content {
  margin-top: 2.5rem;
}

.p-single-movie__content h2 {
  border-bottom: solid 2px #333;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 2.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-single-movie__content h2 {
    margin-top: 2.5rem;
  }
}

.p-single-movie__content h3 {
  border-left: solid 3px #333;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 2.5rem;
  padding: 0 0.5rem 0.25rem;
}

.p-single-movie__content h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 2.5rem;
}

.p-single-movie__content h5 {
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 2.5rem;
}

.p-single-movie__content p {
  margin-top: 1.125rem;
}

.wp-block-embed__wrapper {
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .wp-block-embed__wrapper {
    max-width: 37.5rem;
    width: 100%;
  }
}

.wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 345/243;
}
@media screen and (min-width: 768px) {
  .wp-block-embed__wrapper iframe {
    aspect-ratio: 600/379;
  }
}

@media screen and (min-width: 768px) {
  .p-single__breadcrumb-inner.l-inner {
    max-width: 84.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-single__inner.l-inner {
    max-width: 68.75rem;
  }
}

.p-single__block {
  margin-top: 2.5rem;
}

.p-single__title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single__title {
    font-size: 2rem;
  }
}

.p-single__date {
  display: block;
  font-size: 0.75rem;
  color: #A9A9A9;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__date {
    font-size: 0.875rem;
  }
}

.p-single__content {
  margin-top: 2.5rem;
}

.p-single__content h2 {
  border-bottom: solid 2px #333;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 2.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-single__content h2 {
    margin-top: 2.5rem;
  }
}

.p-single__content h3 {
  border-left: solid 3px #333;
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 2.5rem;
  padding: 0 0.5rem 0.25rem;
}

.p-single__content h4 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 2.5rem;
}

.p-single__content h5 {
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 2.5rem;
}

.p-single__content p {
  margin-top: 1.125rem;
}

.p-single__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
  gap: 1.4375rem;
}

.p-single__btn-prev a,
.p-single__btn-next a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  color: #333;
  padding-bottom: 0.25rem;
  line-height: 1;
  border-bottom: solid 2px #333;
}

.p-single__btn-all {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  background-color: #333;
  padding: 0.5rem 0.8125rem;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */
