@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --vw: 1vw;
}

html {
  font-size: 62.5%;
  background: #fff;
}
@media screen and (max-width: 1320px) {
  html {
    font-size: 0.7575757576vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-weight: 300;
  font-optical-sizing: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  color: #333;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
  }
}

.js-preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-orientation: none;
  width: 100%;
  height: auto;
}
.safari img {
  image-rendering: inherit;
}

/* mouseover
--------------------------------------------------*/
@media screen and (min-width: 1320.1px) {
  .over:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}
label {
  cursor: pointer;
}

/* main
--------------------------------------------------*/
.f-main {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .f-main {
    padding-top: 7.1rem;
  }
  .admin-bar .f-main {
    padding-top: 0;
  }
}
.f-main.u-min {
  min-height: calc(100vh - 48rem);
}
@media screen and (max-width: 767px) {
  .f-main.u-min {
    min-height: calc(100vh - 18.5rem);
  }
}

.f-wrap {
  max-width: 132rem;
  margin: 0 auto;
  padding: 0 2rem;
  /*
  @include deviceTABmin{
  	padding: 0 2rem;
  }
  */
}
@media screen and (max-width: 767px) {
  .f-wrap {
    width: auto;
    padding: 0 2rem;
  }
}

.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}

/* link
--------------------------------------------------*/
a {
  color: #333;
  transition: 0.3s;
  will-change: transform, opacity;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}

a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: all;
  }
}

/* input
--------------------------------------------------*/
button {
  color: #333;
  transition: 0.3s;
  will-change: transform;
}
button:focus {
  text-decoration: none;
}

.l-header {
  width: 100%;
  background: #fff;
  z-index: 10;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .admin-bar .l-header {
    position: sticky;
  }
}
.l-header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 10rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .l-header--sticky {
    display: none;
  }
}
.l-header--sticky.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.admin-bar .l-header--sticky {
  top: 32px;
}
.l-header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9;
}
.is-open + .l-header-overlay {
  opacity: 1;
  pointer-events: auto;
}
.l-header__wrap {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 132rem;
  min-height: 5.7rem;
  padding: 1rem 2rem;
  margin: 0 auto;
  z-index: 10;
}
.l-header--main .l-header__wrap {
  padding: 2.4rem 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .l-header--main .l-header__wrap {
    min-height: inherit;
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 1rem 1rem 1rem 2rem;
  }
}
.l-header-head {
  width: 32rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header--main .l-header-head {
  flex-flow: column;
  gap: 1.5rem 0;
  width: 60rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-header--main .l-header-head {
    flex-flow: row;
    width: 100%;
  }
}
.l-header-head__logo {
  width: 10rem;
}
.l-header-head__logo a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header--main .l-header-head__logo {
  width: 10rem;
}
@media screen and (max-width: 767px) {
  .l-header--main .l-header-head__logo {
    width: 4.6rem;
  }
}
.l-header-head__txt {
  width: 20rem;
  font-size: 1.2rem;
  font-family: "senobi-gothic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
.l-header--main .l-header-head__txt {
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header--main .l-header-head__txt {
    width: calc(100% - 9.6rem);
    font-size: 1.2rem;
    text-align: left;
    padding: 0 0 0 2rem;
  }
}
.l-header-form {
  position: absolute;
  bottom: 1rem;
  right: 2rem;
}
.l-header--sticky .l-header-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2rem;
}
.l-header-form__search {
  width: 30rem;
  border: 1px solid #ccc;
  padding: 0.5rem 1.5rem;
  border-radius: 5rem;
}
.l-header-form__fav {
  font-size: 1.4rem;
  line-height: 1;
  margin: 1rem 0 0;
}
.l-header--sticky .l-header-form__fav {
  margin: 0;
}
.l-header-form__fav a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.3rem;
}
.l-header-form__fav i {
  font-size: 1.8rem;
}
.l-header--main .l-header-form {
  bottom: auto;
  top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-header--main .l-header-form {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    width: 100%;
  }
}
.l-header-form__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-header-form__field {
  display: block;
  width: 25rem;
  height: 1.5em;
}
@media screen and (max-width: 767px) {
  .l-header-form__field {
    width: 100%;
    height: auto;
  }
}
.l-header-form__field input[type=search] {
  width: 100%;
  height: 1.714em;
  font-size: 1.4rem;
  outline: none;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .l-header-form__field input[type=search] {
    font-size: 1.6rem;
  }
}
.l-header-form__submit {
  width: 2rem;
  line-height: 1;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-header-form__submit {
    width: 2.4rem;
    font-size: 2rem;
  }
}
.l-header-form__submit i {
  color: #ccc;
}
.l-header-toggle {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-header-toggle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
  }
}
.l-header-toggle__inner {
  position: relative;
  width: 5rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .l-header-toggle__inner {
    width: 3rem;
    height: 1.8rem;
  }
}
.l-header-toggle__inner span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.3rem;
  background: #000;
  transition: 0.3s;
}
.l-header-toggle__inner span:first-child {
  top: 0;
}
.is-open .l-header-toggle__inner span:first-child {
  transform: rotate(45deg);
  top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .is-open .l-header-toggle__inner span:first-child {
    top: 0.8rem;
  }
}
.l-header-toggle__inner span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.is-open .l-header-toggle__inner span:nth-child(2) {
  opacity: 0;
}
.l-header-toggle__inner span:last-child {
  bottom: 0;
}
.is-open .l-header-toggle__inner span:last-child {
  transform: rotate(-45deg);
  bottom: 1.3rem;
}
@media screen and (max-width: 767px) {
  .is-open .l-header-toggle__inner span:last-child {
    bottom: 0.8rem;
  }
}
.l-header-nav {
  position: relative;
  background: rgba(204, 204, 204, 0.3);
  padding: 1.45rem 0;
}
@media screen and (max-width: 767px) {
  .l-header-nav {
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100%;
    background: #fff;
    padding: 9rem 2rem 3rem;
    overflow-y: scroll;
    transition: 0.3s;
  }
  .is-open .l-header-nav {
    pointer-events: all;
    opacity: 1;
  }
}
.l-header-nav__ttl {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header-nav__ttl {
    display: block;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1;
    margin: 0 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav__block + .l-header-nav__block {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 1rem 1.2rem;
  }
}
.l-header-nav-menu__item {
  font-size: 1.4rem;
  line-height: 1;
}
.l-header-nav-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .l-header-nav-list {
    gap: 1.5rem 2rem;
    flex-flow: wrap;
    justify-content: flex-start;
  }
}
.l-header-nav-list__item {
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
}
.l-header-nav-list__item.is-empty a {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-header-nav-list__item.is-empty a {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav-list__item.is-empty {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav-list__item {
    position: relative;
    padding: 0 0 0 1.2em;
  }
  .l-header-nav-list__item::before {
    content: "\f02e";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #5D728D;
    position: absolute;
    top: 0;
    left: 0;
  }
  .is-tags .l-header-nav-list__item::before {
    content: "\f292";
  }
}

@media screen and (max-width: 767px) {
  .is-fixed {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

.l-footer {
  background: #333;
  margin: 10rem 0 0;
  padding: 4rem 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin: 6rem 0 0;
    padding: 2rem;
  }
}
.l-footer__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    flex-flow: column;
    gap: 1rem 0;
  }
}
.l-footer-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.l-footer-list__item {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .l-footer-list__item {
    font-size: 1.4rem;
  }
}
.l-footer-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1em;
  width: 1px;
  height: 100%;
  background: #fff;
}
.l-footer-list__item:first-child {
  padding-left: 0;
}
.l-footer-list__item:first-child::before {
  content: none;
}
.l-footer-list__item a {
  color: #fff;
}
.l-footer__copy {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1rem;
    text-align: center;
  }
}

.c-heading {
  text-align: center;
  line-height: 1;
  margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .c-heading {
    margin: 0 0 4rem;
  }
}
.c-heading__txt {
  display: block;
  text-align: center;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 3.6rem;
}
.is-ja .c-heading__txt {
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-heading__txt {
    font-size: 2.4rem;
  }
}

.c-link {
  width: 30rem;
  text-align: center;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-link {
    width: 100%;
    font-size: 1.4rem;
  }
}
.c-link a {
  display: block;
  border: 1px solid #333;
  background: #fff;
  padding: 1rem 0;
}
@media (hover: hover) and (pointer: fine) {
  .c-link a:hover {
    background: #333;
    color: #fff;
    opacity: 1;
  }
}

.c-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1rem;
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    gap: 0 0.5rem;
  }
}
.c-pagination .page-number,
.c-pagination .nav-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1rem;
}
@media screen and (max-width: 767px) {
  .c-pagination .page-number,
  .c-pagination .nav-links {
    gap: 0 0.5rem;
  }
}
.c-pagination .page-numbers {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 1.6rem;
  border: 1px solid #333;
  background: #fff;
  background: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-pagination .page-numbers {
    width: 3rem;
    height: 3rem;
    font-size: 1.2rem;
  }
}
.c-pagination .page-numbers.current {
  background: #333;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination .page-numbers:hover {
    background: #333;
    color: #fff;
  }
}

.p-breadcrumb {
  max-width: 132rem;
  font-size: 1.4rem;
  margin: 2rem auto 4rem;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb {
    margin: 0 auto 4rem;
    padding: 1rem 2rem 0;
  }
}
.p-breadcrumb ol {
  list-style: none;
  line-height: 1.6;
}
.p-breadcrumb ol li {
  display: inline;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb ol li {
    font-size: 1.2rem;
  }
}
.p-breadcrumb ol li::after {
  content: ">";
  margin: 0 0.5em;
}
.p-breadcrumb ol li:last-child::after {
  content: "";
}

.c-murmur {
  position: fixed;
  bottom: 12rem;
  right: 0;
  width: 8rem;
  height: 8rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  overflow: hidden;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-murmur {
    width: 6rem;
    height: 6rem;
    bottom: 6rem;
  }
}
.c-murmur a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 0.8rem 0;
  width: 100%;
  height: 100%;
  background: #333;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-murmur a {
    gap: 0.5rem 0;
  }
}
.c-murmur a i {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-murmur a i {
    font-size: 1.6rem;
  }
}
.c-murmur a span {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-murmur a span {
    font-size: 1.2rem;
  }
}

.c-toc-block {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-toc-block {
    margin: 4rem 0;
  }
}
.c-toc__inner {
  border: 1px solid #ccc;
  border-radius: 0.6rem;
  max-width: 50rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .c-toc__inner {
    padding: 1.5rem 2rem 2rem;
  }
}
.c-toc__ttl {
  font-size: 1.8rem !important;
  font-weight: 600;
  border-bottom: 1pxs solid #333;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .c-toc__ttl {
    font-size: 1.6rem !important;
  }
}
.c-toc ul li {
  list-style: none !important;
}
.c-toc ul li a {
  text-decoration: none;
  color: #333;
  background: none;
}
.c-toc ul li.h2 {
  font-size: 1.8rem !important;
  padding-left: 1.5em !important;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-toc ul li.h2 {
    font-size: 1.4rem !important;
  }
}
.c-toc ul li.h2:first-child {
  margin-top: 0;
}
.c-toc ul li.h2::before {
  content: "\f304";
  top: 0 !important;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: auto !important;
  height: auto !important;
  background: none !important;
  border-radius: 0 !important;
}
.c-toc ul li.h3 {
  margin-left: 1.5em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-toc ul li.h3 {
    font-size: 1.4rem !important;
  }
}
.c-toc ul li.h3:first-child {
  margin-top: 0;
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
  .u-pc {
    display: none;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
  width: 100%;
}

.u-alignR {
  text-align: right;
}

/* --------------------------------------------------
  margin
-------------------------------------------------- */
.u-mt10 {
  margin-top: 1rem;
}
.u-mt15 {
  margin-top: 1.5rem;
}
.u-mt20 {
  margin-top: 2rem;
}
.u-mt30 {
  margin-top: 3rem;
}
.u-mt40 {
  margin-top: 4rem;
}
.u-mt50 {
  margin-top: 5rem;
}

/* --------------------------------------------------
  padding
-------------------------------------------------- */
.-ratio16-9 {
  padding-top: 56.25%;
}

.-ratio4-3 {
  padding-top: 75%;
}

/* --------------------------------------------------
other
-------------------------------------------------- */
.u-bold {
  /*font-weight: 700;*/
}

.u-se {
  font-family: "senobi-gothic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}

.p-mv {
  padding-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding: 0;
  }
}
.p-mv__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    flex-flow: column;
    gap: 2rem 0;
  }
}
.p-mv__slider {
  position: relative;
  padding: 0 0 2rem !important;
}
.p-mv .swiper-pagination {
  position: absolute;
  bottom: 0 !important;
  left: 0;
  line-height: 0;
}
.p-mv .swiper-pagination-bullet {
  background: #333;
}
.p-mv .swiper-pagination-bullet-active {
  opacity: 0.5;
}
.p-mv .swiper-button-next,
.p-mv .swiper-button-prev {
  width: auto !important;
  height: auto !important;
  color: #fff;
  font-size: 2.4rem;
}
.p-mv .swiper-button-next::after,
.p-mv .swiper-button-prev::after {
  content: none;
}
.p-mv .like-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 2rem;
  right: 2rem;
  font-size: 1.8rem;
  line-height: 1;
  gap: 0 0.5rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv .like-button {
    top: 2.4rem;
    right: 1.5rem;
    font-size: 1.6rem;
  }
}
.p-mv .like-button i {
  transition: transform 0.2s ease, color 0.2s ease;
}
.p-mv .like-button span {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-mv .like-button span {
    font-size: 1.4rem;
  }
}
.p-mv .like-button.liked i {
  font-weight: bold;
  color: #D95858;
  animation: pop-heart 0.3s ease;
}
.p-mv .like-button.liked i::before {
  content: "\f004";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
@keyframes pop-heart {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.p-mv-main {
  width: 87rem;
  height: 57rem;
}
@media screen and (max-width: 767px) {
  .p-mv-main {
    width: 100%;
    height: auto;
    aspect-ratio: 6/4;
  }
}
.p-mv-main a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .p-mv-main a:hover img {
    transform: scale(1.05);
  }
}
.p-mv-main__detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv-main__detail {
    padding: 1rem 2rem 1.5rem;
  }
}
.p-mv-main__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-mv-main__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.p-mv-main__ttl {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-mv-main__ttl {
    width: calc(100% - 4rem);
    font-size: 1.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 0.3rem 0;
  }
}
.p-mv-main-data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.5rem;
  flex-wrap: wrap;
}
.p-mv-main-data__cat {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  padding: 0 0 0 1.2em;
}
@media screen and (max-width: 767px) {
  .p-mv-main-data__cat {
    font-size: 1.2rem;
  }
}
.p-mv-main-data__cat::before {
  content: "\f02e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
.p-mv-main-data__date {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-mv-main-data__date {
    font-size: 1.2rem;
  }
}
.p-mv-main-tag {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv-main-tag {
    gap: 1rem;
  }
}
.p-mv-main-tag__item {
  position: relative;
  font-size: 1.2rem;
  padding: 0 0 0 1.4em;
}
@media screen and (max-width: 767px) {
  .p-mv-main-tag__item {
    font-size: 1rem;
  }
}
.p-mv-main-tag__item::before {
  content: "\f292";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
.p-mv-main__author {
  position: relative;
  font-size: 1.4rem;
  padding: 0 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  .p-mv-main__author {
    font-size: 1.2rem;
    margin: 0;
  }
}
.p-mv-main__author::before {
  content: "\f5ad";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
.p-mv-sub {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-flow: column;
  width: 42.5rem;
  gap: 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-mv-sub {
    width: 100%;
  }
}
.p-mv-sub__block {
  width: 100%;
  aspect-ratio: 6/4;
}
@media screen and (max-width: 767px) {
  .p-mv-sub__block {
    aspect-ratio: 6/4;
  }
}
.p-mv-sub a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .p-mv-sub a:hover img {
    transform: scale(1.05);
  }
}
.p-mv-sub__detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 2rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv-sub__detail {
    padding: 1rem 2rem 1.5rem;
  }
}
.p-mv-sub__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-mv-sub__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.p-mv-sub__ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-mv-sub__ttl {
    font-size: 1.8rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 0.3rem 0;
  }
}
.p-mv-sub-data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.5rem;
  flex-wrap: wrap;
}
.p-mv-sub-data__cat {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  padding: 0 0 0 1.2em;
}
.p-mv-sub-data__cat::before {
  content: "\f02e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
.p-mv-sub-data__date {
  font-size: 1.2rem;
}
.p-mv-sub-tag {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-mv-sub-tag {
    gap: 1rem;
  }
}
.p-mv-sub-tag__item {
  position: relative;
  font-size: 1rem;
  padding: 0 0 0 1.4em;
}
@media screen and (max-width: 767px) {
  .p-mv-sub-tag__item {
    font-size: 1rem;
  }
}
.p-mv-sub-tag__item::before {
  content: "\f292";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
.p-mv-sub__author {
  position: relative;
  font-size: 1.2rem;
  padding: 0 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  .p-mv-sub__author {
    font-size: 1.2rem;
    margin: 0;
  }
}
.p-mv-sub__author::before {
  content: "\f5ad";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}

.p-post {
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-post {
    margin: 2rem 0 0;
  }
}
.p-post.is-top {
  margin: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-post.is-top {
    margin: 8rem 0 0;
  }
}
.p-post.is-author {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-post.is-author {
    margin-top: 4rem;
  }
}
.p-post__max {
  text-align: center;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-post__max {
    font-size: 1.2rem;
    margin: -2rem 0 2rem;
  }
}
.p-post-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: wrap;
  gap: 4rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-post-list {
    gap: 2rem;
  }
}
.p-post-list__item {
  width: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 767px) {
  .p-post-list__item {
    width: 100%;
  }
}
.p-post-list a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-post-list a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-post-list a:hover img {
    transform: scale(1.05);
  }
}
.p-post-list__img {
  position: relative;
  width: 100%;
  aspect-ratio: 6/4;
  overflow: hidden;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-post-list__img {
    width: 8rem;
    height: 6rem;
    margin: 0;
    border-radius: 0.3rem;
  }
}
.p-post-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.p-post-list__like {
  pointer-events: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.5rem;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .p-post-list__like {
    gap: 0 0.2rem;
    margin: 0 !important;
  }
}
.is-fav .p-post-list__like i, .p-post-list__like.liked i {
  font-weight: bold;
  color: #D95858;
  animation: pop-heart 0.3s ease;
}
.is-fav .p-post-list__like i::before, .p-post-list__like.liked i::before {
  content: "\f004";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.p-post-list__like i {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 767px) {
  .p-post-list__like i {
    font-size: 1.2rem !important;
  }
}
.p-post-list__like .like-count {
  font-size: 1.2rem !important;
}
@media screen and (max-width: 767px) {
  .p-post-list__like .like-count {
    font-size: 1rem !important;
  }
}
@media screen and (max-width: 767px) {
  .p-post-list__content {
    width: calc(100% - 9.5rem);
  }
}
.p-post-list__ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-post-list__ttl {
    font-size: 1.4rem;
    -webkit-line-clamp: 1;
    margin: 0.3rem 0;
  }
}
.p-post-list-data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-post-list-data {
    gap: 0 1rem;
  }
}
.p-post-list-data__cat {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
  padding: 0 0 0 1.2em;
}
@media screen and (max-width: 767px) {
  .p-post-list-data__cat {
    font-size: 1rem;
  }
}
.p-post-list-data__cat::before {
  content: "\f02e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
.p-post-list-data__date {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-post-list-data__date {
    font-size: 1rem;
  }
}
.p-post-list-tag {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 1.5rem;
}
.p-post-list-tag__item {
  position: relative;
  font-size: 1rem;
  padding: 0 0 0 1.4em;
}
.p-post-list-tag__item::before {
  content: "\f292";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
.p-post-list__author {
  position: relative;
  font-size: 1.2rem;
  padding: 0 0 0 1.5em;
}
@media screen and (max-width: 767px) {
  .p-post-list__author {
    font-size: 1rem;
  }
}
.p-post-list__author::before {
  content: "\f5ad";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}

.p-movie {
  margin: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-movie {
    margin: 8rem 0 0;
    padding: 0 2rem;
  }
}
.p-movie iframe {
  width: 70rem;
  height: 100%;
  aspect-ratio: 6/3.4;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-movie iframe {
    width: 100%;
  }
}

.p-tags {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-tags {
    margin-top: 8rem;
  }
}
.p-tags__wrap {
  position: relative;
}
.p-tags__ttl {
  position: absolute;
  top: -0.5em;
  left: 50%;
  font-family: "senobi-gothic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  font-size: 3rem;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-tags__ttl {
    font-size: 2rem;
  }
}
.p-tags__ttl span {
  background: #fff;
  padding: 0 2rem;
}
.p-tags-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2rem;
  border: 1px solid #ccc;
  padding: 4rem;
}
@media screen and (max-width: 767px) {
  .p-tags-list {
    gap: 1rem;
    padding: 3rem 2rem 2rem;
  }
}
.p-tags-list__item {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-tags-list__item {
    font-size: 1.2rem;
  }
}
.p-tags-list__item a {
  position: relative;
  display: block;
  background: rgba(204, 204, 204, 0.3);
  border-radius: 0.6rem;
  padding: 0.5rem 1rem 0.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-tags-list__item a {
    border-radius: 0.3rem;
    padding: 0.5rem 1rem 0.5rem 2.5rem;
  }
}
.p-tags-list__item a::before {
  content: "\f292";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 1rem;
  color: #5D728D;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-tags-list__item a:hover {
    background: #333;
    color: #fff;
    opacity: 1;
  }
  .p-tags-list__item a:hover::before {
    color: #fff;
  }
}

.p-sort-switch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin: 0 0 2rem;
}
.p-sort-switch .is-active {
  font-weight: 600;
}
.p-sort-switch a + a {
  position: relative;
  margin-left: 2rem;
}
.p-sort-switch a + a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1rem;
  width: 1px;
  height: 100%;
  background: #333;
}

.p-info {
  max-width: 60rem;
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-info {
    margin: 2rem auto 0;
  }
}
.p-info.is-top {
  margin: 10rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-info.is-top {
    margin: 8rem auto 0;
  }
}
.p-info-define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1rem 0;
}
.p-info-define__date {
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .p-info-define__date {
    width: 8rem;
    font-size: 1.2rem;
  }
}
.p-info-define__txt {
  width: calc(100% - 12rem);
}
@media screen and (max-width: 767px) {
  .p-info-define__txt {
    width: calc(100% - 8rem);
    font-size: 1.2rem;
  }
}
.p-info-define__txt a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-info-define__txt a:hover {
    text-decoration: none;
  }
}

.p-murmur {
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-murmur {
    margin: 2rem 0 0;
  }
}
.p-murmur.is-top {
  margin: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-murmur.is-top {
    margin: 8rem 0 0;
  }
}
.p-murmur.is-author {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-murmur.is-author {
    margin-top: 4rem;
  }
}
.p-murmur-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-murmur-list {
    flex-flow: column;
  }
}
.p-murmur-list__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  width: calc((100% - 4rem) / 3);
  border: 1px solid #ccc;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p-murmur-list__item {
    width: 100%;
    padding: 1.5rem;
  }
}
.p-murmur-list__item:has(.p-murmur-list__img) .p-murmur-list__txt {
  width: calc(100% - 7rem);
}
.p-murmur-list__item.is-noimage {
  display: block;
}
.p-murmur-list__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 0 1rem;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-murmur-list__head {
    margin: 0 0 0.5rem;
  }
}
.p-murmur-list__head .like-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.5rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-murmur-list__head .like-button {
    font-size: 1.2rem;
    gap: 0 0.3rem;
  }
}
.p-murmur-list__head .like-button span {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-murmur-list__head .like-button span {
    font-size: 1rem;
  }
}
.p-murmur-list__head .like-button i {
  transition: transform 0.2s ease, color 0.2s ease;
}
.p-murmur-list__head .like-button.liked i {
  font-weight: bold;
  color: #D95858;
  animation: pop-heart 0.3s ease;
}
.p-murmur-list__head .like-button.liked i::before {
  content: "\f004";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
@keyframes pop-heart {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.p-murmur-list__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  overflow: hidden;
}
.p-murmur-list__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-murmur-list__name {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-murmur-list__name {
    font-size: 1.2rem;
  }
}
.p-murmur-list__date {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-murmur-list__date {
    font-size: 1.2rem;
  }
}
.p-murmur-list__txt {
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-murmur-list__txt {
    font-size: 1.2rem;
  }
}
.p-murmur-list__img {
  width: 6rem;
  height: 10rem;
  overflow: hidden;
  cursor: pointer;
}
.p-murmur-list__img a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.p-murmur-list__img a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background: #fff;
  opacity: 0.8;
}
.p-murmur-list__img a::after {
  content: "\f00e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  font-size: 2rem;
  line-height: 1;
}
.p-murmur-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-murmur-post {
  position: relative;
  max-width: 60rem;
  margin: 0 auto;
  padding: 2rem 2rem 12rem 2rem;
}
.p-murmur-post__txt {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
}
.p-murmur-post-list__item {
  position: relative;
  font-size: 1.4rem;
  padding: 0 0 0 1em;
}
.p-murmur-post-list__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-murmur-post__back {
  position: absolute;
  bottom: 6rem;
  width: 20rem;
  height: 4rem;
  left: 50%;
  transform: translateX(-50%);
}
.p-murmur-post__back a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  background: #fff;
  color: #333;
}
.p-murmur-post__success {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 2rem;
  width: calc(100% - 4rem);
  background: #5D728D;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  opacity: 0;
  transition: 0.3s;
  padding: 0.5rem 0;
}
.p-murmur-post__success.is-show {
  pointer-events: all;
  opacity: 1;
}
.p-murmur-form label {
  display: block;
  margin: 1rem 0 0;
}
.p-murmur-form textarea {
  width: 100%;
  border: 1px solid #ccc;
  padding: 1rem;
  resize: vertical;
}
.p-murmur-form button {
  display: block;
  width: 20rem;
  height: 4rem;
  font-size: 1.6rem;
  color: #fff;
  background: #333;
  text-align: center;
  margin: 2rem auto 0;
}

.c-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.c-modal__overlay {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.c-modal__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 80%;
  width: 70%;
  height: 70%;
}
@media screen and (max-width: 767px) {
  .c-modal__content {
    width: 100%;
  }
}
.c-modal__content img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.p-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-detail {
    flex-flow: column;
    gap: 2rem 0;
  }
}
.p-detail-post {
  max-width: 90rem;
  width: 70%;
  /*
  a {
  	position: relative;
  	display: block;
  	width: 100%;
  	height: 100%;
  	@include hover {
  		img {
  			transform: scale(1.05);
  		}
  	}
  }*/
}
@media screen and (max-width: 767px) {
  .p-detail-post {
    width: 100%;
  }
}
.p-detail-post-author {
  display: inline-block;
  margin: 2rem 0 0;
}
.p-detail-post-author a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post-author a {
    gap: 0 1rem;
  }
}
.p-detail-post-author__img {
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-detail-post-author__img {
    width: 4rem;
    height: 4rem;
  }
}
.p-detail-post-author__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-detail-post-author__name {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post-author__name {
    font-size: 1.4rem;
  }
}
.p-detail-post .comments-area {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post .comments-area {
    margin-top: 4rem;
  }
}
.p-detail-post .comments-area .comments-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post .comments-area .comments-title {
    font-size: 1.6rem;
  }
}
.p-detail-post .comments-area > .comment {
  padding: 2rem;
  background: #F1F1F1;
}
@media screen and (max-width: 767px) {
  .p-detail-post .comments-area > .comment {
    padding: 1.5rem;
  }
}
.p-detail-post .comments-area > .comment > .comment {
  background: #fff;
  margin-top: 2rem;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post .comments-area > .comment > .comment {
    padding: 1.5rem;
  }
}
.p-detail-post .comments-area > .comment + .comment {
  margin-top: 2rem;
}
.p-detail-post .comment-respond {
  margin-top: 3rem;
}
.p-detail-post .comment-respond h3 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post .comment-respond h3 {
    font-size: 1.6rem;
  }
}
.p-detail-post .comment-form .logged-in-msg {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post .comment-form .logged-in-msg {
    font-size: 1.2rem;
  }
}
.p-detail-post .comment-form-comment {
  margin: 0;
}
.p-detail-post .comment-form-comment label {
  display: block;
}
.p-detail-post .comment-form-comment textarea {
  display: block;
  width: 100%;
  height: 20rem;
  resize: vertical;
  border: 1px solid #ccc;
  border-radius: 0.6rem;
  padding: 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post .comment-form-comment textarea {
    height: 15rem;
  }
}
.p-detail-post .comment-form-author {
  margin: 2rem 0 0;
}
.p-detail-post .comment-form-author label {
  display: block;
}
.p-detail-post .comment-form-author input {
  width: 100%;
  height: 5rem;
  border: 1px solid #ccc;
  border-radius: 0.6rem;
  padding: 0 0.4rem;
}
.p-detail-post .comment-form-cookies-consent {
  font-size: 1.4rem;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-post .comment-form-cookies-consent {
    font-size: 1.2rem;
  }
}
.p-detail-post .comment-form .form-submit {
  width: 16rem;
  height: 4rem;
  margin-top: 2rem !important;
}
.p-detail-post .comment-form .form-submit button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  background: #fff;
  border-radius: 0.6rem;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-detail-post .comment-form .form-submit button {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-detail-post .comment-form .form-submit button:hover {
    background: #ccc;
    color: #fff;
  }
}
.p-detail-post .comments-toggle {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  border-radius: 0.6rem;
  border: 1px solid #ccc;
}
.p-detail-post .comments-toggle::before {
  position: absolute;
  top: 50%;
  right: 2rem;
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  transform: translateY(-50%);
}
.p-detail-post .comments-accordion {
  display: none;
  padding: 2rem 0 0;
}
.p-detail-post .comment {
  list-style: none;
  border-radius: 0.6rem;
}
.p-detail-post .comment__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-detail-post .comment__img {
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-detail-post .comment__img {
    width: 4rem;
    height: 4rem;
  }
}
.p-detail-post .comment__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-detail-post .comment-reply {
  text-align: right;
}
.p-detail-post .comment-reply a {
  text-decoration: none;
  background: none;
  color: #333;
}
@media (hover: hover) and (pointer: fine) {
  .p-detail-post .comment-reply a:hover {
    opacity: 0.5;
  }
}
.p-detail-post .comment-reply-link i {
  margin-right: 0.5rem;
}
.p-detail-post .comment-content {
  width: calc(100% - 8rem);
}
@media screen and (max-width: 767px) {
  .p-detail-post .comment-content {
    width: calc(100% - 5rem);
  }
}
.p-detail-post .comment-content__name {
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post .comment-content__name {
    font-size: 1.4rem;
  }
}
.p-detail-post .comment-content__data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post .comment-content__data {
    font-size: 1.2rem;
  }
}
.p-detail-post .comment-content__meta {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post .comment-content__meta {
    font-size: 1.2rem;
  }
}
.p-detail-post .comment-content__txt {
  margin-top: 1rem;
}
.p-detail-post .like-button {
  font-size: 2rem;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-post .like-button {
    font-size: 1.6rem;
    margin: 1rem 0 0;
  }
}
.p-detail-post .like-button i {
  transition: transform 0.2s ease, color 0.2s ease;
}
.p-detail-post .like-button span {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post .like-button span {
    font-size: 1.4rem;
  }
}
.p-detail-post .like-button.liked i {
  font-weight: bold;
  color: #D95858;
  animation: pop-heart 0.3s ease;
}
.p-detail-post .like-button.liked i::before {
  content: "\f004";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
@keyframes pop-heart {
  0% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}
.p-detail-post .linkcard {
  margin: 4rem 0 0 !important;
}
@media screen and (max-width: 767px) {
  .p-detail-post .linkcard {
    margin-top: 2rem !important;
  }
}
.p-detail-post .lkc-external-wrap {
  border: 1px solid #ccc !important;
  background: #F1F1F1 !important;
  box-shadow: none !important;
  border-radius: 0.6rem !important;
  max-width: 50rem !important;
}
.p-detail-post .lkc-title {
  font-size: 1.6rem !important;
}
.p-detail-post__head {
  position: relative;
  margin: 0;
}
.p-detail-post__head .like-button {
  line-height: 1;
  margin: 0;
}
.p-detail-post__catch {
  width: 100%;
  aspect-ratio: 6/4;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post__catch {
    margin-top: 2rem;
  }
}
.p-detail-post__catch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-detail-post__ttl {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-post__ttl {
    font-size: 2.4rem;
  }
}
.p-detail-post-data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1.5rem;
}
.p-detail-post-data__cat {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 0 1.2em;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post-data__cat {
    font-size: 1.4rem;
  }
}
.p-detail-post-data__cat::before {
  content: "\f02e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
.p-detail-post-data__date {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post-data__date {
    font-size: 1.4rem;
  }
}
.p-detail-post-tag {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-post-tag {
    gap: 1rem;
    margin: 1.2rem 0 0;
  }
}
.p-detail-post-tag__item {
  position: relative;
  font-size: 1.4rem;
  padding: 0 0 0 1.2em;
}
@media screen and (max-width: 767px) {
  .p-detail-post-tag__item {
    font-size: 1.2rem;
  }
}
.p-detail-post-tag__item::before {
  content: "\f292";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
.p-detail-post__author {
  position: relative;
  font-size: 1.4rem;
  padding: 0 0 0 1.5em;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-post__author {
    font-size: 1.2rem;
    margin: 0;
  }
}
.p-detail-post__author::before {
  content: "\f5ad";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
.p-detail-post__image {
  text-align: center;
}
.p-detail-post__image img {
  max-width: 70% !important;
  max-height: 70% !important;
}
@media screen and (max-width: 767px) {
  .p-detail-post__image img {
    max-width: 80% !important;
    max-height: 80% !important;
  }
}
.p-detail-post__separator {
  position: relative;
  height: 12rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post__separator {
    height: 8rem;
  }
}
.p-detail-post__separator::before {
  content: "";
  position: absolute;
  top: 6rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
@media screen and (max-width: 767px) {
  .p-detail-post__separator::before {
    top: 4rem;
  }
}
.p-detail-post__separator + * {
  margin-top: 0 !important;
}
.p-detail-post__movie {
  max-width: 56rem;
  text-align: center;
  margin: 4rem auto 0;
}
.p-detail-post__movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 6/4;
}
.p-detail-post .c-linkcard {
  display: flex;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background: #fff;
  margin: 2em 0;
}
.p-detail-post .c-linkcard__img {
  width: 40%;
  object-fit: cover;
  flex-shrink: 0;
}
.p-detail-post .c-linkcard__body {
  padding: 1em;
  width: 60%;
}
.p-detail-post .c-linkcard__title {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.p-detail-post .c-linkcard__desc {
  font-size: 0.9em;
  color: #666;
}
.p-detail-post .c-linkcard__domain {
  margin-top: 0.5em;
  font-size: 0.8em;
  color: #999;
}
.p-detail-post__txt {
  margin-top: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt {
    margin-top: 2rem;
  }
}
.p-detail-post__txt h2 {
  line-height: 1.6;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt h2 {
    font-size: 2.4rem;
  }
}
.p-detail-post__txt h3 {
  line-height: 1.6;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt h3 {
    font-size: 2rem;
  }
}
.p-detail-post__txt h4 {
  font-size: 2rem;
  line-height: 1.6;
  border: 1px solid #ccc;
  font-weight: 600;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt h4 {
    font-size: 1.8rem;
  }
}
.p-detail-post__txt h5 {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 600;
  padding-left: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt h5 {
    font-size: 1.6rem;
  }
}
.p-detail-post__txt h5::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #ccc;
}
.p-detail-post__txt h6 {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  margin-bottom: 2rem;
}
.p-detail-post__txt hr {
  border: 0;
  border-top: 1px solid #333;
  margin: 6rem 0;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt hr {
    margin: 4rem 0;
  }
}
.p-detail-post__txt h2,
.p-detail-post__txt h3,
.p-detail-post__txt h4,
.p-detail-post__txt h5,
.p-detail-post__txt h6 {
  word-break: normal;
}
.p-detail-post__txt * + h2 {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt * + h2 {
    margin-top: 4rem;
  }
}
.p-detail-post__txt * + h3 {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt * + h3 {
    margin-top: 3rem;
  }
}
.p-detail-post__txt * + h4,
.p-detail-post__txt * + h5,
.p-detail-post__txt * + h6 {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt * + h4,
  .p-detail-post__txt * + h5,
  .p-detail-post__txt * + h6 {
    margin-top: 2rem;
  }
}
.p-detail-post__txt h2 + h3,
.p-detail-post__txt h2 + h4,
.p-detail-post__txt h2 + h5,
.p-detail-post__txt h2 + h6,
.p-detail-post__txt h3 + h4,
.p-detail-post__txt h3 + h5,
.p-detail-post__txt h3 + h6,
.p-detail-post__txt h4 + h5,
.p-detail-post__txt h4 + h6,
.p-detail-post__txt h5 + h6 {
  margin-top: 2rem;
}
.p-detail-post__txt * + p,
.p-detail-post__txt * + ul,
.p-detail-post__txt * + ol,
.p-detail-post__txt * + blockquote,
.p-detail-post__txt * + figure,
.p-detail-post__txt * + img,
.p-detail-post__txt * + .wp-block-image,
.p-detail-post__txt * + .wp-block-embed,
.p-detail-post__txt * + table {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt * + p,
  .p-detail-post__txt * + ul,
  .p-detail-post__txt * + ol,
  .p-detail-post__txt * + blockquote,
  .p-detail-post__txt * + figure,
  .p-detail-post__txt * + img,
  .p-detail-post__txt * + .wp-block-image,
  .p-detail-post__txt * + .wp-block-embed,
  .p-detail-post__txt * + table {
    margin-top: 2rem;
  }
}
.p-detail-post__txt p + p {
  margin-top: 0 !important;
}
.p-detail-post__txt h2 + p,
.p-detail-post__txt h3 + p,
.p-detail-post__txt h4 + p,
.p-detail-post__txt h5 + p,
.p-detail-post__txt h6 + p {
  margin-top: 0 !important;
}
.p-detail-post__txt img + img,
.p-detail-post__txt figure + img,
.p-detail-post__txt img + figure,
.p-detail-post__txt figure + figure {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt img + img,
  .p-detail-post__txt figure + img,
  .p-detail-post__txt img + figure,
  .p-detail-post__txt figure + figure {
    margin-top: 2rem;
  }
}
.p-detail-post__txt .c-special {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt .c-special {
    margin-top: 2rem;
  }
}
.p-detail-post__txt .c-special--default {
  position: relative;
  border: 1px solid #333;
  background: #fff;
  padding: 4rem;
}
.p-detail-post__txt .c-special--default::before {
  position: absolute;
  content: "";
  left: -1px;
  top: -1px;
  border-style: solid;
  border-width: 0 0 3rem 3rem;
  border-color: #fff #fff #333;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt .c-special--default::before {
    border-width: 0 0 1rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt .c-special--default {
    padding: 2rem;
  }
}
.p-detail-post__txt .c-special--hint {
  position: relative;
  border: 0.4rem double #ccc;
  padding: 3rem 4rem 3rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt .c-special--hint {
    padding: 6rem 2rem 2rem 2rem;
  }
}
.p-detail-post__txt .c-special--hint::before {
  content: "\f0eb";
  position: absolute;
  top: 50%;
  left: 3.8rem;
  font-size: 3.3rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fcd575;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt .c-special--hint::before {
    top: 1.8rem;
    left: 50%;
    line-height: 1;
    font-size: 2.4rem;
    transform: translateX(-50%);
  }
}
.p-detail-post__txt .c-special--question {
  position: relative;
  border: 0.4rem double #ccc;
  padding: 3rem 4rem 3rem 10rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt .c-special--question {
    padding: 6rem 2rem 2rem 2rem;
  }
}
.p-detail-post__txt .c-special--question::before {
  content: "?";
  position: absolute;
  top: 50%;
  left: 3.8rem;
  font-size: 3.3rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #5D728D;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt .c-special--question::before {
    top: 1.8rem;
    left: 50%;
    line-height: 1;
    font-size: 2.4rem;
    transform: translateX(-50%);
  }
}
.p-detail-post__txt .c-special * + h2,
.p-detail-post__txt .c-special * + h3,
.p-detail-post__txt .c-special * + h4,
.p-detail-post__txt .c-special * + h5,
.p-detail-post__txt .c-special * + h6 {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt .c-special * + h2,
  .p-detail-post__txt .c-special * + h3,
  .p-detail-post__txt .c-special * + h4,
  .p-detail-post__txt .c-special * + h5,
  .p-detail-post__txt .c-special * + h6 {
    margin-top: 1rem;
  }
}
.p-detail-post__txt .c-special * + p,
.p-detail-post__txt .c-special * + ul,
.p-detail-post__txt .c-special * + ol,
.p-detail-post__txt .c-special * + blockquote,
.p-detail-post__txt .c-special * + figure,
.p-detail-post__txt .c-special * + img,
.p-detail-post__txt .c-special * + .wp-block-image,
.p-detail-post__txt .c-special * + .wp-block-embed {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt .c-special * + p,
  .p-detail-post__txt .c-special * + ul,
  .p-detail-post__txt .c-special * + ol,
  .p-detail-post__txt .c-special * + blockquote,
  .p-detail-post__txt .c-special * + figure,
  .p-detail-post__txt .c-special * + img,
  .p-detail-post__txt .c-special * + .wp-block-image,
  .p-detail-post__txt .c-special * + .wp-block-embed {
    margin-top: 1rem;
  }
}
.p-detail-post__txt .c-special img + img,
.p-detail-post__txt .c-special figure + img,
.p-detail-post__txt .c-special img + figure,
.p-detail-post__txt .c-special figure + figure {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt .c-special img + img,
  .p-detail-post__txt .c-special figure + img,
  .p-detail-post__txt .c-special img + figure,
  .p-detail-post__txt .c-special figure + figure {
    margin-top: 1rem;
  }
}
.p-detail-post__txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  word-break: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt p:has(> .wp-embedded-content) {
    overflow-x: scroll;
  }
}
.p-detail-post__txt strong {
  font-weight: bold;
}
.p-detail-post__txt em {
  font-style: italic;
}
.p-detail-post__txt blockquote {
  position: relative;
  display: block;
  background: #F1F1F1;
  border: 1px solid #ccc;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  padding: 2rem 3rem 2rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt blockquote {
    font-size: 1.4rem;
    padding: 2rem 2rem 2rem 4.5rem;
  }
}
.p-detail-post__txt blockquote::before {
  content: "\f10d";
  position: absolute;
  top: 2rem;
  left: 2rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2.4rem;
  color: #ccc;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt blockquote::before {
    top: 1.4rem;
    left: 1.8rem;
    font-size: 1.8rem;
  }
}
.p-detail-post__txt blockquote p {
  margin: 0;
}
.p-detail-post__txt blockquote cite {
  display: block;
  text-align: right;
  font-size: 1.4rem;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt blockquote cite {
    font-size: 1.2rem;
  }
}
.p-detail-post__txt blockquote.wp-embedded-content {
  display: none !important;
}
.p-detail-post__txt iframe.wp-embedded-content {
  position: relative !important;
  visibility: visible !important;
  margin: 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt iframe.wp-embedded-content {
    margin: 0 0 1rem;
  }
}
.p-detail-post__txt a {
  display: inline;
  background: linear-gradient(transparent calc(100% - 1px), #5D728D 0%);
  color: #5D728D;
}
@media (hover: hover) and (pointer: fine) {
  .p-detail-post__txt a:hover {
    background: none;
    opacity: 1;
  }
}
.p-detail-post__txt a[href$=".pdf"] {
  background: none;
  color: #333;
}
.p-detail-post__txt a[href$=".pdf"]::after {
  content: "PDF";
  display: inline-block;
  background: #B51515;
  border-radius: 0.3rem;
  font-size: 1.1rem;
  color: #fff;
  line-height: 1;
  padding: 0.3rem 1rem;
  margin-left: 4rem;
  vertical-align: text-bottom;
}
.p-detail-post__txt a[href$=".pdf"][target=_blank]::after {
  width: auto;
  height: auto;
}
.p-detail-post__txt .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.p-detail-post__txt .alignright {
  float: right;
  margin-left: 1.5em;
}
.p-detail-post__txt .alignleft {
  float: left;
  margin-right: 1.5em;
}
.p-detail-post__txt .wp-block-image {
  overflow: hidden;
}
.p-detail-post__txt img,
.p-detail-post__txt img[class*=wp-image-],
.p-detail-post__txt img[class*=attachment-] {
  width: auto;
  height: auto;
  max-width: 100%;
}
.p-detail-post__txt figcaption {
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-detail-post__txt ul {
  list-style: none;
}
.p-detail-post__txt ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 0 0 0 1em;
  word-break: normal;
}
.p-detail-post__txt ul li::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: #5D728D;
}
.p-detail-post__txt ul li + .p-detail-post__txt ul li {
  margin-top: 1rem;
}
.p-detail-post__txt ol {
  counter-reset: item;
  list-style-type: none;
}
.p-detail-post__txt ol li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
  line-height: 1.8;
  word-break: normal;
}
.p-detail-post__txt ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #5D728D;
}
@media screen and (max-width: 767px) {
  .p-detail-post__txt p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .p-detail-post__txt h1,
  .p-detail-post__txt h2,
  .p-detail-post__txt h3,
  .p-detail-post__txt h4 {
    line-height: 1.6;
  }
  .p-detail-post__txt h5,
  .p-detail-post__txt h6 {
    line-height: 1.6;
  }
  .p-detail-post__txt ul li,
  .p-detail-post__txt ol li,
  .p-detail-post__txt blockquote {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.p-detail-post-balloon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-flow: column;
  gap: 1.5rem 0;
  margin: 4rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-post-balloon {
    margin-top: 2rem;
  }
}
.p-detail-post-balloon__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-detail-post-balloon__block.is-reverse {
  flex-flow: row-reverse;
}
.p-detail-post-balloon__img {
  position: relative;
  align-self: flex-start;
  width: 10rem;
  height: 10rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post-balloon__img {
    width: 5.5rem;
    height: 5.5rem;
    flex-shrink: 0;
    margin-right: 1.4rem;
  }
}
.p-detail-post-balloon__img img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  object-fit: cover;
}
.is-reverse .p-detail-post-balloon__img {
  margin: 0 0 0 2rem;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-detail-post-balloon__img {
    margin: 0 0 0 1.4rem;
  }
}
.is-reverse .p-detail-post-balloon__img::before {
  right: auto;
  left: -2.1rem;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}
@media screen and (max-width: 767px) {
  .is-reverse .p-detail-post-balloon__img::before {
    left: -1.4rem;
  }
}
.is-reverse .p-detail-post-balloon__img::after {
  right: auto;
  left: -2.3rem;
  background: #F0F0F0;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .is-reverse .p-detail-post-balloon__img::after {
    left: -1.6rem;
  }
}
.p-detail-post-balloon__img::before {
  content: "";
  position: absolute;
  top: 4.4rem;
  left: auto;
  right: -2.1rem;
  width: 1.4rem;
  height: 1.4rem;
  background: #333;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
@media screen and (max-width: 767px) {
  .p-detail-post-balloon__img::before {
    top: 2.4rem;
    right: -1.4rem;
    width: 1rem;
    height: 1rem;
  }
}
.p-detail-post-balloon__img::after {
  content: "";
  position: absolute;
  top: 4.4rem;
  right: -2.3rem;
  left: auto;
  width: 1.4rem;
  height: 1.4rem;
  background: #fff;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-detail-post-balloon__img::after {
    top: 2.4rem;
    right: -1.6rem;
    width: 1rem;
    height: 1rem;
  }
}
.p-detail-post-balloon__txt {
  position: relative;
  max-width: calc(100% - 24rem);
  border: 1px solid #333;
  margin: 0 !important;
  padding: 1rem 1.5rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-detail-post-balloon__txt {
    max-width: calc(100% - 6rem);
    padding: 0.8rem 1.2rem;
  }
}
.is-reverse .p-detail-post-balloon__txt {
  background: rgba(204, 204, 204, 0.3);
}
.p-detail-author {
  position: relative;
  margin-top: 6rem;
  padding: 0 3rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-detail-author {
    margin-top: 4rem;
    padding: 0 2rem 2rem;
  }
}
.p-detail-author::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 2rem);
  border: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .p-detail-author::before {
    height: calc(100% - 1.6rem);
  }
}
.p-detail-author__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-detail-author__block {
    flex-flow: column;
  }
}
.p-detail-author__ttl {
  position: relative;
  width: 100%;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-detail-author__ttl {
    font-size: 1.8rem;
  }
}
.p-detail-author__ttl span {
  position: relative;
  background: #fff;
  z-index: 2;
  padding: 0 1rem;
}
.p-detail-author__img {
  width: 12rem;
  height: 12rem;
  overflow: hidden;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-detail-author__img {
    width: 10rem;
    height: 10rem;
  }
}
.p-detail-author__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-detail-author__inner {
  width: calc(100% - 14rem);
}
@media screen and (max-width: 767px) {
  .p-detail-author__inner {
    width: 100%;
    text-align: right;
    margin: 1rem 0 0;
  }
}
.p-detail-author__name {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-detail-author__name {
    font-size: 1.6rem;
    text-align: center;
    margin: 0 0 0.5rem;
  }
}
.p-detail-author__profile {
  text-align: left;
}
.p-detail-author-cats {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 1rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-author-cats {
    flex-flow: column;
    margin: 1rem 0 2rem;
  }
}
.p-detail-author-cats__ttl {
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 1em 0 0;
}
@media screen and (max-width: 767px) {
  .p-detail-author-cats__ttl {
    font-size: 1.2rem;
    margin: 0 0 1em 0;
  }
}
.p-detail-author-cats__ttl span {
  position: relative;
  padding: 0 0 0 1.2em;
}
.p-detail-author-cats__ttl span::before {
  content: "\f02e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
.p-detail-author-cats-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
}
.p-detail-author-cats-list__item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 1.2rem;
}
.p-detail-author__btn {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-detail-author__btn {
    font-size: 1.2rem;
  }
}
.p-detail-author__btn a {
  color: #fff;
  background: #333;
  border: 1px solid #333;
  padding: 0.3rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-author__btn a {
    padding: 0.5rem 1rem;
  }
}
.p-detail-author-partner {
  position: relative;
  background: rgba(204, 204, 204, 0.3);
  padding: 2rem;
  margin-top: 2rem;
}
.p-detail-author-partner__block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-detail-author-partner__block {
    flex-flow: column;
  }
}
.p-detail-author-partner__ttl {
  position: absolute;
  bottom: 3rem;
  left: 2rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-detail-author-partner__ttl {
    bottom: auto;
    top: 9rem;
    left: 8rem;
  }
}
.p-detail-author-partner__ttl span {
  display: inline-block;
  background: #fff;
  padding: 0.3rem 0.5rem;
}
.p-detail-author-partner__img {
  width: 12rem;
  height: 12rem;
  overflow: hidden;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-detail-author-partner__img {
    width: 10rem;
    height: 10rem;
  }
}
.p-detail-author-partner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-detail-author-partner__inner {
  width: calc(100% - 14rem);
}
@media screen and (max-width: 767px) {
  .p-detail-author-partner__inner {
    width: 100%;
    margin: 1rem 0 0;
  }
}
.p-detail-author-partner__name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  gap: 0 0.5em;
}
@media screen and (max-width: 767px) {
  .p-detail-author-partner__name {
    flex-flow: column;
    gap: 0.5em 0;
    font-size: 1.4rem;
    text-align: center;
    gap: 0;
    margin: 0 0 0.5rem;
  }
}
.p-detail-author-partner__name span {
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-detail-author-partner__name span {
    font-size: 1rem;
  }
}
.p-detail-author-partner__name span::before {
  content: "＜";
}
.p-detail-author-partner__name span::after {
  content: "＞";
}
.p-detail-side {
  max-width: 34rem;
  width: 27%;
}
@media screen and (max-width: 767px) {
  .p-detail-side {
    width: 100%;
    margin-top: 6rem;
  }
}
.p-detail-side a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .p-detail-side a:hover img {
    transform: scale(1.05);
  }
}
.p-detail-side__ttl {
  position: relative;
  font-size: 2rem;
  font-family: "hiragino-kaku-gothic-pron", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin: 4rem 0 2rem;
}
.p-detail-side__ttl:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-detail-side__ttl {
    font-size: 1.6rem;
  }
}
.p-detail-side__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
.p-detail-side__ttl span {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0 1rem;
  z-index: 1;
}
.p-detail-side__ad {
  max-width: 34rem;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.p-detail-side__ad img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.p-detail-side-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  flex-flow: column;
  gap: 2rem 0;
}
.p-detail-side-list__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-detail-side-list__img {
  width: 8rem;
  aspect-ratio: 6/4;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-detail-side-list__img {
    height: 6rem;
    border-radius: 0.3rem;
  }
}
.p-detail-side-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.p-detail-side-list__detail {
  width: calc(100% - 10rem);
}
@media screen and (max-width: 767px) {
  .p-detail-side-list__detail {
    width: calc(100% - 9.5rem);
  }
}
.p-detail-side-list__ttl {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-detail-side-list__ttl {
    font-size: 1.4rem;
  }
}
.p-detail-side-list__date {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-side-list__date {
    font-size: 1rem;
  }
}
.p-detail-side-cat__item {
  position: relative;
  padding: 0 0 0 2.2rem;
}
.p-detail-side-cat__item::before {
  content: "\f02e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
.p-detail-side-cat__item + .p-detail-side-cat__item {
  margin-top: 0.5rem;
}
.p-detail-side-tag {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-detail-side-tag {
    gap: 0.5rem 1rem;
  }
}
.p-detail-side-tag__item {
  position: relative;
  padding: 0 0 0 1.2em;
}
.p-detail-side-tag__item::before {
  content: "\f292";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
.p-detail-side-author__item {
  position: relative;
  padding: 0 0 0 1.5em;
}
.p-detail-side-author__item::before {
  content: "\f5ad";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
}
.p-detail-side-author__item + .p-detail-side-author__item {
  margin-top: 0.5rem;
}

.p-tabs {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-tabs {
    gap: 0 0.9rem;
    padding: 0 2rem;
  }
}
.p-tabs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.p-tabs__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20rem;
  height: 5rem;
  font-size: 1.8rem;
  background: #ccc;
  color: #fff;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  cursor: pointer;
  transition: 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-tabs__item:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .p-tabs__item {
    width: calc(33.3333333333% - 0.6rem);
    height: 3.5rem;
    font-size: 1.4rem;
  }
}
.p-tabs__item.is-current {
  background: #fff;
  color: #333;
  z-index: 1;
}
@media (hover: hover) and (pointer: fine) {
  .p-tabs__item.is-current:hover {
    opacity: 1;
  }
}

.p-tab__item {
  display: none;
}
.p-tab__item.is-current {
  display: block;
}

.p-author {
  max-width: 60rem;
  margin: 0 auto;
}
.p-author.is-author {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-author.is-author {
    margin-top: 4rem;
  }
}
.p-author + .p-author {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-author + .p-author {
    margin-top: 8rem;
  }
}
.p-author__block + .p-author__block {
  margin-top: 4rem;
}
.p-author__img {
  width: 20rem;
  height: 20rem;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-author__img {
    width: 12rem;
    height: 12rem;
  }
}
.p-author__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-author__name {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
  margin: 1.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-author__name {
    font-size: 2rem;
  }
}
.p-author__platform {
  text-align: center;
  font-size: 1.4rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-author__platform {
    font-size: 1.2rem;
  }
}
.p-author__txt {
  margin: 2rem 0 0;
}
.p-author__txt a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .p-author__txt a:hover {
    text-decoration: none;
  }
}
.p-author__txt hr {
  margin: 1rem 0;
}
.p-author-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 4rem 0 0;
}
.p-author-list__item {
  width: 2em;
  height: 2rem;
  font-size: 2rem;
  text-align: center;
}
.p-author-list__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .p-author-list__item a:hover {
    opacity: 0.5;
  }
}
.p-author-list__item.is-note img {
  width: 90%;
}
.p-author-cats {
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-author-cats {
    margin: 1rem 0 0;
  }
}
.p-author-cats__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-author-cats__ttl {
    font-size: 1.4rem;
    margin: 0 0 1rem;
  }
}
.p-author-cats__ttl span {
  position: relative;
  padding: 0 0 0 1.2em;
}
.p-author-cats__ttl span::before {
  content: "\f02e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
.p-author-cats-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-author-cats-list {
    gap: 1rem 1.5rem;
  }
}
.p-author-cats-list__item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 1.4rem;
}

.p-authors-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: wrap;
  gap: 2rem;
}
.p-authors-list__item {
  width: calc((100% - 4rem) / 3);
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-authors-list__item {
    width: 100%;
  }
}
.p-authors-list__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p-authors-list__item a {
    padding: 1.5rem;
  }
}
.p-authors-list__img {
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-authors-list__img {
    width: 6rem;
    height: 6rem;
  }
}
.p-authors-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-authors-list__txt {
  width: calc(100% - 10rem);
}
@media screen and (max-width: 767px) {
  .p-authors-list__txt {
    width: calc(100% - 8rem);
  }
}
.p-authors-list__name {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-authors-list__name {
    font-size: 1.6rem;
  }
}

.p-page {
  max-width: 70rem;
  margin: 0 auto;
  padding: 0 2rem;
}
.p-page + .p-page {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-page + .p-page {
    margin-top: 6rem;
  }
}
.p-page__txt {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-page__txt {
    text-align: left;
  }
}
.p-page__ask {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-page__ask {
    margin-top: 3rem;
  }
}
.p-page__ask + .c-heading {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-page__ask + .c-heading {
    margin-top: 6rem;
  }
}
.p-page.u-wide {
  max-width: 100rem;
}
.p-page-img {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: row-reverse;
  gap: 0 2%;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-page-img {
    pointer-events: all;
    display: block;
    margin: 0.5rem 0 0;
  }
}
.p-page-img img {
  display: block;
  width: 49%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-page-img img {
    width: 100%;
  }
}
.p-page-img .layer-top {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-page-img .layer-top {
    pointer-events: all;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.p-not {
  margin-top: 5rem;
}

.p-policy__small {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-policy__small {
    display: block;
    font-size: 1.2rem;
  }
}
.p-policy__img {
  width: 24rem;
  margin: 0 auto 4rem;
}
@media screen and (max-width: 767px) {
  .p-policy__img {
    width: 16rem;
  }
}
.p-policy__img img {
  width: 100%;
  height: auto;
}
.p-policy__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 2rem;
  margin: 6rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-policy__ttl {
    font-size: 1.6rem;
    margin: 4rem 0 1rem;
  }
}
.p-policy__ttl span {
  margin-left: 1rem;
}
.p-policy__txt + ul {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-policy__txt + ul {
    margin-top: 1rem;
  }
}
.p-policy-list__item {
  position: relative;
  padding: 0 0 0 1em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-policy-list__item {
    font-size: 1.4rem;
  }
}
.p-policy-list__item::before {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #333;
  border-radius: 100%;
}
.p-policy-list__item:first-child {
  margin-top: 0;
}
.p-policy__date {
  text-align: right;
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-policy__date {
    font-size: 1.4rem;
    margin: 4rem 0 0;
  }
}