@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : RSCSSベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@400;700&family=Shippori+Mincho+B1:wght@400;600;700&display=swap");
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 959px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 960px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1059px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1060px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: min(16px, 1.5625vw);
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  min-width: 320px;
  padding: 0;
  color: #191932;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #F3F3F4;
  container-type: inline-size;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

input,
textarea {
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
}

button,
input[type=button],
input[type=submit] {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

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

a {
  color: #0068ac;
  text-decoration: underline;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}

em {
  font-style: normal;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Header */
/**************************************************/
:root {
  --headerHeight: 4.25rem;
}
:root .-minH {
  --headerHeight: 4.25rem;
  --headerHeight: 3.625rem;
}
@media (max-width: 767px) {
  :root {
    --headerHeight: 3.125rem;
  }
}

.l-header {
  top: 0;
  left: 0;
  height: var(--headerHeight);
  width: 100%;
  z-index: 10;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header:not(.-home) {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0.1875rem rgba(0, 0, 0, 0.2);
}
.l-header > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 100%;
}
.l-header > .inner .logo {
  display: block;
  width: 5.8125rem;
}
.l-header > .inner .logo img {
  width: 100%;
}
.l-header > .inner .search {
  position: absolute;
  width: var(--headerHeight);
  height: var(--headerHeight);
  right: var(--headerHeight);
  top: 0;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.1875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header > .inner .search img {
  display: block;
}
.l-header.-home > .inner .logo {
  display: none;
}

.l-header-hamburger {
  --barW: 2.5rem;
  content: "";
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  width: var(--headerHeight);
  height: var(--headerHeight);
  background: #191932;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 10000;
}
@media (max-width: 767px) {
  .l-header-hamburger {
    --barW: 2.125rem;
    right: auto;
    left: 0;
  }
}
.l-header-hamburger > .bar {
  display: block;
  position: relative;
  width: var(--barW);
  height: 0.6875rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-header-hamburger > .bar {
    height: 0.5625rem;
  }
}
.l-header-hamburger > .bar::before, .l-header-hamburger > .bar::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  border-radius: 0.125rem;
  background: white;
  content: "";
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.l-header-hamburger > .bar::before {
  top: 0;
}
.l-header-hamburger > .bar::after {
  top: calc(100% - 0.0625rem);
}
.l-header-hamburger.-open > .bar::before {
  top: 50%;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.l-header-hamburger.-open > .bar::after {
  top: 50%;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.l-header.-minH > .inner .search {
  padding: 1rem;
}

.l-header-hamburger.-minH {
  --barW: 2.125rem;
}
.l-header-hamburger.-minH > .bar {
  height: 0.5625rem;
}

.l-globalnav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 22.5rem;
  height: 100%;
  background: #191932;
  z-index: 99;
  -webkit-transform: translateX(101%);
      -ms-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-globalnav.-open {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media (max-width: 767px) {
  .l-globalnav {
    max-width: 100%;
    -webkit-transform: translateX(-101%);
        -ms-transform: translateX(-101%);
            transform: translateX(-101%);
  }
}
.l-globalnav > .container {
  overflow-y: auto;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  padding: 1.5625rem 0 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-globalnav > .container > .logo {
  width: 9.3125rem;
  display: block;
  text-decoration: none;
  color: inherit;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .l-globalnav > .container > .logo {
    margin: 0 auto;
  }
}
.l-globalnav > .container > .logo img {
  width: 100%;
}

.l-globalnav-category {
  margin: 1.5rem 0 0 0;
  padding: 0;
  list-style: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-globalnav-category > li {
  border-top: solid 1px #757584;
}
.l-globalnav-category > li .btn {
  padding: 0.75rem 2.5rem;
  color: white;
  font-weight: bold;
  font-size: 0.9375rem;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
@media (max-width: 767px) {
  .l-globalnav-category > li .btn {
    font-size: 1rem;
    padding: 0.75rem 1.875rem;
  }
}
.l-globalnav-category > li:last-child {
  border-bottom: solid 1px #757584;
}

.l-globalnav-seriesList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  gap: 0.625rem;
  list-style: none;
  padding: 1.25rem 1.25rem 2.5rem 2.8125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .l-globalnav-seriesList {
    padding: 1.25rem 1.25rem 2.5rem 2.375rem;
  }
}
.l-globalnav-seriesList > li .btn {
  color: white;
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  display: block;
  padding-left: 1rem;
  position: relative;
}
.l-globalnav-seriesList > li .btn::before {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  content: "";
  top: 0.3125rem;
  left: 0;
  border-left: solid 1px #757584;
  border-bottom: solid 1px #757584;
}

.l-globalnav-footer {
  margin-top: auto;
  position: relative;
  padding: 0.375rem 2.5rem 0;
}
@media (max-width: 767px) {
  .l-globalnav-footer {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}
.l-globalnav-footer > .sns {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-globalnav-footer > .sns .btn {
  display: block;
  height: 1.625rem;
}
.l-globalnav-footer > .sns .btn img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.l-globalnav-footer > .about {
  display: block;
  margin-top: 1.25rem;
  padding-left: 1.5rem;
  position: relative;
  font-weight: bold;
  color: white;
  text-decoration: none;
  font-size: 0.875rem;
}
.l-globalnav-footer > .about::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 15px;
  background: url(../img/icon-hikari.svg) no-repeat left center/contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-globalnav-footer > .links {
  margin: 0.625rem 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 0.9375rem;
  list-style: none;
}
.l-globalnav-footer > .links > li .btn {
  color: white;
  font-size: 0.75rem;
  display: inline-block;
  text-decoration: none;
}
.l-globalnav-footer > .search {
  position: absolute;
  top: 0;
  right: 2.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
}
.l-globalnav-footer > .search img {
  width: 100%;
}
@media (max-width: 767px) {
  .l-globalnav-footer > .search {
    right: 1.875rem;
  }
}

/**************************************************/
/* footer */
/**************************************************/
.l-footer {
  background: white;
  margin-top: 5.8125rem;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 5;
}
.l-footer > .inner {
  max-width: 1124px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 1200px) {
  .l-footer > .inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.l-footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5rem;
  padding-top: 6.25rem;
}
@media (max-width: 1059px) {
  .l-footer-links {
    gap: 0 3.125rem;
  }
}
@media (max-width: 767px) {
  .l-footer-links {
    display: block;
    padding-left: 0.625rem;
  }
}

.l-footer-sns {
  margin-top: -12.0625rem;
}
@media (max-width: 767px) {
  .l-footer-sns {
    position: absolute;
    margin: 0;
    top: -5.8125rem;
    right: 1.875rem;
  }
}
.l-footer-sns .logo {
  display: block;
  width: 7.5rem;
}
.l-footer-sns .logo img {
  width: 100%;
}
.l-footer-sns .sns {
  margin: 2.5rem 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .l-footer-sns .sns {
    margin-top: 1.6875rem;
  }
}
.l-footer-sns .sns > li > .btn {
  display: inline-block;
  height: 1.625rem;
}
.l-footer-sns .sns > li > .btn img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}

.l-footer-category {
  margin: 0;
  margin-left: auto;
  padding: 0;
  list-style: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
@media (max-width: 767px) {
  .l-footer-category {
    padding-right: 8.75rem;
    gap: 1.125rem;
  }
}
.l-footer-category > li .btn {
  font-weight: bold;
  color: #191932;
  text-decoration: none;
  display: block;
}

.l-footer-seriesList {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .l-footer-seriesList {
    margin-top: 1.125rem;
    max-width: none;
  }
}
.l-footer-seriesList > li > .btn {
  color: #191932;
  font-weight: bold;
  display: block;
  text-decoration: none;
  letter-spacing: 0.04em;
}
.l-footer-seriesList .subList {
  list-style: none;
  margin: 0.625rem 0 0 0;
  padding: 0;
  padding-left: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .l-footer-seriesList .subList {
    margin-top: 1.5rem;
    padding-left: 0.5rem;
  }
}
.l-footer-seriesList .subList > li .btn {
  color: #191932;
  text-decoration: none;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  display: block;
  padding-left: 1rem;
  position: relative;
}
.l-footer-seriesList .subList > li .btn::before {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  content: "";
  top: 0.3125rem;
  left: 0;
  border-left: solid 1px #757584;
  border-bottom: solid 1px #757584;
}

.l-footer-keyword {
  max-width: 18.75rem;
}
.l-footer-keyword > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.25rem;
}
.l-footer-keyword > .wrap > .heading {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin: 0;
}
.l-footer-keyword > .tags {
  gap: 0.625rem 0.375rem;
}

.l-footer-bottom {
  margin-top: 6.25rem;
  border-top: solid 0.125rem #F3F3F4;
  padding-top: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .l-footer-bottom {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3.75rem;
    gap: 3.75rem;
    padding: 0;
  }
}
.l-footer-bottom > .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-footer-bottom > .right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: auto;
}
@media (max-width: 767px) {
  .l-footer-bottom > .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer-bottom .footer-mailmagezine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem 1.125rem;
}
@media (max-width: 767px) {
  .l-footer-bottom .footer-mailmagezine {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #F3F3F4;
    padding: 2.5rem;
    padding-bottom: 2.75rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.l-footer-bottom .footer-mailmagezine .textarea {
  padding-left: 4.25rem;
  position: relative;
}
.l-footer-bottom .footer-mailmagezine .textarea::before {
  position: absolute;
  content: "";
  width: 3.5rem;
  height: 2.375rem;
  background: url(../img/footer-mailmagazine.svg) no-repeat left center/contain;
  left: 0;
  top: 54%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-footer-bottom .footer-mailmagezine .textarea > .heading {
  font-weight: bold;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  margin: 0;
}
.l-footer-bottom .footer-mailmagezine .textarea > .lead {
  font-size: 0.75rem;
  margin: 0.3125rem 0 0 0;
  letter-spacing: 0.04em;
}
.l-footer-bottom .footer-mailmagezine > .entry {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-footer-bottom .footer-mailmagezine > .entry input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-size: 0.8125rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  width: 15rem;
  border: solid 1px #181932;
  border-radius: 0.625rem 0 0 0.625rem;
}
.l-footer-bottom .footer-mailmagezine > .entry .btn {
  width: 3.125rem;
  position: relative;
}
.l-footer-bottom .footer-mailmagezine > .entry .btn::before {
  position: absolute;
  content: "";
  background: url(../img/icon-arrow-white.svg) center center no-repeat;
  background-size: contain;
  width: 1.375rem;
  height: 0.375rem;
  left: 50%;
  top: 46%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.l-footer-bottom .footer-mailmagezine > .entry input[type=submit] {
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #181932;
  width: 100%;
  height: 100%;
  border-radius: 0 0.625rem 0.625rem 0;
  border: solid 0.0625rem #181932;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
}
.l-footer-bottom .footer-mailmagezine > .entry input[type=submit]:hover,
.l-footer-bottom .footer-mailmagezine > .entry input[type=submit]:focus {
  outline: none;
}
.l-footer-bottom .footer-mailmagezine > .entry input[type=submit]::-moz-foucus-inner {
  border: none;
  padding: 0;
}
.l-footer-bottom .footer-bottomLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .l-footer-bottom .footer-bottomLinks {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1rem auto;
    grid-template-columns: repeat(2, auto);
    -ms-grid-rows: auto 1.125rem auto;
    grid-template-rows: repeat(2, auto);
    grid-row-gap: 1.125rem;
    grid-column-gap: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .l-footer-bottom .footer-bottomLinks > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l-footer-bottom .footer-bottomLinks > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .l-footer-bottom .footer-bottomLinks > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .l-footer-bottom .footer-bottomLinks > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .l-footer-bottom .footer-bottomLinks > li:first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
  }
}
.l-footer-bottom .footer-bottomLinks > li > .btn {
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  position: relative;
}
.l-footer-bottom .footer-bottomLinks > li > .btn.-about {
  padding-left: 1.1875rem;
  z-index: 1;
}
.l-footer-bottom .footer-bottomLinks > li > .btn.-about::before {
  z-index: -1;
  position: absolute;
  content: "";
  width: 1.75rem;
  height: 1.6875rem;
  top: -0.375rem;
  left: 0;
  background: url(../img/icon-hikari.svg) no-repeat center/contain;
}
@media (max-width: 767px) {
  .l-footer-bottom .footer-bottomLinks > li > .btn.-about {
    font-weight: bold;
    font-size: 0.875rem;
    padding-left: 1.5rem;
    letter-spacing: 0;
  }
  .l-footer-bottom .footer-bottomLinks > li > .btn.-about::before {
    width: 1rem;
    height: 0.9375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.l-footer-bottom .copyright {
  text-align: right;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.04em;
  font-size: 0.75rem;
  margin-top: 1.5625rem;
  display: block;
}
@media (max-width: 767px) {
  .l-footer-bottom .copyright {
    margin-top: 0;
  }
}
.l-footer-bottom .footer-copyWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.25rem;
}
.l-footer-bottom .search {
  display: block;
  width: 2rem;
  height: 2rem;
}
.l-footer-bottom .search img {
  width: 100%;
}

/**************************************************/
/* contents */
/**************************************************/
body .inbox {
  padding-top: 4.25rem;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body .inbox {
    padding-top: 3.125rem;
  }
}

.l-page-container {
  position: relative;
}

.l-section {
  padding-top: 7.5rem;
  padding-bottom: 7.75rem;
}
.l-section > .l-page-contents-s > .title {
  text-align: center;
  margin: 0;
  padding-bottom: 8.125rem;
}
.l-section > .l-page-contents-s > .title > img {
  display: block;
  margin-inline: auto;
}
.l-section > .l-page-contents-s > .title > span {
  margin-top: 1.875rem;
  font-weight: bold;
  display: block;
  font-size: 1.25rem;
}

.l-page-contents {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.l-page-contents > *:first-child {
  margin-top: 0 !important;
}

.l-page-contents-s {
  max-width: 800px;
  margin-inline: auto;
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.l-page-contents-s > *:first-child {
  margin-top: 0 !important;
}

.l-page-contents-l {
  max-width: 1010px;
  margin-inline: auto;
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.l-page-contents-l > *:first-child {
  margin-top: 0 !important;
}

.l-page-contents-top {
  max-width: 1124px;
  margin-inline: auto;
  position: relative;
  padding: 0 2.5rem;
}
@media (max-width: 767px) {
  .l-page-contents-top {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.l-page-contents-top > *:first-child {
  margin-top: 0 !important;
}

/**************************************************/
/* Header */
/**************************************************/
.l-mailmagazine {
  padding-bottom: 7.5rem;
}
.l-mailmagazine > .inner {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.l-mailmagazine > .inner .box {
  border: solid 0.25rem #fff;
  border-radius: 1.25rem;
  padding: 1rem;
  width: 30rem;
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-mailmagazine > .inner .contents {
  background: url(../img/bg-mailmagazine01.svg) center center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  padding: 1rem 0 1.25rem;
}
.l-mailmagazine > .inner .contents > .title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.l-mailmagazine > .inner .contents > .lead {
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  margin: 0.875rem 0 0 0;
}
.l-mailmagazine > .inner .contents > .entry {
  margin: 0.875rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-mailmagazine > .inner .contents > .entry input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-size: 0.8125rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  width: 15.3125rem;
  border: solid 1px #181932;
  border-radius: 0.625rem 0 0 0.625rem;
}
.l-mailmagazine > .inner .contents > .entry .btn {
  width: 3.125rem;
  position: relative;
}
.l-mailmagazine > .inner .contents > .entry .btn::before {
  position: absolute;
  content: "";
  background: url(../img/icon-arrow-white.svg) center center no-repeat;
  background-size: contain;
  width: 1.375rem;
  height: 0.375rem;
  left: 50%;
  top: 46%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.l-mailmagazine > .inner .contents > .entry input[type=submit] {
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #181932;
  width: 100%;
  height: 100%;
  border-radius: 0 0.625rem 0.625rem 0;
  border: solid 0.0625rem #181932;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
}
.l-mailmagazine > .inner .contents > .entry input[type=submit]:hover,
.l-mailmagazine > .inner .contents > .entry input[type=submit]:focus {
  outline: none;
}
.l-mailmagazine > .inner .contents > .entry input[type=submit]::-moz-foucus-inner {
  border: none;
  padding: 0;
}
.l-mailmagazine > .inner .contents > .line {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  margin: 0.625rem 0 0 0;
}
.l-mailmagazine > .inner .contents > .line > .btn {
  color: inherit;
}
.l-mailmagazine.-bg > .inner .box {
  background-color: #F3F3F4;
}
@media (max-width: 1059px) {
  .l-mailmagazine {
    padding-bottom: 6.25rem;
  }
  .l-mailmagazine > .inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .l-mailmagazine > .inner .contents {
    padding-top: 0.625rem;
    background: url(../img/bg-mailmagazine03.svg) center center no-repeat;
    background-size: contain;
  }
  .l-mailmagazine > .inner .contents > .title {
    font-size: 1rem;
  }
  .l-mailmagazine > .inner .contents > .entry {
    margin-top: 1.25rem;
  }
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-category-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 3;
}
.c-category-a > .en {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding: 1.625rem 0.125rem;
  border-radius: 0 1.25rem 0 1.25rem;
  font-size: 1.0625rem;
  display: inline-block;
  margin-bottom: 1.5rem;
  font-family: "Libre Baskerville", serif;
  background-color: #191932;
}
.c-category-a > .en::before {
  position: relative;
  display: inline-block;
}
.c-category-a > .ja {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  letter-spacing: 0.04em;
  font-weight: bold;
  background-color: #fff;
  padding: 1.125rem 0.1875rem;
  font-size: 0.8125rem;
  border-radius: 1.25rem 0 1.25rem 0;
  color: #191932;
}
@media (max-width: 767px) {
  .c-category-a > .en {
    font-size: 0.875rem;
    letter-spacing: 0.05em;
  }
  .c-category-a > .ja {
    font-size: 0.6875rem;
  }
}
.c-category-a.-report > .en {
  background-color: #191932;
}
.c-category-a.-report > .ja {
  color: #191932;
}
.c-category-a.-interview > .en {
  background-color: #42440B;
}
.c-category-a.-interview > .ja {
  color: #42440B;
}
.c-category-a.-lifehack > .en, .c-category-a.-column > .en {
  background-color: #441A23;
}
.c-category-a.-lifehack > .ja, .c-category-a.-column > .ja {
  color: #441A23;
}
.c-category-a.-series > .en {
  background-color: #42210B;
}
.c-category-a.-series > .ja {
  color: #42210B;
}
.c-category-a.-event > .en {
  background-color: #2F193C;
}
.c-category-a.-event > .ja {
  color: #2F193C;
}
.c-category-a.-news > .en {
  background-color: #003035;
}
.c-category-a.-news > .ja {
  color: #003035;
}

.c-tags-a {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem 0.5rem;
}
.c-tags-a > li .btn {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  border-radius: 100px;
  background-color: #fff;
  border: solid 0.0625rem #A2A2AC;
  padding: 0.1875rem 0.9375rem;
  color: inherit;
  text-decoration: none;
  font-size: 0.8125rem;
  margin: 0;
}
.c-tags-a > li .btn::before {
  position: relative;
  content: "#";
  display: inline-block;
  margin-right: 0.2em;
}
.c-tags-a > li .btn.-current {
  border: solid 0.0625rem #757584;
  color: #fff;
  background-color: #757584;
  font-weight: 500;
}
.c-tags-a.-min > li .btn {
  font-size: 0.75rem;
}
.c-tags-a.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .c-tags-a {
    gap: 0.625rem 0.375rem;
  }
}

.c-link-a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  padding-right: 0.625rem;
  position: relative;
}
.c-link-a::after {
  position: absolute;
  content: "";
  width: 0.375rem;
  height: 0.625rem;
  background: url(../img/icon-arrow2.svg) center center no-repeat;
  background-size: contain;
  right: 0;
  top: calc(50% - 0.25rem);
}

.c-heading-a {
  font-weight: bold;
  margin: 0 0 2.5rem 0;
  font-size: 1.125rem;
}
.c-heading-a.-center {
  text-align: center;
}

.c-list-a {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.375rem;
}
.c-list-a > li {
  width: calc((100% - 8.75rem) / 3);
}
.c-list-a > li .card {
  color: inherit;
  text-decoration: none;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.c-list-a > li .card > .image {
  aspect-ratio: 290/230;
  border-radius: 1.25rem;
  overflow: hidden;
}
.c-list-a > li .card > .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-list-a > li .card .title {
  text-align: left;
  font-weight: bold;
  font-size: 1rem;
  margin: 0.875rem 0 0.625rem 0;
  line-height: 1.7;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.c-list-a > li .card .date {
  text-align: right;
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin: 0;
  font-family: "Libre Baskerville", serif;
}
.c-list-a > li .card.-report {
  --category-color-main: #191932;
  --category-color-sub: #757584;
}
.c-list-a > li .card.-report .title, .c-list-a > li .card.-report .date {
  color: var(--category-color-main);
}
.c-list-a > li .card.-interview {
  --category-color-main: #42440B;
  --category-color-sub: #888967;
}
.c-list-a > li .card.-interview .title, .c-list-a > li .card.-interview .date {
  color: var(--category-color-main);
}
.c-list-a > li .card.-lifehack {
  --category-color-main: #441A23;
  --category-color-sub: #8F757B;
}
.c-list-a > li .card.-lifehack .title, .c-list-a > li .card.-lifehack .date {
  color: var(--category-color-main);
}
.c-list-a > li .card.-column {
  --category-color-main: #441A23;
  --category-color-sub: #8F757B;
}
.c-list-a > li .card.-column .title, .c-list-a > li .card.-column .date {
  color: var(--category-color-main);
}
.c-list-a > li .card.-series {
  --category-color-main: #42210B;
  --category-color-sub: #8D796C;
}
.c-list-a > li .card.-series .title, .c-list-a > li .card.-series .date {
  color: var(--category-color-main);
}
.c-list-a > li .card.-event {
  --category-color-main: #2F193C;
  --category-color-sub: #827589;
}
.c-list-a > li .card.-event .title, .c-list-a > li .card.-event .date {
  color: var(--category-color-main);
}
.c-list-a > li .card.-news {
  --category-color-main: #003035;
  --category-color-sub: #678185;
}
.c-list-a > li .card.-news .title, .c-list-a > li .card.-news .date {
  color: var(--category-color-main);
}
@media (max-width: 767px) {
  .c-list-a {
    gap: 3.75rem;
  }
  .c-list-a > li {
    width: 100%;
  }
  .c-list-a > li > .card > .image {
    aspect-ratio: 335/230;
  }
}

.c-list-a.-search > li .card .textarea {
  padding-left: 1.875rem;
  margin-top: -0.875rem;
}
.c-list-a.-search > li .card .categoryEn {
  margin: 0;
  margin-left: -1.25rem;
  background-color: #191932;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.04em;
  display: inline-block;
  padding: 0.125rem 1.375rem;
  border-radius: 1.25rem 0 1.25rem 0;
}
.c-list-a.-search > li .card .categoryJa {
  font-size: 0.75rem;
  margin: 0.5rem 0 0 0;
  font-weight: bold;
}
.c-list-a.-search > li .card.-report {
  --category-color-main: #191932;
  --category-color-sub: #757584;
}
.c-list-a.-search > li .card.-report .categoryEn {
  background: var(--category-color-main);
}
.c-list-a.-search > li .card.-report .categoryJa {
  color: var(--category-color-main);
}
.c-list-a.-search > li .card.-interview {
  --category-color-main: #42440B;
  --category-color-sub: #888967;
}
.c-list-a.-search > li .card.-interview .categoryEn {
  background: var(--category-color-main);
}
.c-list-a.-search > li .card.-interview .categoryJa {
  color: var(--category-color-main);
}
.c-list-a.-search > li .card.-lifehack {
  --category-color-main: #441A23;
  --category-color-sub: #8F757B;
}
.c-list-a.-search > li .card.-lifehack .categoryEn {
  background: var(--category-color-main);
}
.c-list-a.-search > li .card.-lifehack .categoryJa {
  color: var(--category-color-main);
}
.c-list-a.-search > li .card.-column {
  --category-color-main: #441A23;
  --category-color-sub: #8F757B;
}
.c-list-a.-search > li .card.-column .categoryEn {
  background: var(--category-color-main);
}
.c-list-a.-search > li .card.-column .categoryJa {
  color: var(--category-color-main);
}
.c-list-a.-search > li .card.-series {
  --category-color-main: #42210B;
  --category-color-sub: #8D796C;
}
.c-list-a.-search > li .card.-series .categoryEn {
  background: var(--category-color-main);
}
.c-list-a.-search > li .card.-series .categoryJa {
  color: var(--category-color-main);
}
.c-list-a.-search > li .card.-event {
  --category-color-main: #2F193C;
  --category-color-sub: #827589;
}
.c-list-a.-search > li .card.-event .categoryEn {
  background: var(--category-color-main);
}
.c-list-a.-search > li .card.-event .categoryJa {
  color: var(--category-color-main);
}
.c-list-a.-search > li .card.-news {
  --category-color-main: #003035;
  --category-color-sub: #678185;
}
.c-list-a.-search > li .card.-news .categoryEn {
  background: var(--category-color-main);
}
.c-list-a.-search > li .card.-news .categoryJa {
  color: var(--category-color-main);
}

.c-series-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  gap: 4.375rem 5.625rem;
  margin: 0;
  padding: 11.25rem 0;
}
.c-series-list > li {
  display: block;
  width: calc((100% - 5.625rem) / 2);
}
.c-series-list > li > .card {
  display: block;
  color: inherit;
  text-decoration: none;
}
.c-series-list > li > .card > .image img {
  display: block;
  width: 100%;
  border-radius: 1.25rem;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 460/260;
}
.c-series-list > li > .card > .series > ul {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
}
.c-series-list > li > .card > .series > ul > li {
  display: block;
  position: relative;
  padding-left: 1.25rem;
}
.c-series-list > li > .card > .series > ul > li::before {
  display: block;
  position: absolute;
  top: calc(0.8em - 0.25rem);
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-right: 0.125rem solid #A2A2AC;
  border-top: 0.125rem solid #A2A2AC;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-series-list > li > .card > .series > ul > li a {
  color: inherit;
  text-decoration: none;
}
.c-series-list > li > .card > .series > ul > li a:hover {
  text-decoration: underline;
}
.c-series-list > li > .card > .series > ul > li .new {
  display: inline-block;
  margin-left: 0.5em;
  font-family: "Libre Baskerville", serif;
  font-size: 0.7333333333em;
}
.c-series-list > li > .card > .series > ul > li + li {
  margin-top: 0.5rem;
}
.c-series-list > li > .card > .series > .more {
  margin: 0.9375rem 0 0;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
}
.c-series-list > li > .card > .series > .more .btn {
  display: inline-block;
  cursor: pointer;
}
.c-series-list > li > .card > .series > .more .btn:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .c-series-list {
    gap: 3.75rem;
    padding-top: 8.125rem;
  }
  .c-series-list > li {
    width: 100%;
  }
}

.c-card-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  color: inherit;
  text-decoration: none;
  padding-left: 0.625rem;
  padding-top: 0.625rem;
  position: relative;
}
.c-card-a > .categoryEn {
  background-color: #191932;
  font-family: "Libre Baskerville", serif;
  color: #fff;
  font-weight: bold;
  font-size: 0.625rem;
  letter-spacing: 0.04em;
  padding: 0.125rem 1.125rem 0.1875rem;
  border-radius: 1rem 0 1rem 0;
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  margin: 0;
}
.c-card-a > .image {
  position: relative;
}
.c-card-a > .image img {
  width: 7.5rem;
  aspect-ratio: 120/93;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card-a > .textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-card-a > .textarea .categoryJa {
  font-size: 0.6875rem;
  margin: 0;
  font-weight: 500;
  display: block;
}
.c-card-a > .textarea .text {
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  margin: 0.5rem 0 0 0;
  line-height: 1.6428571429;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
  .c-card-a > .textarea .text {
    font-size: 0.9375rem;
  }
}
.c-card-a.-report {
  --category-color-main: #191932;
  --category-color-sub: #757584;
}
.c-card-a.-report > .categoryEn {
  background: var(--category-color-main);
}
.c-card-a.-report > .textarea {
  color: var(--category-color-main);
}
.c-card-a.-interview {
  --category-color-main: #42440B;
  --category-color-sub: #888967;
}
.c-card-a.-interview > .categoryEn {
  background: var(--category-color-main);
}
.c-card-a.-interview > .textarea {
  color: var(--category-color-main);
}
.c-card-a.-lifehack {
  --category-color-main: #441A23;
  --category-color-sub: #8F757B;
}
.c-card-a.-lifehack > .categoryEn {
  background: var(--category-color-main);
}
.c-card-a.-lifehack > .textarea {
  color: var(--category-color-main);
}
.c-card-a.-column {
  --category-color-main: #441A23;
  --category-color-sub: #8F757B;
}
.c-card-a.-column > .categoryEn {
  background: var(--category-color-main);
}
.c-card-a.-column > .textarea {
  color: var(--category-color-main);
}
.c-card-a.-series {
  --category-color-main: #42210B;
  --category-color-sub: #8D796C;
}
.c-card-a.-series > .categoryEn {
  background: var(--category-color-main);
}
.c-card-a.-series > .textarea {
  color: var(--category-color-main);
}
.c-card-a.-event {
  --category-color-main: #2F193C;
  --category-color-sub: #827589;
}
.c-card-a.-event > .categoryEn {
  background: var(--category-color-main);
}
.c-card-a.-event > .textarea {
  color: var(--category-color-main);
}
.c-card-a.-news {
  --category-color-main: #003035;
  --category-color-sub: #678185;
}
.c-card-a.-news > .categoryEn {
  background: var(--category-color-main);
}
.c-card-a.-news > .textarea {
  color: var(--category-color-main);
}

/**************************************************/
/* components - form */
/**************************************************/
:root {
  --form-border-color: #E7E7EA;
  --form-font-color: #191932;
  --form-required-color: #FF0000;
  --form-alert-color: #FF0000;
  --form-alert-bg-color: #FFF0F0;
  --form-btn-bg-color: #191932;
  --form-btn-edit-color: #6F6F6F;
}

form label {
  cursor: pointer;
}
form textarea {
  line-height: 1.25;
  resize: vertical;
}

*:-moz-placeholder-shown {
  color: #aaa;
}

*:-ms-input-placeholder {
  color: #aaa;
}

*:placeholder-shown {
  color: #aaa;
}
*::-webkit-input-placeholder {
  color: #aaa;
}
*:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #aaa;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

.f-error-text {
  display: block;
  position: relative;
  margin: 0.625rem 0 0;
  padding: 0;
  border-radius: 0.1875rem;
  color: var(--form-alert-color);
  font-size: 0.875rem;
}
.f-error-text.-center {
  text-align: center;
}

.f-error-message {
  display: block;
  margin-bottom: 2.5rem;
  padding: 1em;
  background: var(--form-alert-bg-color);
  color: var(--form-alert-color);
  font-weight: 700;
}
.f-error-message > .error {
  display: block;
  margin: 0;
  background-color: transparent;
}

.f-field {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0.6875em 0.75em;
  border: 2px solid var(--form-border-color);
  border-radius: 0.625rem;
  line-height: 1.25em;
  color: var(--form-font-color);
  font-size: 1rem;
}

textarea.f-field {
  display: block;
  line-height: 1.25;
  height: 250px;
  font-size: 1rem;
}

.f-checkbox {
  display: block;
  cursor: pointer;
  text-align: center;
}
.f-checkbox > .intext {
  display: inline-block;
  position: relative;
  padding: 0.125rem 0.125rem 0.125rem 2.1875rem;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.f-checkbox > .intext::after {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #707070;
  border-radius: 0;
  background: #fff no-repeat center/1.125rem 1.125rem;
  content: "";
}
.f-checkbox > input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.f-checkbox > .intext::before {
  position: absolute;
  z-index: 2;
  top: 27%;
  left: 0.1875rem;
  content: "";
  width: 0.75rem;
  height: 0.375rem;
  border-bottom: solid 2px var(--form-font-color);
  border-left: solid 2px var(--form-font-color);
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.f-checkbox > input[type=checkbox]:checked ~ .intext::before {
  opacity: 1;
}

.f-radio {
  display: inline-block;
  cursor: pointer;
}
.f-radio > .intext {
  display: block;
  position: relative;
  padding: 0.125rem 0.125rem 0.125rem 1.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
.f-radio > .intext::after {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0.25rem;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid var(--form-border-color);
  border-radius: 50%;
  background: #fff no-repeat center/1.125rem 1.125rem;
  content: "";
}
.f-radio > input[type=radio] {
  position: absolute;
  opacity: 0;
}
.f-radio > input[type=radio]:checked ~ .intext::after {
  background-image: url(../img/icon-checkbox-checked.svg);
}

.f-selectbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 0.6875em 3.125em 0.6875em 0.75em;
  border: 2px solid var(--form-border-color);
  border-radius: 0.625em;
  background: url(../img/icon-select.svg) no-repeat right 0.875rem top 52%, -webkit-gradient(linear, left top, left bottom, from(#181932), to(#181932)) no-repeat right 0 top 50%, #fff;
  background: url(../img/icon-select.svg) no-repeat right 0.875rem top 52%, linear-gradient(to bottom, #181932 0%, #181932 100%) no-repeat right 0 top 50%, #fff;
  background-size: 1.25rem 0.75rem, 3.125rem 100%, 100% 100%;
  line-height: 1.25em;
  color: var(--form-font-color);
  font-size: 1rem;
}
.f-selectbox::-ms-expand {
  display: none;
}
.f-selectbox.-full {
  width: 100%;
}
.f-selectbox.-short {
  width: 100%;
  max-width: 8.75rem;
}
.f-selectbox.-middle {
  width: 100%;
  max-width: 15.625rem;
}
.f-selectbox.-long {
  width: 100%;
  max-width: 25rem;
}

.f-btn {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  width: 22.5rem;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.75rem;
  background: var(--form-btn-bg-color);
  color: #fff;
  font-weight: 700;
  border: solid 1px #707070;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  border-radius: 1.25rem;
}
.f-btn > .txt {
  display: inline-block;
  position: relative;
}

.f-input-form {
  margin: 1rem 0 0;
}
.f-input-form.-short {
  max-width: 8.75rem;
}
.f-input-form.-middle {
  max-width: 16.875rem;
}
.f-input-form.-long {
  max-width: 25rem;
}
@media (max-width: 767px) {
  .f-input-form.-spFull {
    max-width: 100%;
  }
}

.f-input-columns {
  list-style: none;
  margin: 1rem 0 0;
  padding-left: 0;
  line-height: 1.5;
}
.f-input-columns > li + li {
  padding-top: 0.5rem;
}

.f-input-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 1rem 0 -0.5rem -1rem;
  line-height: 1.5;
}
.f-input-rows > li {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0.5rem 1rem;
}
.f-input-units {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 1rem 0 -0.5rem -1rem;
  line-height: 1.5;
}
.f-input-units > .unit {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0.5rem 1rem;
}
.f-input-units.-name {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: -1rem;
}
.f-input-units.-name > .unit {
  width: calc(50% - 1rem);
  margin-left: 1rem;
}
.f-input-units.-zip {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -0.5rem;
}
.f-input-units.-zip > .unit {
  margin-left: 0.5rem;
}
.f-input-units.-zip > .unit:nth-child(2) {
  width: 6.25rem;
}
.f-input-units.-zip > .unit:nth-child(4) {
  width: 8.75rem;
}
.f-submit {
  max-width: 15rem;
  margin: 2.5rem auto 0;
}

.f-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
  padding-bottom: 6.25rem;
}
.f-table table {
  width: 100%;
}
.f-table th, .f-table td {
  padding: 0.4375rem 0;
  border-bottom: 1px solid var(--form-alert-bg-color);
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  line-height: 2;
}
.f-table th > *:first-child, .f-table td > *:first-child {
  margin-top: 0 !important;
}
.f-table th {
  vertical-align: top;
  white-space: nowrap;
  width: 30%;
  color: #757584;
  padding-top: 0.875rem;
}
.f-table td {
  width: 70%;
}
.f-table td.-textarea {
  padding-bottom: 2rem;
}
.f-table .required {
  display: block;
  position: relative;
  padding-right: 3.125rem;
}
.f-table .required::after {
  display: inline-block;
  content: "必須";
  position: absolute;
  top: 0.375rem;
  right: 0;
  padding: 0.25rem 0.75rem;
  color: var(--form-required-color);
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.04em;
  vertical-align: inherit;
}
.f-table.-confirm th {
  font-weight: normal;
}
@media (max-width: 767px) {
  .f-table {
    display: block;
  }
  .f-table tbody, .f-table tr, .f-table th, .f-table td {
    display: block;
  }
  .f-table th, .f-table td {
    padding: 0;
    border-bottom: none;
    line-height: 1.75;
  }
  .f-table tr + tr {
    margin-top: 1.25rem;
  }
  .f-table th {
    width: auto;
  }
  .f-table td {
    margin-top: 0.5rem;
    width: 100%;
  }
  .f-table td.-textarea {
    padding-bottom: 0.4375rem;
  }
  .f-table tr.-sp0 {
    margin-top: 0;
  }
  .f-table .required {
    padding-right: 0;
  }
  .f-table .required::after {
    position: relative;
    top: auto;
    margin-left: 1em;
    padding: 0.1875rem 0;
  }
}

.f-toConfirm {
  text-align: center;
}

.f-toSend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .f-toSend {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.f-complete .text {
  font-size: 0.9375rem;
  text-align: center;
  margin: 0;
  line-height: 2;
}
.f-complete .return {
  text-align: center;
  margin-top: 5rem;
}

.f-policy {
  padding-bottom: 6.25rem;
}
.f-policy .text {
  line-height: 2;
  font-size: 0.9375rem;
  margin: 0;
}

.f-policyBox {
  margin-top: 2.5rem;
  border: 2px solid var(--form-border-color);
  background-color: #fff;
  padding: 0.625rem;
}
.f-policyBox > .contents {
  padding: 1.5rem 1.75rem;
  height: 22.5rem;
  overflow-y: scroll;
}
.f-policyBox > .contents::-webkit-scrollbar {
  width: 0.5rem;
}
.f-policyBox > .contents::-webkit-scrollbar-track {
  background-color: #F3F3F4;
  border-radius: 100px;
}
.f-policyBox > .contents::-webkit-scrollbar-thumb {
  border-radius: 100px;
  background-color: #A2A2AC;
  height: 10.625rem;
}
.f-policyBox h2, .f-policyBox h3, .f-policyBox p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: normal;
}
.f-policyBox a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  .f-policyBox {
    padding: 0.625rem;
  }
  .f-policyBox > .contents {
    padding: 0.625rem 1.25rem 0.625rem 0.625rem;
    height: 20.9375rem;
  }
}

.f-policy-agreement {
  margin-top: 1.875rem;
}

/**************************************************/
/* pages */
/**************************************************/
/**************************************************/
/* Home */
/**************************************************/
body.pg-home .c-heading-a {
  margin-bottom: 1.875rem;
}

body.pg-home {
  position: relative;
  z-index: 0;
}
body.pg-home::before {
  background: url(../../images/bg01.svg) center center no-repeat;
  background-size: contain;
  height: 41.875rem;
  width: 41.6875rem;
  max-width: 100%;
  content: "";
  position: fixed;
  top: 3.75rem;
  left: 20%;
  pointer-events: none;
}
@media (max-width: 767px) {
  body.pg-home::before {
    left: 1.25rem;
    top: 9.125rem;
    width: 21.375rem;
    height: 100dvh;
    background: url(../../images/bg01_sp.svg) center top repeat-y;
    background-size: contain;
  }
}
body.pg-home::after {
  width: 100%;
  height: 17.5rem;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-color: #fff;
}
@media (max-width: 767px) {
  body.pg-home::after {
    height: 12.5rem;
  }
}
body.pg-home .l-top-logo {
  position: absolute;
  top: -0.5rem;
  left: 0;
  width: 100%;
  z-index: 20;
  pointer-events: none;
}
body.pg-home .l-top-logo > .inner {
  max-width: 1660px;
  margin-inline: auto;
  position: relative;
}
body.pg-home .l-top-logo > .inner .box {
  display: inline-block;
  padding: 0 3.625rem 2.375rem 3.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body.pg-home .l-top-logo > .inner .box > img {
  display: block;
  width: 9.375rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1620px) {
  body.pg-home .l-top-logo > .inner .box {
    background: white;
    border-radius: 0 0 2.5rem 0;
  }
  body.pg-home .l-top-logo > .inner .box > img {
    width: 8.125rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .l-top-logo {
    top: -0.625rem;
  }
  body.pg-home .l-top-logo > .inner {
    text-align: right;
  }
  body.pg-home .l-top-logo > .inner .box {
    background: none;
    padding: 0 1.875rem 0 0;
    border-radius: 0;
  }
  body.pg-home .l-top-logo > .inner .box > img {
    width: 6.375rem;
  }
}
body.pg-home .l-top-main-entry {
  padding-top: 5.75rem;
}
@media (max-width: 767px) {
  body.pg-home .l-top-main-entry {
    padding-top: 7.25rem;
  }
}
body.pg-home .l-top-main-entry .entry-a {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 4.625rem 17.5rem;
  grid-template-columns: minmax(0, 1fr) 17.5rem;
  -ms-grid-rows: auto 2.5rem auto;
  grid-template-rows: auto auto;
  grid-gap: 2.5rem 4.625rem;
}
body.pg-home .l-top-main-entry .entry-a > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
body.pg-home .l-top-main-entry .entry-a > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
body.pg-home .l-top-main-entry .entry-a > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
body.pg-home .l-top-main-entry .entry-a > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media (max-width: 1279px) {
  body.pg-home .l-top-main-entry .entry-a {
    grid-gap: 2.5rem 3.75rem;
  }
}
body.pg-home .l-top-main-entry .entry-a .categoryEn {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  border-radius: 1.25rem 0 1.25rem 0;
}
body.pg-home .l-top-main-entry .entry-a > li:first-child {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
  min-width: 0;
}
body.pg-home .l-top-main-entry .entry-a > li:first-child .image {
  aspect-ratio: 770/507;
  border-radius: 2.5rem;
}
body.pg-home .l-top-main-entry .entry-a > li:first-child .textarea {
  padding-left: 2.5rem;
  max-width: 40.3125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.pg-home .l-top-main-entry .entry-a > li:first-child .categoryEn {
  font-size: 0.875rem;
  margin-left: -1.25rem;
}
body.pg-home .l-top-main-entry .entry-a > li:first-child .title {
  font-size: 1.375rem;
}
body.pg-home .l-top-main-entry .entry-a > li:first-child .date {
  margin: 0;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  body.pg-home .l-top-main-entry .entry-a > li:first-child {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  body.pg-home .l-top-main-entry .entry-a > li:first-child .image {
    border-radius: 0;
    aspect-ratio: 375/320;
  }
  body.pg-home .l-top-main-entry .entry-a > li:first-child .textarea {
    padding: 0 1.25rem 0 1.875rem;
    max-width: 100%;
  }
  body.pg-home .l-top-main-entry .entry-a > li:first-child .categoryEn {
    margin-left: -0.625rem;
  }
  body.pg-home .l-top-main-entry .entry-a > li:first-child .title {
    -webkit-line-clamp: 4;
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
body.pg-home .l-top-main-entry .entry-a > li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
body.pg-home .l-top-main-entry .entry-a > li:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 2/2/3/3;
}
body.pg-home .l-top-main-entry .entry-a > li:nth-child(2) .image,
body.pg-home .l-top-main-entry .entry-a > li:nth-child(3) .image {
  aspect-ratio: 280/183;
  border-radius: 1.25rem;
}
body.pg-home .l-top-main-entry .entry-a > li:nth-child(2) .categoryEn,
body.pg-home .l-top-main-entry .entry-a > li:nth-child(3) .categoryEn {
  font-size: 0.8125rem;
}
body.pg-home .l-top-main-entry .entry-a > li:nth-child(2) .title,
body.pg-home .l-top-main-entry .entry-a > li:nth-child(3) .title {
  font-size: 1rem;
}
body.pg-home .l-top-main-entry .entry-a > li:nth-child(2) .date,
body.pg-home .l-top-main-entry .entry-a > li:nth-child(3) .date {
  margin: 0;
}
@media (max-width: 767px) {
  body.pg-home .l-top-main-entry .entry-a > li:nth-child(2) .textarea,
  body.pg-home .l-top-main-entry .entry-a > li:nth-child(3) .textarea {
    padding-left: 0.625rem;
  }
  body.pg-home .l-top-main-entry .entry-a > li:nth-child(2) .title,
  body.pg-home .l-top-main-entry .entry-a > li:nth-child(3) .title {
    -webkit-line-clamp: 3;
    font-size: 1.0625rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .l-top-main-entry .entry-a {
    display: block;
  }
  body.pg-home .l-top-main-entry .entry-a > li:not(:first-child) {
    margin-top: 2.5rem;
  }
  body.pg-home .l-top-main-entry .entry-a .categoryEn {
    margin-left: -0.625rem;
  }
  body.pg-home .l-top-main-entry .entry-a .categoryJa {
    font-size: 0.75rem;
  }
}
body.pg-home .l-top-main-entry .entry-b {
  margin: 2.5rem 0 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.pg-home .l-top-main-entry .entry-b > li {
  width: calc((100% - 7.5rem) / 4);
}
@media (max-width: 767px) {
  body.pg-home .l-top-main-entry .entry-b {
    gap: 1.875rem 1.25rem;
  }
  body.pg-home .l-top-main-entry .entry-b > li {
    width: calc((100% - 1.25rem) / 2);
  }
}
body.pg-home .main-card {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.pg-home .main-card .image {
  aspect-ratio: 251/170;
  border-radius: 1.25rem;
  overflow: hidden;
}
body.pg-home .main-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.pg-home .main-card .textarea {
  padding-left: 1.25rem;
  margin-top: -0.75rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  body.pg-home .main-card .textarea {
    padding-left: 0;
  }
}
body.pg-home .main-card .categoryEn {
  margin: 0;
  margin-left: -0.625rem;
  background-color: #191932;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.04em;
  display: inline-block;
  padding: 0.125rem 1.25rem 0.1875rem;
  border-radius: 1.125rem 0 1.125rem 0;
}
@media (max-width: 767px) {
  body.pg-home .main-card .categoryEn {
    margin-left: 0;
  }
}
body.pg-home .main-card .categoryJa {
  font-size: 0.75rem;
  margin: 0.375rem 0 0 0;
  font-weight: bold;
  display: block;
}
@media (max-width: 767px) {
  body.pg-home .main-card .categoryJa {
    font-size: 0.625rem;
  }
}
body.pg-home .main-card .title {
  text-align: left;
  font-weight: bold;
  font-size: 0.9375rem;
  margin: 0.5rem 0 0.625rem 0;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
  body.pg-home .main-card .title {
    margin: 0.625rem 0 0.5rem 0;
    line-height: 1.7333333333;
    -webkit-line-clamp: 5;
  }
}
body.pg-home .main-card .date {
  text-align: right;
  font-size: 0.6875rem;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.04em;
  margin-top: auto;
  width: 100%;
  font-weight: bold;
}
body.pg-home .main-card.-report {
  --category-color-main: #191932;
  --category-color-sub: #757584;
}
body.pg-home .main-card.-report .categoryEn {
  background: var(--category-color-main);
}
body.pg-home .main-card.-report .textarea {
  color: var(--category-color-main);
}
body.pg-home .main-card.-interview {
  --category-color-main: #42440B;
  --category-color-sub: #888967;
}
body.pg-home .main-card.-interview .categoryEn {
  background: var(--category-color-main);
}
body.pg-home .main-card.-interview .textarea {
  color: var(--category-color-main);
}
body.pg-home .main-card.-lifehack {
  --category-color-main: #441A23;
  --category-color-sub: #8F757B;
}
body.pg-home .main-card.-lifehack .categoryEn {
  background: var(--category-color-main);
}
body.pg-home .main-card.-lifehack .textarea {
  color: var(--category-color-main);
}
body.pg-home .main-card.-column {
  --category-color-main: #441A23;
  --category-color-sub: #8F757B;
}
body.pg-home .main-card.-column .categoryEn {
  background: var(--category-color-main);
}
body.pg-home .main-card.-column .textarea {
  color: var(--category-color-main);
}
body.pg-home .main-card.-series {
  --category-color-main: #42210B;
  --category-color-sub: #8D796C;
}
body.pg-home .main-card.-series .categoryEn {
  background: var(--category-color-main);
}
body.pg-home .main-card.-series .textarea {
  color: var(--category-color-main);
}
body.pg-home .main-card.-event {
  --category-color-main: #2F193C;
  --category-color-sub: #827589;
}
body.pg-home .main-card.-event .categoryEn {
  background: var(--category-color-main);
}
body.pg-home .main-card.-event .textarea {
  color: var(--category-color-main);
}
body.pg-home .main-card.-news {
  --category-color-main: #003035;
  --category-color-sub: #678185;
}
body.pg-home .main-card.-news .categoryEn {
  background: var(--category-color-main);
}
body.pg-home .main-card.-news .textarea {
  color: var(--category-color-main);
}
body.pg-home .l-top-keyword {
  margin-top: 6.25rem;
}
body.pg-home .keyword-area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.25rem auto;
  grid-template-columns: 1fr auto;
  -ms-grid-rows: auto 0 auto;
      grid-template-areas: "title title" "tag more";
  gap: 0 1.25rem;
}
body.pg-home .keyword-area > .c-heading-a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: title;
}
body.pg-home .keyword-area > .c-tags-a {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: tag;
}
body.pg-home .keyword-area > .more {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  margin-top: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  grid-area: more;
}
@media (max-width: 767px) {
  body.pg-home .keyword-area {
        grid-template-areas: "title more" "tag tag";
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.pg-home .keyword-area > .more {
    margin-top: 0.125rem;
  }
  body.pg-home .keyword-area > .c-heading-a {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  body.pg-home .keyword-area > .c-tags-a {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  body.pg-home .keyword-area > .more {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
body.pg-home .mailmagazine-box {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: white;
  gap: 1.875rem;
  padding: 1.875rem;
  border-radius: 1.25rem;
}
@media (max-width: 767px) {
  body.pg-home .mailmagazine-box {
    padding: 2.3125rem 1.625rem;
    gap: 1rem;
    background: url(../img/bg-mailmagazine-sp.svg) no-repeat center/contain, white;
    background-size: calc(100% - 2.5rem), cover;
  }
}
body.pg-home .mailmagazine-box .textarea {
  padding-left: 6.5625rem;
  position: relative;
}
body.pg-home .mailmagazine-box .textarea::before {
  position: absolute;
  content: "";
  width: 4.6875rem;
  height: 3.125rem;
  background: url(../../images/icon-mailmagazine.svg) no-repeat left center/contain;
  left: 0;
  top: 54%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  body.pg-home .mailmagazine-box .textarea {
    padding-left: 0;
    text-align: center;
  }
  body.pg-home .mailmagazine-box .textarea::before {
    display: none;
  }
}
body.pg-home .mailmagazine-box .textarea > .heading {
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin: 0;
}
body.pg-home .mailmagazine-box .textarea > .lead {
  font-size: 0.8125rem;
  margin: 0.375rem 0 0 0;
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  body.pg-home .mailmagazine-box .textarea > .lead {
    margin-top: 0.5rem;
  }
}
body.pg-home .mailmagazine-box > .entry {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.pg-home .mailmagazine-box > .entry input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-size: 0.8125rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  width: 15rem;
  border: solid 1px #181932;
  border-radius: 0.625rem 0 0 0.625rem;
}
@media (max-width: 767px) {
  body.pg-home .mailmagazine-box > .entry input[type=email] {
    width: 14.5rem;
  }
}
body.pg-home .mailmagazine-box > .entry .btn {
  width: 3.125rem;
  position: relative;
}
body.pg-home .mailmagazine-box > .entry .btn::before {
  position: absolute;
  content: "";
  background: url(../img/icon-arrow-white.svg) center center no-repeat;
  background-size: contain;
  width: 1.375rem;
  height: 0.375rem;
  left: 50%;
  top: 46%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
body.pg-home .mailmagazine-box > .entry input[type=submit] {
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #181932;
  width: 100%;
  height: 100%;
  border-radius: 0 0.625rem 0.625rem 0;
  border: solid 0.0625rem #181932;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  position: relative;
}
body.pg-home .mailmagazine-box > .entry input[type=submit]:hover,
body.pg-home .mailmagazine-box > .entry input[type=submit]:focus {
  outline: none;
}
body.pg-home .mailmagazine-box > .entry input[type=submit]::-moz-foucus-inner {
  border: none;
  padding: 0;
}
body.pg-home .l-top-new {
  margin-top: 6.25rem;
}
@media (max-width: 767px) {
  body.pg-home .l-top-new > .c-heading-a {
    margin-bottom: 1.5rem;
  }
}
body.pg-home .new-entry {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem;
}
body.pg-home .new-entry > li {
  width: calc((100% - 3.75rem) / 3);
}
@media (max-width: 767px) {
  body.pg-home .new-entry {
    gap: 1.25rem;
  }
  body.pg-home .new-entry > li {
    width: 100%;
  }
}
body.pg-home .category-links {
  margin-top: 2.5rem;
}
body.pg-home .category-links > .list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.pg-home .category-links > .list {
    border-radius: 0.375rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body.pg-home .category-links > .list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.pg-home .category-links > .list > li:not(:last-child) {
  border-right: solid 1px white;
}
@media (max-width: 767px) {
  body.pg-home .category-links > .list > li {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  body.pg-home .category-links > .list > li:not(:last-child) {
    border-right: none;
  }
  body.pg-home .category-links > .list > li:nth-child(odd) {
    border-right: solid 1px white;
  }
  body.pg-home .category-links > .list > li:nth-child(n+3) {
    border-top: solid 1px white;
  }
}
body.pg-home .category-links > .list > li > .btn {
  display: block;
  color: white;
  font-size: 0.8125rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.4375rem 0.125rem 0.5rem;
  text-decoration: none;
  background: #191932;
}
body.pg-home .category-links > .list > li > .btn.-report {
  --category-color-main: #191932;
  --category-color-sub: #757584;
  background: var(--category-color-sub);
}
body.pg-home .category-links > .list > li > .btn.-interview {
  --category-color-main: #42440B;
  --category-color-sub: #888967;
  background: var(--category-color-sub);
}
body.pg-home .category-links > .list > li > .btn.-lifehack {
  --category-color-main: #441A23;
  --category-color-sub: #8F757B;
  background: var(--category-color-sub);
}
body.pg-home .category-links > .list > li > .btn.-column {
  --category-color-main: #441A23;
  --category-color-sub: #8F757B;
  background: var(--category-color-sub);
}
body.pg-home .category-links > .list > li > .btn.-series {
  --category-color-main: #42210B;
  --category-color-sub: #8D796C;
  background: var(--category-color-sub);
}
body.pg-home .category-links > .list > li > .btn.-event {
  --category-color-main: #2F193C;
  --category-color-sub: #827589;
  background: var(--category-color-sub);
}
body.pg-home .category-links > .list > li > .btn.-news {
  --category-color-main: #003035;
  --category-color-sub: #678185;
  background: var(--category-color-sub);
}
@media (max-width: 767px) {
  body.pg-home .category-links > .list > li > .btn {
    font-weight: bold;
    padding: 0.6875rem 0.125rem;
  }
}
body.pg-home .l-top-series {
  color: #42210B;
  margin-top: 6.25rem;
  padding: 2.5rem 0;
  position: relative;
  z-index: 0;
}
body.pg-home .l-top-series::before {
  background: white;
  width: 100vw;
  width: 100cqw;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
body.pg-home .l-top-series > .more {
  margin-top: 1.25rem;
  text-align: right;
}
body.pg-home .series-slidearea {
  position: relative;
  margin-left: -1.75rem;
  margin-right: -1.75rem;
  padding: 0 3rem;
  overflow: hidden;
}
@media (max-width: 1200px) {
  body.pg-home .series-slidearea {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .series-slidearea {
    padding: 0 1.25rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
body.pg-home .series-slidearea .swiper-button-prev,
body.pg-home .series-slidearea .swiper-button-next {
  width: 1.0625rem;
  height: 1.9375rem;
}
body.pg-home .series-slidearea .swiper-button-prev::after,
body.pg-home .series-slidearea .swiper-button-next::after {
  position: absolute;
  content: "";
  width: 1.0625rem;
  height: 1.9375rem;
  background: url(../../images/icon-arrow-topSeries.svg) no-repeat center/contain;
  margin: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  body.pg-home .series-slidearea .swiper-button-prev,
  body.pg-home .series-slidearea .swiper-button-next {
    width: 2.375rem;
    height: 3.75rem;
    -webkit-box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.2);
    background: white;
    top: calc(50% - 1.25rem);
  }
}
body.pg-home .series-slidearea .swiper-button-prev {
  left: 0;
}
body.pg-home .series-slidearea .swiper-button-next {
  right: 0;
}
body.pg-home .series-slidearea .swiper-button-prev {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
body.pg-home .series-slidearea .swiper-button-disabled {
  opacity: 0;
}
body.pg-home .swiper-topSeries {
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 67.625rem;
}
@media (max-width: 767px) {
  body.pg-home .swiper-topSeries {
    overflow: visible;
  }
}
body.pg-home .swiper-topSeries .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
body.pg-home .swiper-topSeries .swiper-slide:last-child .series-item {
  margin-right: 0 !important;
}
body.pg-home .series-item {
  width: 9.75rem;
  height: 100%;
  margin-right: 1.8125rem;
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  body.pg-home .series-item {
    margin-right: 1.5rem;
  }
}
body.pg-home .series-item .image {
  border-radius: 6.25rem;
  overflow: hidden;
  aspect-ratio: 1;
}
body.pg-home .series-item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.pg-home .series-item .title {
  font-weight: bold;
  font-size: 0.9375rem;
  margin-top: 0.625rem;
  margin-bottom: 0.3125rem;
  line-height: 1.6666666667;
}
body.pg-home .series-item .name {
  margin-top: auto;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 0.875rem;
}
body.pg-home .series-item .name > small {
  font-size: 0.75rem;
}
body.pg-home .l-top-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.25rem;
  padding-top: 6.25rem;
  padding-bottom: 7.5rem;
}
@media (max-width: 767px) {
  body.pg-home .l-top-entry {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.9375rem;
    padding-bottom: 6.25rem;
  }
}
body.pg-home .l-top-pickup {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  body.pg-home .l-top-pickup > .c-heading-a {
    margin-bottom: 2.5rem;
  }
}
body.pg-home .pickup-entry {
  margin: 0;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.125rem 2.625rem;
}
body.pg-home .pickup-entry > li {
  width: calc((100% - 5.25rem) / 3);
}
@media (max-width: 767px) {
  body.pg-home .pickup-entry {
    gap: 1.875rem 1.25rem;
  }
  body.pg-home .pickup-entry > li {
    width: calc((100% - 1.25rem) / 2);
  }
  body.pg-home .pickup-entry > li:nth-child(n+9) {
    display: none;
  }
}
body.pg-home .pickup-card {
  display: block;
  color: inherit;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
body.pg-home .pickup-card .image {
  aspect-ratio: 240/162;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  body.pg-home .pickup-card .image {
    border-radius: 1.25rem;
  }
}
body.pg-home .pickup-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.pg-home .pickup-card .textarea {
  padding-left: 0.625rem;
  margin-top: -0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  body.pg-home .pickup-card .textarea {
    padding-left: 0;
  }
}
body.pg-home .pickup-card .categoryEn {
  margin: 0;
  margin-left: -0.625rem;
  background-color: #191932;
  color: #fff;
  font-weight: bold;
  font-size: 0.625rem;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.04em;
  display: inline-block;
  padding: 0.125rem 1rem 0.1875rem;
  border-radius: 1rem 0 1rem 0;
}
@media (max-width: 767px) {
  body.pg-home .pickup-card .categoryEn {
    font-size: 0.75rem;
    padding: 0.125rem 1.25rem 0.1875rem;
    border-radius: 1.125rem 0 1.125rem 0;
    margin-left: 0;
  }
}
body.pg-home .pickup-card .categoryJa {
  font-size: 0.6875rem;
  margin: 0.375rem 0 0 0;
  font-weight: bold;
  display: block;
}
@media (max-width: 767px) {
  body.pg-home .pickup-card .categoryJa {
    font-size: 0.625rem;
  }
}
body.pg-home .pickup-card .title {
  text-align: left;
  font-weight: 500;
  font-size: 0.9375rem;
  margin: 0.625rem 0 0 0;
  line-height: 1.7333333333;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
  body.pg-home .pickup-card .title {
    font-weight: bold;
    -webkit-line-clamp: 5;
  }
}
body.pg-home .pickup-card.-report {
  --category-color-main: #191932;
  --category-color-sub: #757584;
}
body.pg-home .pickup-card.-report .categoryEn {
  background: var(--category-color-main);
}
body.pg-home .pickup-card.-report .textarea {
  color: var(--category-color-main);
}
body.pg-home .pickup-card.-interview {
  --category-color-main: #42440B;
  --category-color-sub: #888967;
}
body.pg-home .pickup-card.-interview .categoryEn {
  background: var(--category-color-main);
}
body.pg-home .pickup-card.-interview .textarea {
  color: var(--category-color-main);
}
body.pg-home .pickup-card.-lifehack {
  --category-color-main: #441A23;
  --category-color-sub: #8F757B;
}
body.pg-home .pickup-card.-lifehack .categoryEn {
  background: var(--category-color-main);
}
body.pg-home .pickup-card.-lifehack .textarea {
  color: var(--category-color-main);
}
body.pg-home .pickup-card.-column {
  --category-color-main: #441A23;
  --category-color-sub: #8F757B;
}
body.pg-home .pickup-card.-column .categoryEn {
  background: var(--category-color-main);
}
body.pg-home .pickup-card.-column .textarea {
  color: var(--category-color-main);
}
body.pg-home .pickup-card.-series {
  --category-color-main: #42210B;
  --category-color-sub: #8D796C;
}
body.pg-home .pickup-card.-series .categoryEn {
  background: var(--category-color-main);
}
body.pg-home .pickup-card.-series .textarea {
  color: var(--category-color-main);
}
body.pg-home .pickup-card.-event {
  --category-color-main: #2F193C;
  --category-color-sub: #827589;
}
body.pg-home .pickup-card.-event .categoryEn {
  background: var(--category-color-main);
}
body.pg-home .pickup-card.-event .textarea {
  color: var(--category-color-main);
}
body.pg-home .pickup-card.-news {
  --category-color-main: #003035;
  --category-color-sub: #678185;
}
body.pg-home .pickup-card.-news .categoryEn {
  background: var(--category-color-main);
}
body.pg-home .pickup-card.-news .textarea {
  color: var(--category-color-main);
}
body.pg-home .l-top-ranking {
  width: 14.75rem;
}
@media (max-width: 767px) {
  body.pg-home .l-top-ranking {
    width: 100%;
  }
}
body.pg-home .l-top-ranking > .heading {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  padding-left: 2.5625rem;
  position: relative;
}
body.pg-home .l-top-ranking > .heading::before {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 1.375rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../../images/icon-ranking.svg) no-repeat center/contain;
}
body.pg-home .l-top-ranking > .box {
  margin-top: 1.625rem;
  background: white;
  border-radius: 0.375rem;
  padding: 1.625rem;
}
@media (max-width: 767px) {
  body.pg-home .l-top-ranking > .box {
    margin-top: 1.875rem;
  }
}
body.pg-home .ranking-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: listnum;
}
body.pg-home .ranking-entry > li:not(:first-child) {
  border-top: solid 0.125rem #F3F3F4;
  padding-top: 1.25rem;
  margin-top: 1.5rem;
}
body.pg-home .ranking-card {
  color: inherit;
  text-decoration: none;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.pg-home .ranking-card > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.pg-home .ranking-card > .wrap > .num {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: 1.8125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
body.pg-home .ranking-card > .wrap > .num::before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  counter-increment: listnum;
  content: counter(listnum);
  font-family: "Libre Baskerville", serif;
  font-size: 1.5rem;
  font-style: italic;
  z-index: 2;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1;
}
body.pg-home .ranking-card > .wrap > .num::after {
  position: absolute;
  content: "";
  width: 1.9375rem;
  height: 1.875rem;
  background: url(../img/icon-hikari.svg) no-repeat center/contain;
  right: -1.25rem;
  bottom: -0.75rem;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}
body.pg-home .ranking-card > .wrap > .category {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 0.3125rem;
}
body.pg-home .ranking-card > .wrap > .category .categoryEn {
  margin: 0;
  background-color: #191932;
  color: #fff;
  font-weight: bold;
  font-size: 0.625rem;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.04em;
  display: inline-block;
  padding: 0.125rem 1rem 0.1875rem;
  border-radius: 1rem 0 1rem 0;
}
body.pg-home .ranking-card > .wrap > .category .categoryJa {
  font-size: 0.6875rem;
  font-weight: 500;
  display: inline-block;
}
body.pg-home .ranking-card > .title {
  font-weight: 500;
  font-size: 0.875rem;
  margin: 0.625rem 0 0 0;
  line-height: 1.7142857143;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
@media (max-width: 767px) {
  body.pg-home .ranking-card > .title {
    font-size: 1rem;
    -webkit-line-clamp: 3;
  }
}
body.pg-home .ranking-card > .image {
  margin-top: 0.875rem;
  aspect-ratio: 184/120;
  border-radius: 0.625rem;
  overflow: hidden;
}
body.pg-home .ranking-card > .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.pg-home .ranking-card.-report {
  --category-color-main: #191932;
  --category-color-sub: #757584;
}
body.pg-home .ranking-card.-report .categoryEn {
  background: var(--category-color-main) !important;
}
body.pg-home .ranking-card.-report .categoryJa,
body.pg-home .ranking-card.-report .title {
  color: var(--category-color-main) !important;
}
body.pg-home .ranking-card.-interview {
  --category-color-main: #42440B;
  --category-color-sub: #888967;
}
body.pg-home .ranking-card.-interview .categoryEn {
  background: var(--category-color-main) !important;
}
body.pg-home .ranking-card.-interview .categoryJa,
body.pg-home .ranking-card.-interview .title {
  color: var(--category-color-main) !important;
}
body.pg-home .ranking-card.-lifehack {
  --category-color-main: #441A23;
  --category-color-sub: #8F757B;
}
body.pg-home .ranking-card.-lifehack .categoryEn {
  background: var(--category-color-main) !important;
}
body.pg-home .ranking-card.-lifehack .categoryJa,
body.pg-home .ranking-card.-lifehack .title {
  color: var(--category-color-main) !important;
}
body.pg-home .ranking-card.-column {
  --category-color-main: #441A23;
  --category-color-sub: #8F757B;
}
body.pg-home .ranking-card.-column .categoryEn {
  background: var(--category-color-main) !important;
}
body.pg-home .ranking-card.-column .categoryJa,
body.pg-home .ranking-card.-column .title {
  color: var(--category-color-main) !important;
}
body.pg-home .ranking-card.-series {
  --category-color-main: #42210B;
  --category-color-sub: #8D796C;
}
body.pg-home .ranking-card.-series .categoryEn {
  background: var(--category-color-main) !important;
}
body.pg-home .ranking-card.-series .categoryJa,
body.pg-home .ranking-card.-series .title {
  color: var(--category-color-main) !important;
}
body.pg-home .ranking-card.-event {
  --category-color-main: #2F193C;
  --category-color-sub: #827589;
}
body.pg-home .ranking-card.-event .categoryEn {
  background: var(--category-color-main) !important;
}
body.pg-home .ranking-card.-event .categoryJa,
body.pg-home .ranking-card.-event .title {
  color: var(--category-color-main) !important;
}
body.pg-home .ranking-card.-news {
  --category-color-main: #003035;
  --category-color-sub: #678185;
}
body.pg-home .ranking-card.-news .categoryEn {
  background: var(--category-color-main) !important;
}
body.pg-home .ranking-card.-news .categoryJa,
body.pg-home .ranking-card.-news .title {
  color: var(--category-color-main) !important;
}

.intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.intro.hide {
  display: none;
}
@media (max-width: 767px) {
  .intro > .logo svg {
    width: 9.5rem;
  }
}
.intro #intro-logo_01 {
  opacity: 0;
  -webkit-animation: fadeIn 0.3s ease-in 0.3s 1 forwards;
          animation: fadeIn 0.3s ease-in 0.3s 1 forwards;
}
.intro #intro-logo_02 {
  opacity: 0;
  -webkit-animation: fadeIn 0.3s ease-in 0.6s 1 forwards;
          animation: fadeIn 0.3s ease-in 0.6s 1 forwards;
}
.intro #intro-logo_03 {
  opacity: 0;
  -webkit-animation: fadeIn 0.3s ease-in 0.9s 1 forwards;
          animation: fadeIn 0.3s ease-in 0.9s 1 forwards;
}
.intro #intro-logo_04 {
  opacity: 0;
  -webkit-animation: fadeIn 0.3s ease-in 1.2s 1 forwards;
          animation: fadeIn 0.3s ease-in 1.2s 1 forwards;
}
.intro #intro-logo_05 {
  opacity: 0;
  -webkit-animation: fadeIn 0.3s ease-in 1.5s 1 forwards;
          animation: fadeIn 0.3s ease-in 1.5s 1 forwards;
}
.intro #intro-logo_06 {
  opacity: 0;
  -webkit-animation: fadeIn 0.3s ease-in 1.8s 1 forwards;
          animation: fadeIn 0.3s ease-in 1.8s 1 forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.intro .fadeInBlur {
  opacity: 0;
  -webkit-animation: fadeInBlur 2s ease-in 2s 1 forwards;
          animation: fadeInBlur 2s ease-in 2s 1 forwards;
}
@-webkit-keyframes fadeInBlur {
  0% {
    opacity: 0;
    -webkit-transition: scale(1.1);
    transition: scale(1.1);
    -webkit-filter: blur(100);
            filter: blur(100);
  }
  100% {
    opacity: 1;
    -webkit-transition: scale(1);
    transition: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes fadeInBlur {
  0% {
    opacity: 0;
    -webkit-transition: scale(1.1);
    transition: scale(1.1);
    -webkit-filter: blur(100);
            filter: blur(100);
  }
  100% {
    opacity: 1;
    -webkit-transition: scale(1);
    transition: scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

/**************************************************/
/* あわいひかりについて */
/**************************************************/
body.pg-about {
  position: relative;
  z-index: 0;
}
body.pg-about::before {
  background: url(../../images/bg02.svg) center top no-repeat;
  background-size: contain;
  height: 87.1875rem;
  width: 48.6875rem;
  max-width: calc(100% - 3rem);
  pointer-events: none;
  content: "";
  position: fixed;
  top: 9.25rem;
  left: 41%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  body.pg-about::before {
    top: 11.625rem;
    left: 50%;
    height: 100%;
  }
}
body.pg-about::after {
  width: 100%;
  height: 17.8125rem;
  content: "";
  top: 4.25rem;
  left: 0;
  position: absolute;
  z-index: -1;
  background-color: #fff;
}
@media (max-width: 767px) {
  body.pg-about::after {
    height: 10.25rem;
    top: 3.125rem;
  }
}
body.pg-about .l-about-logo {
  margin: 0;
  position: absolute;
  right: 5rem;
  top: 5rem;
  width: 10.3125rem;
}
@media (max-width: 767px) {
  body.pg-about .l-about-logo {
    width: 6.25rem;
    right: 1.25rem;
    top: 2.5rem;
  }
}
body.pg-about .l-about-lead {
  padding-top: 26.25rem;
}
body.pg-about .l-about-lead .lead {
  text-align: center;
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.0625rem;
  letter-spacing: 0.08em;
  line-height: 3.2941176471;
  margin: 0;
  font-weight: 600;
}
@media (max-width: 767px) {
  body.pg-about .l-about-lead {
    padding-top: 16.25rem;
  }
  body.pg-about .l-about-lead .lead {
    line-height: 3.0588235294;
    text-align: left;
  }
}
body.pg-about .l-about-staff {
  padding-top: 12.5rem;
  padding-bottom: 7.75rem;
}
body.pg-about .l-about-staff .heading {
  text-align: center;
  margin: 0;
}
body.pg-about .l-about-staff .heading > span {
  padding: 0 1rem 0.75rem;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  border-bottom: solid 0.375rem #fff;
}
body.pg-about .l-about-staff .staff-list {
  margin: 6.25rem 0.75rem 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 3.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.pg-about .l-about-staff .staff-list > .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem;
  width: calc(50% - 1.875rem);
}
body.pg-about .l-about-staff .staff-list > .item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
body.pg-about .l-about-staff .staff-list > .item .wrap > .image {
  width: 10rem;
  aspect-ratio: 1;
  border-radius: 6.25rem;
  overflow: hidden;
}
body.pg-about .l-about-staff .staff-list > .item .wrap > .name {
  margin: 0;
  letter-spacing: 0.04em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.pg-about .l-about-staff .staff-list > .item .wrap > .name > .ja {
  display: block;
  font-weight: bold;
  font-size: 1.125rem;
  font-weight: bold;
}
body.pg-about .l-about-staff .staff-list > .item .wrap > .name > .en {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 0.8125rem;
  margin-top: 0.3125rem;
}
body.pg-about .l-about-staff .staff-list > .item .wrap > .name > .title {
  display: block;
  margin-top: 0.375rem;
  font-weight: bold;
  font-size: 0.8125rem;
}
body.pg-about .l-about-staff .staff-list > .item .profile {
  margin: 0;
  letter-spacing: 0.04em;
  font-size: 0.8125rem;
}
body.pg-about .l-about-staff .staff-list > .item .profile dt {
  margin-top: 1.125rem;
  font-weight: bold;
  color: #757584;
}
body.pg-about .l-about-staff .staff-list > .item .profile dd {
  margin: 0.375rem 0 0 0;
}
body.pg-about .l-about-staff .staff-list > .item:nth-child(2n) {
  -webkit-transform: translateY(6.25rem);
      -ms-transform: translateY(6.25rem);
          transform: translateY(6.25rem);
}
@media (max-width: 767px) {
  body.pg-about .l-about-staff .staff-list {
    margin: 4.375rem 0 0 0;
    gap: 1.25rem;
  }
  body.pg-about .l-about-staff .staff-list > .item {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 1.25rem;
  }
  body.pg-about .l-about-staff .staff-list > .item .wrap {
    gap: 1.25rem;
  }
  body.pg-about .l-about-staff .staff-list > .item .wrap > .image {
    width: 8.75rem;
  }
  body.pg-about .l-about-staff .staff-list > .item:nth-child(2n) {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}

/**************************************************/
/* entry */
/**************************************************/
body.pg-entry {
  position: relative;
}
body.pg-entry::before {
  background: url(../../images/bg03.svg) center top no-repeat;
  background-size: contain;
  height: 88.875rem;
  width: 57.875rem;
  max-width: 100%;
  content: "";
  position: fixed;
  top: 8.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
@media (max-width: 767px) {
  body.pg-entry::before {
    background: url(../../images/bg04.svg) center top repeat-y;
    background-size: contain;
    height: 100dvh;
    width: 22.75rem;
    top: 8.125rem;
    right: 0;
  }
}
body.pg-entry .l-entry {
  position: relative;
  padding: 5rem 0 7.5rem;
}
body.pg-entry .entry-header .mainImage {
  padding-top: 5rem;
}
body.pg-entry .entry-header .mainImage.-full {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: calc(50% + 50px - 50vw);
  margin-left: calc(50% + 50px - 50vw);
  height: 42.5rem;
}
@media (max-width: 1279px) {
  body.pg-entry .entry-header .mainImage.-full {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
body.pg-entry .entry-header .mainImage img {
  width: 100%;
  height: 100%;
  max-width: 76.5rem;
  display: block;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--position);
     object-position: var(--position);
}
body.pg-entry .entry-header > .c-category-a {
  z-index: 2;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
@media (max-width: 767px) {
  body.pg-entry .entry-header .mainImage.-full {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    height: auto;
  }
  body.pg-entry .entry-header .mainImage.-full img {
    aspect-ratio: 375/260;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
body.pg-entry .entry-body {
  padding: 0 0 6.25rem;
}
body.pg-entry .entry-heading {
  padding-top: 7.5rem;
}
body.pg-entry .entry-heading .title {
  line-height: 1.5625;
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}
body.pg-entry .entry-heading .date {
  margin: 1.5rem 0 1.875rem 0;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-family: "Libre Baskerville", serif;
  font-size: 0.8125rem;
}
body.pg-entry .entry-heading .date .new {
  display: inline-block;
  margin-left: 0.3em;
}
@media (max-width: 767px) {
  body.pg-entry .entry-heading .title {
    font-size: 1.4375rem;
    line-height: 1.8;
  }
  body.pg-entry .entry-heading .date {
    margin-top: 3.125rem;
  }
}
body.pg-entry .entry-content {
  padding-top: 6.25rem;
  padding-bottom: 5rem;
}
body.pg-entry .entry-content > *:first-child > img,
body.pg-entry .entry-content > *:first-child {
  margin-top: 0 !important;
}
body.pg-entry .entry-content > .source:last-child {
  margin-top: 5rem !important;
}
body.pg-entry .entry-content h2.unit-heading-h2 {
  font-weight: bold;
  line-height: 2;
  font-size: 1.0625rem;
  margin: 6.25rem 0 0 0;
}
body.pg-entry .entry-content p.unit-text {
  margin: 2.5rem 0 0 0;
  line-height: 2;
}
body.pg-entry .entry-content .unit-movie {
  margin: 2.5rem 0 0 0;
}
body.pg-entry .entry-content a {
  color: inherit;
  word-break: break-all;
}
body.pg-entry .entry-content img {
  margin-left: -60px;
  margin-top: 50px;
  width: calc(100% + 120px);
  max-width: 920px;
}
body.pg-entry .entry-content .column-media-auto > a:hover {
  opacity: 1 !important;
}
body.pg-entry .entry-content .introduction {
  font-weight: bold;
  line-height: 2;
  font-size: 1.0625rem;
  margin-top: 0;
  margin-bottom: 6.25rem;
}
body.pg-entry .entry-content .caption {
  font-size: 0.875rem;
  line-height: 1.7;
  margin: 0.5rem 0 0 0;
  text-align: left !important;
}
body.pg-entry .entry-content .source {
  font-size: 0.875rem;
  line-height: 1.7;
  margin: 2.5rem 0 0 0;
}
body.pg-entry .entry-content .source > a {
  color: inherit;
}
@media (max-width: 1059px) {
  body.pg-entry .entry-content img {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.pg-entry .entry-content .caption {
    font-size: 0.8125rem;
  }
}
body.pg-entry .swiper {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  margin-bottom: 6.25rem;
}
body.pg-entry .swiper-slide {
  width: 920px;
}
body.pg-entry .swiper-slide .caption {
  max-width: 800px;
  margin-inline: auto;
  line-height: 1.7;
}
@media (max-width: 1059px) {
  body.pg-entry .swiper-slide {
    width: calc(100% - 2.5rem);
    max-width: 800px;
  }
  body.pg-entry .swiper-slide .caption {
    padding-right: 1em;
  }
}
body.pg-entry .swiper-slide img {
  margin-left: 0;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 920/550;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
body.pg-entry .swiper-pagination {
  position: relative;
  margin-top: 2rem;
  bottom: auto;
  z-index: 1;
  font-size: 0.8125rem;
  font-family: "Libre Baskerville", serif;
  font-weight: bold;
}
body.pg-entry .swiper-button-next,
body.pg-entry .swiper-button-prev {
  cursor: pointer;
  z-index: 3;
  content: "";
  display: inline-block;
  top: auto;
  bottom: 0;
  width: 1.5625rem;
  height: 1.25rem;
}
body.pg-entry .swiper-button-next::after,
body.pg-entry .swiper-button-prev::after {
  display: none;
}
body.pg-entry .swiper-button-next svg,
body.pg-entry .swiper-button-prev svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.pg-entry .swiper-button-prev {
  left: auto;
  right: 54%;
}
@media (max-width: 767px) {
  body.pg-entry .swiper-button-prev {
    right: 59%;
  }
}
body.pg-entry .swiper-button-next {
  left: 54%;
  right: auto;
}
@media (max-width: 767px) {
  body.pg-entry .swiper-button-next {
    left: 59%;
  }
}
body.pg-entry .entry-tag-sns {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.25rem;
}
body.pg-entry .entry-tag-sns .tags {
  max-width: 29.375rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.125rem 0.75rem;
}
body.pg-entry .entry-tag-sns .tags > li a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-size: 0.875rem;
  position: relative;
  padding-left: 0.8em;
}
body.pg-entry .entry-tag-sns .tags > li a::before {
  content: "#";
  position: absolute;
  left: 0;
  top: 0;
}
body.pg-entry .entry-tag-sns .right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  border-radius: 6.25rem;
  gap: 0.375rem;
  padding: 0.125rem 0.125rem 0.125rem 1.125rem;
}
body.pg-entry .entry-tag-sns .right > .text {
  font-size: 0.75rem;
  color: #191932;
  margin: 0;
}
body.pg-entry .entry-tag-sns .right .favorite {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  margin-right: 1.625rem;
  padding: 0;
}
body.pg-entry .entry-tag-sns .right .favorite > .icon {
  display: inline-block;
  pointer-events: none;
}
body.pg-entry .entry-tag-sns .right .favorite > .icon::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "\f004";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  font-size: 1.25rem;
  pointer-events: none;
}
body.pg-entry .entry-tag-sns .right .favorite.js-active, body.pg-entry .entry-tag-sns .right .favorite.-active, body.pg-entry .entry-tag-sns .right .favorite.-voted {
  opacity: 1;
}
body.pg-entry .entry-tag-sns .right .favorite.js-active > .icon::before, body.pg-entry .entry-tag-sns .right .favorite.-active > .icon::before, body.pg-entry .entry-tag-sns .right .favorite.-voted > .icon::before {
  pointer-events: none;
  font-weight: 900;
}
body.pg-entry .entry-tag-sns .right .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0.375rem;
}
body.pg-entry .entry-tag-sns .right .sns > li > .btn {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2.125rem;
}
@media (max-width: 767px) {
  body.pg-entry .entry-tag-sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.pg-entry .entry-tag-sns .right {
    margin-left: auto;
  }
}
body.pg-entry .entry-reporter {
  margin: 7.5rem 0 0 0;
}
body.pg-entry .entry-reporter > .list {
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 50% - 1.25rem), 1fr));
  list-style: none;
  gap: 0.625rem 2.5rem;
}
@media (max-width: 767px) {
  body.pg-entry .entry-reporter > .list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
body.pg-entry .entry-reporter > .list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.375rem;
     -moz-column-gap: 1.375rem;
          column-gap: 1.375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.pg-entry .entry-reporter > .list > .item > .image {
  width: 5.625rem;
  aspect-ratio: 1;
  border-radius: 100px;
  overflow: hidden;
}
body.pg-entry .entry-reporter > .list > .item > .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.pg-entry .entry-reporter > .list > .item > .textarea > .text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.7;
  margin: 0;
}
body.pg-entry .entry-reaction {
  margin-top: 3.75rem;
  background-color: #fff;
  padding: 1.25rem 1.875rem;
  border-radius: 0.75rem;
}
body.pg-entry .entry-reaction > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.pg-entry .entry-reaction > .list > .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.pg-entry .entry-reaction > .list > .item > .btn {
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #F3F3F4;
  display: block;
  text-align: center;
  border-radius: 100px;
  text-decoration: none;
  color: inherit;
  padding: 0.4375rem;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
}
body.pg-entry .entry-reaction > .list > .item > .btn > svg {
  display: inline-block;
  height: 1rem;
}
body.pg-entry .entry-reaction > .list > .item > .btn.-active, body.pg-entry .entry-reaction > .list > .item > .btn.-voted {
  color: #fff;
  opacity: 1;
}
body.pg-entry .entry-reaction > .list > .item > .btn.-active > svg path, body.pg-entry .entry-reaction > .list > .item > .btn.-voted > svg path {
  fill: #fff !important;
}
@media (max-width: 767px) {
  body.pg-entry .entry-reaction {
    padding: 0.625rem;
  }
  body.pg-entry .entry-reaction > .list {
    gap: 0.4375rem;
  }
  body.pg-entry .entry-reaction > .list > .item > .btn {
    border-radius: 0.5rem;
    font-size: 0.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.3125rem;
    padding: 0.625rem 0;
  }
  body.pg-entry .entry-reaction > .list > .item > .btn > svg {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
body.pg-entry .entry-contactBox {
  margin-top: 1.25rem;
  --contactBox-background-color: #757584;
}
body.pg-entry .entry-contactBox > .btn {
  display: block;
  padding: 1.625rem 1.25rem;
  border-radius: 0.75rem;
  background: var(--contactBox-background-color, #757584);
  color: #FFF;
  text-align: center;
}
body.pg-entry .entry-contactBox > .btn > .text {
  display: inline-block;
  position: relative;
  margin: 0;
  padding-left: 2.125rem;
  font-size: 0.9375rem;
  font-weight: 600;
}
body.pg-entry .entry-contactBox > .btn > .text::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icon-balloon.svg) center center no-repeat;
  background-size: contain;
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.pg-entry .entry-contactBox > .btn > .text .underline {
  text-decoration: underline;
}
@media (max-width: 767px) {
  body.pg-entry .entry-contactBox > .btn {
    padding: 1.125rem 1.625rem;
  }
  body.pg-entry .entry-contactBox > .btn > .text {
    text-align: left;
  }
}
body.pg-entry .entry-profile {
  margin-bottom: 6.25rem;
}
body.pg-entry .entry-profile .box {
  background-color: #fff;
  margin-bottom: 1.25rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5.625rem 1.25rem 1fr;
  grid-template-columns: 5.625rem 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  padding: 1.875rem;
      grid-template-areas: "areaA areaB" "areaA areaC";
}
body.pg-entry .entry-profile .box > .image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  width: 5.625rem;
  height: 5.625rem;
  border-radius: 100px;
  overflow: hidden;
  grid-area: areaA;
}
body.pg-entry .entry-profile .box > .image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
body.pg-entry .entry-profile .box > .namearea {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: areaB;
  margin-top: auto;
}
body.pg-entry .entry-profile .box > .namearea .name {
  font-size: 0.75rem;
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}
body.pg-entry .entry-profile .box > .namearea .name > span {
  font-size: 1rem;
  display: inline-block;
  margin-right: 0.5rem;
}
body.pg-entry .entry-profile .box > .namearea .title {
  font-weight: 500;
  font-size: 0.8125rem;
  margin: 0.5rem 0 0 0;
  line-height: 1.5;
}
body.pg-entry .entry-profile .box > .text {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: areaC;
  margin: 0.625rem 0 auto 0;
  line-height: 1.8571428571;
  font-size: 0.875rem;
}
body.pg-entry .entry-profile .box > .text a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
@media (max-width: 767px) {
  body.pg-entry .entry-profile .box {
    gap: 1.25rem;
    padding: 1.25rem;
        grid-template-areas: "areaA areaB" "areaC areaC";
  }
  body.pg-entry .entry-profile .box > .namearea {
    margin: 0;
  }
  body.pg-entry .entry-profile .box > .text {
    margin: 0;
  }
  body.pg-entry .entry-profile .box > .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  body.pg-entry .entry-profile .box > .namearea {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  body.pg-entry .entry-profile .box > .text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
body.pg-entry .series-overview {
  font-size: 1.0625rem;
  font-weight: bold;
  margin: 3.75rem 0 0 0;
  line-height: 2;
  padding-bottom: 3.75rem;
  border-bottom: solid 2px #fff;
}
body.pg-entry .series-writer {
  padding: 3.75rem 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 7.5rem 1.25rem 1fr;
  grid-template-columns: 7.5rem 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
      grid-template-areas: "areaA areaB" "areaA areaC";
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.pg-entry .series-writer:not(:first-of-type) {
  padding-top: 2.5rem;
}
body.pg-entry .series-writer > .image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  grid-area: areaA;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 100px;
  overflow: hidden;
}
body.pg-entry .series-writer > .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.pg-entry .series-writer .name {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: areaB;
  margin: auto 0 0 0;
  font-weight: 500;
}
body.pg-entry .series-writer .name > .title {
  display: inline-block;
  font-size: 0.8125rem;
}
body.pg-entry .series-writer .text {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: areaC;
  margin: 0.5rem 0 auto 0;
  font-size: 0.875rem;
  line-height: 1.8571428571;
}
@media (max-width: 767px){
  body.pg-entry .series-writer > .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  body.pg-entry .series-writer .name {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  body.pg-entry .series-writer .text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
}
body.pg-entry .series-writer a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
@media (max-width: 767px) {
  body.pg-entry .series-writer {
    row-gap: 0.625rem;
        grid-template-areas: "areaA areaB" "areaC areaC";
  }
  body.pg-entry .series-writer .name {
    margin: 0;
  }
  body.pg-entry .series-writer .name > .title {
    display: block;
    margin-left: -0.3125rem;
    margin-top: 0.25rem;
  }
  body.pg-entry .series-writer .text {
    margin-bottom: 0;
  }
  body.pg-entry .series-writer > .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  body.pg-entry .series-writer > .namearea {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  body.pg-entry .series-writer > .text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  body.pg-entry .series-writer > .image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  body.pg-entry .series-writer > .name {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  body.pg-entry .series-writer > .text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
body.pg-entry.-series {
  background-color: rgba(255, 204, 177, 0.6);
  background-image: var(--series-custom-bgImg);
  background-position: center top;
  background-repeat: repeat;
  background-size: auto auto;
}
body.pg-entry.-series.-customBgColor {
  background-color: var(--series-custom-bgColor);
}
body.pg-entry.-series::before {
  display: none;
}
body.pg-entry.-series .mainImage {
  margin-left: -3.75rem;
  width: calc(100% + 120px);
  aspect-ratio: 920/550;
}
body.pg-entry.-series .mainImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1059px) {
  body.pg-entry.-series .mainImage {
    margin-left: -1.25rem;
    width: calc(100% + 2.5rem);
  }
}
body.pg-entry.-report .entry-tag-sns .right > .text,
body.pg-entry.-report .entry-body {
  color: #191932;
}
body.pg-entry.-report .entry-contactBox {
  --contactBox-background-color: #757584;
}
body.pg-entry.-report .entry-tag-sns .favorite > .icon::before,
body.pg-entry.-report .swiper-pagination,
body.pg-entry.-report .entry-tag-sns .tags > li,
body.pg-entry.-report .entry-content .caption,
body.pg-entry.-report .entry-content .source {
  color: #757584;
}
body.pg-entry.-report .swiper-button-prev svg path,
body.pg-entry.-report .swiper-button-next svg path {
  stroke: #757584;
}
body.pg-entry.-report .entry-tag-sns .right svg path {
  fill: #757584;
}
body.pg-entry.-report .entry-reaction > .list > .item > .btn svg path {
  fill: #191932;
}
body.pg-entry.-report .entry-reaction > .list > .item > .btn.-active,
body.pg-entry.-report .entry-reaction > .list > .item > .btn.-voted {
  background-color: #757584;
}
body.pg-entry.-interview .entry-tag-sns .right > .text,
body.pg-entry.-interview .entry-body {
  color: #42440B;
}
body.pg-entry.-interview .entry-contactBox {
  --contactBox-background-color: #888967;
}
body.pg-entry.-interview .entry-tag-sns .favorite > .icon::before,
body.pg-entry.-interview .swiper-pagination,
body.pg-entry.-interview .entry-tag-sns .tags > li,
body.pg-entry.-interview .entry-content .caption,
body.pg-entry.-interview .entry-content .source {
  color: #888967;
}
body.pg-entry.-interview .swiper-button-prev svg path,
body.pg-entry.-interview .swiper-button-next svg path {
  stroke: #888967;
}
body.pg-entry.-interview .entry-tag-sns .right svg path {
  fill: #888967;
}
body.pg-entry.-interview .entry-reaction > .list > .item > .btn svg path {
  fill: #42440B;
}
body.pg-entry.-interview .entry-reaction > .list > .item > .btn.-active,
body.pg-entry.-interview .entry-reaction > .list > .item > .btn.-voted {
  background-color: #888967;
}
body.pg-entry.-lifehack .entry-tag-sns .right > .text,
body.pg-entry.-lifehack .entry-body, body.pg-entry.-column .entry-tag-sns .right > .text,
body.pg-entry.-column .entry-body {
  color: #441A23;
}
body.pg-entry.-lifehack .entry-contactBox, body.pg-entry.-column .entry-contactBox {
  --contactBox-background-color: #8F757B;
}
body.pg-entry.-lifehack .entry-tag-sns .favorite > .icon::before,
body.pg-entry.-lifehack .swiper-pagination,
body.pg-entry.-lifehack .entry-tag-sns .tags > li,
body.pg-entry.-lifehack .entry-content .caption,
body.pg-entry.-lifehack .entry-content .source, body.pg-entry.-column .entry-tag-sns .favorite > .icon::before,
body.pg-entry.-column .swiper-pagination,
body.pg-entry.-column .entry-tag-sns .tags > li,
body.pg-entry.-column .entry-content .caption,
body.pg-entry.-column .entry-content .source {
  color: #8F757B;
}
body.pg-entry.-lifehack .swiper-button-prev svg path,
body.pg-entry.-lifehack .swiper-button-next svg path, body.pg-entry.-column .swiper-button-prev svg path,
body.pg-entry.-column .swiper-button-next svg path {
  stroke: #8F757B;
}
body.pg-entry.-lifehack .entry-tag-sns .right svg path, body.pg-entry.-column .entry-tag-sns .right svg path {
  fill: #8F757B;
}
body.pg-entry.-lifehack .entry-reaction > .list > .item > .btn svg path, body.pg-entry.-column .entry-reaction > .list > .item > .btn svg path {
  fill: #441A23;
}
body.pg-entry.-lifehack .entry-reaction > .list > .item > .btn.-active,
body.pg-entry.-lifehack .entry-reaction > .list > .item > .btn.-voted, body.pg-entry.-column .entry-reaction > .list > .item > .btn.-active,
body.pg-entry.-column .entry-reaction > .list > .item > .btn.-voted {
  background-color: #8F757B;
}
body.pg-entry.-series .entry-tag-sns .right > .text,
body.pg-entry.-series .entry-body {
  color: #42210B;
}
body.pg-entry.-series .entry-contactBox {
  --contactBox-background-color: #8D796C;
}
body.pg-entry.-series .entry-tag-sns .favorite > .icon::before,
body.pg-entry.-series .swiper-pagination,
body.pg-entry.-series .entry-tag-sns .tags > li,
body.pg-entry.-series .entry-content .caption,
body.pg-entry.-series .entry-content .source {
  color: #8D796C;
}
body.pg-entry.-series .swiper-button-prev svg path,
body.pg-entry.-series .swiper-button-next svg path {
  stroke: #8D796C;
}
body.pg-entry.-series .entry-tag-sns .right svg path {
  fill: #8D796C;
}
body.pg-entry.-series .entry-reaction > .list > .item > .btn svg path {
  fill: #42210B;
}
body.pg-entry.-series .entry-reaction > .list > .item > .btn.-active,
body.pg-entry.-series .entry-reaction > .list > .item > .btn.-voted {
  background-color: #8D796C;
}
body.pg-entry.-event .entry-tag-sns .right > .text,
body.pg-entry.-event .entry-body {
  color: #2F193C;
}
body.pg-entry.-event .entry-contactBox {
  --contactBox-background-color: #827589;
}
body.pg-entry.-event .entry-tag-sns .favorite > .icon::before,
body.pg-entry.-event .swiper-pagination,
body.pg-entry.-event .entry-tag-sns .tags > li,
body.pg-entry.-event .entry-content .caption,
body.pg-entry.-event .entry-content .source {
  color: #827589;
}
body.pg-entry.-event .swiper-button-prev svg path,
body.pg-entry.-event .swiper-button-next svg path {
  stroke: #827589;
}
body.pg-entry.-event .entry-tag-sns .right svg path {
  fill: #827589;
}
body.pg-entry.-event .entry-reaction > .list > .item > .btn svg path {
  fill: #2F193C;
}
body.pg-entry.-event .entry-reaction > .list > .item > .btn.-active,
body.pg-entry.-event .entry-reaction > .list > .item > .btn.-voted {
  background-color: #827589;
}
body.pg-entry.-news .entry-tag-sns .right > .text,
body.pg-entry.-news .entry-body {
  color: #003035;
}
body.pg-entry.-news .entry-contactBox {
  --contactBox-background-color: #678185;
}
body.pg-entry.-news .entry-tag-sns .favorite > .icon::before,
body.pg-entry.-news .swiper-pagination,
body.pg-entry.-news .entry-tag-sns .tags > li,
body.pg-entry.-news .entry-content .caption,
body.pg-entry.-news .entry-content .source {
  color: #678185;
}
body.pg-entry.-news .swiper-button-prev svg path,
body.pg-entry.-news .swiper-button-next svg path {
  stroke: #678185;
}
body.pg-entry.-news .entry-tag-sns .right svg path {
  fill: #678185;
}
body.pg-entry.-news .entry-reaction > .list > .item > .btn svg path {
  fill: #003035;
}
body.pg-entry.-news .entry-reaction > .list > .item > .btn.-active,
body.pg-entry.-news .entry-reaction > .list > .item > .btn.-voted {
  background-color: #678185;
}
body.pg-entry .archive-series {
  padding: 0 0 5rem;
  border-bottom: solid 1px #757584;
  margin-bottom: 5rem;
}
body.pg-entry .archive-series > .list {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
body.pg-entry .archive-series > .list > li {
  display: block;
  position: relative;
  padding-left: 1.25rem;
}
body.pg-entry .archive-series > .list > li::before {
  display: block;
  position: absolute;
  top: calc(0.8em - 0.25rem);
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  border-right: 0.125rem solid #A2A2AC;
  border-top: 0.125rem solid #A2A2AC;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.pg-entry .archive-series > .list > li a {
  color: inherit;
  text-decoration: none;
}
body.pg-entry .archive-series > .list > li a:hover {
  text-decoration: underline;
}
body.pg-entry .archive-series > .list > li .new {
  display: inline-block;
  margin-left: 0.5em;
  font-family: "Libre Baskerville", serif;
  font-size: 0.7333333333em;
}
body.pg-entry .archive-series > .list > li + li {
  margin-top: 0.5rem;
}
body.pg-entry .archive-list {
  padding-bottom: 6.25rem;
}
body.pg-entry .archive-list > .list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem;
}
body.pg-entry .archive-list > .list > li {
  width: calc(50% - 0.9375rem);
}
@media (max-width: 767px) {
  body.pg-entry .archive-list > .list > li {
    width: 100%;
  }
}

/**************************************************/
/* index(一覧) */
/**************************************************/
body.pg-entryList {
  position: relative;
  z-index: 0;
}
body.pg-entryList::before {
  background: url(../../images/bg03.svg) center top no-repeat;
  background-size: contain;
  height: 88.875rem;
  width: 57.875rem;
  max-width: 100%;
  content: "";
  position: fixed;
  top: 20.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  body.pg-entryList::before {
    background: url(../../images/bg05.svg) center top repeat-y;
    background-size: contain;
    height: 100dvh;
    width: 21.375rem;
    top: 9.375rem;
    left: 1.25rem;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
body.pg-entryList .entryList-header {
  position: relative;
  z-index: -1;
}
body.pg-entryList .entryList-header > .mainImage {
  width: 100%;
  height: 21.875rem;
}
body.pg-entryList .entryList-header > .mainImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.pg-entryList .entryList-header > .c-category-a {
  position: absolute;
  bottom: -4.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  body.pg-entryList .entryList-header > .mainImage {
    height: 12.5rem;
  }
  body.pg-entryList .entryList-header > .c-category-a {
    bottom: -3.75rem;
  }
}
body.pg-entryList .entry-list {
  padding: 11.25rem 0 7.75rem;
}
@media (max-width: 767px) {
  body.pg-entryList .entry-list {
    padding-top: 8.125rem;
  }
}
body.pg-entryList .entry-list > .more {
  text-align: center;
}
body.pg-entryList .entry-list > .more > .c-link-a {
  margin-top: 8.75rem;
}

.entry-pager {
  list-style: none;
  padding: 0;
  margin: 8.75rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem 1.625rem;
}
.entry-pager > li > span {
  font-weight: bold;
  font-size: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Libre Baskerville", serif;
  line-height: 1;
}
.entry-pager > li > span > a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.entry-pager > li.prev > a {
  content: "";
  display: block;
  width: 1.625rem;
  height: 0.625rem;
  background: url(../img/icon-arrow-prev.svg) center bottom 0.0625rem no-repeat;
  background-size: contain;
}
.entry-pager > li.next > a {
  content: "";
  display: block;
  width: 1.625rem;
  height: 0.625rem;
  background: url(../img/icon-arrow.svg) center bottom 0.0625rem no-repeat;
  background-size: contain;
}
.entry-pager > li.cur > span {
  color: #A2A2AC;
}

.entry-pager {
  list-style: none;
  padding: 0;
  margin: 8.75rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem 1.625rem;
}
.entry-pager > li button {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: inline-block;
  border-radius: none;
  background: none;
  border: none;
  padding: 0;
  font-weight: bold;
  font-size: 1.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Libre Baskerville", serif;
  line-height: 1;
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.entry-pager > li.prev button {
  content: "";
  display: block;
  width: 1.625rem;
  height: 0.625rem;
  background: url(../img/icon-arrow-prev.svg) center bottom 0.0625rem no-repeat;
  background-size: contain;
}
.entry-pager > li.next button {
  content: "";
  display: block;
  width: 1.625rem;
  height: 0.625rem;
  background: url(../img/icon-arrow.svg) center bottom 0.0625rem no-repeat;
  background-size: contain;
}
.entry-pager > li.cur button {
  color: #A2A2AC;
  pointer-events: none;
}

.not-found {
  text-align: center;
  margin: 0;
  font-weight: bold;
}

@media (min-width: 767px) {
  .-slideNoImage {
    padding-top: 10rem;
  }
}

/**************************************************/
/* 検索 */
/**************************************************/
body.pg-search .l-search {
  padding: 7.5rem 0 7.75rem;
}
body.pg-search .l-search > .l-page-contents-s > .title {
  text-align: center;
}
body.pg-search .l-search .heading {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin: 6.25rem 0 3.75rem;
}
body.pg-search .l-search .more {
  text-align: center;
}
body.pg-search .l-search .more > .btn {
  margin-top: 2.5rem;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  padding-right: 0.625rem;
  position: relative;
}
body.pg-search .l-search .more > .btn::after {
  position: absolute;
  content: "";
  width: 0.3125rem;
  height: 0.625rem;
  background: url(../img/icon-arrow2.svg) center center no-repeat;
  background-size: contain;
  right: 0;
  top: calc(50% - 0.25rem);
}
body.pg-search .l-search .search-list {
  margin-top: 7.5rem;
}

.search-form {
  margin-top: 5rem;
  width: 19.0625rem;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-inline: auto;
}
.search-form .entry {
  margin: 1.25rem 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search-form .entry input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  display: inline-block;
  width: 15.3125rem;
  border: solid 0.0625rem #181932;
  border-radius: 0.625rem 0 0 0.625rem;
}
.search-form .entry .btn {
  width: 3.75rem;
  position: relative;
  background: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: #181932;
  border-radius: 0 0.625rem 0.625rem 0;
  border: solid 0.0625rem #181932;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 0.8125rem;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #fff;
  text-align: center;
}
.search-form .entry input[type=submit]:hover,
.search-form .entry input[type=submit]:focus {
  outline: none;
}
.search-form .entry input[type=submit]::-moz-foucus-inner {
  border: none;
  padding: 0;
}

/**************************************************/
/* プライバシーポリシー */
/**************************************************/
body.pg-policy .policy-body > *:first-child {
  margin-top: 0 !important;
}
body.pg-policy .policy-body .heading {
  font-size: 0.9375rem;
  line-height: 2.2666666667;
  margin: 0;
  font-weight: bold;
}
body.pg-policy .policy-body .text {
  font-size: 0.9375rem;
  line-height: 2.2666666667;
  margin: 0;
}
body.pg-policy .policy-body .text a {
  color: inherit;
  text-decoration: none;
}
body.pg-policy .policy-body .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.pg-policy .policy-body .list > li {
  margin-top: 2.125rem;
}
body.pg-policy .policy-body .subList {
  margin: 0;
  padding: 0;
  list-style: none;
}
body.pg-policy .policy-body .subList > li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.9375rem;
  line-height: 2.2666666667;
}

/**************************************************/
/* お問い合わせ */
/**************************************************/
/**************************************************/
/* Pages */
/**************************************************/
.l-popup-line {
  display: none;
  background-color: rgba(255, 255, 255, 0.85);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.l-popup-line > .contents {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-popup-line > .contents > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-popup-line > .contents > .wrap > a {
  display: inline-block;
}
.l-popup-line > .contents > .text {
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  margin: 1.5rem 0 0 0;
}

.l-404 {
  padding-top: 7.5rem;
  padding-bottom: 12.5rem;
}
.l-404 .title {
  text-align: center;
  margin: 0;
  font-size: 4rem;
  letter-spacing: 0.1em;
}
.l-404 .title > span {
  display: block;
  font-size: 1.875rem;
  margin-top: 0.625rem;
  letter-spacing: 0.04em;
}
.l-404 .text {
  margin: 8.125rem 0 0 0;
  text-align: center;
  line-height: 2;
}
.l-404 .btn {
  text-align: center;
  margin-top: 6.25rem;
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* a-blog CMS組み込み汎用パーツ */
/**************************************************/
/**************************************************/
/* components - acms */
/**************************************************/
[class*=acms-col] {
  padding: 0;
}

.acms-box-medium img {
  margin-left: 0 !important;
  max-width: 100% !important;
}

.acms-member-container {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: none !important;
}

.acms-member-header-img {
  max-height: 14.375rem;
  padding-top: 1.875rem;
}

.acms-btn.acms-btn-success {
  background-color: #191932;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.acms-btn.acms-btn-success:hover {
  background-color: #191932;
  opacity: 0.7;
}

.acms-member-page-title {
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .acms-member-page-title {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=site.css.map */