@charset "UTF-8";
/* 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
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}
/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Correct the inheritance of border color in Firefox.
 * 3. Show the overflow in Edge 18- and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  color: inherit; /* 2 */
  height: 0; /* 1 */
  overflow: visible; /* 3 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block;
}
/**
 * 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
 * ========================================================================== */
/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Tabular data
 * ========================================================================== */
/**
 * 1. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 2. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
table {
  border-color: inherit; /* 1 */
  text-indent: 0; /* 2 */
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}
/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}
/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* User interaction
 * ========================================================================== */
@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}
:root {
  --color-border: #E0DFDD;
  --font-default: var(--font-ja), sans-serif;
  --font-ja: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN";
  --font-en: 'Roboto Condensed';
  --font-ja-title: 'Shuei KakuGo Gin B', sans-serif;
  --font-en-title: 'Josefin Sans', sans-serif;
  --z-index-search-loading: 130;
  --z-index-search: 120;
  --z-index-header-content: 120;
  --z-index-menu: 110;
  --z-index-heading: 100;
  --duration-hover: 0.15s;
  --duration-hover-button: 0.45s;
  --duration-fade: 0.2s;
  --easing-ease-in-cubic: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  --easing-ease-out-cubic: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  --easing-ease-in-out-cubic: cubic-bezier(0.645, 0.045, 0.355, 1.000);
  --easing-ease-in-out-quint: cubic-bezier(0.770, 0.000, 0.175, 1.000);
  --width-container: size(1000);
}

@media (max-width: 834px) {
  :root {
    --font-ja: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
ol,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

dl {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
}

img {
  vertical-align: top;
}

em {
  font-style: normal;
}

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

button {
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
}

*,
::before,
::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-family: var(--font-default);
  font-weight: 500;
  color: #1b1b19;
  line-height: 1.5;
  overflow-wrap: break-word;
  letter-spacing: 0.03em;
  overscroll-behavior-y: none;
}

img.lozad {
  opacity: 0;
}

img.lozad[data-loaded="true"] {
  transition: opacity 0.3s linear;
  opacity: 1;
}

blockquote,
figure {
  margin: auto;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?v8fz0r");
  src: url("fonts/icomoon.eot?v8fz0r#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?v8fz0r") format("truetype"), url("fonts/icomoon.woff?v8fz0r") format("woff"), url("fonts/icomoon.svg?v8fz0r#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-info:before {
  content: "\e917";
}

.icon-pdf:before {
  content: "\e90e";
}

.icon-arrow-down:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-arrow-up:before {
  content: "\e903";
}

.icon-arrow02-down:before {
  content: "\e904";
}

.icon-arrow02-right:before {
  content: "\e905";
}

.icon-arrow02-up:before {
  content: "\e906";
}

.icon-blockquote-end:before {
  content: "\e907";
}

.icon-blockquote-start:before {
  content: "\e908";
}

.icon-external:before {
  content: "\e909";
}

.icon-facebook:before {
  content: "\e90a";
}

.icon-instagram:before {
  content: "\e90b";
}

.icon-like:before {
  content: "\e90c";
}

.icon-line:before {
  content: "\e90d";
}

.icon-load:before {
  content: "\e90f";
}

.icon-minus:before {
  content: "\e910";
}

.icon-multiplied:before {
  content: "\e911";
}

.icon-mypage:before {
  content: "\e912";
}

.icon-plus:before {
  content: "\e913";
}

.icon-search-s:before {
  content: "\e914";
}

.icon-search:before {
  content: "\e915";
}

.icon-twitter:before {
  content: "\e916";
}

.icon-youtube {
  width: 100%;
}

@media (max-width: 834px) {
  .icon-youtube {
    width: 100%;
    height: 27px;
  }
}

.js-sticky.sticky-fixed.is-sticky {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.js-sticky.sticky-fixed.is-sticky:not([style*="margin-top"]) {
  margin-top: 0 !important;
}

.js-sticky.sticky-fixed.is-sticky:not([style*="margin-bottom"]) {
  margin-bottom: 0 !important;
}

.js-sticky.sticky-fixed.is-absolute {
  position: absolute;
}

.l-account__lead {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

.l-account__content {
  max-width: 1000px;
  padding: 175px 0 90px;
  margin: auto;
}

.l-account__form {
  width: 400px;
  margin: auto;
}

.l-account__heading {
  margin-bottom: 55px;
  font-family: 'Shuei KakuGo Gin B', sans-serif;
  font-family: var(--font-ja-title);
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.08em;
}

.l-account__unregistered {
  margin-top: 70px;
  padding: 45px 0 30px;
  border-top: 1px solid rgba(27, 27, 25, 0.11);
  text-align: center;
}

.l-account__unregistered > dt {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71429;
}

@media (max-width: 834px) {
  .l-account__lead {
    line-height: 1.64286;
    text-align: left;
  }
  .l-account__content {
    padding: 115px 30px 100px;
  }
  .l-account__form {
    width: auto;
  }
  .l-account__heading {
    margin-bottom: 45px;
    font-size: 24px;
  }
  .l-account__unregistered {
    margin: 75px -10px 0;
    padding-bottom: 0;
  }
}

.l-complete__content {
  max-width: 640px;
  padding: 170px 20px 120px;
  margin: auto;
  text-align: center;
}

.l-complete__heading {
  margin-bottom: 50px;
  font-family: 'Shuei KakuGo Gin B', sans-serif;
  font-family: var(--font-ja-title);
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

.l-complete__title {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.l-complete__text {
  font-size: 14px;
  line-height: 2;
}

.l-complete__button {
  margin-top: 50px;
}

@media (max-width: 834px) {
  .l-complete__content {
    padding: 115px 30px 100px;
  }
  .l-complete__heading {
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 2;
  }
  .l-complete__title {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.875;
  }
  .l-complete__text {
    line-height: 1.64286;
    text-align: left;
  }
  .l-complete__button {
    margin-top: 30px;
  }
}

.l-contact__content {
  width: 760px;
  padding: 175px 0 120px;
  margin: auto;
}

.l-contact__heading {
  margin-bottom: 35px;
  font-family: 'Shuei KakuGo Gin B', sans-serif;
  font-family: var(--font-ja-title);
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}

.l-contact__body[aria-hidden="true"] {
  display: none;
}

.l-contact__body[aria-hidden="false"] {
  display: block;
}

.l-contact__lead {
  margin: 60px 0 35px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: rgba(27, 27, 25, 0.8);
}

.l-contact__notice {
  margin-top: 40px;
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

.l-contact__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 460px;
  margin: 0 auto;
}

.l-contact__footer > p {
  width: 100%;
}

.l-contact__note {
  margin-bottom: 45px;
  font-size: 12px;
  line-height: 1.66667;
}

.l-contact__note > a {
  color: #a88308;
  text-decoration: underline;
}

.l-contact__agreement {
  padding-bottom: 25px;
  position: relative;
}

.l-contact__checkbox {
  font-size: 12px;
  font-weight: 700;
}

.l-contact__error {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}

.l-contact__alert {
  width: 100%;
  margin-top: 40px;
  padding: 12px 0;
  background: rgba(186, 0, 0, 0.08);
  color: #ba0000;
  font-size: 12px;
  line-height: 1.66667;
  text-align: center;
}

.l-contact__form[aria-invalid="true"] .l-contact__alert {
  display: block;
}

.l-contact__form[aria-invalid="false"] .l-contact__alert {
  display: none;
}

.l-contact__button {
  margin-top: 50px;
}

.l-contact__button + .l-contact__button {
  margin-top: 24px;
}

@media (min-width: 835px) {
  .l-contact__note > a:hover {
    text-decoration: none;
  }
}

@media (max-width: 834px) {
  .l-contact__content {
    width: auto;
    padding: 120px 20px 100px;
  }
  .l-contact__heading {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .l-contact__lead {
    margin: 45px 0 35px;
    line-height: 1.64286;
    text-align: left;
  }
  .l-contact__notice {
    font-size: 14px;
    line-height: 1.64286;
    text-align: left;
  }
  .l-contact__footer {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .l-contact__note {
    margin-bottom: 35px;
  }
  .l-contact__agreement {
    padding-bottom: 0;
  }
  .l-contact__error {
    position: static;
    margin-top: 2px;
  }
  .l-contact__alert {
    margin-top: 32px;
  }
  .l-contact__button {
    margin-top: 36px;
  }
  .l-contact__button + .l-contact__button {
    margin-top: 16px;
  }
}

.l-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 58px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}

.l-footer__list {
  display: flex;
  justify-content: center;
  font-size: 13px;
  color: rgba(27, 27, 25, 0.8);
}

.l-footer__list > li {
  padding: 0 1em;
}

.l-footer__copyright {
  display: inline-flex;
  margin-top: 30px;
  font-family: 'Roboto Condensed';
  font-family: var(--font-en);
  font-weight: 400;
  font-size: 12px;
  color: rgba(27, 27, 25, 0.65);
  line-height: 1.16667;
  letter-spacing: 0.12em;
}

@media (min-width: 835px) {
  .l-footer__pagetop {
    position: fixed;
    right: 32px;
    bottom: 39px;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
    transition: visibility 0.3s linear, opacity 0.3s linear, -webkit-transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: visibility 0.3s linear, opacity 0.3s linear, transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: visibility 0.3s linear, opacity 0.3s linear, transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000), -webkit-transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: visibility 0.3s linear, opacity 0.3s linear, -webkit-transform 0.3s var(--easing-ease-out-cubic);
    transition: visibility 0.3s linear, opacity 0.3s linear, transform 0.3s var(--easing-ease-out-cubic);
    transition: visibility 0.3s linear, opacity 0.3s linear, transform 0.3s var(--easing-ease-out-cubic), -webkit-transform 0.3s var(--easing-ease-out-cubic);
  }
  .l-footer__pagetop.is-visible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 834px) {
  .l-footer {
    padding: 40px 0 50px;
    border-top-color: #E0DFDD;
    border-top-color: var(--color-border);
  }
  .l-footer__list {
    display: block;
    width: 300px;
    margin-top: -0.75em;
    font-size: 12px;
    text-align: center;
  }
  .l-footer__list > li {
    display: inline-flex;
    padding: 0.75em 0.5em 0;
  }
  .l-footer__copyright {
    margin-top: 22px;
    font-size: 11px;
    line-height: 1.27273;
  }
  .l-footer__pagetop {
    position: absolute;
    right: 16px;
    bottom: 16px;
  }
}

.l-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -50px -10px 0;
}

.l-grid > [data-grid-item] {
  width: 33.33333%;
  padding: 50px 10px 0;
  flex-shrink: 0;
}

@media (min-width: 835px) {
  .l-grid[data-grid-size="large"] {
    margin-top: -60px;
  }
  .l-grid[data-grid-size="large"] > [data-grid-item] {
    padding-top: 60px;
  }
  .l-grid[data-grid-size="large"] > [data-grid-item]:nth-child(1) {
    width: 50%;
    padding-right: 20px;
  }
  .l-grid[data-grid-size="large"] > [data-grid-item]:nth-child(2) {
    width: 50%;
    padding-left: 20px;
  }
  .l-grid .sp-only {
    display: none;
  }
}

@media (max-width: 834px) {
  .l-grid {
    display: block;
    margin: 0;
  }
  .l-grid[data-grid-sp-items="4"] > [data-grid-item]:nth-child(n + 5) {
    display: none;
  }
  .l-grid > [data-grid-item] {
    padding: 0;
  }
  .l-grid > [data-grid-item].pc-only {
    display: none;
  }
  .l-grid > [data-grid-item="large"] {
    width: auto;
  }
  .l-grid > [data-grid-item="large"][data-grid-index="1"] {
    padding-right: 0;
  }
  .l-grid > [data-grid-item="large"][data-grid-index="2"] {
    padding-left: 0;
  }
  .l-grid > [data-grid-item="small"] {
    width: auto;
  }
  .l-grid.col2 {
    display: flex;
    justify-content: space-between;
  }
  .l-grid.col2 > [data-grid-item] {
    width: 48%;
    margin-bottom: 30px;
  }
}

.l-header.is-shrunk .c-logo__tagline {
  -webkit-transform: scale(0.92857) translate3d(0, 0, 0);
          transform: scale(0.92857) translate3d(0, 0, 0);
}

.l-header.is-shrunk .c-logo__image {
  -webkit-transform: scale(0.69412) translate3d(0, 0, 0);
          transform: scale(0.69412) translate3d(0, 0, 0);
}

.l-header__heading {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 100;
  z-index: var(--z-index-heading);
}

.l-header__content {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 120;
  z-index: var(--z-index-header-content);
}

.l-header__navigation {
  margin-right: 30px;
}

.l-header__tools {
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  color: rgba(27, 27, 25, 0.85);
}

.l-header__tools > li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-right: 10px;
}

.l-header__tools > li span {
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
  padding: 0 3px;
  color: #000;
}

@media (max-width: 834px) {
  .l-header__tools > li span {
    font-size: 10px;
  }
}

.l-header__tools > li .menutxt {
  font-size: 10px;
  margin-top: 8px;
  padding: 0;
  width: 100%;
  display: block;
  color: #000;
}

.l-header__searchTrigger {
  transition: background-color 0.3s linear;
}

.l-header__searchButton {
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: inherit;
  display: flex;
  align-items: center;
}

.l-header__mypage {
  font-size: 22px;
  display: flex;
  align-items: center;
}

.l-header__search {
  width: 100%;
  visibility: hidden;
  position: absolute;
  top: 90px;
  left: 0;
  -webkit-clip-path: inset(0% 0% 100%);
          clip-path: inset(0% 0% 100%);
  transition: visibility 0.45s linear, -webkit-clip-path 0.45s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: clip-path 0.45s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0.45s linear;
  transition: clip-path 0.45s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0.45s linear, -webkit-clip-path 0.45s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: visibility 0.45s linear, -webkit-clip-path 0.45s var(--easing-ease-in-out-cubic);
  transition: clip-path 0.45s var(--easing-ease-in-out-cubic), visibility 0.45s linear;
  transition: clip-path 0.45s var(--easing-ease-in-out-cubic), visibility 0.45s linear, -webkit-clip-path 0.45s var(--easing-ease-in-out-cubic);
}

@media (min-width: 835px) {
  .l-header[data-header-home="true"] .c-logo {
    display: none;
  }
  .l-header__mypage {
    transition: opacity 0.15s linear;
    transition: opacity var(--duration-hover) linear;
  }
  .l-header__mypage:hover {
    opacity: 0.7;
  }
  .l-header__searchTrigger:hover {
    background-color: #f7f6f5;
  }
  .l-header__searchTrigger:hover .l-header__search {
    -webkit-clip-path: inset(0%);
            clip-path: inset(0%);
    visibility: visible;
  }
}

@media (max-width: 834px) {
  .l-header:not([data-header-home="true"]) .c-logo__tagline {
    -webkit-transform: scale(0.92857) translate3d(0, 0, 0) !important;
            transform: scale(0.92857) translate3d(0, 0, 0) !important;
  }
  .l-header:not([data-header-home="true"]) .c-logo__image {
    -webkit-transform: scale(0.69412) translate3d(0, 0, 0) !important;
            transform: scale(0.69412) translate3d(0, 0, 0) !important;
  }
  .l-header__heading {
    top: 25px;
    left: 22px;
  }
  .l-header__navigation {
    display: none;
  }
  .l-header__tools {
    padding-right: 12px;
  }
  .l-header__tools > li {
    width: auto;
    height: 58px;
  }
  .l-header__tools > li:not(:last-child) {
    margin-right: 10px;
  }
  .l-header__searchButton {
    display: block;
    padding-top: 4px;
    font-size: 16px;
  }
  .l-header__searchButton span {
    display: block;
  }
  .l-header__mypage {
    display: none;
  }
  .l-header__searchTrigger[aria-expanded="true"] {
    background-color: #f7f6f5;
  }
  .l-header__search.is-open {
    -webkit-clip-path: inset(0%);
            clip-path: inset(0%);
    visibility: visible;
  }
}

.l-induction {
  display: flex;
  border-top: 1px solid rgba(27, 27, 25, 0.1);
}

.l-induction__box {
  display: flex;
  flex-grow: 1;
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.l-induction__box:not(:first-child) {
  border-left: 1px solid rgba(27, 27, 25, 0.1);
}

.l-induction__box[data-content="member"] {
  justify-content: flex-end;
  padding-right: 68px;
}

.l-induction__box[data-content="sns"] {
  justify-content: flex-start;
  padding-left: 120px;
}

@media (min-width: 835px) {
  .l-induction__box[data-content="sns"]:only-child {
    padding-right: 120px;
    justify-content: center;
  }
}

@media (max-width: 834px) {
  .l-induction {
    flex-direction: column;
  }
  .l-induction__box {
    display: block;
    width: auto;
    padding-top: 45px;
  }
  .l-induction__box:not(:first-child) {
    border-left: 0;
    border-top: 1px solid #E0DFDD;
    border-top: 1px solid var(--color-border);
  }
  .l-induction__box[data-content="member"] {
    padding-right: 35px;
    padding-left: 35px;
  }
  .l-induction__box[data-content="sns"] {
    padding-right: 48px;
    padding-left: 48px;
    padding-bottom: 50px;
  }
}

.l-member {
  padding-top: 150px;
}

@media (max-width: 834px) {
  .l-member {
    padding-top: 108px;
  }
}

@media (min-width: 835px) {
  .l-menu {
    display: none;
  }
}

.l-menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  z-index: var(--z-index-menu);
  background: #fff;
  -webkit-clip-path: inset(0% 0% 100%);
          clip-path: inset(0% 0% 100%);
  visibility: hidden;
  transition: visibility 0.45s linear, -webkit-clip-path 0.45s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: clip-path 0.45s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0.45s linear;
  transition: clip-path 0.45s cubic-bezier(0.645, 0.045, 0.355, 1.000), visibility 0.45s linear, -webkit-clip-path 0.45s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: visibility 0.45s linear, -webkit-clip-path 0.45s var(--easing-ease-in-out-cubic);
  transition: clip-path 0.45s var(--easing-ease-in-out-cubic), visibility 0.45s linear;
  transition: clip-path 0.45s var(--easing-ease-in-out-cubic), visibility 0.45s linear, -webkit-clip-path 0.45s var(--easing-ease-in-out-cubic);
}

.l-menu.is-open {
  -webkit-clip-path: inset(0%);
          clip-path: inset(0%);
  visibility: visible;
}

.l-menu__inner {
  height: 100%;
  position: relative;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.l-menu__heading {
  position: absolute;
  top: 25px;
  left: 22px;
}

.l-menu__link {
  display: block;
}

.l-menu__tagline {
  display: block;
  margin-bottom: 12px;
  font-family: 'Shuei KakuGo Gin B', sans-serif;
  font-family: var(--font-ja-title);
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scale(0.92857) translate3d(0, 0, 0) !important;
          transform: scale(0.92857) translate3d(0, 0, 0) !important;
}

.l-menu__logo {
  display: block;
  width: 221px;
  height: 36px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(0.69412) translate3d(0, 0, 0) !important;
          transform: scale(0.69412) translate3d(0, 0, 0) !important;
}

.l-menu__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 140px 20px 60px;
}

.l-menu__list {
  flex-grow: 1;
  font-family: 'Shuei KakuGo Gin B', sans-serif;
  font-family: var(--font-ja-title);
  font-size: 30px;
}

.l-menu__list > li {
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}

.l-menu__list > li:not(:last-child) {
  margin-bottom: 40px;
}

.l-menu__list--btn {
  position: relative;
  display: inline-block;
  padding-right: 50px;
}

.l-menu__sublist {
  margin-top: auto;
  padding-top: 27px;
  padding-bottom: 27px;
  font-size: 14px;
}

.l-menu__sublist > li:not(:last-child) {
  margin-bottom: 1em;
}

.l-menu__monthly__link {
  margin-top: 24px;
  font-size: 24px;
}

.l-menu__monthly__link span {
  display: inline-block;
  position: relative;
  padding-right: 40px;
}

.l-menu__monthly__link span::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026%2026%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bstroke-width%3A0px%3B%7D.cls-1%2C.cls-2%7Bfill%3Anone%3B%7D.cls-2%7Bstroke-width%3A2px%3B%7D.cls-2%2C.cls-3%7Bstroke%3A%231a1a18%3B%7D.cls-3%7Bfill%3A%231a1a18%3Bstroke-linecap%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_353%22%3E%3Cg%20id%3D%22_%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_340%22%3E%3Cg%20id%3D%22_%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_337%22%3E%3Cpath%20id%3D%22_%E7%B7%9A_104%22%20class%3D%22cls-3%22%20d%3D%22m13%2C10.98c-.09%2C0-.18.03-.25.1l-2.82%2C2.83c-.14.14-.14.36%2C0%2C.5%2C0%2C0%2C0%2C0%2C0%2C0%2C.14.14.36.14.5%2C0%2C0%2C0%2C0%2C0%2C0%2C0l2.82-2.82c.14-.14.14-.36%2C0-.5%2C0%2C0%2C0%2C0%2C0%2C0-.07-.07-.16-.1-.25-.1Z%22%2F%3E%3Cpath%20id%3D%22_%E7%B7%9A_105%22%20class%3D%22cls-3%22%20d%3D%22m13%2C10.98c-.09%2C0-.18.03-.25.1-.14.14-.14.36%2C0%2C.5%2C0%2C0%2C0%2C0%2C0%2C0l2.83%2C2.83c.14.14.36.14.5%2C0s.14-.36%2C0-.5h0l-2.82-2.82c-.07-.07-.16-.1-.25-.1Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Cg%20id%3D%22bg%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m13%2C0h0c7.18%2C0%2C13%2C5.82%2C13%2C13h0c0%2C7.18-5.82%2C13-13%2C13h0C5.82%2C26%2C0%2C20.18%2C0%2C13h0C0%2C5.82%2C5.82%2C0%2C13%2C0Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22m13%2C1h0c6.63%2C0%2C12%2C5.37%2C12%2C12h0c0%2C6.63-5.37%2C12-12%2C12h0c-6.63%2C0-12-5.37-12-12h0C1%2C6.37%2C6.37%2C1%2C13%2C1Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transition: -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
}

.l-menu__monthly__link.open span:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.l-menu__monthly__terms {
  display: none;
  margin-top: 10px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 1.8;
}

.l-menu__monthly__terms li:not(:last-child) {
  margin-bottom: 5px;
}

.l-menu__monthly__terms-list {
  display: flex;
}

.l-menu__monthly__terms-list .year_term {
  width: 25%;
}

.l-menu__monthly__terms-list .term_name {
  width: 75%;
}

.l-menu__keyword__ttl {
  margin-top: 24px;
  font-size: 11px;
  line-height: 2.1;
  letter-spacing: 0.03em;
  color: rgba(27, 27, 25, 0.75);
}

.l-menu__keyword__labels {
  display: block;
}

.l-menu__keyword__labels li {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline;
}

.l-menu__keyword__labels li a {
  background: #f7f6f5;
  border-radius: 4px;
  font-size: 11px;
  padding: 8px 12px;
}

.l-menu__keyword__linkbox {
  text-align: center;
  margin-top: 18px;
}

.l-menu__keyword__link {
  font-size: 15px;
  font-weight: bold;
  text-decoration: underline;
}

.l-monthly__issue:not(:last-child) {
  margin-bottom: 155px;
}

.l-monthly__content {
  max-width: 1280px;
  margin: auto;
  padding: 155px 0 80px;
}

.l-monthly__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 100px;
  margin-bottom: 88px;
}

.l-monthly__heading {
  font-family: 'Shuei KakuGo Gin B', sans-serif;
  font-family: var(--font-ja-title);
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.l-monthly__select {
  width: 190px;
  position: relative;
}

.l-monthly__select > select {
  width: 100%;
  height: 50px;
  padding: 0 0 0 16px;
  border: 1px solid rgba(27, 27, 25, 0.3);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 8px;
  font-family: inherit;
  font-size: 13px;
  color: inherit;
  line-height: 1;
  letter-spacing: inherit;
  cursor: pointer;
}

.l-monthly__select > select > option {
  color: #1b1b19;
}

.l-monthly__select > i {
  display: none;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  height: 6px;
  font-size: 6px;
  color: #1b1b19;
  pointer-events: none;
}

.l-monthly__select[data-selected="false"] {
  color: rgba(27, 27, 25, 0.3);
}

.l-monthly__button {
  margin-top: 80px;
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  .l-monthly__select > select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0 44px 0 16px;
  }
  .l-monthly__select > i {
    display: inline-block;
  }
}

@media (max-width: 834px) {
  .l-monthly__issue:not(:last-child) {
    margin-bottom: 110px;
  }
  .l-monthly__issue:first-child .p-issue__scrolling {
    padding-right: calc(20 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
  }
  .l-monthly__issue:first-child .p-issue__list {
    background: transparent;
  }
  .l-monthly__issue:first-child .p-issue__list.hide {
    max-height: 100% !important;
    padding: 0;
  }
  .l-monthly__issue:first-child .p-issue__list.hide:before {
    display: none !important;
  }
  .l-monthly__issue:first-child .p-issue__list.hide .more-btn {
    display: none;
  }
  .l-monthly__issue:first-child .p-issue__list li {
    border-top: 1px solid #fff;
  }
  .l-monthly__issue:first-child .p-issue__list li .p-issue__item {
    background: transparent;
  }
  .l-monthly__issue:first-child .p-issue__list .p-issue__item__img {
    width: 65px;
    height: 65px;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    margin-right: 18px;
  }
  .l-monthly__issue:first-child .p-issue__list .p-issue__item {
    padding: 16px 7px 16px 8px;
    border-radius: 4px;
  }
  .l-monthly__issue:first-child .p-issue__list .p-issue__item > span {
    margin-right: 14px;
    margin-left: 0;
    width: calc(100% - 100px);
    font-size: 13px;
  }
  .l-monthly__issue:first-child .p-issue__list .p-issue__item > i {
    font-size: 11px;
  }
  .l-monthly__content {
    padding: 100px 0 60px;
  }
  .l-monthly__header {
    padding: 0 calc(28 / 375 * 100vw);
  }
  .l-monthly__heading {
    font-size: min(32px, calc(32 / 375 * 100vw));
  }
  .l-monthly__select {
    width: min(140px, calc(140 / 375 * 100vw));
  }
  .l-monthly__select > select {
    font-family: inherit;
    font-size: 16px;
  }
  .l-monthly__button {
    margin-top: 50px;
  }
}

.l-monthlyDetail {
  padding-top: 150px;
}

@media (max-width: 834px) {
  .l-monthlyDetail {
    padding-top: 100px;
  }
}

.l-mypage__content {
  padding: 175px 0 120px;
}

.l-mypage__heading {
  margin-bottom: 75px;
  font-family: 'Shuei KakuGo Gin B', sans-serif;
  font-family: var(--font-ja-title);
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}

.l-mypage__container {
  display: flex;
  width: 1000px;
  margin: auto;
}

.l-mypage__main {
  flex-grow: 1;
  padding-right: 70px;
}

.l-mypage__section:not(:last-child) {
  margin-bottom: 150px;
}

.l-mypage__subheading {
  margin-bottom: 40px;
  font-family: 'Shuei KakuGo Gin B', sans-serif;
  font-family: var(--font-ja-title);
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.l-mypage__lead {
  margin-top: 65px;
  font-size: 14px;
  line-height: 2;
  color: rgba(27, 27, 25, 0.8);
}

.l-mypage__form {
  margin-top: -10px;
}

.l-mypage__button {
  margin-top: 50px;
}

.l-mypage__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 455px;
  margin: 0 auto;
}

.l-mypage__alert {
  width: 100%;
  margin-top: 44px;
  padding: 12px 0;
  background: rgba(186, 0, 0, 0.08);
  color: #ba0000;
  font-size: 12px;
  line-height: 1.66667;
  text-align: center;
}

.l-mypage__submit {
  margin-top: 50px;
}

.l-mypage__withdraw {
  margin-top: 45px;
  font-size: 14px;
  line-height: 1.71429;
  color: rgba(27, 27, 25, 0.8);
  text-align: center;
}

.l-mypage__withdraw > a {
  color: #a88308;
  text-decoration: underline;
}

.l-mypage__form[aria-invalid="true"] .l-mypage__alert {
  display: block;
}

.l-mypage__form[aria-invalid="false"] .l-mypage__alert {
  display: none;
}

.l-mypage__sub {
  flex-shrink: 0;
  width: 210px;
}

.l-mypage__navigation {
  position: sticky;
  top: 160px;
  right: 0;
  border-top: 1px solid rgba(27, 27, 25, 0.1);
}

.l-mypage__navigation > li {
  border-bottom: 1px solid rgba(27, 27, 25, 0.1);
}

.l-mypage__navigation > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 54px;
  padding: 0 10px;
  font-size: 13px;
  transition: color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: color var(--duration-hover) var(--easing-ease-in-out-cubic);
}

.l-mypage__navigation > li > a > i {
  font-size: 8px;
  color: rgba(27, 27, 25, 0.85);
  transition: inherit;
}

@media (min-width: 835px) {
  .l-mypage__navigation a:hover {
    color: #a88308;
  }
  .l-mypage__navigation a:hover > i {
    color: inherit;
  }
  .l-mypage__withdraw > a:hover {
    text-decoration: none;
  }
}

@media (max-width: 834px) {
  .l-mypage__content {
    padding: 115px 0 0;
  }
  .l-mypage__heading {
    margin-bottom: 45px;
    font-size: 24px;
  }
  .l-mypage__container {
    display: block;
    width: auto;
  }
  .l-mypage__main {
    padding: 0 20px 100px;
  }
  .l-mypage__section:not(:last-child) {
    margin-bottom: 100px;
  }
  .l-mypage__subheading {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.875;
  }
  .l-mypage__subheading.-center {
    text-align: center;
  }
  .l-mypage__lead {
    margin-top: 30px;
    line-height: 1.64286;
  }
  .l-mypage__form {
    margin-top: -8px;
  }
  .l-mypage__button {
    margin-top: 32px;
  }
  .l-mypage__form {
    margin-top: -10px;
  }
  .l-mypage__button {
    margin-top: 50px;
  }
  .l-mypage__footer {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .l-mypage__alert {
    margin-top: 36px;
  }
  .l-mypage__submit {
    margin-top: 36px;
  }
  .l-mypage__withdraw {
    margin-top: 36px;
  }
  .l-mypage__sub {
    width: auto;
  }
  .l-mypage__navigation {
    position: static;
  }
  .l-mypage__navigation > li > a {
    padding: 0 20px 0 25px;
  }
  .l-mypage__navigation > li > a > i {
    font-size: 12px;
  }
}

.l-search {
  padding-top: 170px;
}

.l-search__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 130;
  z-index: var(--z-index-search-loading);
  background: rgba(255, 255, 255, 0.5);
  transition: opacity 0.15s linear, visibility 0.15s linear;
}

.l-search__loading[data-loading="false"] {
  visibility: hidden;
  opacity: 0;
}

.l-search__header {
  max-width: 1000px;
  margin: 0 auto 50px;
}

.l-search__header[data-result="false"] {
  display: none;
}

.l-search__headerRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.l-search__keyword {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
}

.l-search__keywords {
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.08em;
}

.l-search__count {
  font-size: 12px;
  color: rgba(27, 27, 25, 0.6);
}

.l-search__filter {
  margin-bottom: 40px;
  padding: 40px 0;
  background: #f9f4da;
}

.l-search__content {
  padding: 40px 0 80px;
}

.l-search__button {
  margin-top: 80px;
}

.l-search__notfound {
  padding: 80px 0 200px;
}

@media (max-width: 834px) {
  .l-search {
    padding-top: 100px;
  }
  .l-search__header {
    padding-top: 20px;
    padding-right: 28px;
    padding-left: 28px;
    margin-bottom: 32px;
  }
  .l-search__headerRow {
    margin-bottom: 15px;
  }
  .l-search__keywords {
    padding: 0 10px;
    font-size: 13px;
    line-height: 1.61538;
  }
  .l-search__count {
    font-size: 11px;
  }
  .l-search__filter {
    margin-bottom: 15px;
    padding: 28px 20px 30px;
  }
  .l-search__content {
    padding: 15px 0 60px;
  }
  .l-search__button {
    margin-top: 30px;
  }
  .l-search__notfound {
    padding: 60px 0 120px;
  }
}

.l-signup__content {
  width: 760px;
  padding: 175px 0 120px;
  margin: auto;
}

.l-signup__heading {
  margin-bottom: 35px;
  font-family: 'Shuei KakuGo Gin B', sans-serif;
  font-family: var(--font-ja-title);
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}

.l-signup__body[aria-hidden="true"] {
  display: none;
}

.l-signup__body[aria-hidden="false"] {
  display: block;
}

.l-signup__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 500px;
  margin: 50px auto 0;
}

.l-signup__note {
  margin-bottom: 45px;
  font-size: 12px;
  line-height: 1.66667;
}

.l-signup__note > a {
  color: #a88308;
  text-decoration: underline;
}

.l-signup__agreement {
  padding-bottom: 25px;
  position: relative;
}

.l-signup__checkbox {
  font-size: 12px;
  font-weight: 700;
}

.l-signup__error {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}

.l-signup__alert {
  width: 100%;
  margin-top: 40px;
  padding: 12px 0;
  background: rgba(186, 0, 0, 0.08);
  color: #ba0000;
  font-size: 12px;
  line-height: 1.66667;
  text-align: center;
}

.l-signup__form[aria-invalid="true"] .l-signup__alert {
  display: block;
}

.l-signup__form[aria-invalid="false"] .l-signup__alert {
  display: none;
}

.l-signup__button {
  margin-top: 50px;
}

.l-signup__button + .l-signup__button {
  margin-top: 24px;
}

@media (min-width: 835px) {
  .l-signup__note > a:hover {
    text-decoration: none;
  }
}

@media (max-width: 834px) {
  .l-signup__content {
    width: auto;
    padding: 120px 20px 100px;
  }
  .l-signup__heading {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .l-signup__footer {
    width: auto;
    margin: 32px auto 0;
    padding-right: 10px;
    padding-left: 10px;
  }
  .l-signup__note {
    margin-bottom: 35px;
  }
  .l-signup__agreement {
    padding-bottom: 0;
  }
  .l-signup__error {
    position: static;
    margin-top: 2px;
  }
  .l-signup__alert {
    margin-top: 32px;
  }
  .l-signup__button {
    margin-top: 36px;
  }
  .l-signup__button + .l-signup__button {
    margin-top: 16px;
  }
}

.l-terms__content {
  width: 720px;
  padding: 175px 0 120px;
  margin: auto;
}

.l-terms__heading {
  margin-bottom: 55px;
  font-family: 'Shuei KakuGo Gin B', sans-serif;
  font-family: var(--font-ja-title);
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 1;
  text-align: center;
}

.l-terms__lead {
  margin: 0 0 95px;
  font-size: 14px;
  line-height: 2;
  color: rgba(27, 27, 25, 0.8);
}

.l-terms__section:not(:last-child) {
  margin-bottom: 75px;
}

.l-terms__section a {
  text-decoration: underline;
}

@media (min-width: 835px) {
  .l-terms__section a:hover {
    text-decoration: none;
  }
}

.l-terms__subheading {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.l-terms__text {
  font-size: 14px;
  line-height: 2;
  color: rgba(27, 27, 25, 0.8);
}

.l-terms__list {
  font-size: 14px;
  line-height: 1.64286;
  color: rgba(27, 27, 25, 0.8);
}

.l-terms__list > li {
  padding-left: 1.75em;
  position: relative;
}

.l-terms__list > li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: -0.125em;
}

.l-terms__list > li:not(:last-child) {
  margin-bottom: 1em;
}

.l-terms__list[data-list-ordered] {
  counter-reset: order;
}

.l-terms__list[data-list-ordered] > li {
  counter-increment: order;
}

.l-terms__list[data-list-ordered] > li::before {
  content: counter(order) ".";
}

.l-terms__list[data-list-ordered="nested"] {
  margin-top: 1em;
  counter-reset: nested-order;
}

.l-terms__list[data-list-ordered="nested"] > li {
  padding-left: 2.25em;
  counter-increment: nested-order;
}

.l-terms__list[data-list-ordered="nested"] > li::before {
  content: "(" counter(nested-order) ")";
}

.l-terms__list[data-list-ordered="nested"] > li:not(:last-child) {
  margin-bottom: 0.5em;
}

.l-terms__text + .l-terms__list {
  margin-top: 30px;
}

.l-terms__provisions {
  font-size: 14px;
  line-height: 2;
}

@media (max-width: 834px) {
  .l-terms__content {
    width: auto;
    padding: 115px 30px 75px;
  }
  .l-terms__heading {
    margin-bottom: 45px;
    font-size: 24px;
  }
  .l-terms__lead {
    margin-bottom: 75px;
  }
  .l-terms__section:not(:last-child) {
    margin-bottom: 55px;
  }
  .l-terms__subheading {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 1.66667;
  }
  .l-terms__list > li {
    padding-left: 1.5em;
  }
  .l-terms__text + .l-terms__list {
    margin-top: 25px;
  }
}

.l-top__eyecatch {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.l-top__eyecatch > div {
  flex: 1;
}

.l-top__sticky {
  height: 100vh;
  position: sticky;
  top: 0;
  left: 0;
}

.l-top__container > *:nth-child(even) {
  background-color: rgba(240, 228, 163, 0.4);
}

.l-top__content {
  padding: 100px 0;
}

.l-top__content.bg_ye {
  background: rgba(240, 228, 163, 0.4);
}

@media (max-width: 834px) {
  .l-top__eyecatch {
    display: block;
  }
  .l-top__content {
    padding: 50px 0;
  }
  .l-top__sticky {
    position: static;
    height: calc(155px + (335 / 375 * 100vw) + 145px);
  }
}

.c-button {
  display: block;
  width: 100%;
  max-width: 280px;
  height: 60px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.c-button:not([data-button-type]) {
  transition: background-color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1.000), color 0.15s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: background-color var(--duration-hover) var(--easing-ease-in-out-cubic), color var(--duration-hover) var(--easing-ease-in-out-cubic);
}

.c-button:not([data-button-type]), .c-button[data-button-type="back"] {
  border: 2px solid #1b1b19;
}

.c-button[data-button-type="post"] {
  background: #1b1b19;
  color: #fff;
}

.c-button[data-button-type="post"] .c-button__inner {
  color: #fff;
}

.c-button[data-button-size="small"] {
  max-width: 200px;
  height: 50px;
  font-size: 14px;
}

.c-button[data-button-align="center"] {
  margin-right: auto;
  margin-left: auto;
}

.c-button[data-button-processing="true"] {
  cursor: wait !important;
}

.c-button[disabled] {
  opacity: 0.7;
  cursor: inherit;
}

.c-button__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  color: #1b1b19;
}

.c-button__arrow {
  display: inline-flex;
  height: 12px;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: -webkit-transform 0.3s var(--easing-ease-in-out-cubic);
  transition: transform 0.3s var(--easing-ease-in-out-cubic);
  transition: transform 0.3s var(--easing-ease-in-out-cubic), -webkit-transform 0.3s var(--easing-ease-in-out-cubic);
}

.c-button__arrow.relative {
  position: relative;
  right: 15px;
}

.c-button__load {
  display: inline-flex;
  height: 14px;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  color: #1b1b19;
}

.keyword-button {
  margin-top: 20px;
  text-align: center;
  width: auto;
  display: flex;
  font-weight: bold;
  font-size: 14px;
}

.keyword-button span {
  border-bottom: 1px solid #000;
}

.c-button.keyword-button span {
  border-bottom: 0 !important;
}

@media (min-width: 835px) {
  .c-button:not([data-button-type]):hover {
    background-color: #1b1b19;
    color: #fff;
  }
  .c-button:not([data-button-type]):hover .c-button__inner {
    color: #fff;
  }
  .c-button:not([data-button-type]):hover .c-button__load {
    color: #fff;
  }
  .c-button:not([data-button-type]):hover .c-button__arrow {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
  .c-button[data-button-type="secondary"]:hover {
    background-color: #1b1b19;
    color: #fff;
  }
  .c-button[data-button-type="post"],
  .c-button[data-button-type="back"] {
    transition: opacity 0.15s linear;
    transition: opacity var(--duration-hover) linear;
  }
  .c-button[data-button-type="post"]:hover,
  .c-button[data-button-type="back"]:hover {
    opacity: 0.8;
  }
}

@media (max-width: 834px) {
  .c-button {
    font-size: 13px;
  }
  .c-button__arrow {
    right: 20px;
  }
  .keyword-button {
    margin-top: 0;
  }
}

.p-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.p-card__image {
  display: block;
  height: 213px;
  position: relative;
}

.p-card__pr {
  display: inline-flex;
  width: 44px;
  height: 28px;
  align-items: center;
  justify-content: center;
  background: #6e6e6e;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Roboto Condensed';
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #fff;
  pointer-events: none;
}

.p-card__content {
  padding-top: 22px;
  padding-right: 24px;
  padding-bottom: 30px;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.p-card__title {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  transition: color 0.15s linear;
  transition: color var(--duration-hover) linear;
  margin-bottom: auto;
}

.p-card__summary {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 1em;
  font-size: 13px;
  line-height: 1.61538;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  margin-bottom: auto;
}

.p-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 18px;
}

.p-card__date {
  font-family: 'Roboto Condensed';
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.16667;
  color: rgba(27, 27, 25, 0.7);
}

.p-card__favorite {
  vertical-align: middle;
  line-height: 1;
}

.p-card__count {
  display: inline-flex;
  font-family: 'Roboto Condensed';
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: 400;
  vertical-align: top;
  letter-spacing: 0.08em;
  line-height: 1.16667;
  color: rgba(27, 27, 25, 0.55);
}

.p-card__icon {
  display: inline-flex;
  width: 14px;
  height: 14px;
  position: relative;
  vertical-align: top;
}

.p-card__icon > span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-card__icon > span[data-favorite-icon="default"] {
  background: url(../img/icon/like.svg) 0 0/cover no-repeat;
  transition: opacity 0.3s linear;
}

.p-card__icon > span[data-favorite-icon="added"] {
  background: url(../img/icon/liked.svg) 0 0/cover no-repeat;
  opacity: 0;
}

.p-card__favorite[data-favorite-status-value="0"] .p-card__icon > [data-favorite-icon="default"] {
  opacity: 1;
}

.p-card__favorite[data-favorite-status-value="0"] .p-card__icon > [data-favorite-icon="added"] {
  opacity: 1;
  -webkit-animation: remove 0.4s cubic-bezier(0.770, 0.000, 0.175, 1.000) 0s forwards;
          animation: remove 0.4s cubic-bezier(0.770, 0.000, 0.175, 1.000) 0s forwards;
  -webkit-animation: remove 0.4s var(--easing-ease-in-out-quint) 0s forwards;
          animation: remove 0.4s var(--easing-ease-in-out-quint) 0s forwards;
}

.p-card__favorite[data-favorite-status-value="1"] .p-card__icon > [data-favorite-icon="default"] {
  opacity: 0;
}

.p-card__favorite[data-favorite-status-value="1"] .p-card__icon > [data-favorite-icon="added"] {
  opacity: 1;
  -webkit-animation: add 0.4s ease-in 0s forwards;
          animation: add 0.4s ease-in 0s forwards;
}

.p-card__category {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
  color: rgba(27, 27, 25, 0.85);
  background-color: rgba(229, 206, 82, 0.45);
}

.p-card__tags {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  margin-top: 5px;
  margin-bottom: -5px;
}

.p-card__tags > li {
  display: inline-flex;
  padding: 5px 0;
}

.p-card__tags > li:not(:last-child) {
  margin-right: 10px;
}

.p-card__tag {
  display: inline-flex;
  font-size: 11px;
  color: rgba(27, 27, 25, 0.6);
  transition: color 0.15s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: color var(--duration-hover) var(--easing-ease-out-cubic);
}

@media (min-width: 835px) {
  .p-card[data-card-size="large"] .p-card__image {
    height: 320px;
  }
  .p-card[data-card-size="large"] .p-card__content {
    padding-top: 26px;
  }
  .p-card[data-card-type="horizontal"],
  .p-card[data-card-type="horizontal-small"] {
    display: flex;
    flex-direction: row;
  }
  .p-card[data-card-type="horizontal"] .p-card__title,
  .p-card[data-card-type="horizontal-small"] .p-card__title {
    font-size: 18px;
    line-height: 1.5;
  }
  .p-card[data-card-type="horizontal"] .p-card__meta,
  .p-card[data-card-type="horizontal-small"] .p-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .p-card[data-card-type="horizontal"] .p-card__foot,
  .p-card[data-card-type="horizontal-small"] .p-card__foot {
    display: flex;
    align-items: center;
  }
  .p-card[data-card-type="horizontal"] .p-card__foot .p-card__tags,
  .p-card[data-card-type="horizontal-small"] .p-card__foot .p-card__tags {
    position: relative;
    top: -5px;
  }
  .p-card[data-card-type="horizontal"] .p-card__category,
  .p-card[data-card-type="horizontal-small"] .p-card__category {
    margin-right: 12px;
  }
  .p-card[data-card-type="horizontal"] .p-card__image {
    width: 200px;
    height: auto;
    min-height: 200px;
    flex-shrink: 0;
  }
  .p-card[data-card-type="horizontal"] .p-card__content {
    flex-grow: 1;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-card[data-card-type="horizontal-small"] {
    align-items: flex-start;
  }
  .p-card[data-card-type="horizontal-small"] .p-card__image {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
  }
  .p-card[data-card-type="horizontal-small"] .p-card__content {
    flex-grow: 1;
    padding-top: 4px;
    padding-bottom: 8px;
  }
  .p-card.is-thumbnail-hovered .p-card__title {
    color: #a88308;
  }
  .p-card__title:hover {
    color: #a88308;
  }
  .p-card__favorite {
    transition: opacity 0.15s linear;
    transition: opacity var(--duration-hover) linear;
  }
  .p-card__favorite:hover {
    opacity: 0.7;
  }
  .p-card__category {
    transition: opacity 0.15s linear;
    transition: opacity var(--duration-hover) linear;
  }
  .p-card__category:hover {
    opacity: 0.8;
  }
  .p-card__tag:hover {
    color: #a88308;
  }
}

@media (max-width: 834px) {
  .p-card__image {
    height: auto;
  }
  .p-card__image img {
    aspect-ratio: 3 / 2;
  }
  .p-card__summary {
    display: none;
  }
  .p-card__meta {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .p-card__content {
    flex-grow: 1;
    padding-top: 16px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 16px;
  }
  .p-card[data-card-type="horizontal-small"] {
    display: flex;
    align-items: flex-start;
    padding: 16px 8px;
    position: relative;
    border-radius: 0;
    flex-direction: row;
  }
  .p-card[data-card-type="horizontal-small"] .p-card__image {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    position: static;
  }
  .p-card[data-card-type="horizontal-small"] .p-card__pr {
    width: 33px;
    height: 22px;
    font-size: 11px;
  }
  .p-card[data-card-type="horizontal-small"] .p-card__content {
    flex-grow: 1;
    padding-top: 0;
    padding-right: 0;
    padding-left: 18px;
    padding-bottom: 8px;
  }
  .p-card[data-card-type="horizontal-small"] .p-card__title {
    font-size: 13px;
    line-height: 1.5;
  }
  .p-card[data-card-type="horizontal-small"] .p-card__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .p-card[data-card-type="horizontal-small"] .p-card__category {
    margin-right: 12px;
  }
  .p-card__tags, .p-card__favorite, .p-card__category {
    display: none;
  }
  .p-card__title {
    font-size: 13px;
  }
}

@-webkit-keyframes add {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  20% {
    opacity: 0.5;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  45% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes add {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  20% {
    opacity: 0.5;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  45% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes remove {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

@keyframes remove {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

.c-checkbox {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.c-checkbox > input[type="checkbox"] {
  cursor: inherit;
}

.c-checkbox > span {
  display: inline-flex;
  margin-left: 8px;
  font-size: 13px;
  pointer-events: none;
}

.c-error {
  font-size: 12px;
  color: #ba0000;
  transition: opacity 0.2s linear;
  transition: opacity var(--duration-fade) linear;
}

.c-error[aria-hidden="true"] {
  visibility: hidden;
  height: 0;
  opacity: 0;
}

.c-favorite {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.c-favorite__icon {
  display: block;
  width: 27px;
  height: 26px;
  position: relative;
}

.c-favorite__icon > span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-favorite__icon > span[data-favorite-icon="default"] {
  background: url(../img/icon/like.svg) 0 0/cover no-repeat;
  transition: opacity 0.3s linear;
}

.c-favorite__icon > span[data-favorite-icon="added"] {
  background: url(../img/icon/liked.svg) 0 0/cover no-repeat;
  opacity: 0;
}

.c-favorite__count {
  display: block;
  margin-top: 5px;
  font-family: 'Roboto Condensed';
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.12em;
  color: rgba(27, 27, 25, 0.55);
}

.c-favorite[data-favorite-status-value="0"] .c-favorite__icon > [data-favorite-icon="default"] {
  opacity: 1;
}

.c-favorite[data-favorite-status-value="0"] .c-favorite__icon > [data-favorite-icon="added"] {
  opacity: 1;
  -webkit-animation: remove 0.4s cubic-bezier(0.770, 0.000, 0.175, 1.000) 0s forwards;
          animation: remove 0.4s cubic-bezier(0.770, 0.000, 0.175, 1.000) 0s forwards;
  -webkit-animation: remove 0.4s var(--easing-ease-in-out-quint) 0s forwards;
          animation: remove 0.4s var(--easing-ease-in-out-quint) 0s forwards;
}

.c-favorite[data-favorite-status-value="1"] .c-favorite__icon > [data-favorite-icon="default"] {
  opacity: 0;
}

.c-favorite[data-favorite-status-value="1"] .c-favorite__icon > [data-favorite-icon="added"] {
  opacity: 1;
  -webkit-animation: add 0.4s ease-in 0s forwards;
          animation: add 0.4s ease-in 0s forwards;
}

@media (max-width: 834px) {
  .c-favorite {
    width: 64px;
    height: 64px;
  }
  .c-favorite__icon {
    width: 22px;
    height: 21px;
  }
  .c-favorite__count {
    margin-top: 2px;
    font-size: 10px;
  }
}

@keyframes add {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
  20% {
    opacity: 0.5;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  45% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes remove {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}

.c-input {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid rgba(27, 27, 25, 0.15);
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 13px;
  color: inherit;
  line-height: 1;
  letter-spacing: inherit;
  transition: border-color 0.15s linear;
}

.c-input::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(27, 27, 25, 0.3);
}

.c-input::-moz-placeholder {
  opacity: 1;
  color: rgba(27, 27, 25, 0.3);
}

.c-input:-ms-input-placeholder {
  opacity: 1;
  color: rgba(27, 27, 25, 0.3);
}

.c-input::-ms-input-placeholder {
  opacity: 1;
  color: rgba(27, 27, 25, 0.3);
}

.c-input::placeholder {
  opacity: 1;
  color: rgba(27, 27, 25, 0.3);
}

form[aria-invalid="true"] .c-input:not(:focus):invalid {
  border-color: #ba0000;
}

@media (max-width: 834px) {
  .c-input {
    height: 50px;
    padding: 0 12px;
    font-size: 16px;
  }
}

.c-label {
  height: 28px;
  cursor: pointer;
}

.c-label__input {
  display: none;
}

.c-label__label {
  display: inline-flex;
  background: #fff;
  color: rgba(27, 27, 25, 0.85);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  padding: 8px 10px;
  cursor: pointer;
  transition: background-color 0.15s cubic-bezier(0.215, 0.610, 0.355, 1.000), color 0.15s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: background-color 0.15s var(--easing-ease-out-cubic), color 0.15s var(--easing-ease-out-cubic);
}

.c-label__input:checked + .c-label__label {
  background-color: #1b1b19;
  color: #fff;
}

@media (min-width: 835px) {
  .c-label {
    transition: opacity 0.15s linear;
    transition: opacity var(--duration-hover) linear;
  }
  .c-label:hover {
    opacity: 0.8;
  }
}

@media (max-width: 834px) {
  .c-label {
    height: 26px;
  }
  .c-label__label {
    font-size: 11px;
    padding: 6px 12px;
  }
}

.c-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 60px;
  font-size: 12px;
  line-height: 1;
}

.c-loading__label {
  color: rgba(27, 27, 25, 0.6);
  font-family: 'Roboto Condensed';
  font-family: var(--font-en);
  letter-spacing: 0.1em;
}

.c-loading__spinner {
  display: block;
  margin-top: 16px;
  line-height: 1;
}

.c-loading__spinner > span {
  width: 8px;
  height: 8px;
  margin: 0 2px;
  border-radius: 50%;
  display: inline-block;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}

.c-loading__spinner > span:nth-child(1) {
  -webkit-animation: bounceCircle 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000) infinite;
          animation: bounceCircle 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000) infinite;
  -webkit-animation: bounceCircle 1.2s var(--easing-ease-in-out-cubic) infinite;
          animation: bounceCircle 1.2s var(--easing-ease-in-out-cubic) infinite;
}

.c-loading__spinner > span:nth-child(2) {
  -webkit-animation: bounceCircle 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000) infinite 0.12s;
          animation: bounceCircle 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000) infinite 0.12s;
  -webkit-animation: bounceCircle 1.2s var(--easing-ease-in-out-cubic) infinite 0.12s;
          animation: bounceCircle 1.2s var(--easing-ease-in-out-cubic) infinite 0.12s;
}

.c-loading__spinner > span:nth-child(3) {
  -webkit-animation: bounceCircle 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000) infinite 0.24s;
          animation: bounceCircle 1.2s cubic-bezier(0.645, 0.045, 0.355, 1.000) infinite 0.24s;
  -webkit-animation: bounceCircle 1.2s var(--easing-ease-in-out-cubic) infinite 0.24s;
          animation: bounceCircle 1.2s var(--easing-ease-in-out-cubic) infinite 0.24s;
}

@-webkit-keyframes bounceCircle {
  0% {
    background: rgba(27, 27, 25, 0.65);
    -webkit-transform: translate3d(0, 0, 0) scaleY(1.05);
            transform: translate3d(0, 0, 0) scaleY(1.05);
  }
  50% {
    background: rgba(27, 27, 25, 0.8);
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.95);
            transform: translate3d(0, 5px, 0) scaleY(0.95);
  }
  100% {
    background: rgba(27, 27, 25, 0.65);
    -webkit-transform: translate3d(0, 0, 0) scaleY(1.05);
            transform: translate3d(0, 0, 0) scaleY(1.05);
  }
}

@keyframes bounceCircle {
  0% {
    background: rgba(27, 27, 25, 0.65);
    -webkit-transform: translate3d(0, 0, 0) scaleY(1.05);
            transform: translate3d(0, 0, 0) scaleY(1.05);
  }
  50% {
    background: rgba(27, 27, 25, 0.8);
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.95);
            transform: translate3d(0, 5px, 0) scaleY(0.95);
  }
  100% {
    background: rgba(27, 27, 25, 0.65);
    -webkit-transform: translate3d(0, 0, 0) scaleY(1.05);
            transform: translate3d(0, 0, 0) scaleY(1.05);
  }
}

.c-logo {
  display: block;
}

.c-logo__tagline {
  display: block;
  margin-bottom: 16px;
  font-family: 'Shuei KakuGo Gin B', sans-serif;
  font-family: var(--font-ja-title);
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}

.c-logo__image {
  display: block;
  width: 250px;
  height: 41px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

@media (min-width: 835px) {
  .c-logo {
    transition: opacity 0.15s linear;
    transition: opacity var(--duration-hover) linear;
  }
  .c-logo:hover {
    opacity: 0.8;
  }
}

@media (max-width: 834px) {
  .c-logo__tagline {
    margin-bottom: 12px;
  }
  .c-logo__image {
    width: 221px;
    height: 36px;
  }
}

@media (min-width: 835px) {
  .c-menuButton {
    display: none;
  }
}

.c-menuButton {
  width: 40px;
  height: 40px;
  margin-top: 10px;
}

.c-menuButton > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 8px;
  margin: auto;
  position: relative;
}

.c-menuButton__line {
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(27, 27, 25, 0.85);
  border-radius: 1px;
  position: absolute;
  left: 0;
}

.c-menuButton__line.-top {
  top: 0;
  -webkit-animation: default-top 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s;
          animation: default-top 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s;
  -webkit-animation: default-top 1s var(--easing-ease-out-cubic) 0s;
          animation: default-top 1s var(--easing-ease-out-cubic) 0s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.c-menuButton__line.-bottom {
  top: 8px;
  -webkit-animation: default-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s;
          animation: default-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s;
  -webkit-animation: default-bottom 1s var(--easing-ease-out-cubic) 0s;
          animation: default-bottom 1s var(--easing-ease-out-cubic) 0s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.c-menuButton[aria-expanded="true"] .c-menuButton__line.-top {
  -webkit-animation: close-top 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s;
          animation: close-top 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s;
  -webkit-animation: close-top 1s var(--easing-ease-out-cubic) 0s;
          animation: close-top 1s var(--easing-ease-out-cubic) 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.c-menuButton[aria-expanded="true"] .c-menuButton__line.-bottom {
  -webkit-animation: close-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s;
          animation: close-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0s;
  -webkit-animation: close-bottom 1s var(--easing-ease-out-cubic) 0s;
          animation: close-bottom 1s var(--easing-ease-out-cubic) 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes default-top {
  0% {
    -webkit-transform: translate3d(0, 4px, 0) rotate(-30deg);
            transform: translate3d(0, 4px, 0) rotate(-30deg);
  }
  33% {
    -webkit-transform: translate3d(0, 4px, 0) rotate(-30deg);
            transform: translate3d(0, 4px, 0) rotate(-30deg);
  }
  67% {
    -webkit-transform: translate3d(0, 4px, 0) rotate(0deg);
            transform: translate3d(0, 4px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes default-top {
  0% {
    -webkit-transform: translate3d(0, 4px, 0) rotate(-30deg);
            transform: translate3d(0, 4px, 0) rotate(-30deg);
  }
  33% {
    -webkit-transform: translate3d(0, 4px, 0) rotate(-30deg);
            transform: translate3d(0, 4px, 0) rotate(-30deg);
  }
  67% {
    -webkit-transform: translate3d(0, 4px, 0) rotate(0deg);
            transform: translate3d(0, 4px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes close-top {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  33% {
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  67% {
    -webkit-transform: translate3d(0, 4px, 0) rotate(-30deg);
            transform: translate3d(0, 4px, 0) rotate(-30deg);
  }
  100% {
    -webkit-transform: translate3d(0, 4px, 0) rotate(-30deg);
            transform: translate3d(0, 4px, 0) rotate(-30deg);
  }
}

@keyframes close-top {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  33% {
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  67% {
    -webkit-transform: translate3d(0, 4px, 0) rotate(-30deg);
            transform: translate3d(0, 4px, 0) rotate(-30deg);
  }
  100% {
    -webkit-transform: translate3d(0, 4px, 0) rotate(-30deg);
            transform: translate3d(0, 4px, 0) rotate(-30deg);
  }
}

@-webkit-keyframes default-bottom {
  0% {
    -webkit-transform: translate3d(0, -4px, 0) rotate(30deg);
            transform: translate3d(0, -4px, 0) rotate(30deg);
  }
  33% {
    -webkit-transform: translate3d(0, -4px, 0) rotate(30deg);
            transform: translate3d(0, -4px, 0) rotate(30deg);
  }
  67% {
    -webkit-transform: translate3d(0, -4px, 0) rotate(0deg);
            transform: translate3d(0, -4px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
}

@keyframes default-bottom {
  0% {
    -webkit-transform: translate3d(0, -4px, 0) rotate(30deg);
            transform: translate3d(0, -4px, 0) rotate(30deg);
  }
  33% {
    -webkit-transform: translate3d(0, -4px, 0) rotate(30deg);
            transform: translate3d(0, -4px, 0) rotate(30deg);
  }
  67% {
    -webkit-transform: translate3d(0, -4px, 0) rotate(0deg);
            transform: translate3d(0, -4px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
}

@-webkit-keyframes close-bottom {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
  33% {
    -webkit-transform: translate3d(0, -4px, 0) rotate(0deg);
            transform: translate3d(0, -4px, 0) rotate(0deg);
  }
  67% {
    -webkit-transform: translate3d(0, -4px, 0) rotate(30deg);
            transform: translate3d(0, -4px, 0) rotate(30deg);
  }
  100% {
    -webkit-transform: translate3d(0, -4px, 0) rotate(30deg);
            transform: translate3d(0, -4px, 0) rotate(30deg);
  }
}

@keyframes close-bottom {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
  33% {
    -webkit-transform: translate3d(0, -4px, 0) rotate(0deg);
            transform: translate3d(0, -4px, 0) rotate(0deg);
  }
  67% {
    -webkit-transform: translate3d(0, -4px, 0) rotate(30deg);
            transform: translate3d(0, -4px, 0) rotate(30deg);
  }
  100% {
    -webkit-transform: translate3d(0, -4px, 0) rotate(30deg);
            transform: translate3d(0, -4px, 0) rotate(30deg);
  }
}

.c-noimage {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #f9f4da;
  color: #1b1b19;
}

.c-noimage__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-shrink: 0;
  width: 320px;
  height: 100%;
  min-height: 213px;
}

@media (max-width: 834px) {
  .c-noimage__inner {
    width: 100%;
    height: 100%;
    min-height: 100%;
    aspect-ratio: 3 / 2;
  }
}

.c-noimage__icon {
  font-size: 36px;
}

.c-noimage__label {
  display: inline-flex;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
}

.c-notfound {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.33333;
  text-align: center;
}

.c-notfound.-normal {
  font-weight: normal;
}

@media (max-width: 834px) {
  .c-notfound {
    font-size: 16px;
    line-height: 1.5;
  }
}

.c-observer {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.c-pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: rgba(27, 27, 25, 0.85);
}

.c-pagetop__icon {
  font-size: 12px;
  transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000), -webkit-transform 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: -webkit-transform 0.3s var(--easing-ease-out-cubic);
  transition: transform 0.3s var(--easing-ease-out-cubic);
  transition: transform 0.3s var(--easing-ease-out-cubic), -webkit-transform 0.3s var(--easing-ease-out-cubic);
  pointer-events: none;
}

.c-pagetop__label {
  display: inline-flex;
  margin-top: 14px;
  font-family: 'Josefin Sans', sans-serif;
  font-family: var(--font-en-title);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}

@media (min-width: 835px) {
  .c-pagetop:hover .c-pagetop__icon {
    -webkit-transform: translate3d(0, -6px, 0);
            transform: translate3d(0, -6px, 0);
  }
}

@media (max-width: 834px) {
  .c-pagetop {
    width: 30px;
    height: 30px;
  }
  .c-pagetop__label {
    margin-top: 5px;
    font-size: 10px;
  }
}

.c-radio {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.c-radio > input[type="radio"] {
  cursor: inherit;
}

.c-radio > span {
  display: inline-flex;
  margin-left: 8px;
  font-size: 13px;
  pointer-events: none;
}

.c-radio.-disabled {
  opacity: 0.7;
  cursor: default;
}

.c-scrollbar {
  width: 4px;
  border-radius: 2px;
  background: rgba(27, 27, 25, 0.25);
  position: absolute;
  top: 0;
  right: 0;
}

.c-scrollbar.is-hidden {
  opacity: 0 !important;
}

.c-select {
  position: relative;
}

.c-select > select {
  width: 100%;
  height: 60px;
  padding: 0 0 0 20px;
  background: #fff;
  border: 1px solid rgba(27, 27, 25, 0.15);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 4px;
  font-family: inherit;
  font-size: 13px;
  color: inherit;
  line-height: 1;
  letter-spacing: inherit;
  cursor: pointer;
}

.c-select > select > option {
  color: #1b1b19;
}

.c-select > i {
  display: none;
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;
  margin: auto;
  height: 8px;
  font-size: 8px;
  color: rgba(27, 27, 25, 0.75);
  pointer-events: none;
}

.c-select[data-selected="false"] {
  color: rgba(27, 27, 25, 0.3);
}

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  .c-select > select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0 36px 0 20px;
  }
  .c-select > i {
    display: inline-block;
  }
}

.c-select__placeholder {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 0 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  pointer-events: none;
}

@media (max-width: 834px) {
  .c-select > select {
    height: 50px;
    padding: 0 26px 0 12px;
    font-size: 16px;
  }
  .c-select > i {
    right: 14px;
  }
  .c-select__placeholder {
    font-size: 16px;
  }
}

.c-textarea {
  width: 100%;
  height: 120px;
  padding: 16px 20px;
  border: 1px solid rgba(27, 27, 25, 0.15);
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 13px;
  color: inherit;
  letter-spacing: inherit;
  transition: border-color 0.15s linear;
  resize: vertical;
}

.c-textarea::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(27, 27, 25, 0.3);
}

.c-textarea::-moz-placeholder {
  opacity: 1;
  color: rgba(27, 27, 25, 0.3);
}

.c-textarea:-ms-input-placeholder {
  opacity: 1;
  color: rgba(27, 27, 25, 0.3);
}

.c-textarea::-ms-input-placeholder {
  opacity: 1;
  color: rgba(27, 27, 25, 0.3);
}

.c-textarea::placeholder {
  opacity: 1;
  color: rgba(27, 27, 25, 0.3);
}

form[aria-invalid="true"] .c-textarea:not(:focus):invalid {
  border-color: #ba0000;
}

@media (max-width: 834px) {
  .c-textarea {
    height: 80px;
    padding: 10px 12px;
    font-size: 16px;
  }
}

.p-about {
  padding: 95px 20px;
  background: rgba(240, 228, 163, 0.4);
  text-align: center;
}

.p-about.top-about {
  padding: 120px 20px;
}

.p-about.bg_white {
  background: #fff;
}

.p-about__container {
  max-width: 640px;
  margin: auto;
}

.p-about__heading {
  margin-bottom: 100px;
  font-family: 'Shuei KakuGo Gin B', sans-serif;
  font-family: var(--font-ja-title);
  font-size: 32px;
  letter-spacing: 0.08em;
}

.p-about__heading.top-heading {
  margin-bottom: 60px;
}

.p-about__title {
  width: 320px;
  margin: 0 auto 105px;
}

.p-about__title > img {
  max-width: 100%;
  height: auto;
}

.p-about__button {
  margin-top: 60px;
  max-width: 326px;
}

@media (max-width: 834px) {
  .p-about__button {
    margin-top: 45px;
  }
}

.p-about__section:not(:last-child) {
  margin-bottom: 95px;
}

.p-about__section p {
  font-size: 16px;
  line-height: 2;
  color: rgba(27, 27, 25, 0.8);
}

.p-about__section p:not(:last-child) {
  margin-bottom: 36px;
}

.p-about__subheading {
  margin-bottom: 45px;
  font-family: 'Shuei KakuGo Gin B', sans-serif;
  font-family: var(--font-ja-title);
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.20833;
}

.p-about__statement {
  margin-top: 75px;
  padding-top: 75px;
  border-top: 1px solid;
}

.p-about__statement p {
  font-size: 16px;
  line-height: 2;
  color: rgba(27, 27, 25, 0.8);
}

.p-about__statement p:not(:last-child) {
  margin-bottom: 36px;
}

.p-about__statement p a {
  color: #a88308;
  text-decoration: underline;
}

@media (min-width: 835px) {
  .p-about__statement a:hover {
    text-decoration: none;
  }
}

@media (max-width: 834px) {
  .p-about {
    padding: 55px 30px 70px;
    text-align: left;
  }
  .p-about.top-about {
    padding: 55px 30px 70px;
  }
  .p-about__heading {
    margin-bottom: 65px;
    font-size: 28px;
    line-height: 1.71429;
    text-align: center;
  }
  .p-about__heading.top-heading {
    margin-bottom: 28px;
  }
  .p-about__title {
    width: 240px;
    margin-bottom: 65px;
  }
  .p-about__section:not(:last-child) {
    margin-bottom: 60px;
  }
  .p-about__section p {
    font-size: 14px;
    line-height: 2.14286;
  }
  .p-about__section p:not(:last-child) {
    margin-bottom: 24px;
  }
  .p-about__subheading {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.66667;
  }
  .p-about__statement {
    margin: 60px -10px 0;
    padding: 50px 10px 0;
  }
  .p-about__statement p {
    font-size: 14px;
    line-height: 2.14286;
  }
  .p-about__statement p:not(:last-child) {
    margin-bottom: 24px;
  }
}

.p-accountForm__content {
  padding-bottom: 35px;
  margin-bottom: 16px;
  position: relative;
}

.p-accountForm__group:not(:last-child) {
  margin-bottom: 38px;
}

.p-accountForm__group > dt {
  margin-bottom: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.p-accountForm__check {
  margin-bottom: 24px;
  text-align: center;
}

.p-accountForm__error {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}

.p-accountForm__password {
  margin-top: 45px;
  text-align: center;
  font-size: 14px;
  line-height: 1.71429;
}

.p-accountForm__password > a {
  color: #a88308;
  text-decoration: underline;
}

@media (min-width: 835px) {
  .p-accountForm__password > a:hover {
    text-decoration: none;
  }
}

@media (max-width: 834px) {
  .p-accountForm__content {
    padding-bottom: 30px;
  }
  .p-accountForm__group:not(:last-child) {
    margin-bottom: 24px;
  }
  .p-accountForm__group > dt {
    margin-bottom: 10px;
  }
  .p-accountForm__check {
    margin-bottom: 20px;
  }
  .p-accountForm__password {
    margin-top: 38px;
  }
}

.p-article__inner {
  max-width: 778px;
  margin: auto;
}

.p-article__content {
  width: 778px;
  margin: auto;
  padding: 0 0 100px 18px;
  position: relative;
}

.p-article__pr {
  display: block;
  width: 50px;
  height: 44px;
  padding: 4px 8px;
  background: url(../img/background/pr.svg) 0 0/100% auto no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Roboto Condensed';
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: normal;
  line-height: 1.16667;
  letter-spacing: 0.12em;
  color: #fff;
}

.p-article__favorite {
  position: absolute;
  right: -40px;
}

.p-article__content .p-article__favorite {
  bottom: -20px;
}

.p-article__eyecatch + .p-article__content .p-article__header {
  position: static;
  padding-top: 40px;
}

.p-article__eyecatch + .p-article__content .p-article__favorite {
  top: -58px;
}

.p-article__header {
  padding: 30px 20px 40px;
  position: relative;
}

.p-article__heading {
  margin-bottom: 25px;
  font-family: 'Shuei KakuGo Gin B', sans-serif;
  font-family: var(--font-ja-title);
  font-size: 28px;
  line-height: 1.39286;
}

.p-article__dateSns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.p-article__date {
  font-family: 'Roboto Condensed';
  font-family: var(--font-en);
  font-size: 13px;
  color: rgba(27, 27, 25, 0.65);
  letter-spacing: 0.12em;
}

.p-article__sns {
  display: flex;
  justify-content: center;
}

.p-article__sns > li:not(:last-child) {
  margin-right: 20px;
}

.p-article__sns > li > a {
  font-size: 24px;
  opacity: 0.6;
}

.p-article__tag {
  display: flex;
  align-items: center;
}

.p-article__category {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 12px;
  margin-right: 16px;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: rgba(27, 27, 25, 0.85);
  background-color: rgba(229, 206, 82, 0.45);
}

.p-article__tags {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: rgba(27, 27, 25, 0.6);
}

.p-article__tags > li:not(:last-child) {
  margin-right: 1em;
}

.p-article__body {
  padding: 55px 20px 100px;
  border-top: 1px dashed;
  border-bottom: 1px dashed;
}

.p-article__lead {
  margin-bottom: 55px;
  font-size: 16px;
  line-height: 2;
}

.p-article__lead a {
  color: #a88308;
  text-decoration: underline;
}

.p-article__lead a:hover {
  text-decoration: none;
}

.p-article__index {
  margin-bottom: 80px;
}

.p-article__profile {
  margin-top: 55px;
}

.p-article__profile + .p-article__profile {
  margin-top: 36px;
}

.p-article__l-content {
  margin-top: 55px;
}

.p-article__l-content + .p-article__l-content {
  margin-top: 36px;
}

@media (max-width: 834px) {
  .p-article__l-content dt {
    justify-content: flex-start !important;
  }
}

.p-article__l-content-maintext {
  margin-bottom: 20px;
  max-height: 80px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.p-article__l-content-maintext > p {
  font-size: 12px !important;
  line-height: 1.66667 !important;
  margin-top: 0 !important;
}

.p-article__l-content-maintext > p:not(:last-child) {
  margin-bottom: 15px;
}

.p-article__l-content-maintext > p > a {
  margin-top: 2px;
  color: #a88308;
}

.p-article__l-content-maintext > p > a > span {
  text-decoration: underline;
}

.p-article__l-content-maintext > p > a[target="_blank"] {
  position: relative;
}

.p-article__l-content-maintext > p > a[target="_blank"]:after {
  content: "\e909";
  font-family: "icomoon" !important;
  margin-left: 5px;
}

.p-article__l-content-maintext > p > a > i {
  display: none;
}

.p-article__blockquote {
  margin: 60px 0 0;
}

.p-article__figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-article__figure + .p-article__figure {
  margin-top: 60px;
}

.p-article__floating {
  margin-top: 60px;
}

.p-article__floating + .p-article__floating {
  margin-top: 60px;
}

.p-article__credit {
  max-width: 81%;
  padding: 0;
  color: rgba(27, 27, 25, 0.8);
}

@media (max-width: 834px) {
  .p-article__credit {
    max-width: 70%;
  }
}

.p-article__credit > dt {
  font-family: 'Roboto Condensed';
  font-family: var(--font-en);
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.12em;
  line-height: 1.16667;
}

.p-article__credit > dd {
  margin-top: 0.75em;
  font-size: 12px;
  line-height: 1.66667;
}

.p-article__more {
  padding-top: 100px;
  padding-bottom: 20px;
}

@media (min-width: 835px) {
  .p-article__sns a {
    transition: opacity 0.15s linear;
    transition: opacity var(--duration-hover) linear;
  }
  .p-article__sns a:hover {
    opacity: 1;
  }
  .p-article__tags a {
    transition: opacity 0.15s linear;
    transition: opacity var(--duration-hover) linear;
  }
  .p-article__tags a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 834px) {
  .p-article__content {
    width: auto;
    padding: 0 20px 75px;
  }
  .p-article__pr {
    width: 59px;
    height: 52px;
    padding: 6px 6px;
    font-size: 13px;
    line-height: 1.15385;
  }
  .p-article__content .p-article__favorite {
    right: -8px;
    bottom: -25px;
  }
  .p-article__eyecatch + .p-article__content .p-article__favorite {
    top: -40px;
    right: 8px;
  }
  .p-article__header {
    padding: 40px 10px 30px;
  }
  .p-article__heading {
    font-size: 24px;
    line-height: 1.41667;
  }
  .p-article__date {
    font-size: 12px;
  }
  .p-article__sns > li:not(:last-child) {
    margin-right: 16px;
  }
  .p-article__sns > li > a {
    font-size: 20px;
  }
  .p-article__tag {
    display: block;
  }
  .p-article__category {
    height: 26px;
    padding: 0 10px;
    margin-right: 0;
    border-radius: 16px;
    font-size: 11px;
  }
  .p-article__tags {
    margin-top: -1em;
    padding-top: 12px;
    font-size: 11px;
  }
  .p-article__tags > li {
    padding-top: 1em;
  }
  .p-article__tags > li:not(:last-child) {
    margin-right: 1em;
  }
  .p-article__body {
    padding: 40px 10px 80px;
  }
  .p-article__lead {
    margin-bottom: 40px;
    font-size: 15px;
  }
  .p-article__index {
    margin-right: -10px;
    margin-left: -10px;
    margin-bottom: 75px;
  }
  .p-article__profile {
    margin-top: 40px;
    margin-right: -10px;
    margin-left: -10px;
  }
  .p-article__profile + .p-article__profile {
    margin-top: 20px;
  }
  .p-article__blockquote {
    margin: 44px -10px 0;
  }
  .p-article__figure {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .p-article__figure + .p-article__figure {
    margin-top: 40px;
  }
  .p-article__floating {
    margin-top: 40px;
  }
  .p-article__floating + .p-article__floating {
    margin-top: 30px;
  }
  .p-article__credit {
    padding: 0;
  }
  .p-article__more {
    padding-top: 75px;
    padding-bottom: 5px;
  }
}

.p-article__footarea {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 34px 20px 0;
  flex-wrap: wrap;
  align-items: flex-start;
}

@media (max-width: 834px) {
  .p-article__footarea {
    padding: 18px 0 0 10px;
  }
}

.p-article__footarea .p-article__snsbox {
  width: 100%;
  margin: 70px auto 0;
}

.p-article__footarea .c-favorite {
  position: relative;
  top: auto !important;
  bottom: auto;
  right: auto;
}

.p-article__footarea .c-favorite__icon {
  width: 19px;
  height: 19px;
}

.p-article__footarea__heading {
  margin-bottom: 40px;
  padding-bottom: 14px;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 834px) {
  .p-article__footarea__heading {
    margin-bottom: 30px;
  }
}

.p-article__footarea__heading:before {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #1b1b19;
}

.p-article__read-content {
  margin-top: 60px;
  background: rgba(240, 228, 163, 0.4);
  padding: 40px 60px;
}

@media (max-width: 834px) {
  .p-article__read-content {
    margin-left: -30px;
    margin-right: -30px;
    padding: 40px 20px;
  }
}

.p-article__read-content__ttl {
  font-size: 16px !important;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1.5 !important;
  margin-top: 0 !important;
  margin-bottom: 29px;
}

.p-article__read-content__ttl span {
  background: linear-gradient(transparent 40%, #e5ce52 40%);
  padding-bottom: 5px;
}

@media (max-width: 834px) {
  .p-article__read-content__ttl {
    font-size: 15px !important;
    margin-bottom: 23px;
  }
}

.p-article__read-content.yellow {
  background: rgba(240, 228, 163, 0.4);
}

.p-article__read-content.gray {
  background: rgba(178, 191, 183, 0.25);
}

.p-article__read-content.lightgray {
  background: #f7f6f5;
}

.p-article__readlink__block {
  margin-bottom: 8px;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.p-article__readlink__img {
  width: 90px;
  height: 90px;
  position: relative;
}

.p-article__readlink__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-article__readlink__txt {
  width: 75%;
  display: flex;
  align-items: center;
  padding: 5px 0 5px 20px;
}

@media (max-width: 834px) {
  .p-article__readlink__txt {
    width: 60%;
    padding: 5px 0 5px 15px;
  }
}

.p-article__readlink__txt p {
  margin-top: 0 !important;
  font-size: 15px !important;
  line-height: 1.64 !important;
}

.p-article__readlink .c-button__arrow {
  color: #000;
}

.p-blockquote {
  padding: 35px 80px;
  position: relative;
  background: rgba(247, 246, 245, 0.5);
  border-radius: 4px;
}

.p-blockquote__start,
.p-blockquote__end {
  font-size: 36px;
  position: absolute;
  color: rgba(27, 27, 25, 0.08);
  line-height: 1;
}

.p-blockquote__start {
  top: 20px;
  left: 20px;
}

.p-blockquote__end {
  right: 20px;
  bottom: 20px;
}

.p-blockquote__text {
  font-size: 16px;
  line-height: 2;
}

.p-blockquote__cite {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
  font-size: 12px;
  line-height: 2;
  font-style: normal;
}

.p-blockquote__link {
  color: #a88308;
}

.p-blockquote__link > span {
  text-decoration: underline;
}

.p-blockquote__link > i {
  font-size: 9px;
  margin-left: 2px;
}

@media (min-width: 835px) {
  .p-blockquote__link:hover > span {
    text-decoration: none;
  }
}

@media (max-width: 834px) {
  .p-blockquote {
    padding: 40px 40px 35px;
  }
  .p-blockquote__start,
  .p-blockquote__end {
    font-size: 30px;
  }
  .p-blockquote__start {
    top: 10px;
    left: 10px;
  }
  .p-blockquote__end {
    right: 10px;
    bottom: 10px;
  }
  .p-blockquote__text {
    font-size: 15px;
    line-height: 1.86667;
  }
}

.p-breadcrumb {
  padding: 18px;
  background: #f7f6f5;
  font-size: 12px;
  line-height: 1;
  color: rgba(27, 27, 25, 0.85);
}

.p-breadcrumb__container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.p-breadcrumb__list {
  display: flex;
  width: 100%;
}

.p-breadcrumb__list > li:not(:last-child)::after {
  content: '\e905';
  padding: 0 5px;
  font-family: 'icomoon' !important;
  font-size: 10px;
}

.p-breadcrumb__list > li:last-child {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-breadcrumb__list > li > a {
  text-decoration: underline;
}

@media (min-width: 835px) {
  .p-breadcrumb__list > li > a:hover {
    text-decoration: none;
  }
}

@media (max-width: 834px) {
  .p-breadcrumb {
    padding: 14px 20px;
    font-size: 11px;
  }
}

.p-container {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 834px) {
  .p-container {
    padding-right: 28px;
    padding-left: 28px;
  }
}

.p-eyecatch {
  height: 100%;
  padding: 150px 80px 20px 0;
  position: relative;
}

.p-eyecatch__content {
  height: 100%;
  position: relative;
}

.p-eyecatch__logo {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 100;
  z-index: var(--z-index-heading);
}

.p-eyecatch__image {
  display: block;
  height: 100%;
}

.p-eyecatch__issue {
  position: absolute;
  top: -42px;
  right: -25px;
  text-align: right;
}

.p-eyecatch__year {
  padding-right: 0.2em;
  margin-bottom: 6px;
  line-height: 1;
}

.p-eyecatch__year > b {
  font-family: 'Roboto Condensed';
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-eyecatch__year > span {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.p-eyecatch__month {
  line-height: 1;
}

.p-eyecatch__month > b {
  display: inline-flex;
  align-items: center;
  font-family: 'Roboto Condensed';
  font-family: var(--font-en);
  font-size: 32px;
  font-weight: 700;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

.p-eyecatch__month > b > i {
  font-style: normal;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN";
  font-family: var(--font-ja);
  font-size: 30px;
}

.p-eyecatch__month > span {
  display: inline-flex;
  position: relative;
  top: -1px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.p-eyecatch__title {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.p-eyecatch__title > dt {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 105px;
}

.p-eyecatch__title > dt > span {
  display: block;
  padding-top: 30px;
  margin-right: -0.5em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: 'Shuei KakuGo Gin B', sans-serif;
  font-family: var(--font-ja-title);
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-eyecatch__title > dd {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.p-eyecatch__title > dd > em {
  display: block;
  margin-right: calc(-0.5em - 8px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: 'Shuei KakuGo Gin B', sans-serif;
  font-family: var(--font-ja-title);
  font-size: 56px;
  line-height: 1.3;
}

.p-eyecatch__subtitleBox {
  position: absolute;
  bottom: 30px;
  left: 30px;
}

@media (max-width: 834px) {
  .p-eyecatch {
    padding: 155px calc(45 / 375 * 100vw) 10px 0;
  }
  .p-eyecatch__content {
    position: relative;
  }
  .p-eyecatch__logo {
    display: none;
  }
  .p-eyecatch__image {
    height: auto;
    padding-top: 100%;
    position: relative;
  }
  .p-eyecatch__image > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-eyecatch__subtitleBox {
    bottom: 20px;
    left: 20px;
  }
  .p-eyecatch__issue {
    display: flex;
    justify-content: flex-end;
    top: -85px;
    right: -15px;
    text-align: left;
  }
  .p-eyecatch__year {
    display: none;
  }
  .p-eyecatch__month {
    line-height: 32px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-align: center;
  }
  .p-eyecatch__month > b > span {
    display: inline-flex;
    justify-content: center;
    height: 32px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .p-eyecatch__month > b > i {
    display: inline-flex;
    margin: -0.375em 0;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  .p-eyecatch__title {
    top: 40px;
  }
  .p-eyecatch__title > dt {
    display: none;
  }
  .p-eyecatch__title > dd > em {
    margin-right: calc(-0.5em - 4px);
    font-size: 44px;
    line-height: 1.2;
  }
}

@media (min-width: 835px) {
  .p-favorites > li:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 834px) {
  .p-favorites {
    border-bottom: 1px solid #EDEDED;
  }
  .p-favorites > li {
    border-top: 1px solid #EDEDED;
  }
}

.p-feature {
  padding: 150px 60px 60px;
  background: rgba(240, 228, 163, 0.4);
}

.p-feature__list {
  margin-bottom: 60px;
}

.p-feature__list > li:not(:last-child) {
  margin-bottom: 30px;
}

.p-feature__notice {
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  -webkit-font-feature-settings: 'palt';
          font-feature-settings: 'palt';
}

.p-feature__notice > span {
  display: inline-flex;
  align-items: flex-end;
  padding: 0 7px 7px;
  position: relative;
}

.p-feature__notice > span::before {
  content: '';
  width: 100%;
  height: 14px;
  background: #e5ce52;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.p-feature__notice > span > em {
  display: inline-flex;
  font-size: 16px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.p-feature__button {
  margin-top: 25px;
}

@media (max-width: 834px) {
  .p-feature {
    padding: 50px 27px;
  }
  .p-feature__list {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-feature__list > li {
    width: 48%;
  }
  .p-feature__list > li:nth-child(n + 6) {
    display: none;
  }
  .p-feature__button {
    margin-top: 28px;
  }
}

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

.p-figure > img {
  max-width: 100%;
  height: auto;
}

.p-figure > figcaption {
  display: block;
  margin-top: 10px;
  color: rgba(27, 27, 25, 0.65);
  font-size: 13px;
  line-height: 1.61538;
  text-align: left;
}

.p-figure__youtube,
.p-figure__spotify {
  position: relative;
  padding-top: calc(405 / 720 * 100%);
}

.p-figure__youtube > iframe,
.p-figure__spotify > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-figure__dialogue {
  position: relative;
}

.p-figure__dialogue__box {
  display: flex;
  justify-content: space-between;
}

.p-figure__dialogue__box:not(:last-child) {
  margin-bottom: 30px;
}

.p-figure__dialogue__box.right {
  flex-direction: row-reverse;
}

.p-figure__dialogue__box.right .p-figure__dialogue__message:before {
  top: 25px;
  left: auto;
  right: -30px;
  width: 0;
  height: 0;
  border-right: 0;
  border-left: 30px solid;
  border-top: 5px solid transparent;
  border-bottom: 20px solid transparent;
}

.p-figure__dialogue__human {
  width: 13%;
}

.p-figure__dialogue__human--img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.p-figure__dialogue__human--p {
  margin-top: 15px;
  font-size: 11px;
}

.p-figure__dialogue__message {
  width: 81%;
  background: #f9f4da;
  border-radius: 8px;
  padding: 35px;
  position: relative;
  text-align: left;
  line-height: 2;
}

.p-figure__dialogue__message p {
  margin-top: 0 !important;
}

.p-figure__dialogue__message:before {
  position: absolute;
  content: "";
  top: 25px;
  left: -30px;
  width: 0;
  height: 0;
  border-left: 0;
  border-right: 30px solid;
  border-top: 5px solid transparent;
  border-bottom: 20px solid transparent;
}

.p-figure__dialogue__message.c-yellow {
  background: #f9f4da;
}

.p-figure__dialogue__message.c-yellow:before {
  border-left-color: #f9f4da !important;
  border-right-color: #f9f4da !important;
}

.p-figure__dialogue__message.c-purple {
  background: #e9e6f2;
}

.p-figure__dialogue__message.c-purple:before {
  border-left-color: #e9e6f2 !important;
  border-right-color: #e9e6f2 !important;
}

.p-figure__dialogue__message.c-blue {
  background: #e2edf2;
}

.p-figure__dialogue__message.c-blue:before {
  border-left-color: #e2edf2 !important;
  border-right-color: #e2edf2 !important;
}

.p-figure__dialogue__message.c-green {
  background: #ecf5e9;
}

.p-figure__dialogue__message.c-green:before {
  border-left-color: #ecf5e9 !important;
  border-right-color: #ecf5e9 !important;
}

.p-figure__dialogue__message.c-orange {
  background: #f4eee7;
}

.p-figure__dialogue__message.c-orange:before {
  border-left-color: #f4eee7 !important;
  border-right-color: #f4eee7 !important;
}

.p-figure__dialogue__message img {
  max-width: 100%;
  display: block;
  margin: 10px 0;
  height: auto;
}

.p-figure__dialogue__message img:last-child {
  margin-bottom: 0;
}

@media (max-width: 834px) {
  .p-figure > figcaption {
    margin-top: 10px;
  }
  .p-figure__spotify {
    padding-top: calc(405 / 315 * 100%);
  }
  .p-figure__dialogue {
    margin: 0 -10px;
  }
  .p-figure__dialogue__box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .p-figure__dialogue__box:not(:last-child) {
    margin-bottom: 50px;
  }
  .p-figure__dialogue__box.right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .p-figure__dialogue__human {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  .p-figure__dialogue__box.right .p-figure__dialogue__human {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    margin-bottom: 1.5rem;
  }
  .p-figure__dialogue__human--p {
    width: 210%;
    text-align: left;
    margin-top: 0;
    margin-left: 1.5rem;
  }
  .p-figure__dialogue__box.right .p-figure__dialogue__human--p {
    width: 210%;
    text-align: right;
    margin-top: 0;
    margin-right: 1.5rem;
  }
  .p-figure__dialogue__message {
    width: 100%;
    padding: 25px;
    font-size: 15px;
  }
  .p-figure__dialogue__message:before {
    position: absolute;
    content: "";
    top: -15px;
    left: 30px;
    border-right: 0;
    border-left: 20px solid;
    border-top: 26px solid transparent;
    border-bottom: 14px solid transparent;
  }
  .p-figure__dialogue__box.right .p-figure__dialogue__message:before {
    position: absolute;
    content: "";
    top: -15px;
    right: 30px;
    border-left: 0;
    border-right: 20px solid;
    border-top: 26px solid transparent;
    border-bottom: 14px solid transparent;
  }
}

.p-filter {
  max-width: 760px;
  margin: auto;
}

.p-filter__content {
  padding-right: 20px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.p-filter__scrolling {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.p-filter__scroller {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-right: -50px;
  padding-right: 50px;
  overscroll-behavior-y: none;
}

.p-filter__scrollbar {
  opacity: 0;
}

.p-filter__list {
  display: flex;
}

.p-filter__list:not(:last-child) {
  margin-bottom: 22px;
}

.p-filter__list > dt {
  width: 6.5em;
  padding-top: 7px;
  flex-shrink: 0;
  font-size: 13px;
  color: rgba(27, 27, 25, 0.75);
}

.p-filter__list > dd {
  flex: 1;
  position: relative;
}

.p-filter__list > dd.is-reached::before {
  opacity: 0;
}

.p-filter__row {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.p-filter__labels {
  display: flex;
  flex-wrap: wrap;
  margin: -12px -6px 0;
}

.p-filter__labels > li {
  padding: 12px 6px 0;
  white-space: nowrap;
}

.p-filter__toggle {
  display: block;
  width: 90px;
  margin: 30px auto;
  font-size: 13px;
  font-weight: 700;
}

.p-filter__toggle > span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-filter__toggle > span > i {
  margin-top: -2px;
  margin-left: 10px;
  font-size: 12px;
  transition: -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1.000), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: -webkit-transform 0.15s var(--easing-ease-in-out-cubic);
  transition: transform 0.15s var(--easing-ease-in-out-cubic);
  transition: transform 0.15s var(--easing-ease-in-out-cubic), -webkit-transform 0.15s var(--easing-ease-in-out-cubic);
}

.p-filter__toggle[aria-expanded="true"] > span > i {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
}

.p-filter__clear {
  display: block;
  width: 90px;
  margin: 30px auto 0;
  font-size: 13px;
  font-weight: 700;
  color: rgba(27, 27, 25, 0.65);
  transition: color 0.15s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: color var(--duration-hover) var(--easing-ease-out-cubic);
}

.p-filter__clear > span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-filter__clear > span > i {
  margin-left: 8px;
  font-size: 8px;
}

@media (min-width: 835px) {
  .p-filter__toggle {
    transition: opacity 0.15s linear;
    transition: opacity var(--duration-hover) linear;
  }
  .p-filter__toggle:hover {
    opacity: 0.7;
  }
  .p-filter__clear:hover {
    color: #a88308;
  }
}

.p-filter.is-expanded .p-filter__list {
  height: auto;
  overflow: hidden;
}

.p-filter.is-expanded .p-filter__list > dd {
  height: auto;
}

.p-filter.is-expanded .p-filter__list > dd::before {
  opacity: 0;
}

.p-filter.is-expanded .p-filter__row {
  overflow: visible;
}

.p-filter.is-expanded .p-filter__scrollbar {
  opacity: 1;
}

.p-filter.is-expanded .p-filter__labels {
  flex-wrap: wrap;
}

@media (max-width: 834px) {
  .p-filter__content {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .p-filter__scroller {
    margin-right: 0;
    padding-right: 10px;
  }
  .p-filter__scrollbar {
    display: none;
  }
  .p-filter__list {
    height: auto;
  }
  .p-filter__list:not(:last-child) {
    margin-bottom: 16px;
  }
  .p-filter__list > dt {
    padding-top: 6px;
    font-size: 11px;
  }
  .p-filter__list > dd {
    height: auto;
  }
  .p-filter__list > dd::before {
    width: 30px;
    height: 28px;
    right: -10px;
  }
  .p-filter__row::-webkit-scrollbar {
    display: none;
  }
  .p-filter__labels {
    margin: -10px -5px 0;
  }
  .p-filter__labels > li {
    padding: 10px 5px 0;
  }
  .p-filter__toggle {
    margin: 24px auto 28px;
    font-size: 12px;
  }
  .p-filter__toggle > span > i {
    margin-left: 8px;
  }
  .p-filter__clear {
    margin: 20px auto 0;
    font-size: 12px;
  }
}

.p-floating {
  overflow: hidden;
  font-size: 16px;
  line-height: 2;
}

.p-floating > .p-figure {
  width: 360px;
  padding-bottom: 30px;
}

.p-floating[data-float="right"] > .p-figure {
  float: right;
  margin-left: 40px;
}

.p-floating[data-float="left"] > .p-figure {
  float: left;
  margin-right: 40px;
}

@media (max-width: 834px) {
  .p-floating {
    font-size: 15px;
  }
  .p-floating > .p-figure {
    width: auto;
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .p-floating[data-float="right"] > .p-figure {
    float: none;
    margin-left: 0;
  }
  .p-floating[data-float="left"] > .p-figure {
    float: none;
    margin-right: 0;
  }
}

.p-form__group {
  display: flex;
  align-items: stretch;
  padding: 0 20px;
  border-bottom: 1px solid rgba(27, 27, 25, 0.04);
}

.p-form__group > dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 210px;
  margin-right: 70px;
  padding: 40px 0;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.30769;
  max-height: 60px;
  box-sizing: content-box;
}

.p-form__group > dt[data-required="true"]::after {
  content: '必須';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 16px;
  padding-left: 0.03em;
  background: rgba(186, 0, 0, 0.6);
  border-radius: 2px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}

.p-form__group > dt[data-nowrap] {
  white-space: nowrap;
}

.p-form__group > dd {
  padding: 40px 0;
  position: relative;
}

.p-form__group[data-form-align="top"] {
  align-items: flex-start;
}

.p-form__group[data-form-align="top"] > dt {
  padding-top: 40px;
}

.p-form__value {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 2;
  white-space: pre-wrap;
}

.p-form__error {
  width: 100%;
}

.p-form__error[aria-hidden="false"] {
  margin-top: 1em;
  margin-bottom: -2em;
}

.p-form__error > span {
  display: block;
  width: 100%;
}

.p-form__name {
  display: flex;
}

.p-form__name.-full {
  width: 100%;
}

.p-form__name > * {
  flex-grow: 1;
}

.p-form__name > *:not(:last-child) {
  margin-right: 20px;
}

.p-form__birthday {
  display: flex;
  align-items: center;
}

.p-form__birthday > .c-select {
  min-width: 90px;
}

.p-form__birthday > * {
  flex-grow: 1;
}

.p-form__birthday > *[data-form-year] {
  width: 120px;
}

.p-form__unit {
  width: 40px;
  flex-shrink: 0;
  padding-left: 10px;
  font-size: 13px;
}

.p-form__radiogroup:not([class*="-vertical"]) {
  display: flex;
  align-items: center;
}

.p-form__radiogroup:not([class*="-vertical"]) > li:not(:last-child) {
  margin-right: 30px;
}

.p-form__radiogroup.-vertical > li:not(:last-child) {
  margin-bottom: 20px;
}

.p-form__single {
  width: 400px;
}

.p-form__description {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 12px;
}

.p-form__description:last-child {
  margin-bottom: 0;
}

.p-form__description > a {
  color: #a88308;
  text-decoration: underline;
}

.p-form .wpcf7-form-control-wrap.reason .wpcf7-list-item, .p-form .wpcf7-form-control-wrap[data-name="reason"] .wpcf7-list-item {
  display: block;
}

.p-form .wpcf7-form-control-wrap.reason .wpcf7-list-item label, .p-form .wpcf7-form-control-wrap[data-name="reason"] .wpcf7-list-item label {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.p-form .wpcf7-form-control-wrap.reason .wpcf7-list-item label input[type="radio"], .p-form .wpcf7-form-control-wrap[data-name="reason"] .wpcf7-list-item label input[type="radio"] {
  cursor: inherit;
}

.p-form .wpcf7-form-control-wrap.reason .wpcf7-list-item .wpcf7-list-item-label, .p-form .wpcf7-form-control-wrap[data-name="reason"] .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-flex;
  margin-left: 8px;
  font-size: 13px;
  pointer-events: none;
}

.p-form .wpcf7-form-control-wrap.reason .wpcf7-list-item:not(:last-child), .p-form .wpcf7-form-control-wrap[data-name="reason"] .wpcf7-list-item:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 834px) {
  .p-form__group {
    display: block;
    padding: 20px 10px 0;
  }
  .p-form__group > dt {
    width: auto;
    justify-content: flex-start;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0.375em;
  }
  .p-form__group > dt::after {
    margin-left: 10px;
  }
  .p-form__group > dd {
    padding: 0 0 30px;
  }
  .p-form__group[data-form-align="top"] {
    align-items: flex-start;
  }
  .p-form__group[data-form-align="top"] > dt {
    padding-top: 0;
  }
  .p-form__value {
    line-height: 1.86667;
  }
  .p-form__error[aria-hidden="false"] {
    margin-bottom: -1em;
  }
  .p-form__error > span:nth-child(2) {
    background: #fff;
    position: static;
  }
  .p-form__error > span:nth-child(3) {
    background: #fff;
    position: static;
  }
  .p-form__name {
    width: 100%;
  }
  .p-form__name > *:not(:last-child) {
    margin-right: 15px;
  }
  .p-form__birthday {
    width: 100%;
  }
  .p-form__birthday > .c-select {
    min-width: 60px;
  }
  .p-form__birthday > * {
    flex-grow: 1;
  }
  .p-form__birthday > *[data-form-year] {
    width: auto;
    flex-grow: 1;
  }
  .p-form__unit {
    width: auto;
    max-width: 30px;
    padding-left: 8px;
  }
  .p-form__unit:not(:last-child) {
    padding-right: 10px;
  }
  .p-form__radiogroup:not([class*="-vertical"]) > li:not(:last-child) {
    margin-right: 20px;
  }
  .p-form__radiogroup.-vertical > li:not(:last-child) {
    margin-bottom: 12px;
  }
  .p-form__single {
    width: 100%;
  }
}

.p-hgmSection__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 20px;
}

.p-hgmSection__heading {
  display: flex;
  align-items: flex-end;
}

.p-hgmSection__heading > img {
  display: block;
}

.p-hgmSection__heading > span {
  display: block;
  margin-left: 25px;
  font-family: 'Josefin Sans', sans-serif;
  font-family: var(--font-en-title);
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 0.59091;
}

.p-hgmSection__lead {
  max-width: 370px;
  margin-top: 40px;
  font-size: 15px;
  line-height: 2;
  color: rgba(27, 27, 25, 0.8);
}

.p-hgmSection__button {
  margin-top: 60px;
}

.hgmweb_slide {
  margin: 0 calc(50% - 50vw);
}

.hgmweb_slide .p-card__title {
  font-size: 20px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.hgmweb_slide .p-card__content {
  padding-top: 22px;
  padding-right: 24px;
  padding-bottom: 30px;
  padding-left: 24px;
  display: block;
}

.hgmweb_slide .p-card__image img {
  height: 216px;
}

.hgmweb_slide .p-card__meta {
  margin-bottom: 20px;
}

.hgmweb_slide .p-card__tags,
.hgmweb_slide .p-card__favorite {
  display: block;
}

.hgmweb_slide .swiper-slide {
  height: auto;
}

.hgmweb_slide .swiper-slide .p-card {
  height: 100%;
}

.hgmweb_slide .swiper-pagination {
  display: flex;
  position: relative;
  justify-content: center;
  margin-top: 30px;
}

.hgmweb_slide .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50px;
  border: 2px solid #000;
  margin: 0 5px;
  background: transparent;
}

.hgmweb_slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

.hgmweb_slide .hgmweb__arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #fff;
  border: 2px solid #1b1b19;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  z-index: 1;
  top: 20%;
  transition: background-color 0.15s cubic-bezier(0.215, 0.610, 0.355, 1.000), color 0.15s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: background-color var(--duration-hover) var(--easing-ease-out-cubic), color var(--duration-hover) var(--easing-ease-out-cubic);
}

.hgmweb_slide .hgmweb__arrow > i {
  font-size: 12px;
}

.hgmweb_slide .hgmweb__arrow.swiper-button-disabled {
  display: none;
}

.hgmweb_slide .hgmweb__arrow.-prev {
  margin-right: calc(18 / 375 * 100vw);
  left: 10px;
}

.hgmweb_slide .hgmweb__arrow.-next {
  margin-left: calc(18 / 375 * 100vw);
  right: 10px;
}

@media (max-width: 834px) {
  .p-hgmSection__header {
    align-items: center;
    padding-right: 12px;
    padding-bottom: 30px;
    padding-left: 12px;
  }
  .p-hgmSection__heading > img {
    width: 120px;
    height: 37px;
  }
  .p-hgmSection__heading > span {
    margin-left: 20px;
    font-size: 38px;
    line-height: 0.60526;
  }
  .p-hgmSection__lead {
    max-width: 100%;
    margin-top: 35px;
    font-size: 13px;
    line-height: 2;
  }
  .p-hgmSection__lead br {
    display: none;
  }
  .p-hgmSection__button {
    margin-top: 30px;
  }
  .hgmweb_slide .p-card__title {
    font-size: 13px;
  }
}

.p-index {
  padding: 30px 40px;
  border: 2px solid;
  border-radius: 8px;
  margin-top: 36px;
}

.p-index > dt {
  margin-bottom: 15px;
  font-family: 'Roboto Condensed';
  font-family: var(--font-en);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
}

.p-index > dd {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 2.14286;
  counter-increment: index;
}

.p-index > dd:not(:last-child) {
  margin-bottom: 2px;
}

.p-index > dd::before {
  content: counter(index) ".";
  margin-top: 1px;
  margin-right: 0.125em;
  line-height: inherit;
}

.p-index > dd > a {
  color: #a88308;
  text-decoration: underline;
}

@media (min-width: 835px) {
  .p-index a:hover {
    text-decoration: none;
  }
}

@media (max-width: 834px) {
  .p-index {
    padding: 18px 24px;
    margin-top: 20px;
  }
  .p-index > dt {
    margin-bottom: 10px;
  }
  .p-index > dd {
    font-size: 13px;
    line-height: 2.15385;
  }
}

.p-information {
  background: rgba(247, 246, 245, 0.5);
  border-radius: 4px;
}

.p-information__item {
  display: flex;
  align-items: flex-start;
  padding: 32px 30px 35px;
}

.p-information__item:not(:last-child) {
  border-bottom: 1px solid rgba(27, 27, 25, 0.08);
}

.p-information__item > dt {
  width: 120px;
  flex-shrink: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-family: var(--font-en), sans-serif;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0.08em;
}

.p-information__item > dd {
  flex-grow: 1;
}

.p-information__title {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-information__summary {
  margin-top: 20px;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.84615;
}

.p-information__link {
  display: table;
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.84615;
  color: #a88308;
}

.p-information__link > span {
  text-decoration: underline;
}

.p-information__link > i {
  padding-left: 4px;
  font-size: 10px;
}

.p-information__link > i.icon-pdf {
  display: inline-flex;
  font-size: 15px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

@media (max-width: 834px) {
  .p-information__item {
    display: block;
    padding: 25px;
  }
  .p-information__item > dt {
    width: auto;
    margin-bottom: 16px;
  }
}

.p-issue {
  position: relative;
}

.p-issue__image {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.p-issue__container {
  display: flex;
  justify-content: flex-end;
  height: 690px;
  padding: 60px 120px 70px 0;
  position: relative;
}

.p-issue__header {
  height: 0;
  padding: 0 100px;
  position: relative;
  top: -54px;
  line-height: 1;
}

.p-issue__header > div > b {
  display: flex;
  align-items: center;
  font-family: 'Roboto Condensed', YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", sans-serif;
  font-family: var(--font-en), var(--font-default);
  font-size: 24px;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.p-issue__header > div > b > span {
  font-size: 20px;
}

.p-issue__heading {
  font-family: 'Shuei KakuGo Gin B', sans-serif;
  font-family: var(--font-ja-title);
  font-size: 48px;
  letter-spacing: 0;
  line-height: 1.33333;
}

.p-issue__content {
  display: flex;
  flex-direction: column;
  width: 460px;
}

.p-issue__lead {
  margin-bottom: 32px;
  padding-right: 40px;
  font-size: 14px;
  line-height: 1.85714;
  letter-spacing: 0.02em;
  color: rgba(27, 27, 25, 0.8);
}

.p-issue__scrolling {
  flex: 1;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
  padding-top: 32px;
}

.p-issue__scroller {
  height: 100%;
  overflow: auto;
  margin-right: -40px;
  padding-right: 30px;
  overscroll-behavior-y: none;
}

.p-issue__scrollbar.is-hidden {
  display: none;
}

.p-issue__list > li:not(:last-child) {
  margin-bottom: 12px;
}

@media (min-width: 835px) {
  .p-issue__list .more-btn {
    display: none;
  }
}

.p-issue__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px 20px 24px;
  border-radius: 6px;
  background: #fff;
  transition: color 0.15s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: color var(--duration-hover) var(--easing-ease-out-cubic);
}

.p-issue__item > span {
  display: inline-flex;
  margin-right: 25px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.p-issue__item > i {
  font-size: 14px;
  color: rgba(27, 27, 25, 0.85);
  transition: inherit;
}

.p-issue__item .p-issue__item__img {
  display: none;
}

@media (min-width: 835px) {
  .p-issue__item:hover {
    color: #a88308;
  }
  .p-issue__item:hover > i {
    color: inherit;
  }
}

@media (max-width: 834px) {
  .p-issue {
    padding-top: 24px;
    padding-bottom: 36px;
  }
  .p-issue__image {
    width: 100%;
    height: auto;
    position: static;
  }
  .p-issue__container {
    display: block;
    height: auto;
    padding: 0;
    position: static;
  }
  .p-issue__header {
    padding: 0 calc(30 / 375 * 100vw);
    position: absolute;
    top: -44px;
    left: 0;
  }
  .p-issue__header > div > b {
    font-size: 20px;
  }
  .p-issue__header > div > b > span {
    font-size: 16px;
  }
  .p-issue__heading {
    font-size: 36px;
    line-height: 1.38889;
  }
  .p-issue__content {
    width: auto;
  }
  .p-issue__lead {
    padding: 28px calc(30 / 375 * 100vw) 0;
    letter-spacing: 0.03em;
    margin-bottom: 0;
  }
  .p-issue__scrolling {
    margin-top: 28px;
    padding-top: 0;
    padding-right: 0;
    padding-left: calc(30 / 375 * 100vw);
  }
  .p-issue__scroller {
    margin-right: 0;
    padding-right: 0;
  }
  .p-issue__scrollbar {
    display: none;
  }
  .p-issue__list {
    height: auto;
    margin-right: 0;
    padding: 0 15px 0px;
    background: #fff;
    border-radius: 5px 0 0 5px;
    position: relative;
  }
  .p-issue__list.hide {
    overflow: hidden;
    max-height: 370px;
    padding: 0 15px 80px;
  }
  .p-issue__list > li:not(:first-child) {
    border-top: 1px solid #e0dfdd;
    border-radius: 0;
  }
  .p-issue__list > li:not(:last-child) {
    margin-bottom: 0;
  }
  .p-issue__list:before {
    content: "";
    width: 100%;
    height: 0px;
    display: block;
    background: linear-gradient(rgba(255, 255, 255, 0) 0, #fff 25%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .p-issue__list.hide:before {
    height: 130px;
  }
  .p-issue__list .more-btn {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    padding-bottom: 25px;
    width: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    background-image: url(../img/icon/icon_arrow.svg);
    background-repeat: no-repeat;
    background-size: 26px 10px;
    background-position: bottom center;
  }
  .p-issue__item {
    padding: 13px 0px 13px 0px;
    border-radius: 4px;
  }
  .p-issue__item > span {
    margin-right: 14px;
    font-size: 13px;
  }
  .p-issue__item > i {
    font-size: 11px;
  }
  .p-issue__item .p-issue__item__img {
    display: none;
  }
}

.l-keyword {
  padding-top: 150px;
}

@media (max-width: 834px) {
  .l-keyword {
    padding-top: 108px;
  }
}

.p-keyword {
  padding: 100px 20px;
  background: rgba(240, 228, 163, 0.4);
}

.p-keyword__container {
  max-width: 640px;
  margin: auto;
}

.p-keyword__heading {
  margin-bottom: 100px;
  font-family: 'Shuei KakuGo Gin B', sans-serif;
  font-family: var(--font-ja-title);
  font-size: 32px;
  letter-spacing: 0.08em;
  text-align: center;
}

.p-keyword__title {
  width: 320px;
  margin: 0 auto 105px;
}

.p-keyword__title > img {
  max-width: 100%;
  height: auto;
}

.p-keyword__section:not(:last-child) {
  margin-bottom: 60px;
}

.p-keyword__section p {
  font-size: 16px;
  line-height: 2;
  color: rgba(27, 27, 25, 0.8);
}

.p-keyword__section p:not(:last-child) {
  margin-bottom: 36px;
}

.p-keyword__subheading {
  margin-bottom: 20px;
  font-family: 'Josefin Sans', sans-serif;
  font-family: var(--font-en-title);
  font-size: 44px;
  letter-spacing: 0.01em;
  line-height: 1.83333;
  text-align: left;
}

.p-keyword__subheading span {
  margin-left: 50px;
  font-family: 'Shuei KakuGo Gin B', sans-serif;
  font-family: var(--font-ja-title);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-keyword .p-filter__labels {
  flex-wrap: wrap;
}

@media (max-width: 834px) {
  .p-keyword {
    padding: 60px 20px 70px;
    text-align: left;
  }
  .p-keyword__heading {
    margin-bottom: 65px;
    font-size: 28px;
    line-height: 1.71429;
    text-align: center;
  }
  .p-keyword__title {
    width: 240px;
    margin-bottom: 65px;
  }
  .p-keyword__section:not(:last-child) {
    margin-bottom: 60px;
  }
  .p-keyword__section p {
    font-size: 14px;
    line-height: 2.14286;
  }
  .p-keyword__section p:not(:last-child) {
    margin-bottom: 24px;
  }
  .p-keyword__subheading {
    font-size: 36px;
    line-height: 1.5;
  }
  .p-keyword__subheading span {
    margin-left: 30px;
  }
}

.p-l-content {
  padding: 30px 40px 34px;
  background: #f9f4da;
}

.p-l-content > dt {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.p-l-content > dd {
  display: flex;
  align-items: flex-start;
}

.p-l-content__spguide {
  display: none;
}

.p-l-content__guide {
  display: flex;
  align-items: flex-start;
  margin-right: 20px;
  flex-shrink: 0;
}

.p-l-content__guideImage {
  width: 90px;
  height: 90px;
  flex-shrink: 0;
}

.p-l-content__text {
  flex: 1;
  font-size: 12px;
  line-height: 1.66667;
  word-break: break-all;
}

.p-l-content__text > p {
  font-size: 12px !important;
  line-height: 1.66667 !important;
  margin-top: 0 !important;
}

.p-l-content__text > p:not(:last-child) {
  margin-bottom: 15px;
}

.p-l-content__text > p > a {
  margin-top: 2px;
  color: #a88308;
}

.p-l-content__text > p > a > span {
  text-decoration: underline;
}

.p-l-content__text > p > a[target="_blank"] {
  position: relative;
}

.p-l-content__text > p > a[target="_blank"]:after {
  content: "\e909";
  font-family: "icomoon" !important;
  margin-left: 5px;
}

.p-l-content__text > p > a > i {
  display: none;
}

@media (min-width: 835px) {
  .p-l-content__link:hover > span {
    text-decoration: none;
  }
}

@media (max-width: 834px) {
  .p-l-content {
    padding: 24px 24px 24px;
    margin-right: -10px;
    margin-left: -10px;
  }
  .p-l-content > dt {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
  }
  .p-l-content > dt span {
    width: auto;
    font-size: 15px;
  }
  .p-l-content > dd {
    display: block;
  }
  .p-l-content__guide {
    display: none;
  }
  .p-l-content__spguideImage {
    width: 80px;
    height: 80px;
  }
  .p-l-content__spguide {
    width: 80px;
    height: 80px;
    display: block;
    margin-right: 20px;
  }
  .p-l-content__spguide + a {
    width: calc(100% - 100px);
  }
  .p-l-content__text p:not(:last-child) {
    margin-bottom: 15px;
  }
  .p-l-content__link {
    margin-top: 5px;
  }
}

.p-member {
  max-width: 380px;
}

.p-member__heading {
  margin-bottom: 25px;
  font-family: 'Josefin Sans', sans-serif;
  font-family: var(--font-en-title);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.p-member__lead {
  margin-bottom: 30px;
  padding: 0 8px;
  font-size: 13px;
  line-height: 1.61538;
  color: rgba(27, 27, 25, 0.8);
}

.p-member__form {
  position: relative;
}

.p-member__form > div {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
}

.p-member__input {
  flex-grow: 1;
  max-width: 100%;
  height: 60px;
  background: rgba(27, 27, 25, 0.03);
  padding: 0 24px;
  border: 0;
  outline: none;
  font-family: inherit;
  font-size: 13px;
  font-weight: inherit;
  letter-spacing: 0.03em;
  line-height: 1;
}

.p-member__input::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(27, 27, 25, 0.3);
}

.p-member__input::-moz-placeholder {
  opacity: 1;
  color: rgba(27, 27, 25, 0.3);
}

.p-member__input:-ms-input-placeholder {
  opacity: 1;
  color: rgba(27, 27, 25, 0.3);
}

.p-member__input::-ms-input-placeholder {
  opacity: 1;
  color: rgba(27, 27, 25, 0.3);
}

.p-member__input::placeholder {
  opacity: 1;
  color: rgba(27, 27, 25, 0.3);
}

.p-member__button {
  width: 80px;
  height: 60px;
  flex-shrink: 0;
  background: #1b1b19;
  font-size: 15px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}

.p-member__error {
  position: absolute;
  top: calc(100% + 0.75em);
  left: 0;
}

@media (min-width: 835px) {
  .p-member__button {
    transition: opacity 0.15s linear;
    transition: opacity var(--duration-hover) linear;
  }
  .p-member__button:hover {
    opacity: 0.8;
  }
}

@media (max-width: 834px) {
  .p-member {
    max-width: 100%;
  }
  .p-member__heading {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.29167;
  }
  .p-member__lead {
    margin-bottom: 25px;
  }
  .p-member__input {
    padding: 0 16px;
    font-size: 16px;
  }
  .p-member__button {
    width: 60px;
    font-size: 14px;
  }
}

.p-navigation__list {
  display: flex;
  font-family: 'Shuei KakuGo Gin B', sans-serif;
  font-family: var(--font-ja-title);
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-navigation__list > li {
  display: flex;
  align-items: center;
  height: 100px;
}

.p-navigation__list > li:not(:last-child) {
  margin-right: 2em;
}

@media (min-width: 835px) {
  .p-navigation__item {
    transition: color 0.15s linear;
    transition: color var(--duration-hover) linear;
  }
  .p-navigation__item:hover {
    color: #a88308;
  }
}

.p-news {
  padding: 115px 20px 60px;
}

.p-news__header {
  margin-bottom: 25px;
  text-align: center;
}

.p-news__heading {
  font-family: 'Josefin Sans', sans-serif;
  font-family: var(--font-en-title);
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
}

.p-news__label {
  display: inline-flex;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-news__list {
  max-width: 700px;
  margin: auto;
}

.p-news__item {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
  padding: 32px 16px;
}

.p-news__item:not(:last-child) {
  border-bottom: 1px solid rgba(27, 27, 25, 0.2);
}

.p-news__item > dt {
  width: 118px;
  padding-top: 0.5em;
  flex-shrink: 0;
  font-family: 'Roboto Condensed';
  font-family: var(--font-en);
  font-size: 12px;
  line-height: 1.16667;
  letter-spacing: 0.08em;
}

.p-news__title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.66667;
  text-decoration: underline;
  transition: color 0.15s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: color var(--duration-hover) var(--easing-ease-out-cubic);
}

@media (min-width: 835px) {
  .p-news__title:hover {
    text-decoration: none;
    color: #a88308;
  }
}

@media (max-width: 834px) {
  .p-news {
    padding: 75px 0 30px;
  }
  .p-news__header {
    margin-bottom: 0;
  }
  .p-news__heading {
    font-size: 32px;
  }
  .p-news__label {
    margin-top: 5px;
    font-size: 13px;
  }
  .p-news__item {
    display: block;
    padding: 25px 34px;
  }
  .p-news__item > dt {
    width: auto;
    margin-bottom: 1em;
    padding-top: 0;
  }
}

.p-post h1 {
  margin-top: 85px;
  font-size: 24px;
  line-height: 1;
}

.p-post h2 {
  margin-top: 75px;
  padding: 2px 0px 2px 30px;
  border-left: 4px solid rgba(27, 27, 25, 0.35);
  font-size: 20px;
  line-height: 1.65;
}

.p-post h3 {
  margin-top: 50px;
  font-size: 18px;
  line-height: 1.66667;
}

.p-post p {
  margin-top: 24px;
  font-size: 16px;
  line-height: 2;
}

.p-post ul, .p-post ol {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.625;
}

.p-post ol {
  counter-reset: ol-li;
}

.p-post ul > li {
  position: relative;
  padding-left: 1.5em;
}

.p-post ul > li:not(:last-child) {
  margin-bottom: 1em;
}

.p-post ul > li::before {
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

.p-post ol > li {
  position: relative;
  padding-left: 1.5em;
  counter-increment: ol-li;
}

.p-post ol > li:not(:last-child) {
  margin-bottom: 1em;
}

.p-post ol > li::before {
  content: counter(ol-li) ".";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 1px;
}

.p-post ul ul,
.p-post ol ol {
  margin: 24px 0;
  padding-left: 1em;
}

.p-post ul ul > li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 0.5px solid #000;
  top: 11px;
  left: 4px;
}

.p-post ol ol {
  counter-reset: ol-ol-li;
}

.p-post ol ol > li {
  counter-increment: ol-ol-li;
  padding-left: 2.5em;
}

.p-post ol ol > li::before {
  content: counter(ol-li) "-" counter(ol-ol-li) ".";
}

.p-post a {
  color: #a88308;
  text-decoration: underline;
}

.p-post strong {
  font-weight: 700;
}

@media (min-width: 835px) {
  .p-post a:hover {
    text-decoration: none;
  }
}

@media (max-width: 834px) {
  .p-post h1 {
    margin-top: 60px;
  }
  .p-post h2 {
    margin-top: 75px;
    padding-left: 20px;
  }
  .p-post h3 {
    margin-top: 50px;
  }
  .p-post p {
    margin-top: 20px;
    font-size: 15px;
  }
  .p-post ul, .p-post ol {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.66667;
  }
  .p-post ul ul,
  .p-post ol ol {
    margin: 20px 0;
  }
}

.p-profile {
  padding: 30px 40px 34px;
  border-radius: 8px;
  border: 2px solid;
}

.p-profile > dt {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 700;
}

.p-profile > dd {
  display: flex;
  align-items: flex-start;
}

.p-profile__guide {
  display: flex;
  align-items: flex-start;
  margin-right: 40px;
  flex-shrink: 0;
}

.p-profile__guideImage {
  width: 90px;
  height: 90px;
  margin-right: 20px;
  flex-shrink: 0;
}

.p-profile__description {
  width: 136px;
}

.p-profile__description > dt {
  margin-bottom: 10px;
  font-size: 15px;
}

.p-profile__description > dd {
  font-size: 11px;
  line-height: 1.45455;
  color: rgba(27, 27, 25, 0.8);
}

.p-profile__text {
  flex: 1;
  font-size: 12px;
  line-height: 1.66667;
  word-break: break-all;
}

.p-profile__text > p {
  font-size: 12px;
  line-height: 1.66667;
  margin-top: 0;
}

.p-profile__text > p > a {
  margin-top: 2px;
  color: #a88308;
}

.p-profile__text > p > a > span {
  text-decoration: underline;
}

.p-profile__text > p > a[target="_blank"] {
  position: relative;
}

.p-profile__text > p > a[target="_blank"]:after {
  content: "\e909";
  font-family: "icomoon" !important;
  margin-left: 5px;
}

.p-profile__text > p > a > i {
  display: none;
}

@media (min-width: 835px) {
  .p-profile__link:hover > span {
    text-decoration: none;
  }
}

@media (max-width: 834px) {
  .p-profile {
    padding: 20px 24px 24px;
  }
  .p-profile > dt {
    margin-bottom: 15px;
  }
  .p-profile > dd {
    display: block;
  }
  .p-profile__guide {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .p-profile__guideImage {
    margin-right: 16px;
  }
  .p-profile__description {
    width: auto;
  }
  .p-profile__description > dt {
    margin-bottom: 8px;
  }
  .p-profile__link {
    margin-top: 5px;
  }
}

.p-project__block {
  max-width: 700px;
  width: 100%;
  margin: 60px auto;
}

.p-project__flex {
  padding: 35px 43px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(27, 27, 25, 0.2);
}

.p-project__flex:last-child {
  padding-bottom: 0;
}

@media (max-width: 834px) {
  .p-project__flex {
    padding: 16px 8px;
  }
}

.p-project__img {
  width: 100px;
  height: 100px;
  background: #e4e9e6;
}

@media (max-width: 834px) {
  .p-project__img {
    width: 90px;
    height: 90px;
  }
}

.p-project__img img {
  width: 100%;
}

.p-project__layout {
  width: 80%;
}

@media (max-width: 834px) {
  .p-project__layout {
    width: 67%;
  }
}

.p-project__ttl {
  position: relative;
  display: inline-block;
  margin-bottom: 18px;
  padding-right: 50px;
  font-size: 20px;
}

@media (max-width: 834px) {
  .p-project__ttl {
    display: inline;
    font-size: 13px;
    padding-right: 45px;
  }
}

.p-project__ttl .c-button__arrow {
  height: 14px;
  font-size: 14px;
}

@media (max-width: 834px) {
  .p-project__ttl .c-button__arrow {
    top: auto;
    bottom: 0;
  }
}

.p-project__txt {
  font-size: 13px;
}

@media (max-width: 834px) {
  .p-project__txt {
    margin-top: 15px;
    font-size: 12px;
  }
}

.p-project__button {
  margin-top: 0;
}

.p-project__button.c-button {
  max-width: 375px;
}

.p-project__description {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.03em;
}

.p-registration {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 95px 0 120px;
  text-align: center;
}

.p-registration__heading {
  margin-bottom: 40px;
  font-family: 'Shuei KakuGo Gin B', sans-serif;
  font-family: var(--font-ja-title);
  font-size: 32px;
  letter-spacing: 0.08em;
}

.p-registration__lead {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 2;
}

.p-registration__form {
  width: 400px;
}

.p-registration__inputContainer {
  padding-bottom: 24px;
  margin-bottom: 20px;
  position: relative;
}

.p-registration__error {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.p-registration__login {
  margin-top: 45px;
  font-size: 14px;
  line-height: 1.71429;
}

.p-registration__login > a {
  color: #a88308;
  text-decoration: underline;
}

@media (min-width: 835px) {
  .p-registration__login a:hover {
    text-decoration: none;
  }
}

@media (max-width: 834px) {
  .p-registration {
    padding: 55px 30px 80px;
    text-align: left;
  }
  .p-registration__heading {
    margin-bottom: 35px;
    font-size: 28px;
    line-height: 1.71429;
  }
  .p-registration__lead {
    margin-bottom: 30px;
  }
  .p-registration__lead br {
    display: none;
  }
  .p-registration__form {
    width: 100%;
  }
  .p-registration__inputContainer {
    padding-bottom: 20px;
    margin-bottom: 16px;
  }
  .p-registration__error {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .p-registration__login {
    margin-top: 35px;
    text-align: center;
  }
}

.p-relatedArticles {
  padding: 65px 0 80px;
  background: rgba(240, 228, 163, 0.4);
  overflow: hidden;
}

.p-relatedArticles__heading {
  margin-bottom: 40px;
  padding-bottom: 14px;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-relatedArticles__heading::before {
  content: "";
  width: 60px;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #1b1b19;
}

.related-articles__swiper {
  width: 1000px;
  margin: auto;
  overflow: visible;
}

.related-articles__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 2px solid #1b1b19;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  background: #fff;
  transition: background-color 0.15s cubic-bezier(0.215, 0.610, 0.355, 1.000), color 0.15s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: background-color var(--duration-hover) var(--easing-ease-out-cubic), color var(--duration-hover) var(--easing-ease-out-cubic);
  z-index: 1;
}

.related-articles__arrow > i {
  font-size: 12px;
}

.related-articles__arrow.swiper-button-disabled {
  display: none;
}

.related-articles__arrow.-prev {
  left: -40px;
}

.related-articles__arrow.-next {
  right: -40px;
}

.p-relatedArticles__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-relatedArticles__foot > .c-button {
  margin-top: 40px;
}

.recommend__group .related-articles__arrow.-prev {
  left: 10px;
  margin-top: auto;
}

.recommend__group .related-articles__arrow.-next {
  right: 10px;
  margin-top: auto;
}

@media (min-width: 835px) {
  .p-relatedArticles[data-has-button-desktop="false"] .c-button {
    display: none;
  }
  .related-articles__arrow:hover {
    background-color: #1b1b19;
    color: #fff;
  }
  .swiper-pagination {
    display: none;
  }
}

@media (max-width: 834px) {
  .p-relatedArticles {
    padding: 45px 0 60px;
  }
  .p-relatedArticles[data-has-button-mobile="false"] .c-button {
    display: none;
  }
  .p-relatedArticles .p-card__title {
    font-size: 20px;
  }
  .related-articles__swiper {
    width: auto;
  }
  .p-relatedArticles__heading {
    margin-bottom: 30px;
  }
  .related-articles__arrow {
    width: 45px;
    height: 45px;
  }
  .related-articles__arrow.-prev {
    left: 15px;
  }
  .related-articles__arrow.-next {
    right: 15px;
  }
  .recommend__group .related-articles__arrow.-prev {
    left: 0px;
  }
  .recommend__group .related-articles__arrow.-next {
    right: 0px;
  }
  .swiper-pagination {
    display: flex;
    position: relative;
    justify-content: center;
    margin-top: 30px;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    border: 2px solid #000;
    margin: 0 5px;
    background: transparent;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
  }
  .p-relatedArticles__foot {
    padding-right: 20px;
    padding-left: 20px;
  }
  .p-relatedArticles__foot .c-button {
    flex: 1;
    margin-top: 30px;
  }
}

.p-relatedKeywords {
  padding: 65px 0 75px;
}

.p-relatedKeywords__heading {
  margin-bottom: 40px;
  padding-bottom: 14px;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: center;
}

.p-relatedKeywords__heading::before {
  content: '';
  width: 60px;
  height: 2px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #1b1b19;
}

.p-relatedKeywords__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 640px;
  margin: -0.75em auto 0;
  font-size: 13px;
}

.p-relatedKeywords__list > li {
  padding: 0.75em 0.5em 0;
}

.p-relatedKeywords__item {
  text-decoration: underline;
  transition: color 0.15s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: color var(--duration-hover) var(--easing-ease-out-cubic);
}

@media (min-width: 835px) {
  .p-relatedKeywords__item:hover {
    text-decoration: none;
    color: rgba(168, 131, 8, 0.8);
  }
}

@media (max-width: 834px) {
  .p-relatedKeywords {
    padding: 55px 30px;
  }
  .p-relatedKeywords__heading {
    margin-bottom: 28px;
  }
  .p-relatedKeywords__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: auto;
    font-size: 12px;
  }
}

.p-search {
  width: 100%;
  overflow: hidden;
  background: #f7f6f5;
  position: fixed;
  top: 100px;
  left: 0;
  z-index: 120;
  z-index: var(--z-index-search);
}

.p-search__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 44px 60px;
}

.p-search__tags {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  max-width: 360px;
  height: 60px;
  padding: 5px 0;
  margin-right: 36px;
  font-size: 12px;
}

.p-search__tags > li:not(:last-child) {
  margin-right: 1.25em;
}

.p-search__tag {
  text-decoration: underline;
}

.p-search__form {
  display: flex;
  width: 360px;
  height: 60px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}

.p-search__form > input {
  flex-grow: 1;
  padding: 0 24px;
  line-height: 1;
  outline: none;
  border: 0;
  font-size: 13px;
}

.p-search__form > input::-webkit-input-placeholder {
  color: rgba(27, 27, 25, 0.3);
  opacity: 1;
}

.p-search__form > input::-moz-placeholder {
  color: rgba(27, 27, 25, 0.3);
  opacity: 1;
}

.p-search__form > input:-ms-input-placeholder {
  color: rgba(27, 27, 25, 0.3);
  opacity: 1;
}

.p-search__form > input::-ms-input-placeholder {
  color: rgba(27, 27, 25, 0.3);
  opacity: 1;
}

.p-search__form > input::placeholder {
  color: rgba(27, 27, 25, 0.3);
  opacity: 1;
}

.p-search__form > button {
  width: 60px;
  border-radius: 50%;
  flex-shrink: 0;
  font-size: 12px;
}

@media (min-width: 835px) {
  .p-search__tag {
    transition: opacity 0.15s linear;
    transition: opacity var(--duration-hover) linear;
  }
  .p-search__tag:hover {
    opacity: 0.7;
  }
  .p-search__form > button {
    transition: opacity 0.15s linear;
    transition: opacity var(--duration-hover) linear;
  }
  .p-search__form > button:hover {
    opacity: 0.8;
  }
}

@media (max-width: 834px) {
  .p-search {
    top: 52px;
  }
  .p-search__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 28px 20px;
  }
  .p-search__tags {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    height: auto;
    padding: 0;
    margin-right: 0;
    margin-top: -1.25em;
    order: 2;
  }
  .p-search__tags > li {
    padding-top: 1.25em;
  }
  .p-search__form {
    width: 100%;
    margin-bottom: 25px;
    order: 1;
  }
  .p-search__form > input {
    padding: 0 20px;
    font-size: 16px;
  }
}

.p-section__header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 50px;
}

.p-section__header.flex-center {
  align-items: center;
}

.p-section__heading {
  margin-left: -40px;
  font-family: 'Josefin Sans', sans-serif;
  font-family: var(--font-en-title);
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 0.54545;
}

.p-section__label {
  display: block;
  margin-left: 24px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.33333;
}

.p-section__button {
  margin-top: 60px;
}

@media (max-width: 834px) {
  .p-section__header {
    margin-bottom: 30px;
  }
  .p-section__heading {
    margin-left: 0;
    font-size: 36px;
    line-height: 0.66667;
  }
  .p-section__label {
    margin-left: 14px;
    font-size: 15px;
    line-height: 1.6;
  }
  .p-section__button {
    margin-top: 30px;
  }
}

.p-sns {
  max-width: 280px;
}

.p-sns__heading {
  margin-bottom: 25px;
  font-family: 'Josefin Sans', sans-serif;
  font-family: var(--font-en-title);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.p-sns__lead {
  margin-bottom: 50px;
  font-size: 13px;
  line-height: 1.61538;
  color: rgba(27, 27, 25, 0.8);
}

.p-sns__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-sns__list > li {
  padding: 0 25px;
}

.p-sns__icon {
  display: inline-flex;
  font-size: 40px;
  opacity: 0.7;
}

@media (min-width: 835px) {
  .p-sns__icon {
    transition: opacity 0.15s linear;
    transition: opacity var(--duration-hover) linear;
  }
  .p-sns__icon:hover {
    opacity: 1;
  }
}

@media (max-width: 834px) {
  .p-sns {
    max-width: 100%;
  }
  .p-sns__heading {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.29167;
  }
  .p-sns__lead {
    margin-bottom: 25px;
  }
  .p-sns__list > li {
    padding: 0 20px;
  }
  .p-sns__icon {
    font-size: 34px;
  }
}

.p-subtitleBox {
  width: 360px;
  border: 2px solid #1b1b19;
  border-radius: 8px;
  background: #fff;
}

.p-subtitleBox__lead {
  padding: 18px 14px 18px 18px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.83333;
}

.p-subtitleBox__bottom {
  border-top: 1px dashed #1b1b19;
}

.p-subtitleBox__trigger {
  width: 100%;
  height: 48px;
}

.p-subtitleBox__trigger > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-right: 16px;
  padding-left: 18px;
}

.p-subtitleBox__trigger[aria-expanded="true"] .p-subtitleBox__icon > .icon-plus {
  opacity: 0;
}

.p-subtitleBox__trigger[aria-expanded="true"] .p-subtitleBox__icon > .icon-minus {
  opacity: 1;
}

.p-subtitleBox__label {
  font-size: 12px;
  font-weight: 700;
}

.p-subtitleBox__icon {
  display: inline-flex;
  width: 14px;
  height: 14px;
  position: relative;
  font-size: 14px;
}

.p-subtitleBox__icon > .icon-plus,
.p-subtitleBox__icon > .icon-minus {
  position: absolute;
  top: 0;
  left: 0;
}

.p-subtitleBox__icon > .icon-minus {
  opacity: 0;
}

.p-subtitleBox__tags {
  height: 0;
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: height 0.3s var(--easing-ease-in-out-cubic);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.p-subtitleBox__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px 18px;
  font-size: 11px;
}

.p-subtitleBox__list > li:not(:last-child) {
  margin-right: 1em;
}

@media (min-width: 835px) {
  .p-subtitleBox__trigger {
    transition: opacity 0.15s linear;
    transition: opacity var(--duration-hover) linear;
  }
  .p-subtitleBox__trigger:hover {
    opacity: 0.8;
  }
}

@media (max-width: 834px) {
  .p-subtitleBox {
    width: min(270px, calc(270 / 375 * 100vw));
  }
  .p-subtitleBox__lead {
    padding: 14px;
  }
  .p-subtitleBox__trigger > span {
    padding-right: 14px;
    padding-left: 14px;
  }
  .p-subtitleBox__icon {
    width: 12px;
    height: 12px;
    font-size: 12px;
  }
  .p-subtitleBox__list {
    padding: 0 14px 14px;
  }
}

.u-fadein {
  opacity: 0;
  -webkit-transform: translate3d(0, 40px, 0);
          transform: translate3d(0, 40px, 0);
}

.u-fadein[data-loaded="true"] {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: opacity 0.9s linear, -webkit-transform 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: opacity 0.9s linear, transform 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: opacity 0.9s linear, transform 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000), -webkit-transform 1.2s cubic-bezier(0.215, 0.610, 0.355, 1.000);
  transition: opacity 0.9s linear, -webkit-transform 1.2s var(--easing-ease-out-cubic);
  transition: opacity 0.9s linear, transform 1.2s var(--easing-ease-out-cubic);
  transition: opacity 0.9s linear, transform 1.2s var(--easing-ease-out-cubic), -webkit-transform 1.2s var(--easing-ease-out-cubic);
}

.u-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.u-fluid {
  max-width: 100%;
  height: auto;
}

@media (min-width: 835px) {
  .u-hidden.-pc {
    display: none;
  }
}

@media (max-width: 834px) {
  .u-hidden.-sp {
    display: none;
  }
}

.u-hover {
  transition: opacity 0.15s linear;
  transition: opacity var(--duration-hover) linear;
}

.u-hover:hover {
  opacity: 0.7;
}

@media (min-width: 835px) {
  .u-textlink {
    transition: opacity 0.15s linear;
    transition: opacity var(--duration-hover) linear;
  }
  .u-textlink:hover {
    opacity: 0.7;
  }
}
