@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-moz-selection {
  background-color: color(selection);
}
*::selection {
  background-color: color(selection);
}

html {
  font-size: 62.5%;
}

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

a {
  text-decoration: none;
}
@media (min-width: 769px) {
  a a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  image-rendering: -webkit-optimize-contrast;
}

img,
svg,
video {
  width: 100%;
  max-width: 100%;
  height: auto;
}

picture img {
  width: 100%;
  height: auto;
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  word-break: break-all;
}

input::-ms-clear {
  display: none;
}

[data-js-focus-visible]:focus:not([data-focus-visible-added]) {
  outline: none;
}

[aria-hidden=false] {
  visibility: visible;
}

[aria-hidden=true] {
  display: none;
  visibility: hidden;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
*:focus {
  outline: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  height: 0;
  /* Add the correct box sizing in Firefox */
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  vertical-align: bottom;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ol,
ul {
  list-style: none;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

p,
input,
textarea,
li,
span {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
}

.hover-opacity {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.hover-opacity:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lazyload-img {
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.lazyload-img.lazyloaded {
  opacity: 1;
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.is-tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-tab {
    display: block;
  }
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.js-fade {
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
.js-fade.is-active {
  opacity: 1;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.scroll-bar {
  padding-bottom: 30px;
}
.scroll-bar::-webkit-scrollbar {
  height: 10px;
}
.scroll-bar::-webkit-scrollbar-track {
  background: #f9f9f43d;
}
.scroll-bar::-webkit-scrollbar-thumb {
  background: #c6c193;
}

/**
* @file _l-footer.scss
**/
.l-footer {
  padding: 50px 0 80px;
  background: #962124;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 40px 0 50px;
  }
}
.l-footer__container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.l-footer__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .l-footer__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-color: #a64245c0;
  }
}
.l-footer .head__logo {
  width: 100%;
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .l-footer .head__logo {
    max-width: 150px;
  }
}
.l-footer .head__logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer .head__sns-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer .head__sns-box {
    margin-top: 20px;
  }
}
.l-footer .head__icn {
  display: block;
  width: 35px;
  height: 35px;
}
@media screen and (max-width: 768px) {
  .l-footer .head__icn {
    width: 25px;
    height: 25px;
  }
}
.l-footer .head__icn img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-footer__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .l-footer__info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer .info__txt {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer .info__txt {
    font-size: 1.2rem;
    line-height: 1.0833333333;
  }
}
.l-footer .info__link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .l-footer .info__link-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin: 15px auto 0;
  }
}
.l-footer .info__link {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 40px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .l-footer .info__link {
    font-size: 1.1rem;
    line-height: 1.1818181818;
    font-weight: normal;
    letter-spacing: 0.2em;
    width: 160px;
    height: 30px;
  }
}
.l-footer__nav {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    margin-top: 25px;
  }
}
.l-footer .nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
  margin-left: -20px;
}
@media screen and (max-width: 768px) {
  .l-footer .nav__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0 18px;
    height: 210px;
    margin: 0;
  }
}
.l-footer .nav__item {
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-footer .nav__item {
    width: calc(50% - 10px);
    padding: 0;
    border-top: 1px solid #a64245c0;
  }
}
.l-footer .nav__item:not(:last-of-type)::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 12px;
  content: "";
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .l-footer .nav__item:not(:last-of-type)::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .nav__item:last-of-type, .l-footer .nav__item:nth-last-of-type(6) {
    border-bottom: 1px solid #a64245c0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer .nav__item::after {
    position: absolute;
    top: 50%;
    right: 4px;
    width: 8px;
    height: 8px;
    content: "";
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
}
.l-footer .nav__link {
  font-size: 1.2rem;
  line-height: 2.6666666667;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer .nav__link {
    font-size: 1rem;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 12px 0;
  }
}
.l-footer .copyright {
  font-size: 1rem;
  line-height: 2.6;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 35px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer .copyright {
    margin-top: 18px;
    text-align: center;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  background: transparent;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
.l-header.is-open {
  background: #962124;
  -webkit-transition: background 0.6s;
  transition: background 0.6s;
}
@media screen and (max-width: 768px) {
  .l-header.is-scroll {
    background: #962124;
  }
}
.l-header__container {
  width: 100%;
  height: auto;
  overflow: visible;
  border-bottom: 1px solid #fff;
  -webkit-transition: opacity 0.6s, height 0.6s;
  transition: opacity 0.6s, height 0.6s;
}
.l-header__container.is-over {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.6s, height 0.6s;
  transition: opacity 0.6s, height 0.6s;
}
@media screen and (max-width: 768px) {
  .l-header__container.is-over {
    display: block;
  }
}
.l-header__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  height: 75px;
  padding: 0 60px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-header__wrapper {
    display: none;
  }
}
.l-header__wrapper-sp {
  position: relative;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .l-header__wrapper-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header .s-box__form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .s-box__icon {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.l-header .s-box__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header .s-box__input {
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0em;
  width: 190px;
  min-height: auto;
  padding: 0 0 3px 0;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
.l-header .s-box__input::-webkit-input-placeholder {
  color: #fff;
}
.l-header .s-box__input::-moz-placeholder {
  color: #fff;
}
.l-header .s-box__input:-ms-input-placeholder {
  color: #fff;
}
.l-header .s-box__input::-ms-input-placeholder {
  color: #fff;
}
.l-header .s-box__input::placeholder {
  color: #fff;
}
.l-header .s-box__input:focus {
  padding: 5px 10px;
  background: #fff;
  border-radius: 999px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.l-header .s-box__input:focus::-webkit-input-placeholder {
  color: #333;
}
.l-header .s-box__input:focus::-moz-placeholder {
  color: #333;
}
.l-header .s-box__input:focus:-ms-input-placeholder {
  color: #333;
}
.l-header .s-box__input:focus::-ms-input-placeholder {
  color: #333;
}
.l-header .s-box__input:focus::placeholder {
  color: #333;
}
.l-header .s-box__input:not(:focus) {
  color: #fff;
}
.l-header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  max-width: 120px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 80px;
  }
}
.l-header__logo img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__box {
  height: 100%;
}
.l-header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.l-header .lists__item {
  height: 100%;
}
.l-header .lists__item:first-of-type {
  margin-right: 32px;
}
@media screen and (max-width: 768px) {
  .l-header .lists__item:first-of-type {
    margin-right: 15px;
  }
}
.l-header .lists .item__link {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  color: #fff;
}
.l-header .lists .item__icon {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .l-header .lists .item__icon {
    width: 20px;
    height: 20px;
  }
}
.l-header .lists .item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__nav.is-over {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}
.l-header .nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
}
.l-header .nav__link {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0em;
  color: #fff;
}
.l-header .nav__link.has-child {
  position: relative;
  cursor: pointer;
}
.l-header .nav__link.has-child::before {
  position: absolute;
  top: 50%;
  right: -12px;
  width: 6px;
  height: 6px;
  content: "";
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.l-header .nav__link.has-child.is-open::before {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: translateY(-50%) rotate(-225deg);
          transform: translateY(-50%) rotate(-225deg);
}
.l-header .nav__toggle {
  position: relative;
  width: 19px;
  height: 100%;
  cursor: pointer;
}
.l-header .nav__menu-line {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header .nav__menu-line.menu-line1 {
  top: calc(50% - 6px);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.l-header .nav__menu-line.menu-line2 {
  top: 50%;
}
.l-header .nav__menu-line.menu-line3 {
  top: calc(50% + 6px);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.l-header .nav__toggle.is-open .menu-line1 {
  top: 50%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.l-header .nav__toggle.is-open .menu-line2 {
  opacity: 0;
}
.l-header .nav__toggle.is-open .menu-line3 {
  top: 50%;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.l-header__megamenu {
  height: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
  -webkit-transition: height 0.6s, padding 0.6s;
  transition: height 0.6s, padding 0.6s;
}
.l-header__megamenu.is-open {
  height: auto;
  padding: 20px 0;
  overflow: visible;
  -webkit-transition: height 0.6s, padding 0.6s;
  transition: height 0.6s, padding 0.6s;
}
.l-header__sub-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header .sub-item__link {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 850px) {
  .l-header .sub-item__link {
    font-size: 1rem;
    line-height: 1;
  }
}
.l-header .sub-item__img {
  width: 40px;
  height: 40px;
}
.l-header .sub-item__img.rp100 {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
.l-header .sub-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header .detail-search {
  height: 30px;
  padding: 0 15px;
  background: #434748;
  border-radius: 2px;
}
.l-header .detail-search .sub-item__img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.l-header .detail-search .sub-item__link {
  color: #fff;
}
.l-header__sp-nav {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 40px);
  padding-bottom: 15px;
  overflow: auto;
  pointer-events: none;
  background: #962124;
  opacity: 0;
  -webkit-transition: top 0.6s;
  transition: top 0.6s;
}
.l-header__sp-nav.is-open {
  top: 40px;
  pointer-events: all;
  opacity: 1;
  -webkit-transition: top 0.6s, opacity 0.6s;
  transition: top 0.6s, opacity 0.6s;
}
.l-header .sp-nav__search-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
  background: #fff;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.l-header .sp-nav__search-link span {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #962124;
}
.l-header .sp-nav__search-link:hover span,
.l-header .sp-nav__search-link:hover img {
  opacity: 0.6;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.l-header .sp-nav .search-link__img {
  width: 19px;
  height: 19px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.l-header .sp-nav .search-link__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header .sp-nav__lists {
  padding: 0 20px;
}
.l-header .sp-nav__item {
  width: 100%;
  border-bottom: 1px solid #a64245cb;
}
.l-header .sp-nav__link {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: normal;
  letter-spacing: 0.1em;
  position: relative;
  display: block;
  padding: 10px 0;
  color: #fff;
}
.l-header .sp-nav__link::before {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 8px;
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.l-header .sp-nav__info-box {
  margin-top: 25px;
}
.l-header .sp-nav__txt {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
.l-header .sp-nav__info-link {
  font-size: 1.1rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 160px;
  padding: 10px;
  margin: 10px auto 0;
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  border: 1px solid #fff;
}
.l-header .sp-nav__info-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
.l-header .sp-nav__info-icon {
  width: 25px;
  height: 25px;
}
.l-header .sp-nav__info-icon img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header .sp-nav .copyright {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 25px;
  color: #fff;
  text-align: center;
}
.l-header__scroll-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 0;
  padding: 0 60px;
  pointer-events: none;
  background: #962125d6;
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .l-header__scroll-header {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__scroll-header {
    display: none;
  }
}
.l-header__scroll-header.is-over {
  height: 72px;
  pointer-events: all;
  opacity: 1;
  -webkit-transition: opacity 0.6s, height 0.6s;
  transition: opacity 0.6s, height 0.6s;
}
.l-header__scroll-header .scroll-header__form {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .l-header__scroll-header .scroll-header__form {
    gap: 8px;
  }
}
.l-header__scroll-header .scroll-header__icon {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .l-header__scroll-header .scroll-header__icon {
    width: 25px;
    height: 25px;
  }
}
.l-header__scroll-header .scroll-header__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.l-header__scroll-header .scroll-header__input {
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0em;
  width: 140px;
  min-height: auto;
  padding: 0 0 3px 0;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
@media screen and (max-width: 1024px) {
  .l-header__scroll-header .scroll-header__input {
    font-size: 1rem;
    line-height: 1.9;
    width: 120px;
  }
}
.l-header__scroll-header .scroll-header__input::-webkit-input-placeholder {
  color: #fff;
}
.l-header__scroll-header .scroll-header__input::-moz-placeholder {
  color: #fff;
}
.l-header__scroll-header .scroll-header__input:-ms-input-placeholder {
  color: #fff;
}
.l-header__scroll-header .scroll-header__input::-ms-input-placeholder {
  color: #fff;
}
.l-header__scroll-header .scroll-header__input::placeholder {
  color: #fff;
}
.l-header__scroll-header .scroll-header__input:focus {
  padding: 5px 10px;
  background: #fff;
  border-radius: 999px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.l-header__scroll-header .scroll-header__input:focus::-webkit-input-placeholder {
  color: #333;
}
.l-header__scroll-header .scroll-header__input:focus::-moz-placeholder {
  color: #333;
}
.l-header__scroll-header .scroll-header__input:focus:-ms-input-placeholder {
  color: #333;
}
.l-header__scroll-header .scroll-header__input:focus::-ms-input-placeholder {
  color: #333;
}
.l-header__scroll-header .scroll-header__input:focus::placeholder {
  color: #333;
}
.l-header__scroll-header .scroll-header__input:not(:focus) {
  color: #fff;
}
.l-header__scroll-header .scroll-header__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-header__scroll-header .scroll-header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.l-header__scroll-header .scroll-header__icn-box {
  position: relative;
  z-index: 1;
}
.l-header__scroll-header .lists__item:first-of-type {
  margin-right: 0;
}
.l-header__scroll-header .s-nav__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .l-header__scroll-header .s-nav__lists {
    gap: 10px;
  }
}
.l-header__scroll-header .s-nav__link {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .l-header__scroll-header .s-nav__link {
    font-size: 1rem;
    line-height: 1;
  }
}
.l-header.under-page {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l-header.under-page.is-scroll {
    background: #962124;
  }
  .l-header.under-page.is-scroll .close-only {
    display: none;
  }
  .l-header.under-page.is-scroll .open-only {
    display: block;
  }
  .l-header.under-page.is-scroll .nav__menu-line {
    background: #fff;
  }
}
.l-header.under-page .close-only {
  display: block;
}
.l-header.under-page .open-only {
  display: none;
}
.l-header.under-page .l-header__container {
  border-bottom: 0.3px solid #333;
}
.l-header.under-page .l-header__lists .item__link {
  color: #333;
}
.l-header.under-page .l-header__nav .nav__link {
  color: #333;
}
.l-header.under-page .l-header__nav .has-child::before {
  border-color: #333;
}
.l-header.under-page .nav__menu-line {
  background: #333;
}
.l-header.under-page .s-box__input {
  border-bottom: 1px solid #333;
}
.l-header.under-page .s-box__input::-webkit-input-placeholder {
  color: #333;
}
.l-header.under-page .s-box__input::-moz-placeholder {
  color: #333;
}
.l-header.under-page .s-box__input:-ms-input-placeholder {
  color: #333;
}
.l-header.under-page .s-box__input::-ms-input-placeholder {
  color: #333;
}
.l-header.under-page .s-box__input::placeholder {
  color: #333;
}
.l-header.under-page .s-box__input:focus {
  border: 1px solid #333;
}
.l-header.under-page.is-open {
  background: #962124;
}
.l-header.under-page.is-open .close-only {
  display: none;
}
.l-header.under-page.is-open .open-only {
  display: block;
}
.l-header.under-page.is-open .l-header__container {
  border-bottom: 0.3px solid #fff;
}
.l-header.under-page.is-open .l-header__lists .item__link {
  color: #fff;
}
.l-header.under-page.is-open .l-header__nav .nav__link {
  color: #fff;
}
.l-header.under-page.is-open .l-header__nav .has-child::before {
  border-color: #fff;
}
.l-header.under-page.is-open .nav__menu-line {
  background: #fff;
}
.l-header.under-page.is-open .s-box__input {
  border-bottom: 1px solid #fff;
}
.l-header.under-page.is-open .s-box__input::-webkit-input-placeholder {
  color: #fff;
}
.l-header.under-page.is-open .s-box__input::-moz-placeholder {
  color: #fff;
}
.l-header.under-page.is-open .s-box__input:-ms-input-placeholder {
  color: #fff;
}
.l-header.under-page.is-open .s-box__input::-ms-input-placeholder {
  color: #fff;
}
.l-header.under-page.is-open .s-box__input::placeholder {
  color: #fff;
}

.c-content-padding {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .c-content-padding {
    padding: 0 15px;
  }
}

.c-content-width {
  max-width: 1280px;
  margin: auto;
}

.fade {
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.fade.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.topic-path {
  width: 100%;
  max-width: 1040px;
  padding: 20px;
  margin: 0 auto;
}
.topic-path__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topic-path .lists__item {
  position: relative;
}
.topic-path .lists__item::before {
  position: absolute;
  top: 50%;
  right: -15px;
  width: 6px;
  height: 6px;
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.topic-path .lists__item:last-of-type::before {
  display: none;
}
.topic-path .item__link {
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: block;
  width: 100%;
  max-width: 100px;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-404 {
  height: 100vh;
  padding: 150px 40px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-404 {
    height: 100vh;
    padding: 100px 20px 0;
  }
}
.p-404 h2 {
  font-size: 3.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-404 h2 {
    font-size: 2.4rem;
  }
}
.p-404 p {
  margin-top: 50px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-404 p {
    margin-top: 25px;
  }
}
.p-404 a {
  display: inline-block;
  margin-top: 50px;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .p-404 a {
    margin-top: 25px;
  }
}

/**
* @file _l-archive.scss
**/
.p-archive {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .p-archive {
    padding: 40px 0;
  }
}
.p-archive .article {
  margin-top: 50px;
}
.p-archive .article__container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.p-archive .article__ttl {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: relative;
  font-family: "Cinzel", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-archive .article__ttl {
    font-size: 2.1rem;
    line-height: 1;
  }
}
.p-archive .article__ttl::before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 80px;
  height: 1px;
  content: "";
  background: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-archive .article__ttl::before {
    bottom: -12px;
    width: 40px;
  }
}
.p-archive .article__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px;
  margin-top: 80px;
}
@media screen and (max-width: 1080px) {
  .p-archive .article__lists {
    max-width: 650px;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .p-archive .article__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-archive .article .lists__item {
  width: 100%;
  max-width: 300px;
}
.p-archive .article .lists__item:hover .item__img img {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.p-archive .article .item__link {
  display: block;
  width: 100%;
  height: 100%;
}
.p-archive .article .item__img {
  width: 100%;
  overflow: hidden;
}
.p-archive .article .item__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.p-archive .article .item__ttl {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.2em;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-archive .article .item__ttl {
    font-size: 1.3rem;
    line-height: 1.9230769231;
  }
}
.p-archive .article .item__date {
  font-size: 1rem;
  line-height: 2.1;
  font-weight: normal;
  letter-spacing: 0.2em;
  margin-top: 15px;
  font-family: "Noto Serif JP", serif;
}
.p-archive .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding-top: 64px;
  text-align: center;
}
.p-archive .page-numbers {
  font-size: 1.6rem;
  line-height: 1.3125;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding-left: 2px;
  font-family: "Noto Serif JP", serif;
}
.p-archive .current {
  border-bottom: 1px solid #333;
}
.p-archive .prev,
.p-archive .next {
  position: relative;
}
.p-archive .prev::before,
.p-archive .next::before {
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}
.p-archive .next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-archive .dots {
  position: relative;
  display: inline;
  background-color: transparent;
}
.p-archive .dots::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

/**
* @file _l-index.scss
**/
.home .fv__img {
  height: 50vh;
  padding: 10px;
  margin-top: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

/**
* @file _l-single.scss
**/
.p-single {
  padding: 120px 0 100px;
}
@media screen and (max-width: 768px) {
  .p-single {
    padding: 40px 0;
  }
}
.p-single .article {
  margin-top: 50px;
}
.p-single .article__ttl {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: relative;
  font-family: "Cinzel", serif;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-single .article__ttl {
    font-size: 2.1rem;
    line-height: 1;
  }
}
.p-single .article__ttl::before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  width: 80px;
  height: 1px;
  content: "";
  background: #333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-single .article__ttl::before {
    bottom: -12px;
    width: 40px;
  }
}
.p-single .article__content {
  width: 100%;
  max-width: 900px;
  margin: 80px auto 0;
}
@media screen and (max-width: 768px) {
  .p-single .article__content {
    margin: 40px auto 0;
  }
}
.p-single .article .content__ttl {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .p-single .article .content__ttl {
    font-size: 1.3rem;
    line-height: 1.6153846154;
  }
}
.p-single .article .content__date {
  font-size: 1.2rem;
  line-height: 2.1666666667;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: block;
  margin-top: 10px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .p-single .article .content__date {
    font-size: 1rem;
    line-height: 1.3;
  }
}
.p-single .article .content__img {
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-single .article .content__img {
    margin-top: 20px;
  }
}
.p-single .article .content__img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-single .article .content__main {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-single .article .content__main {
    margin-top: 20px;
  }
}
.p-single .article .content__main p,
.p-single .article .content__main a,
.p-single .article .content__main span {
  font-size: 1.2rem;
  line-height: 2.1666666667;
  font-weight: normal;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .p-single .article .content__main p,
.p-single .article .content__main a,
.p-single .article .content__main span {
    font-size: 1rem;
    line-height: 1.9;
  }
}
.p-single .article__others {
  width: 100%;
  margin-top: 100px;
  background: #e6e6e6;
}
.p-single .article .others__wrapper {
  position: relative;
  width: 100%;
  max-width: 1080px;
  height: 60px;
  margin: 0 auto;
}
.p-single .article .others__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-single .article .others__prev {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-single .article .others__next {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-single .article .others__box {
    display: none;
  }
}
.p-single .article .others__txt {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .p-single .article .others__txt {
    font-size: 1rem;
    line-height: 1.9;
  }
}
.p-single .article .others__txt.prev::before {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-bottom: 1px solid #333;
  border-left: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-single .article .others__txt.next::after {
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-single .article .others__article-ttl {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: 0.2em;
  width: 100%;
  max-width: 130px;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-single .article .others__article-ttl.next {
  text-align: right;
}
.p-single .article .others__date {
  font-size: 1rem;
  line-height: 1;
  font-weight: normal;
  letter-spacing: 0.2em;
  display: block;
  margin-top: 5px;
  font-family: "Noto Serif JP", serif;
}
.p-single .article .others__date.next {
  text-align: right;
}
.p-single .article .others__ttl {
  font-size: 1.8rem;
  line-height: 1.1666666667;
  font-weight: normal;
  letter-spacing: 0.2em;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "Noto Serif JP", serif;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-single .article .others__ttl {
    font-size: 1.3rem;
    line-height: 1;
  }
}
.p-single .article__info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-single .article__info-box {
    gap: 30px;
    margin-top: 30px;
  }
}
.p-single .article .info__txt {
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  color: #333;
}
@media screen and (max-width: 768px) {
  .p-single .article .info__txt {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
}
.p-single .article .info__link-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-single .article .info__link-box {
    gap: 15px;
  }
}
.p-single .article .info__link {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .p-single .article .info__link {
    width: 23px;
    height: 23px;
  }
}
.p-single .article .info__link img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-single .article .wp-block-spacer {
  display: block;
}

/* 20240603 add */
@media screen and (max-width: 430px) {
  .sp-60 {
    width: 60%!important;
  }
}

.prev::before, .next::before {
  border-right: unset!important;
}
.next::before {
  border-bottom: unset!important;
}

.others__box {
  display: none;
}

/* 20250722 add */
/* new header */
.l-header__wrapper
{
    padding: 0 60px 0 0 !important;
}

.l-header__scroll-header
{
    padding: 0 60px 0 0 !important;
}

.l-header__wrapper-sp
{
    padding: 0 10px 0 0 !important;
}

.header-search-button
{
    display: flex;

    width: 232px;
    height: 100%;

    border-right: 1px solid #fff;
    background-color: #73191c;

    align-items: center;
    justify-content: center;
}
.header-search-button__inner
{
    position: relative;
    left: -10px;

    display: flex;

    gap: 20px;
    align-items: center;
}
.header-search-button__inner > img
{
    display: block;

    width: 24px;
    height: 24px;

    -o-object-fit: contain;
       object-fit: contain;
}
.header-search-button__inner > span
{
    font-family: 'Noto Sans JP';
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;

    letter-spacing: 1.04px;

    color: var(--fff, #fff);
}
@media screen and (max-width: 767px)
{
    .SPshow
    {
        display: block;
    }
    .PCshow
    {
        display: none;
    }
    .l-header .lists__item:not(:last-of-type)
    {
        margin-right: 15px !important;
    }
    .header-search-button
    {
        width: 110px;
    }
    .header-search-button__inner
    {
        left: -4px;

        gap: 6px;
    }
    .header-search-button__inner > img
    {
        width: 16px;
        height: 16px;
    }
    .header-search-button__inner > span
    {
        font-family: 'Noto Sans JP';
        font-size: 11px;
        font-weight: 400;
        font-style: normal;
        line-height: normal;

        letter-spacing: .88px;

        color: var(--fff, #fff);
    }
}

/* new sp menu */
.n-h-nav {
  max-width : 767px;
  padding : 20px 20px 82px;
  margin : 0 auto;
  background-color : #8b1e21;
}
.n-h-nav .n-h-nav-bunner {
  display : block;
  width : 100%;
  height : auto;
  margin-bottom : 20px;
}
.n-h-nav .n-h-nav-bunner > img {
  display : block;
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}
.n-h-nav .n-h-nav-menu {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
  flex-wrap : wrap;
  -webkit-column-gap : 16px;
  -moz-column-gap : 16px;
  column-gap : 16px;
  margin-bottom : 25px;
}
.n-h-nav .n-h-nav-menu__item {
  display : block;
  width : calc(50% - 8px);
  border-bottom : 1px solid rgba(255, 255, 255, .3);
}
.n-h-nav .n-h-nav-menu__item:first-of-type,
.n-h-nav .n-h-nav-menu__item:nth-of-type(2) {
  border-top : 1px solid rgba(255, 255, 255, .3);
}
.n-h-nav .n-h-nav-menu__item--link {
  position : relative;
  display : block;
  padding : 14px 0;
  font-family : "Noto Sans JP";
  font-size : 13px;
  font-style : normal;
  font-weight : 500;
  line-height : normal;
  color : #ffffff !important;
}
.n-h-nav .n-h-nav-menu__item--link::after {
  position : absolute;
  top : 0;
  right : 4px;
  bottom : 0;
  display : block;
  width : 18px;
  height : 18px;
  margin : auto 0;
  content : "";
  background-image : url(https://katsuda.itembox.design/item/icon_arrow_white.svg);
  background-repeat : no-repeat;
  background-size : contain;
}

.n-h-nav-form {
  display : block;
  width : 100%;
  height : auto;
  margin-bottom : 25px;
}
.n-h-nav-form__wrapper {
  position : relative;
}
.n-h-nav-form__wrapper--input {
  width : 100%;
  height : 48px;
  padding-left : 24px;
  font-family : "Noto Sans JP";
  font-size : 13px;
  font-style : normal;
  font-weight : 400;
  line-height : normal;
  color : #333333;
  background-color : #ffffff;
  border-radius : 24px;
}
.n-h-nav-form__wrapper--input::-webkit-input-placeholder {
  font-family : "Noto Sans JP";
  font-size : 13px;
  font-style : normal;
  font-weight : 400;
  line-height : normal;
  color : #989898;
}
.n-h-nav-form__wrapper--input::-moz-placeholder {
  font-family : "Noto Sans JP";
  font-size : 13px;
  font-style : normal;
  font-weight : 400;
  line-height : normal;
  color : #989898;
}
.n-h-nav-form__wrapper--input:-ms-input-placeholder {
  font-family : "Noto Sans JP";
  font-size : 13px;
  font-style : normal;
  font-weight : 400;
  line-height : normal;
  color : #989898;
}
.n-h-nav-form__wrapper--input::-ms-input-placeholder {
  font-family : "Noto Sans JP";
  font-size : 13px;
  font-style : normal;
  font-weight : 400;
  line-height : normal;
  color : #989898;
}
.n-h-nav-form__wrapper--input::placeholder {
  font-family : "Noto Sans JP";
  font-size : 13px;
  font-style : normal;
  font-weight : 400;
  line-height : normal;
  color : #989898;
}
.n-h-nav-form__wrapper--button {
  position : absolute;
  top : 0;
  right : 20px;
  bottom : 0;
  display : block;
  width : 24px;
  height : 24px;
  margin : auto 0;
}
.n-h-nav-form__wrapper--button > img {
  display : block;
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}

.n-h-nav-u-menu {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
  flex-direction : column;
  gap : 10px;
  width : 100%;
  margin-bottom : 25px;
}
.n-h-nav-u-menu__item.js-icon-transform .n-h-nav-u-menu__item--header::after {
  -webkit-transition : .3s;
  transition : .3s;
  -webkit-transform : rotate(180deg);
  transform : rotate(180deg);
}
.n-h-nav-u-menu__item--header {
  position : relative;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  padding : 16px 32px 16px 20px;
  background-color : #edeae6;
}
.n-h-nav-u-menu__item--header::after {
  position : absolute;
  right : 10px;
  display : block;
  width : 25px;
  height : 25px;
  content : "";
  background-image : url(https://katsuda.itembox.design/item/icon_arrow_down.svg);
  background-repeat : no-repeat;
  background-size : contain;
  -webkit-transition : .3s;
  transition : .3s;
}
.n-h-nav-u-menu__item--header > span {
  font-family : "Noto Serif JP";
  font-size : 15px;
  font-style : normal;
  font-weight : 500;
  line-height : normal;
  color : var(--text, #333333);
  letter-spacing : .6px;
}
.n-h-nav-u-menu__item--answer {
  max-height : 0;
  overflow : hidden;
  background-color : #edeae6;
  border-top : 1px solid #d9d6d2;
  -webkit-transition : max-height .5s linear;
  transition : max-height .5s linear;
}
.n-h-nav-u-menu__item--answer.js-toggle-open {
  max-height : 1000px;
  -webkit-transition : max-height .5s linear;
  transition : max-height .5s linear;
}
.n-h-nav-u-menu__item--answer .menu-item-answer-inner {
  padding : 20px;
}

.n-h-nav-info {
  margin-bottom : 40px;
}
.n-h-nav-info__title {
  margin-bottom : 12px;
  font-family : "Noto Sans JP";
  font-size : 13px;
  font-style : normal;
  font-weight : 500;
  line-height : normal;
  color : #ffffff;
  letter-spacing : .26px;
}
.n-h-nav-info__contents {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  gap : 12px;
}
.n-h-nav-info__contents .info-contents-buttons {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  gap : 8px;
  width : calc(100% - 72px - 12px);
}
.n-h-nav-info__contents .info-contents-buttons__item {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  width : calc(50% - 4px);
  height : 38px;
}
.n-h-nav-info__contents .info-contents-buttons__item--link {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  width : 100%;
  border : 1px solid rgba(255, 255, 255, .7);
}
.n-h-nav-info__contents .info-contents-buttons__item--link > span {
  position : relative;
  top : -1px;
  font-family : "Noto Sans JP";
  font-size : 13px;
  font-style : normal;
  font-weight : 400;
  line-height : normal;
  color : #ffffff;
  text-align : center;
  letter-spacing : .52px;
}
.n-h-nav-info__contents .info-contents-sns {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  gap : 8px;
}
.n-h-nav-info__contents .info-contents-sns__item {
  display : block;
  width : 32px;
  height : 32px;
}
.n-h-nav-info__contents .info-contents-sns__item--icon {
  display : block;
  width : 100%;
  height : 100%;
}
.n-h-nav-info__contents .info-contents-sns__item--icon > img {
  display : block;
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}

.n-h-nav-contact-container .n-h-nav-contact-button {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  max-width : 330px;
  height : 65px;
  margin : 0 auto;
  background : -webkit-gradient(linear, left top, left bottom, color-stop(32.69%, #f8f5f1), to(#ccbeac));
  background : linear-gradient(180deg, #f8f5f1 32.69%, #ccbeac 100%);
}
.n-h-nav-contact-container .n-h-nav-contact-button > span {
  font-family : "Noto Serif JP";
  font-size : 17px;
  font-style : normal;
  font-weight : 500;
  line-height : normal;
  color : var(--text, #333333);
  text-align : center;
  letter-spacing : .68px;
}

.n-h-nav-brand-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
  flex-wrap : wrap;
  row-gap : 15px;
  -webkit-column-gap : 16px;
  -moz-column-gap : 16px;
  column-gap : 16px;
}
.n-h-nav-brand-list__item {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  width : calc(50% - 8px);
}
.n-h-nav-brand-list__item--link {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-orient : vertical;
  -webkit-box-direction : normal;
  -ms-flex-direction : column;
  flex-direction : column;
  gap : 8px;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
}
.n-h-nav-brand-list__item--link .brand-list-logo {
  display : block;
  width : 100%;
  height : auto;
  padding : 8px;
  background-color : #fbfbfa;
  border-radius : 4px;
}
.n-h-nav-brand-list__item--link .brand-list-logo > img {
  display : block;
  width : 100%;
  height : 100%;
  -o-object-fit : contain;
  object-fit : contain;
}
.n-h-nav-brand-list__item--link .brand-list-name {
  /* jp/12px */
  font-family : "Noto Sans JP";
  font-size : 12px;
  font-style : normal;
  font-weight : 400;
  line-height : 150%; /* 18px */
  color : var(--text, #333333);
  text-align : center;
  letter-spacing : .48px;
}

.n-h-nav-country-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
  flex-wrap : wrap;
  gap : 10px;
}
.n-h-nav-country-list:not(:last-of-type) {
  margin-bottom : 10px;
}
.n-h-nav-country-list__item {
  width : calc(50% - 5px);
}
.n-h-nav-country-list__item--link {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  gap : 12px;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-pack : start;
  -ms-flex-pack : start;
  justify-content : flex-start;
  padding : 18px 12px 18px 14px;
  border : 1px solid #bfbdba;
}
.n-h-nav-country-list__item--link .country-list-frag {
  display : block;
  width : 21px;
  height : 14px;
}
.n-h-nav-country-list__item--link .country-list-name {
  /* jp/12px */
  font-family : "Noto Sans JP";
  font-size : 12px;
  font-style : normal;
  font-weight : 400;
  line-height : 150%; /* 18px */
  color : var(--text, #333333);
  letter-spacing : .48px;
}

.n-h-nav-kinds-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
  flex-wrap : wrap;
  gap : 10px;
}
.n-h-nav-kinds-list__item {
  width : calc(50% - 5px);
}
.n-h-nav-kinds-list__item:nth-of-type(3) .n-h-nav-kinds-list__item--link .kinds-list-name {
  position : relative;
  right : -8px;
}
.n-h-nav-kinds-list__item:last-of-type {
  width : 100%;
}
.n-h-nav-kinds-list__item:last-of-type .n-h-nav-kinds-list__item--link .kinds-list-frag {
  left : 28px;
  width : 39px;
}
.n-h-nav-kinds-list__item--link {
  position : relative;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  gap : 12px;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-pack : center;
  -ms-flex-pack : center;
  justify-content : center;
  padding : 15px 12px;
  background-color : #f7f6f4;
}
.n-h-nav-kinds-list__item--link .kinds-list-frag {
  position : absolute;
  left : 10px;
  display : block;
  width : 24px;
  height : 36px;
}
.n-h-nav-kinds-list__item--link .kinds-list-name {
  /* jp/12px */
  font-family : "Noto Sans JP";
  font-size : 12px;
  font-style : normal;
  font-weight : 400;
  line-height : 150%; /* 18px */
  color : var(--text, #333333);
  letter-spacing : .48px;
}

.n-h-nav-price-list {
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -ms-flex-wrap : wrap;
  flex-wrap : wrap;
  gap : 18px;
}
.n-h-nav-price-list__item {
  width : calc(50% - 9px);
}
.n-h-nav-price-list__item:nth-of-type(n+5) {
  width : 100%;
}
.n-h-nav-price-list__item--link {
  position : relative;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  gap : 12px;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  -webkit-box-pack : left;
  -ms-flex-pack : left;
  justify-content : left;
  padding : 0 12px 13px 0;
  border-bottom : 1px solid rgba(51, 51, 51, .3);
}
.n-h-nav-price-list__item--link::after {
  position : absolute;
  right : 0;
  display : block;
  width : 16px;
  height : 16px;
  content : "";
  background-image : url(https://katsuda.itembox.design/item/icon_arrow_down.svg);
  background-repeat : no-repeat;
  background-size : contain;
  -webkit-transform : rotate(-90deg);
  transform : rotate(-90deg);
}
.n-h-nav-price-list__item--link .price-list-name {
  /* jp/12px */
  font-family : "Noto Sans JP";
  font-size : 12px;
  font-style : normal;
  font-weight : 400;
  line-height : 150%; /* 18px */
  color : var(--text, #333333);
  letter-spacing : .48px;
}

.n-h-vintage {
  position : relative;
  display : -webkit-box;
  display : -ms-flexbox;
  display : flex;
  -webkit-box-align : center;
  -ms-flex-align : center;
  align-items : center;
  background-color : #edeae6;
}
.n-h-vintage::after {
  position : absolute;
  right : 10px;
  display : block;
  width : 25px;
  height : 25px;
  content : "";
  background-image : url(https://katsuda.itembox.design/item/icon_arrow_down.svg);
  background-repeat : no-repeat;
  background-size : contain;
  -webkit-transition : .3s;
  transition : .3s;
}
.n-h-vintage__select {
  width : 100%;
  padding : 16px 32px 16px 20px;
  font-family : "Noto Serif JP";
  font-size : 15px;
  font-style : normal;
  font-weight : 500;
  line-height : normal;
  color : var(--text, #333333);
  letter-spacing : .6px;
}
@media screen and (max-width: 767px) {
  .SPshow {
    display : block;
  }
  .PCshow {
    display : none;
  }
}
@media screen and (max-width: 390px) {
  .n-h-nav-form__wrapper--input {
    padding-left : max(16px, 6.15vw);
  }
  .n-h-nav-form__wrapper--input::-webkit-input-placeholder {
    font-size : max(11px, 3.33vw);
  }
  .n-h-nav-form__wrapper--input::-moz-placeholder {
    font-size : max(11px, 3.33vw);
  }
  .n-h-nav-form__wrapper--input:-ms-input-placeholder {
    font-size : max(11px, 3.33vw);
  }
  .n-h-nav-form__wrapper--input::-ms-input-placeholder {
    font-size : max(11px, 3.33vw);
  }
  .n-h-nav-form__wrapper--input::placeholder {
    font-size : max(11px, 3.33vw);
  }
}