@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* 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: bolder;
}

/**
 * 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;
}

/* 使用例
@use "global" as g;
@use "sass:map";

.hoge {
z-index: map.get(g.$layer, "header");
}

相対的な順番は、共通定義したドロワーの値から
z-index: map.get($layer, "drawer") + 1;
あるいは
z-index: map.get($layer, "drawer") - 1;
などして制御。
*/
body {
  color: #424242;
  font-family: "Jost", "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.125rem;
  line-height: 2.2;
  letter-spacing: 0.04em;
  background: #F7F7F7;
}
@media screen and (max-width: 1249px) {
  body {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.9375rem;
  }
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

@media screen and (min-width: 1250px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.font-r {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
}

.l-inner {
  max-width: 1440px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 90%;
  }
}
.l-inner.--tiny {
  max-width: 1100px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-inner.--tiny {
    width: 90%;
  }
}

.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  border-radius: 5px;
  background: #C60C30;
  border: 1px solid #C60C30;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.c-btn:hover {
  color: #C60C30;
  background: #F7F7F7;
}
@media screen and (max-width: 1249px) {
  .c-btn {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    height: 60px;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  border-radius: 5px;
  background: #C60C30;
  border: 1px solid #C60C30;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  transition: all 0.4s ease-out;
  cursor: pointer;
  margin-top: 80px;
}
.btn:hover {
  color: #C60C30;
  background: #F7F7F7;
}
@media screen and (max-width: 1249px) {
  .btn {
    height: 80px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    height: 60px;
    margin-top: 30px;
  }
}

.p-drw__icons {
  width: 50px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-drw__icons {
    width: 40px;
  }
}

.p-drwIcon {
  position: absolute;
  top: 50%;
  right: 5%;
  transition: transform 0.5s ease 0s;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-drwIcon {
    right: 3%;
    top: 58%;
  }
}
.p-drwIcon.is-active {
  z-index: 300;
}
.p-drwIcon.is-active .p-drwIcon__bar1 {
  transform: rotate(-45deg);
  top: 15px;
}
@media screen and (max-width: 767px) {
  .p-drwIcon.is-active .p-drwIcon__bar1 {
    top: 12px;
  }
}
.p-drwIcon.is-active .p-drwIcon__bar2 {
  display: none;
}
.p-drwIcon.is-active .p-drwIcon__bar3 {
  transform: rotate(45deg);
  top: 15px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .p-drwIcon.is-active .p-drwIcon__bar3 {
    top: 12px;
    width: 40px;
  }
}
.p-drwIcon__bars {
  width: 50px;
  height: 30px;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-drwIcon__bars {
    width: 40px;
    height: 24px;
  }
}
.p-drwIcon__bar1, .p-drwIcon__bar2 {
  position: absolute;
  width: 50px;
  height: 2px;
  background: #424242;
  top: 0;
  left: 0;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .p-drwIcon__bar1, .p-drwIcon__bar2 {
    width: 40px;
  }
}
.p-drwIcon__bar1 {
  top: 0;
}
.p-drwIcon__bar2 {
  top: 14px;
}
@media screen and (max-width: 767px) {
  .p-drwIcon__bar2 {
    top: 11px;
  }
}
.p-drwIcon__bar3 {
  position: absolute;
  width: 25px;
  height: 2px;
  background: #C60C30;
  top: 28px;
  right: 0;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 767px) {
  .p-drwIcon__bar3 {
    width: 20px;
    top: 22px;
  }
}

.p-drwContent {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #F7F7F7;
  width: 100%;
  height: 100vh;
  padding: 170px 0 150px;
  z-index: 100;
  overflow: auto;
  transform: translateY(-105%);
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 1249px) {
  .p-drwContent {
    padding: 120px 0 100px;
  }
}
@media screen and (max-width: 1249px) {
  .p-drwContent {
    padding: 100px 0 120px;
  }
}
.p-drwContent.is-active {
  transform: translateY(0);
}
.p-drwContent__container {
  display: flex;
  justify-content: space-between;
  gap: 4.8%;
}
@media screen and (max-width: 767px) {
  .p-drwContent__container {
    flex-direction: column;
    gap: 60px;
  }
}
.p-drwContent__first {
  width: 46.4%;
}
@media screen and (max-width: 1249px) {
  .p-drwContent__first {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .p-drwContent__first {
    width: 100%;
  }
}
.p-drwContent__second {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-drwContent__second {
    width: 100%;
  }
}

.p-nav__media {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  margin-bottom: 65px;
}
@media screen and (max-width: 1249px) {
  .p-nav__media {
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
}
.p-nav__ttlWrap {
  display: flex;
  align-items: flex-end;
  gap: 15px;
  margin-bottom: 15px;
}
.p-nav__ttl {
  color: #C60C30;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 420px) {
  .p-nav__ttl {
    font-size: 1.75rem;
  }
}
.p-nav__subTtl {
  color: #707070;
  font-size: 0.9375rem;
  line-height: 1;
}
@media screen and (max-width: 420px) {
  .p-nav__subTtl {
    font-size: 0.875rem;
  }
}
.p-nav__list {
  margin-left: -8px;
}
.p-nav__listItem {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  padding: 8px;
}
@media screen and (max-width: 420px) {
  .p-nav__listItem {
    font-size: 0.875rem;
  }
}
.p-nav__listLink {
  transition: all 0.4s ease-out;
}
.p-nav__listLink:hover {
  opacity: 0.7;
}
.p-nav__tagList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
}

.p-form {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1249px) {
  .p-form {
    margin-bottom: 30px;
  }
}
.p-form__content {
  position: relative;
  width: 100%;
}
.p-form__input {
  background: #F7F7F7;
  border: 1px solid #2F2F2F;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  padding: 0 10px;
}
.p-form__input::placeholder {
  color: #909090;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (max-width: 1249px) {
  .p-form__input::placeholder {
    font-size: 0.875rem;
  }
}
.p-form__input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
@media screen and (max-width: 1249px) {
  .p-form__input {
    height: 50px;
  }
}
.p-form__btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
}
@media screen and (max-width: 1249px) {
  .p-form__btn {
    height: 50px;
  }
}
@media screen and (max-width: 420px) {
  .p-form__btn {
    height: 40px;
  }
}
.p-form__btn::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: url("../img/ico-search.svg") no-repeat center center/cover;
  pointer-events: none;
}
.p-form__btn input {
  width: 100%;
  height: 100%;
}

.p-menuPost {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 20px;
}
@media screen and (max-width: 1249px) {
  .p-menuPost {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.p-menuPost__item {
  display: block;
  transition: all 0.4s ease-out;
}
.p-menuPost__item:hover {
  opacity: 0.7;
}
.p-menuPost__item:hover .p-menuPost__imgWrap img:not(.p-menuPost__catIco) {
  transform: translate3d(5px, 0, 0) scale(1.05);
}
.p-menuPost__imgWrap {
  position: relative;
  aspect-ratio: 341/211;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 20px;
}
.p-menuPost__imgWrap img:not(.p-menuPost__catIco) {
  transition: all 0.4s ease-out;
  transform: translate3d(-5px, 0, 0) scale(1.05);
}
.p-menuPost__cat {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 100%;
  background: #C60C30;
  border-radius: 0px 5px 0px 0px;
  padding: 10px 15px 8px;
  z-index: 1;
}
@media screen and (max-width: 1249px) {
  .p-menuPost__cat {
    padding: 8px 12px 6px;
  }
}
.p-menuPost__catIcoWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
}
.p-menuPost__catIco {
  display: block;
}
.p-menuPost__catName {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 420px) {
  .p-menuPost__catName {
    font-size: 0.8125rem;
  }
}
.p-menuPost__timeWrap {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.p-menuPost__timeIcoWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
}
@media screen and (max-width: 420px) {
  .p-menuPost__timeIcoWrap {
    width: 14px;
  }
}
.p-menuPost__timeIco {
  display: block;
}
.p-menuPost__time {
  color: #707070;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 420px) {
  .p-menuPost__time {
    font-size: 0.8125rem;
  }
}
.p-menuPost__ttl {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 1249px) {
  .p-menuPost__ttl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 420px) {
  .p-menuPost__ttl {
    font-size: 0.9375rem;
  }
}

.p-svg {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 50%;
  opacity: 0.8;
}
.p-svg svg {
  width: 100%;
}

.p-ranking {
  border-top: 1px solid #2F2F2F;
  border-bottom: 1px solid #2F2F2F;
  padding: 70px 0 75px;
}
.p-ranking__secTtl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 35px;
}
@media screen and (max-width: 1249px) {
  .p-ranking__secTtl {
    font-size: 1.75rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking__secTtl {
    font-size: 1.625rem;
    margin-bottom: 25px;
  }
}
.p-ranking__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.75%;
}
@media screen and (max-width: 767px) {
  .p-ranking__wrap {
    grid-template-columns: 1fr 1fr;
    gap: 30px 1.75%;
  }
}
.p-ranking__item {
  display: block;
  transition: all 0.4s ease-out;
}
.p-ranking__item:hover {
  opacity: 0.7;
}
.p-ranking__item:hover .p-ranking__imgWrap img:not(.p-ranking__catIco) {
  transform: translate3d(5px, 0, 0) scale(1.05);
}
.p-ranking__imgWrap {
  position: relative;
  aspect-ratio: 341/211;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 20px;
}
.p-ranking__imgWrap img:not(.p-ranking__catIco) {
  transition: all 0.4s ease-out;
  transform: translate3d(-5px, 0, 0) scale(1.05);
}
.p-ranking__cat {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 100%;
  background: #C60C30;
  border-radius: 0px 5px 0px 0px;
  padding: 10px 15px 8px;
  z-index: 1;
}
@media screen and (max-width: 1249px) {
  .p-ranking__cat {
    padding: 8px 12px 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking__cat {
    gap: 0;
    padding: 6px 8px 4px;
  }
}
.p-ranking__catIcoWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
}
@media screen and (max-width: 767px) {
  .p-ranking__catIcoWrap {
    width: 12px;
  }
}
.p-ranking__catIco {
  display: block;
}
.p-ranking__catName {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1249px) {
  .p-ranking__catName {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking__catName {
    font-size: 0.75rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 420px) {
  .p-ranking__catName {
    font-size: 0.625rem;
    font-weight: 400;
  }
}
.p-ranking__timeWrap {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
.p-ranking__timeIcoWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
}
@media screen and (max-width: 767px) {
  .p-ranking__timeIcoWrap {
    width: 14px;
  }
}
@media screen and (max-width: 420px) {
  .p-ranking__timeIcoWrap {
    width: 13px;
  }
}
.p-ranking__timeIco {
  display: block;
}
.p-ranking__time {
  color: #707070;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1249px) {
  .p-ranking__time {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 420px) {
  .p-ranking__time {
    font-size: 0.75rem;
  }
}
.p-ranking__ttl {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 1249px) {
  .p-ranking__ttl {
    font-size: 1rem;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking__ttl {
    font-size: 0.875rem;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking__ttl {
    font-size: 0.8125rem;
  }
}

.p-about {
  padding: 130px 0 120px;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 80px 0 100px;
  }
}
.p-about__secTtl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 35px;
}
@media screen and (max-width: 1249px) {
  .p-about__secTtl {
    font-size: 1.75rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__secTtl {
    font-size: 1.625rem;
    margin-bottom: 25px;
  }
}
.p-about__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.6%;
}
@media screen and (max-width: 1249px) {
  .p-about__wrap {
    gap: 2%;
  }
}
@media screen and (max-width: 767px) {
  .p-about__wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-about__item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.4s ease-out;
}
.p-about__item:hover .p-about__imgWrap img {
  transform: translate3d(5px, 0, 0) scale(1.05);
}
.p-about__item:hover .p-about__itemTtl {
  transform: translate3d(10px, 0, 0);
}
@media screen and (max-width: 767px) {
  .p-about__item {
    aspect-ratio: 400/232;
  }
}
.p-about__imgWrap {
  position: relative;
}
.p-about__imgWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0.7019607843) 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  z-index: 1;
}
.p-about__imgWrap img {
  transition: all 0.4s ease-out;
  transform: translate3d(-5px, 0, 0) scale(1.05);
}
.p-about__itemTtl {
  position: absolute;
  z-index: 1;
  bottom: 5%;
  left: 6.6%;
  color: #fff;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  transform: translate3d(0, 0, 0);
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 1249px) {
  .p-about__itemTtl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-about__itemTtl {
    font-size: 2.8125rem;
    bottom: 8%;
    left: 4%;
  }
}
@media screen and (max-width: 420px) {
  .p-about__itemTtl {
    font-size: 2rem;
  }
}

.sns__container {
  display: flex;
}
.sns__container a {
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0.5rem 0;
  transition: all 0.3s ease-out;
}
.sns__container a:hover {
  opacity: 0.6;
}
.sns__twitter {
  background: #55acee;
}
.sns__facebook {
  background: #3b5998;
}
.sns__pocket {
  background: #ef3f56;
}
.sns__line {
  background: #1dcd00;
}
.sns__hatena {
  background: #00a5de;
}

.p-single #toc_container {
  border-radius: 5px;
  padding: 27px 30px 10px;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .p-single #toc_container {
    padding: 15px 20px 5px;
  }
}
.p-single #toc_container .toc_title {
  text-align: left;
  font-size: 1.4375rem;
  font-weight: 700;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-single #toc_container .toc_title {
    font-size: 1rem;
  }
}
.p-single #toc_container .toc_list {
  margin-top: 0 !important;
}
.p-single #toc_container .toc_list li {
  border-top: 1px solid rgba(47, 47, 47, 0.1);
  font-size: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-single #toc_container .toc_list li {
    font-size: 0.875rem;
  }
}
.p-single #toc_container .toc_list li::before {
  content: none;
}
.p-single #toc_container .toc_list li a {
  display: block;
  padding-left: 0;
  padding: 1em 0 0.9em;
}
@media screen and (max-width: 767px) {
  .p-single #toc_container .toc_list li a {
    padding: 0.8em 0 0.7em;
  }
}
.p-single #toc_container .toc_list li a:hover {
  text-decoration: none;
}
.p-single #toc_container .toc_list li a::before {
  content: none;
}

.p-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-image: linear-gradient(180deg, rgba(247, 247, 247, 0.8) 0, rgba(247, 247, 247, 0.36) 70%, rgba(247, 247, 247, 0));
}
.p-header.page .p-header__wrap, .p-header.active .p-header__wrap, .p-header.is-active .p-header__wrap {
  height: 70px;
  margin-top: 0;
  padding-top: 10px;
}
.p-header.page .p-header__logoWrap, .p-header.active .p-header__logoWrap, .p-header.is-active .p-header__logoWrap {
  width: 250px;
}
@media screen and (max-width: 420px) {
  .p-header.page .p-header__logoWrap, .p-header.active .p-header__logoWrap, .p-header.is-active .p-header__logoWrap {
    width: 200px;
  }
}
.p-header__wrap {
  height: 82px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  transition: all 0.4s ease-out;
}
@media screen and (max-width: 1249px) {
  .p-header__wrap {
    margin-top: 30px;
  }
}
.p-header__logoWrap {
  position: relative;
  display: block;
  width: 400px;
  margin: auto;
  transition: all 0.4s ease-out;
  z-index: 999;
}
@media screen and (max-width: 1249px) {
  .p-header__logoWrap {
    width: 300px;
  }
}
@media screen and (max-width: 420px) {
  .p-header__logoWrap {
    margin: 0;
    width: 200px;
  }
}
.p-header__logoWrap:hover {
  opacity: 0.7;
}
.p-header__logoWrap img {
  display: block;
}

.p-mv {
  margin-top: 230px;
  margin-bottom: 140px;
}
@media screen and (max-width: 1249px) {
  .p-mv {
    margin-top: 200px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    margin-top: 140px;
    margin-bottom: 100px;
  }
}
.p-mv__wrap {
  padding-bottom: 100px;
}
.p-mv__wrap.swiper-wrapper {
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-mv__wrap {
    margin-bottom: 0;
  }
}
.p-mv__item {
  display: flex;
  align-items: center;
  gap: 3%;
  transition: all 0.4s ease-out;
  opacity: 0.8;
}
.p-mv__item.swiper-slide {
  transform: translateY(calc(25% - 20px)) scale(0.75, 0.75);
}
.p-mv__item.swiper-slide.swiper-slide-active {
  transform: translateY(0%) scale(1, 1);
  opacity: 1;
}
.p-mv__item:hover {
  opacity: 0.7;
}
.p-mv__item:hover .p-mv__imgWrap img {
  transform: translate3d(5px, 0, 0) scale(1.05);
}
@media screen and (max-width: 767px) {
  .p-mv__item {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.p-mv__imgWrap {
  width: 56%;
  aspect-ratio: 550/341;
  overflow: hidden;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-mv__imgWrap {
    width: 100%;
  }
}
.p-mv__imgWrap img {
  transition: all 0.4s ease-out;
  transform: translate3d(-5px, 0, 0) scale(1.05);
}
.p-mv__info {
  flex: 1;
}
.p-mv__cat {
  position: relative;
  letter-spacing: 1;
  line-height: 1;
  padding-left: 1.2em;
  margin-bottom: 20px;
}
.p-mv__cat::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 13px;
  border-style: solid;
  border-width: 8px 0 8px 15px;
  border-color: transparent transparent transparent #C32941;
}
@media screen and (max-width: 1249px) {
  .p-mv__cat {
    margin-bottom: 10px;
  }
}
.p-mv__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 40px;
}
@media screen and (max-width: 1249px) {
  .p-mv__ttl {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__ttl {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 420px) {
  .p-mv__ttl {
    font-size: 1rem;
  }
}
.p-mv__tagWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
}
.p-mv__tag {
  display: inline-block;
  color: #707070;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 1;
}
.p-mv__pagination.swiper-pagination {
  bottom: 0;
}
.p-mv__pagination.swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 3px;
  border-radius: 2px;
  margin: 0 8px;
  transition: all 0.4s ease-out;
}
.p-mv__pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 100px;
  background: #C60C30;
}

.p-front__main {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .p-front__main {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 420px) {
  .p-front__main {
    margin-bottom: 60px;
  }
}

.p-post {
  width: 70%;
}
@media screen and (max-width: 767px) {
  .p-post {
    width: 100%;
  }
}
.p-post__topItem {
  transition: all 0.4s ease-out;
}
.p-post__topItem:hover {
  opacity: 0.7;
}
.p-post__topItem:hover .p-post__topImgWrap img {
  transform: translate3d(5px, 0, 0) scale(1.05);
}
.p-post__topItemContents {
  position: relative;
}
.p-post__topItemContents .p-post__catWrap {
  padding: 16px 20px 14px;
}
@media screen and (max-width: 1249px) {
  .p-post__topItemContents .p-post__catWrap {
    padding: 12px 16px 10px;
  }
}
.p-post__topItemContents .p-post__catIcoWrap {
  width: 21px;
}
@media screen and (max-width: 1249px) {
  .p-post__topItemContents .p-post__catIcoWrap {
    width: 16px;
  }
}
.p-post__topItemContents .p-post__catName {
  font-size: 1.125rem;
}
@media screen and (max-width: 1249px) {
  .p-post__topItemContents .p-post__catName {
    font-size: 0.875rem;
  }
}
.p-post__topItemContents .p-post__topInfo {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 92%;
  z-index: 2;
}
@media screen and (max-width: 1249px) {
  .p-post__topItemContents .p-post__topInfo {
    width: 95%;
    bottom: 10px;
  }
}
.p-post__topItemContents .p-post__timeTxt {
  color: #fff;
  font-size: 1rem;
}
@media screen and (max-width: 1249px) {
  .p-post__topItemContents .p-post__timeTxt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post__topItemContents .p-post__timeTxt {
    font-size: 0.8125rem;
  }
}
.p-post__topItemContents .p-post__ttl {
  color: #fff;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 1249px) {
  .p-post__topItemContents .p-post__ttl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post__topItemContents .p-post__ttl {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post__topItemContents .p-post__ttl {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 1249px) {
  .p-post__topItemContents .p-post__tagWrap {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-post__topItemContents .p-post__tagWrap {
    display: none;
  }
}
.p-post__topItemContents .p-post__tag {
  color: #fff;
}
@media screen and (max-width: 1249px) {
  .p-post__topItemContents .p-post__tag {
    color: #ddd;
    font-size: 0.875rem;
  }
}
.p-post__topImgWrap {
  position: relative;
  aspect-ratio: 400/246;
  border-radius: 5px;
  overflow: hidden;
}
.p-post__topImgWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(0deg, rgba(0, 0, 0, 0.7019607843) 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  border-radius: 5px;
  z-index: 1;
}
.p-post__topImgWrap img {
  transition: all 0.4s ease-out;
  transform: translate3d(-5px, 0, 0) scale(1.05);
}
.p-post__main {
  margin-top: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1249px) {
  .p-post__main {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-post__main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 2%;
    margin-top: 30px;
  }
}
.p-post__item {
  transition: all 0.4s ease-out;
}
.p-post__item:hover {
  opacity: 0.7;
}
.p-post__item:hover .p-post__imgWrap img:not(.p-post__catIco) {
  transform: translate3d(5px, 0, 0) scale(1.05);
}
.p-post__itemContents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #2F2F2F;
}
@media screen and (max-width: 767px) {
  .p-post__itemContents {
    flex-direction: column;
    gap: 15px;
    padding: 0;
    border-bottom: none;
  }
}
.p-post__imgWrap {
  width: 40%;
  position: relative;
  aspect-ratio: 341/211;
  overflow: hidden;
  border-radius: 5px;
}
.p-post__imgWrap img:not(.p-post__catIco) {
  transition: all 0.4s ease-out;
  transform: translate3d(-5px, 0, 0) scale(1.05);
}
@media screen and (max-width: 767px) {
  .p-post__imgWrap {
    width: 100%;
  }
}
.p-post__catWrap {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  max-width: 100%;
  background: #C60C30;
  border-radius: 0px 5px 0px 0px;
  padding: 10px 15px 8px;
  z-index: 1;
}
@media screen and (max-width: 1249px) {
  .p-post__catWrap {
    gap: 3px;
    padding: 8px 12px 6px;
  }
}
@media screen and (max-width: 767px) {
  .p-post__catWrap {
    gap: 0;
    padding: 6px 8px 4px;
  }
}
.p-post__catIcoWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
}
@media screen and (max-width: 767px) {
  .p-post__catIcoWrap {
    width: 12px;
  }
}
.p-post__catIco {
  display: block;
}
.p-post__catName {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1249px) {
  .p-post__catName {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post__catName {
    font-size: 0.75rem;
    font-weight: 400;
  }
}
@media screen and (max-width: 420px) {
  .p-post__catName {
    font-size: 0.625rem;
    font-weight: 400;
  }
}
.p-post__info {
  width: 55%;
}
@media screen and (max-width: 1249px) {
  .p-post__info {
    width: 57%;
  }
}
@media screen and (max-width: 767px) {
  .p-post__info {
    width: 100%;
  }
}
.p-post__timeWrap {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1249px) {
  .p-post__timeWrap {
    margin-bottom: 5px;
  }
}
.p-post__timeIcoWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
}
@media screen and (max-width: 767px) {
  .p-post__timeIcoWrap {
    width: 14px;
  }
}
@media screen and (max-width: 420px) {
  .p-post__timeIcoWrap {
    width: 13px;
  }
}
.p-post__timeIco {
  display: block;
}
.p-post__timeTxt {
  color: #707070;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1249px) {
  .p-post__timeTxt {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 420px) {
  .p-post__timeTxt {
    font-size: 0.75rem;
  }
}
.p-post__number {
  margin-bottom: 0.75em;
}
@media screen and (max-width: 1249px) {
  .p-post__number {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .p-post__number {
    margin-bottom: 0.25em;
  }
}
.p-post__numberTxt {
  font-size: 1.25rem;
  line-height: 1;
}
.p-post__numberTxt--caution {
  display: inline-block;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0.2em;
}
@media screen and (max-width: 1249px) {
  .p-post__numberTxt {
    font-size: 1rem;
  }
  .p-post__numberTxt--caution {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post__numberTxt {
    font-size: 0.75rem;
  }
  .p-post__numberTxt--caution {
    font-size: 1.25rem;
  }
}
.p-post__ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 10px;
}
@media screen and (max-width: 1249px) {
  .p-post__ttl {
    font-size: 1.25rem;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .p-post__ttl {
    font-size: 0.875rem;
    line-height: 1.5;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 767px) {
  .p-post__ttl {
    font-size: 0.8125rem;
  }
}
.p-post__tagWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
}
@media screen and (max-width: 1249px) {
  .p-post__tagWrap {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-post__tagWrap {
    gap: 5px;
  }
}
.p-post__tag {
  display: inline-block;
  color: #707070;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 1;
}
@media screen and (max-width: 1249px) {
  .p-post__tag {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-post__tag {
    font-size: 0.75rem;
  }
}

.p-sidebar {
  width: 27.2%;
}
@media screen and (max-width: 767px) {
  .p-sidebar {
    display: none;
  }
}
.p-sidebar__wrap {
  position: sticky;
  top: 100px;
}
.p-sidebar__form {
  margin-bottom: 20px;
}
.p-sidebar__catWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 35px;
}
.p-sidebar__cat {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  background: #C60C30;
  border-radius: 5px;
  padding: 12px 15px 10px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  transition: all 0.4s ease-out;
}
.p-sidebar__cat:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1249px) {
  .p-sidebar__cat {
    padding: 8px 12px 6px;
  }
}
@media screen and (max-width: 420px) {
  .p-sidebar__cat {
    font-size: 0.8125rem;
  }
}
.p-sidebar__catIcoWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
}
.p-sidebar__catIco {
  display: block;
}

.p-single {
  margin-top: 160px;
  margin-bottom: 160px;
}
@media screen and (max-width: 1249px) {
  .p-single {
    margin-top: 120px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-single {
    margin-bottom: 80px;
  }
}
.p-single__ttlArea {
  margin-bottom: 80px;
}
@media screen and (max-width: 1249px) {
  .p-single__ttlArea {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-single__ttlArea {
    margin-bottom: 40px;
  }
}
.p-single__ttlHead {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-single__ttlHead {
    margin-bottom: 1em;
  }
}
.p-single__cat {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  background: #C60C30;
  border-radius: 5px;
  padding: 10px 10px 8px;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  transition: all 0.4s ease-out;
}
.p-single__cat:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1249px) {
  .p-single__cat {
    padding: 8px 12px 6px;
  }
}
@media screen and (max-width: 420px) {
  .p-single__cat {
    font-size: 0.8125rem;
  }
}
.p-single__catIcoWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
}
.p-single__catIco {
  display: block;
}
.p-single__time {
  color: #707070;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 1249px) {
  .p-single__time {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 420px) {
  .p-single__time {
    font-size: 0.75rem;
  }
}
.p-single__ttl {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 1em;
}
@media screen and (max-width: 1249px) {
  .p-single__ttl {
    font-size: 2.125rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-single__ttl {
    font-size: 1.5625rem;
    line-height: 1.5;
  }
}
.p-single__tagWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 8px;
}
@media screen and (max-width: 1249px) {
  .p-single__tagWrap {
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-single__tagWrap {
    gap: 5px;
  }
}
.p-single__tag {
  display: inline-block;
  color: #707070;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 1;
}
@media screen and (max-width: 1249px) {
  .p-single__tag {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__tag {
    font-size: 0.75rem;
  }
}
.p-single__tagLink {
  transition: all 0.3s ease-out;
}
.p-single__tagLink:hover {
  opacity: 0.7;
}
.p-single__thumbnail {
  margin-bottom: 4em;
}
.p-single__main {
  padding-bottom: 50px;
  border-bottom: 1px solid #2F2F2F;
}
@media screen and (max-width: 1249px) {
  .p-single__main {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-single__main {
    margin-bottom: 80px;
  }
}
.p-single__main h2 {
  font-size: 2.25rem;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1249px) {
  .p-single__main h2 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__main h2 {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
.p-single__main h3 {
  position: relative;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 700;
  padding-bottom: 0.2em;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 1249px) {
  .p-single__main h3 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__main h3 {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.p-single__main h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #C9C9C9;
}
@media screen and (max-width: 767px) {
  .p-single__main h3::before {
    height: 2px;
  }
}
.p-single__main h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 150px;
  max-width: 30%;
  height: 3px;
  background: #C60C30;
}
@media screen and (max-width: 767px) {
  .p-single__main h3::after {
    height: 2px;
  }
}
.p-single__main h4 {
  position: relative;
  font-size: 1.5625rem;
  line-height: 1.75;
  font-weight: 700;
  padding-left: 0.5em;
  margin-bottom: 1.5em;
  border-left: 3px solid #C60C30;
}
@media screen and (max-width: 1249px) {
  .p-single__main h4 {
    font-size: 1.3125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__main h4 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-single__main h5 {
  color: #C60C30;
  font-size: 1.25rem;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 1249px) {
  .p-single__main h5 {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-single__main h5 {
    font-size: 0.9375rem;
    line-height: 1.5;
  }
}
.p-single__main p {
  margin-bottom: 1.5em;
}
.p-single__main ul {
  margin-bottom: 1.5em;
}
.p-single__main li {
  position: relative;
  padding-left: 1em;
  line-height: 1.75;
}
.p-single__main li::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #C60C30;
}
@media screen and (max-width: 767px) {
  .p-single__main li::before {
    width: 5px;
    height: 5px;
  }
}
.p-single__main a {
  position: relative;
  color: #60BABA;
  transition: all 0.4s ease-out;
  padding-left: 1.25em;
  padding-bottom: 0.1em;
  margin-left: 0.2em;
  transition: all 0.3s ease-out;
}
.p-single__main a::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../img/ico-link.svg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-single__main a::before {
    width: 15px;
    height: 15px;
  }
}
.p-single__main a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #60BABA;
  transition: all 0.3s ease-out;
  transform: scale(0, 1);
  transform-origin: left top;
}
.p-single__main a:hover {
  opacity: 0.7;
}
.p-single__main a:hover::after {
  transform: scale(1, 1);
}
.p-single__main table {
  margin-bottom: 3em;
}
.p-single__main table th {
  color: #fff;
}
.p-single__main img {
  margin-bottom: 2em;
}
.p-single .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table > table tr th {
  background: #424242;
}
.p-single__share {
  padding-top: 100px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1249px) {
  .p-single__share {
    padding-top: 85px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-single__share {
    padding-top: 70px;
    margin-bottom: 30px;
  }
}
.p-single__bnrArea {
  border: 1px solid #2F2F2F;
  border-radius: 5px;
  padding: 1em 0.5em;
}

.p-cat {
  margin-top: 150px;
}
@media screen and (max-width: 1249px) {
  .p-cat {
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .p-cat {
    margin-top: 120px;
  }
}
.p-cat__main {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .p-cat__main {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 420px) {
  .p-cat__main {
    margin-bottom: 60px;
  }
}
.p-cat__secTtl {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 1em;
  border-bottom: 1px solid #2f2f2f;
}
@media screen and (max-width: 1249px) {
  .p-cat__secTtl {
    font-size: 2.125rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .p-cat__secTtl {
    font-size: 1.5625rem;
    line-height: 1.5;
  }
}

.p-footer {
  position: relative;
  background: #141414;
}
.p-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 20px;
  background: transparent linear-gradient(90deg, #EA6D91 0%, #BA1A30 100%) 0% 0% no-repeat padding-box;
}
.p-footer__wrap {
  padding: 120px 0 20px;
}
@media screen and (max-width: 1249px) {
  .p-footer__wrap {
    padding: 110px 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__wrap {
    padding: 80px 0 20px;
  }
}
@media screen and (max-width: 420px) {
  .p-footer__wrap {
    padding: 60px 0 20px;
  }
}
.p-footer__search {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-footer__search {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 420px) {
  .p-footer__search {
    margin-bottom: 40px;
  }
}
.p-footer__search .p-form__input {
  background: #141414;
  border: 1px solid #BFBFBF;
}
.p-footer__search .p-form__input::placeholder {
  color: #fff;
}
.p-footer__itemWrap {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-footer__itemWrap {
    margin-bottom: 100px;
  }
}
.p-footer__item:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-footer__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 420px) {
  .p-footer__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.p-footer__ttl {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (max-width: 1249px) {
  .p-footer__ttl {
    font-size: 1.5rem;
  }
}
.p-footer__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1249px) {
  .p-footer__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}
.p-footer__tagList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-footer__tagList {
    gap: 0 15px;
  }
}
.p-footer__listLink {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  transition: all 0.4s ease-out;
}
.p-footer__listLink:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .p-footer__listLink {
    font-size: 0.9375rem;
  }
}
.p-footer__ttlArea {
  margin-bottom: 80px;
}
.p-footer__logoWrap {
  width: 300px;
  transition: all 0.4s ease-out;
  margin-bottom: 5px;
}
.p-footer__logoWrap:hover {
  opacity: 0.7;
}
.p-footer__logoWrap img {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-footer__logoWrap {
    width: 250px;
  }
}
@media screen and (max-width: 420px) {
  .p-footer__logoWrap {
    width: 220px;
  }
}
.p-footer__subTtl {
  color: #E0E0E0;
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-footer__subTtl {
    font-size: 0.8125rem;
  }
}
.p-footer__sns {
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-footer__icoWrap {
  width: 25px;
  transition: all 0.4s ease-out;
}
.p-footer__icoWrap:hover {
  opacity: 0.7;
}
.p-footer__icoWrap img {
  display: block;
}
.p-footer__copy {
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  margin-bottom: 15px;
}

@media screen and (min-width: 1250px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (max-width: 1249px) {
  .u-sp-only {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .u-sp-only {
    display: block;
  }
}

@media screen and (max-width: 420px) {
  .u-sp-none {
    display: none;
  }
}

@media screen and (min-width: 1250px) {
  .u-tab-only {
    display: none;
  }
}
@media screen and (max-width: 1249px) {
  .u-tab-only {
    display: block;
  }
}
@media screen and (max-width: 420px) {
  .u-tab-only {
    display: none;
  }
}

@media screen and (max-width: 1249px) {
  .u-tab-none {
    display: none;
  }
}

@media screen and (max-width: 1249px) {
  .u-pc-only {
    display: none;
  }
}
@media screen and (max-width: 420px) {
  .u-pc-only {
    display: none;
  }
}

@media screen and (min-width: 1250px) {
  .u-pc-none {
    display: none;
  }
}

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