@charset "UTF-8";
/**
* Foundation
* ========================== */
/* ---- fonts ---- */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@500&family=Urbanist:wght@500&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* Base */
:root {
  --vw: 1vw;
}

html {
  font-size: 62.5%;
  scroll-padding-top: 88px;
}

body {
  color: #f8f8f8;
  background-color: #121212;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  line-height: 1.5;
  overflow-wrap: break-word;
  /* テキスト選択を有効にする */
  -moz-user-select: text;
       user-select: text;
  -webkit-user-select: text;
}

img {
  max-width: 100%;
  border: none;
  vertical-align: bottom;
  /* PCの右クリック禁止 */
  pointer-events: none;
  /* PCのドラッグ禁止 */
  user-drag: none;
  -webkit-user-drag: none;
  /* SPの長押し禁止 */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 82px;
  }
  body {
    -webkit-text-size-adjust: none;
  }
}
/**
* Layout
* ========================== */
/* ---- header ---- */
.l-globalHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 88px;
  z-index: 100;
}
.l-globalHeader__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 64px);
  max-width: 1536px;
  height: 56px;
  margin: 16px auto 0;
  padding: 0 24px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
}
.l-globalHeader__logo {
  width: 150px;
  padding-bottom: 4px;
}
.l-globalHeader__logo img {
  display: block;
}
.l-globalHeader__hamburger {
  width: 80px;
}

/*.hamburger_navi {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: $z-hamburgerNavi;
	display: none;
}*/
/* ---- individuallHeader ---- */
.l-individuallHeader {
  padding: 0 56px;
  background: #fff;
  height: 88px;
  padding-top: 16px;
}
.l-individuallHeader__inner {
  max-width: 1490px;
  margin: 0 auto 0;
  display: flex;
  align-items: center;
  height: 56px;
}
.l-individuallHeader__logo {
  width: 150px;
  padding-bottom: 4px;
}
.l-individuallHeader__logo a {
  display: block;
}
.l-individuallHeader__logo img {
  display: block;
}

@media screen and (max-width: 767px) {
  /* ---- header ---- */
  .l-globalHeader {
    height: auto;
  }
  .l-globalHeader__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    width: calc(100% - 16px);
    height: 44px;
    margin-top: 8px;
  }
  .l-globalHeader__logo {
    order: 1;
    width: 100px;
  }
  .l-globalHeader__hamburger {
    order: 2;
    width: 56px;
  }
  /* ---- individuallHeader ---- */
  .l-individuallHeader {
    padding: 8px 32px;
    background: #fff;
    height: auto;
  }
  .l-individuallHeader__inner {
    height: 44px;
  }
  .l-individuallHeader__logo {
    width: 100px;
    padding-bottom: 4px;
  }
}
/* hamburgerNavi */
.l-hamburgerBtn {
  position: relative;
  width: 80px;
  height: 32px;
  padding: 8px 0;
  cursor: pointer;
  /* 表示された時用のCSS */
}
.l-hamburgerBtn__line {
  position: absolute;
  left: 0px;
  width: 80px;
  padding-bottom: 1px;
  background: #000;
}
.l-hamburgerBtn__line--1 {
  transition: background-color 0.3s, transform 0.3s, top 0.1s;
  top: 8px;
}
.l-hamburgerBtn__line--2 {
  transition: background-color 0.3s, transform 0.3s, top 0.1s;
  top: 15px;
}
.l-hamburgerBtn__line--3 {
  transition: background-color 0.3s, transform 0.3s, top 0.1s;
  bottom: 8px;
}
.l-hamburgerBtn:hover .l-hamburgerBtn__line--1 {
  transform: scaleX(0.9);
}
.l-hamburgerBtn:hover .l-hamburgerBtn__line--2 {
  transform: scaleX(0.8);
}
.l-hamburgerBtn:hover .l-hamburgerBtn__line--3 {
  transform: scaleX(0.9);
}
body.is-hamburgerOpen .l-hamburgerBtn__line {
  margin: 0;
  background: #f8f8f8;
}
body.is-hamburgerOpen .l-hamburgerBtn__line--1 {
  transform: scaleX(0.9) rotate(15deg) translateY(-50%);
  top: 50%;
}
body.is-hamburgerOpen .l-hamburgerBtn__line--2 {
  transform: scaleX(0) translateY(50%);
}
body.is-hamburgerOpen .l-hamburgerBtn__line--3 {
  transform: scaleX(0.9) rotate(-15deg) translateY(50%);
  bottom: 50%;
}
body.is-hamburgerOpen .l-hamburgerBtn:hover .l-hamburgerBtn__line--1 {
  transform: scaleX(0.9) rotate(15deg) translateY(-50%);
  opacity: 0.6;
}
body.is-hamburgerOpen .l-hamburgerBtn:hover .l-hamburgerBtn__line--2 {
  transform: scaleX(0) translateY(50%);
  opacity: 0.6;
}
body.is-hamburgerOpen .l-hamburgerBtn:hover .l-hamburgerBtn__line--3 {
  transform: scaleX(0.9) rotate(-15deg) translateY(50%);
  opacity: 0.6;
}

.l-hamburgerNavi {
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  color: #f8f8f8;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  z-index: 200;
  /* 表示された時用のCSS */
}
.l-hamburgerNavi__inner {
  position: relative;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.l-hamburgerNavi__scrollWrap {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  overflow-y: auto;
  overscroll-behavior-y: none;
  opacity: 0;
  transition: opacity 0.3s;
  backface-visibility: hidden;
}
.l-hamburgerNavi__naviWrap {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 12.5%;
  padding-bottom: 30px;
  margin-top: 160px;
  margin-left: auto;
}
.l-hamburgerNavi__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #282828 url(../img/bg_dot_black.png) left top;
  background-size: 100px;
  transition: height 0.5s cubic-bezier(0.25, 1, 0.5, 1);
  backface-visibility: hidden;
}
.l-hamburgerNavi__bgInner {
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  background: url(../img/logo_the_class_gray.svg) 6.87% 160px no-repeat;
  background-size: 46.87%;
}
.l-hamburgerNavi__close {
  position: absolute;
  top: 28px;
  right: 56px;
}
body.is-hamburgerOpen .l-hamburgerNavi__scrollWrap {
  opacity: 1;
}
body.is-hamburgerOpen .l-hamburgerNavi__bg {
  height: 100%;
}

.l-categoryNavi {
  margin-bottom: 72px;
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  /* animation - after */
}
.l-categoryNavi a {
  transition: color 0.2s;
  backface-visibility: hidden;
}
.l-categoryNavi a.c-linkIcon::after {
  transition: filter 0.2s;
  backface-visibility: hidden;
}
.l-categoryNavi > li {
  margin-bottom: 20px;
}
.l-categoryNavi__archive {
  margin-bottom: 44px !important;
}
@media (hover: hover) {
  .l-categoryNavi a:hover {
    color: #B49653;
  }
}

@media screen and (max-width: 767px) {
  .l-hamburgerBtn {
    width: 56px;
  }
  .l-hamburgerBtn__line {
    width: 56px;
  }
  .l-hamburgerBtn:hover .l-hamburgerBtn__line--1 {
    transform: scaleX(1);
  }
  .l-hamburgerBtn:hover .l-hamburgerBtn__line--2 {
    transform: scaleX(1);
  }
  .l-hamburgerBtn:hover .l-hamburgerBtn__line--3 {
    transform: scaleX(1);
  }
  .l-hamburgerNavi__scrollWrap {
    display: block;
  }
  .l-hamburgerNavi__scrollInner {
    min-height: calc(100% + 1px);
    padding-bottom: 22%;
    background: url(../img/logo_the_class_gray.svg) 0 bottom no-repeat;
    background-size: 100%;
  }
  .l-hamburgerNavi__naviWrap {
    display: block;
    gap: 0;
    padding: 60px 24px 40px;
    margin-top: 0;
    margin-left: 0;
  }
  .l-hamburgerNavi__bg {
    background: #282828 url(../img/bg_dot_black.png) left top;
    background-size: 100px;
  }
  .l-hamburgerNavi__bgInner {
    background: none;
  }
  .l-hamburgerNavi__close {
    position: absolute;
    top: 14px;
    right: 32px;
  }
  .l-categoryNavi {
    margin-bottom: 50px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .l-categoryNavi > li {
    margin-bottom: 20px;
  }
  .l-categoryNavi__archive {
    margin-bottom: 38px !important;
  }
}
.l-main::before {
  content: "";
  display: block;
  width: 100%;
  height: 88px;
  background-color: #fff;
}
.l-main--noHeader::before {
  display: none;
}

.l-cnt--gray {
  background: #EAEAEA url(../img/bg_dot_gray.png) left top;
}
.l-cnt--gold {
  background: #AA9964 url(../img/bg_dot_gold.png) left top;
}
.l-cnt--white {
  background-color: #fff;
}
.l-cnt--topKv {
  margin-top: 2400px;
}
.l-cnt__inner {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.l-cnt__inner--pd80 {
  padding-left: 80px;
  padding-right: 80px;
}
.l-cnt__inner--article {
  width: calc(100% - 48px);
  max-width: 1232px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  margin-bottom: 24px;
  background-color: #fff;
}
.l-cnt:has(.l-cnt__inner--article) {
  padding-top: 1px;
}

.l-fullWidth {
  width: calc(var(--vw) * 100);
  margin-left: calc((100% - var(--vw) * 100) / 2);
  margin-right: calc((100% - var(--vw) * 100) / 2);
}
.l-fullWidth__inner {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.l-fullWidth__inner--pd80 {
  padding-left: 80px;
  padding-right: 80px;
}

/* ---- site ---- */
.l-siteFeatured::before {
  content: "";
  display: block;
  width: calc(100% - 160px);
  height: 2px;
  margin: 0 auto 20px;
  background-color: #F4F0E7;
}

@media screen and (max-width: 959px) {
  .l-cnt--topKv {
    margin-top: calc(100vh + 600px);
  }
  .l-cnt__inner--pd80 {
    max-width: 832px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .l-fullWidth__inner--pd80 {
    max-width: 832px;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  /* ---- site ---- */
  .l-siteFeatured::before {
    width: calc(100% - 32px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-main::before {
    height: 60px;
  }
  .l-main--noHeader::before {
    display: none;
  }
  .l-cnt__inner--pd80 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .l-cnt__inner--article {
    width: 96%;
    margin-bottom: 16px;
  }
  .l-fullWidth {
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
  }
  .l-fullWidth__inner--pd80 {
    padding-left: 16px;
    padding-right: 16px;
  }
}
/* ---- footer ---- */
.l-globalFooter {
  position: relative;
  background: url(../img/bg_dot_black.png) left top, linear-gradient(143deg, #454545 6%, #0e0e0e 75%);
  background-size: 100px, auto;
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}
.l-globalFooter__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 88px 26px;
  background: url(../img/logo_the_class_gray.svg) 88px bottom no-repeat;
}
.l-globalFooter__box01 {
  display: grid;
  grid-template-columns: 184px 1fr;
  align-self: flex-start;
  gap: 0 24px;
  margin-top: 88px;
}
.l-globalFooter__box01Txt {
  padding-bottom: 10px;
  align-self: flex-end;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.l-globalFooter__box01Txt p + p {
  margin-top: 1.6em;
}
.l-globalFooter__box01Txt a {
  padding-bottom: 2px;
  border-bottom: 1px solid #d8d8d8;
  transition: color 0.3s, border-color 0.3s;
}
.l-globalFooter__box01Txt a:hover {
  color: #B49653;
  border-color: #B49653;
}
.l-globalFooter__box02 {
  margin-top: 56px;
}
.l-globalFooter__companyNavi {
  margin-top: 185px;
}
.l-globalFooter__copyright {
  display: block;
  margin-top: 45px;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 2;
}

.l-companyNavi {
  font-size: 1.5rem;
  letter-spacing: -0.02em;
  /* animation - after */
}
.l-companyNavi > li {
  margin-bottom: 17px;
  line-height: 1.4;
}
.l-companyNavi a {
  transition: color 0.2s;
  backface-visibility: hidden;
}
.l-companyNavi a.c-linkIcon::after {
  transition: filter 0.2s;
  backface-visibility: hidden;
}
@media (hover: hover) {
  .l-companyNavi a:hover {
    color: #B49653;
  }
  .l-companyNavi a:hover.c-linkIcon::after {
    filter: invert(63%) sepia(8%) saturate(2186%) hue-rotate(3deg) brightness(95%) contrast(88%);
  }
}

/* ---- pagetopBtn ---- */
.l-pagetopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  text-indent: -9999px;
  background-color: #000;
  border-radius: 2px;
  transition: background-color 0.2s, transform 0.2s;
  backface-visibility: hidden;
  /* animation - after */
}
.l-pagetopBtn::after {
  position: absolute;
  top: 33%;
  left: 30%;
  content: "";
  display: block;
  width: 18px;
  height: 12px;
  background-image: url(../img/arrow_right_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(100%) sepia(6%) saturate(206%) hue-rotate(268deg) brightness(113%) contrast(95%);
  transform: rotate(270deg);
}
@media (hover: hover) {
  .l-pagetopBtn:hover {
    transform: scale(1.1);
  }
}

/* ---- l-individuallFooter ---- */
.l-individuallFooter {
  position: fixed;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 16px 0;
  background-color: #000;
  text-align: center;
}
.l-individuallFooter__copyright {
  font-size: 1.3rem;
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #888;
  line-height: 2;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 959px) {
  /* ---- footer ---- */
  .l-globalFooter {
    background: url(../img/bg_dot_black.png) left top, linear-gradient(160deg, #454545 0%, #0e0e0e 60%);
    background-size: 100px, auto;
  }
  .l-globalFooter__inner {
    display: grid;
    grid-template-columns: auto;
    padding: 0 6% 33%;
    background-position: left 0 bottom -2px;
    background-size: 100%;
  }
  .l-globalFooter__box01 {
    display: block;
    margin-top: 14%;
  }
  .l-globalFooter__box01Img {
    width: 47%;
    max-width: 260px;
    margin: 0 auto 7%;
  }
  .l-globalFooter__box01Txt {
    padding-bottom: 0px;
  }
  .l-globalFooter__box02 {
    margin-top: 75px;
  }
  .l-globalFooter__companyNavi {
    margin-top: 0;
  }
  .l-globalFooter__copyright {
    margin-top: 52px;
  }
  .l-companyNavi {
    font-size: 1.4rem;
  }
  .l-companyNavi > li {
    margin-bottom: 17px;
  }
  /* ---- pagetopBtn ---- */
  .l-pagetopBtn {
    bottom: 30px;
    right: 8px;
    width: 40px;
    height: 40px;
  }
  /* ---- l-individuallFooter ---- */
  .l-individuallFooter__copyright {
    font-size: 1.2rem;
  }
}
/* ---- footerWidgets ---- */
.l-footerWidgets {
  position: relative;
}
.l-footerWidgets__item {
  position: sticky;
  top: 0;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
  padding-bottom: 110px;
}
.l-footerWidgets__itemBanners {
  position: sticky;
  top: 0;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.04);
  padding-bottom: 80px;
  margin-top: -2px;
}

@media screen and (max-width: 767px) {
  /* ---- footerWidgets ---- */
  .l-footerWidgets {
    position: relative;
  }
  .l-footerWidgets__item {
    padding-bottom: 70px;
  }
  .l-footerWidgets__itemBanners {
    padding-bottom: 56px;
  }
}
/* Object
* ========================== */
/* Component ------------ */
/* ---- component ---- */
.c-linkIcon::after {
  content: "";
  display: inline-block;
  margin-left: 7px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-linkIcon--exLinkGold::after {
  width: 11px;
  height: 10px;
  margin-bottom: 1px;
  background-image: url(../img/link_blank_arrow_gold.svg);
}
.c-linkIcon--exLinkWhite::after {
  width: 11px;
  height: 10px;
  margin-bottom: 1px;
  background-image: url(../img/link_blank_arrow_white.svg);
}

.c-button {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}

/*@media (hover: hover) {
    .c-button:any-link:hover {
        opacity: 0.8;
    }
}*/
/* Project ------------ */
/* ---- common animation ---- */
.is-anm--slideUp {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s, transform 1s;
  backface-visibility: hidden;
}
.is-anm--slideUp.is-inview {
  opacity: 1;
  transform: translateY(0px);
}

.is-anm--fade {
  opacity: 0;
  transition: opacity 1s;
  backface-visibility: hidden;
}
.is-anm--fade.is-inview {
  opacity: 1;
}

.js-openDate,
.js-deadline {
  display: none;
}

/* ---- page change animation ---- */
.p-pageChageAnm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  overflow: hidden;
  z-index: 9999;
  transition: opacity 0.6s 0.2s, visibility 0.4s 0.2s;
}
body.is-ready .p-pageChageAnm {
  opacity: 0;
  visibility: hidden;
}

/* ---- title ---- */
.p-multiLangTitle {
  color: #f8f8f8;
  line-height: 1.3;
  /* animation - after */
}
.p-multiLangTitle__jpMain {
  align-self: stretch;
  position: relative;
  padding-right: 20px;
  font-size: 32px;
  line-height: 1.4;
  text-align: left;
}
.p-multiLangTitle.is-anm .p-multiLangTitle__jp, .p-multiLangTitle.is-anm .p-multiLangTitle__en {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s, transform 0.7s;
  backface-visibility: hidden;
}
.p-multiLangTitle.is-inview .p-multiLangTitle__jp, .p-multiLangTitle.is-inview .p-multiLangTitle__en {
  opacity: 1;
  transform: translateY(0);
}
.p-multiLangTitle.is-anm .p-multiLangTitle__en {
  transition-delay: 0.1s;
}

.p-leftLineTitle {
  margin-bottom: 32px;
  padding-left: 16px;
  padding-top: 1px;
  padding-bottom: 3px;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

/* p-themeTitle */
.p-themeTitle__main {
  font-size: 3.2rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  text-align: left;
  margin: 72px 0 64px;
}
.p-themeTitle__sub {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: -0.02em;
  margin: 72px 0 64px;
}
.p-themeTitle span.p-themeTitle__slash {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 3.2rem;
}
.p-themeTitle span.p-themeTitle__slash::before {
  content: "";
  width: 48px;
  height: 1px;
  background: #ccc;
  transform: rotate(300deg);
}
.p-themeTitle span.p-themeTitle__hash {
  display: flex;
  align-items: center;
}
.p-themeTitle span.p-themeTitle__hash::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  margin-top: 4px;
  background-image: url(../img/icon_category_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(99%) sepia(6%) saturate(171%) hue-rotate(189deg) brightness(90%) contrast(87%);
}

/* ---- navi ---- */
/* article index thema navi */
.p-themeNavi {
  /* main */
  /* sub */
}
.p-themeNavi__main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  /* active */
  /* animation - after */
}
.p-themeNavi__main li > a {
  position: relative;
  display: block;
  padding: 10px 32px 11px 16px;
  font-size: 1.8rem;
  letter-spacing: -0.02em;
  color: #222;
  background-color: #f8f8f8;
  border-radius: 2px;
  transition: background-color 0.2s, color 0.2s;
}
.p-themeNavi__main li > a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  background-image: url(../img/icon_category_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(234deg) brightness(96%) contrast(85%);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.p-themeNavi__main li.is-active > a {
  color: #f8f8f8;
  background-color: #B49653;
}
.p-themeNavi__main li.is-active > a::after {
  filter: invert(100%) sepia(6%) saturate(206%) hue-rotate(268deg) brightness(113%) contrast(95%);
}
@media (hover: hover) {
  .p-themeNavi__main li > a:hover {
    color: #f8f8f8;
    background-color: #B49653;
  }
  .p-themeNavi__main li > a:hover::after {
    filter: invert(100%) sepia(6%) saturate(206%) hue-rotate(268deg) brightness(113%) contrast(95%);
  }
}
.p-themeNavi__sub {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px 0;
  margin-top: 16px;
  padding: 32px 32px 32px 8px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2.5px);
  border: 1px solid #333;
  border-radius: 2px;
  /* active */
}
.p-themeNavi__sub li {
  border-right: 1px solid #888;
}
.p-themeNavi__sub li:last-of-type {
  border-right: none;
}
.p-themeNavi__sub li > a {
  position: relative;
  display: block;
  margin: 0 0;
  padding: 0 24px 0 24px;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  color: #f8f8f8;
  transition: color 0.2s;
}
.p-themeNavi__sub li.is-active > a {
  color: #B49653;
}
@media (hover: hover) {
  .p-themeNavi__sub li > a:hover {
    color: #B49653;
    background: none;
  }
}

/* ---- Bg ---- */
.p-bgGoldLineTop {
  position: relative;
}
.p-bgGoldLineTop__line01, .p-bgGoldLineTop__line02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.p-bgGoldLineTop__line01 {
  opacity: 0.9;
}
.p-bgGoldLineTop__line02 {
  opacity: 0.4;
}
.p-bgGoldLineTop__mask01, .p-bgGoldLineTop__mask02 {
  width: 100%;
  height: 100%;
}
.p-bgGoldLineTop__mask01 {
  transform: scaleX(1.05);
  animation: lineMove 20s 5s ease-in-out infinite;
}
.p-bgGoldLineTop__mask01::after, .p-bgGoldLineTop__mask02::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 30px);
  background-size: 100% 200%;
}
.p-bgGoldLineTop__mask01::after {
  background-image: linear-gradient(0deg, #7c714d 40%, #d7c079 48.95%, #ffffff 49% 51%, #EED587 51.05%, #7c714d 75%);
  /* SVGをマスクとして使用（mask-imageはJSで設定） */
  mask-image: url(/common/img/gold_line_top_01.svg);
  -webkit-mask-image: url(/common/img/gold_line_top_01.svg);
  mask-size: 73.7% auto;
  -webkit-mask-size: 73.7% auto;
  mask-position: 64.9% -30px;
  -webkit-mask-position: 64.9% -30px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  animation: gradientMove 7s linear infinite, lineMove2 20s ease-in-out infinite;
}
.p-bgGoldLineTop__mask02::after {
  background-image: linear-gradient(0deg, #7c714d 40%, #d7c079 48.95%, #ffffff 49% 51%, #EED587 51.05%, #7c714d 75%);
  /* SVGをマスクとして使用（mask-imageはJSで設定） */
  mask-image: url(/common/img/gold_line_top_02.svg);
  -webkit-mask-image: url(/common/img/gold_line_top_02.svg);
  mask-size: 77.8% auto;
  -webkit-mask-size: 77.8% auto;
  mask-position: 41.2% -30px;
  -webkit-mask-position: 41.2% -30px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  animation: gradientMove 7s 1.5s linear infinite;
}

@keyframes lineMove {
  0% {
    transform: scaleX(1.05);
  }
  50% {
    transform: scaleX(0.95);
  }
  100% {
    transform: scaleX(1.05);
  }
}
@keyframes lineMove2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes gradientMove {
  0% {
    background-position: 50% 200%;
  }
  60% {
    background-position: 50% -20%;
  }
  100% {
    background-position: 50% -20%;
  }
}
.p-bgGoldLineInnerPage {
  position: relative;
  z-index: 1;
}
.p-bgGoldLineInnerPage__line01, .p-bgGoldLineInnerPage__line02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.p-bgGoldLineInnerPage__line02 {
  opacity: 0.4;
}
.p-bgGoldLineInnerPage__mask01, .p-bgGoldLineInnerPage__mask02 {
  width: 100%;
  height: 100%;
}
.p-bgGoldLineInnerPage__mask01 {
  transform: scaleX(1.05);
  animation: lineMove 20s 5s ease-in-out infinite;
}
.p-bgGoldLineInnerPage__mask01::after, .p-bgGoldLineInnerPage__mask02::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 30px);
  background-size: 100% 200%;
}
.p-bgGoldLineInnerPage__mask01::after {
  background-image: linear-gradient(0deg, #7c714d 40%, #d7c079 48.95%, #ffffff 49% 51%, #EED587 51.05%, #7c714d 75%);
  /* SVGをマスクとして使用（mask-imageはJSで設定） */
  mask-image: url(/common/img/gold_line_innerpage_01.svg);
  -webkit-mask-image: url(/common/img/gold_line_innerpage_01.svg);
  mask-size: 76.56% auto;
  -webkit-mask-size: 76.56% auto;
  mask-position: 39% -10px;
  -webkit-mask-position: 39% -10px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  animation: gradientMoveInnerPage 8s linear infinite, lineMoveInnerPage2 20s ease-in-out infinite;
}
.p-bgGoldLineInnerPage__mask02::after {
  background-image: linear-gradient(0deg, #7c714d 40%, #d7c079 48.95%, #ffffff 49% 51%, #EED587 51.05%, #7c714d 75%);
  /* SVGをマスクとして使用（mask-imageはJSで設定） */
  mask-image: url(/common/img/gold_line_innerpage_02.svg);
  -webkit-mask-image: url(/common/img/gold_line_innerpage_02.svg);
  mask-size: 78.3% auto;
  -webkit-mask-size: 78.3% auto;
  mask-position: 53.2% -10px;
  -webkit-mask-position: 53.2% -10px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  animation: gradientMoveInnerPage 8s 1.5s linear infinite;
}
.p-bgGoldLineInnerPage--white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
}
.p-bgGoldLineInnerPage--white .p-bgGoldLineInnerPage__mask01::after {
  background-image: linear-gradient(0deg, #E4D9B4 40%, #f0dea2 48%, #ffffc5 49% 51%, #f0dea2 52%, #E4D9B4 65%);
}
.p-bgGoldLineInnerPage--white .p-bgGoldLineInnerPage__mask02::after {
  background-image: linear-gradient(0deg, #E4D9B4 40%, #f0dea2 48%, #ffffc5 49% 51%, #f0dea2 52%, #E4D9B4 65%);
}

@keyframes lineMoveInnerPage {
  0% {
    transform: scaleX(1.05);
  }
  50% {
    transform: scaleX(0.95);
  }
  100% {
    transform: scaleX(1.05);
  }
}
@keyframes lineMoveInnerPage2 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes gradientMoveInnerPage {
  0% {
    background-position: 50% 200%;
  }
  60% {
    background-position: 50% -10%;
  }
  100% {
    background-position: 50% -10%;
  }
}
/* ---- Button ---- */
.p-roundedBtn {
  position: relative;
  padding: 11px 40px 11px 24px;
  color: #222;
  border: 1px solid #666;
  border-radius: 999px;
  background-color: #fff;
  font-size: 1.8rem;
  /* animation */
  transition: color 0.3s, border 0.3s;
}
.p-roundedBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  width: 18px;
  height: 12px;
  background-image: url(../img/arrow_right_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(13%) sepia(0%) saturate(0%) hue-rotate(97deg) brightness(92%) contrast(96%);
  transition: 0.3s;
}
.p-roundedBtn--arrowLeft {
  padding-left: 40px;
  padding-right: 24px;
}
.p-roundedBtn--arrowLeft::after {
  right: auto;
  left: 14px;
  transform: translateY(-50%) rotate(180deg);
}
@media (hover: hover) {
  .p-roundedBtn:hover {
    color: #B49653;
    border: 1px solid #B49653;
  }
  .p-roundedBtn:hover::after {
    filter: invert(67%) sepia(6%) saturate(2919%) hue-rotate(3deg) brightness(90%) contrast(83%);
  }
}

/* ---- decorBox ---- */
/* decorBox01 */
.p-decorBox01 {
  position: relative;
  width: calc(var(--vw) * 100 - 88px);
  max-width: 1100px;
  margin-left: max((100% - (var(--vw) * 100 - 88px)) / 2, -150px);
  margin-right: max((100% - (var(--vw) * 100 - 88px)) / 2, -150px);
  border: 1px solid #E4E4E4;
  background-color: rgba(209, 209, 209, 0.2);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  /* animation - after */
}
.p-decorBox01::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 128px;
  height: 1px;
  background-color: #000;
}
.p-decorBox01__inner {
  width: 100%;
  max-width: 848px;
  margin: 0 auto;
  padding: 50px 24px 10px;
}
.p-decorBox01__header {
  margin-bottom: 40px;
}
.p-decorBox01__title01 {
  margin-top: -0.5rem;
  margin-bottom: 16px;
  font-size: 2.2rem;
  line-height: 1.6;
}
.p-decorBox01__title02 {
  margin-top: -0.5rem;
  margin-bottom: 18px;
  font-size: 2rem;
  line-height: 1.6;
}
.p-decorBox01__date {
  font-size: 1.5rem;
}
.p-decorBox01__dateNum {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
.p-decorBox01__largeImg {
  max-width: 640px;
  margin: 0 auto 56px;
}
.p-decorBox01__txtBox {
  margin-bottom: 44px;
}
.p-decorBox01__txtBox + .p-decorBox01__largeImg {
  margin-top: 65px;
}
.p-decorBox01.is-anm {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s;
  backface-visibility: hidden;
}
.p-decorBox01.is-inview {
  opacity: 1;
  transform: translateY(0px);
}

/* decorBox02 */
.p-decorBox02 {
  position: relative;
  width: calc(var(--vw) * 100 - 88px);
  max-width: 1100px;
  margin-left: max((100% - (var(--vw) * 100 - 88px)) / 2, -150px);
  margin-right: max((100% - (var(--vw) * 100 - 88px)) / 2, -150px);
  margin-bottom: 80px;
  border-top: 1px solid #E4E4E4;
}
.p-decorBox02::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 128px;
  height: 1px;
  background-color: #000;
}
.p-decorBox02__inner {
  width: auto;
  max-width: 800px;
  margin: 0 auto;
  padding: 36px 24px 0px;
  box-sizing: content-box;
}

/* ---- article list ---- */
/* article list01 */
.p-articleList01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px 40px;
  /* animation - after */
}
.splide.is-initialized:not(.is-active) .p-articleList01 {
  display: grid;
}
.p-articleList01 > .is-anm {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.2s, transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  backface-visibility: hidden;
}
.p-articleList01 > .is-inview {
  opacity: 1;
  transform: translateY(0px);
}
.p-articleList01 > .is-anm:nth-of-type(3n+2) {
  transition-delay: 0.1s;
}
.p-articleList01 > .is-anm:nth-of-type(3n+3) {
  transition-delay: 0.2s;
}

/* article list - truncate */
.js-sp-articles-truncate-btn {
  display: none;
}

/* article item */
.p-articleListItem {
  position: relative;
  /* animation */
}
.p-articleListItem__thumb {
  position: relative;
  clip-path: inset(0 0 0 0);
  aspect-ratio: 3/2;
  margin-bottom: 16px;
}
@supports not (clip-path: inset(0 0 0 0)) {
  .p-articleListItem .p-articleListItem__thumb {
    overflow: hidden; /* clip-pathが未対応なら overflow で対応 */
  }
}
.p-articleListItem__thumb > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  pointer-events: none;
  transition: transform 0.5s;
  backface-visibility: hidden;
}
.p-articleListItem__ttl {
  margin-top: 16px;
  font-family: YakuHanMP, "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  color: #f8f8f8;
  line-height: 1.5;
  letter-spacing: -0.02em;
  transition: color 0.3s;
}
.p-articleListItem__pr {
  display: inline-block;
  padding: 1px 3px 1px 7px;
  margin: 0 8px 4px 0;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  color: #888;
  border: 1px solid #888;
  border-radius: 2px;
  vertical-align: middle;
}
.p-articleListItem__date {
  margin-top: 8px;
  margin-bottom: 12px;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  transition: color 0.3s;
}
.p-articleListItem__dateTxt {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
}
@media (hover: hover) {
  .p-articleListItem__link:hover .p-articleListItem__thumb > img {
    transform: scale(1.06);
  }
}
@media (hover: hover) {
  .p-articleListItem__link:hover .p-articleListItem__ttl, .p-articleListItem__link:hover .p-articleListItem__date {
    color: #B49653;
  }
}

.p-articlesApplyStatus {
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 10px 4px 12px;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  background: #121212 no-repeat 12px center;
}
.p-articlesApplyStatus--before {
  color: #F4F4F4;
  border: 1px solid #ccc;
}
.p-articlesApplyStatus--open {
  color: #B49653;
  border: 1px solid #B49653;
}
.p-articlesApplyStatus--closed {
  color: #aaa;
  border: 1px solid #888;
}
.p-articlesApplyStatus--transparent {
  background-color: transparent;
}

.p-articlesApplyStatusWhite {
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 10px 4px 12px;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  background: #fff no-repeat 12px center;
}
.p-articlesApplyStatusWhite--before {
  color: #101010;
  border: 1px solid #101010;
}
.p-articlesApplyStatusWhite--open {
  color: #9E7519;
  border: 1px solid #9E7519;
}
.p-articlesApplyStatusWhite--closed {
  color: #888;
  border: 1px solid #888;
}
.p-articlesApplyStatusWhite--translucent {
  background-color: rgba(255, 255, 255, 0.8);
}

/* ---- tags ---- */
.p-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 6px;
}
.p-tags__item a, .p-tags__item > span {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 22px 7px 8px;
  color: #f8f8f8;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1;
  border-radius: 2px;
  background-color: #947A41;
}
.p-tags__item a::after, .p-tags__item > span::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  margin-left: 6px;
  background-image: url("../img/icon_category_black.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(100%) sepia(6%) saturate(206%) hue-rotate(268deg) brightness(113%) contrast(95%);
  top: 50%;
  transform: translateY(-50%);
}
.p-tags--large1 .p-tags__item a, .p-tags--large1 .p-tags__item > span {
  padding: 7px 28px 8px 12px;
  font-size: 1.4rem;
}
.p-tags--large1 .p-tags__item a::after, .p-tags--large1 .p-tags__item > span::after {
  width: 10px;
  height: 10px;
  margin-left: 7px;
}

.p-serviceTags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 6px;
}
.p-serviceTags__item {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  line-height: 1;
  padding: 6px 8px 7px 8px;
  border-radius: 2px;
  color: #f8f8f8;
  background-color: #565656;
}

.p-serviceTagsLink {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 8px;
  margin-bottom: 10px;
  /* animation */
}
.p-serviceTagsLink__item a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 26px 7px 9px;
  color: #222;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: -0.002em;
  border-radius: 2px;
  background-color: #fff;
  transition: color 0.2s;
}
.p-serviceTagsLink__item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  width: 11px;
  height: 10px;
  margin-top: -6px;
  background: url(../img/link_blank_arrow_black.svg) no-repeat center center/contain;
  transition: background-image 0.3s;
}
@media (hover: hover) {
  .p-serviceTagsLink__item a:hover {
    color: #B49653;
  }
  .p-serviceTagsLink__item a:hover::after {
    background-image: url(../img/link_blank_arrow_gold.svg);
  }
}

/* ---- pagination ---- */
.p-pagination {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.p-pagination__list {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-left: 34px;
  padding-right: 34px;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
}
.p-pagination__item {
  white-space: nowrap;
}
.p-pagination__item > * {
  display: grid;
  place-content: center;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  text-align: center;
}
.p-pagination__item.is-active > * {
  background-color: #B49653;
  color: #fff;
}
.p-pagination__item > a {
  padding: 4px 6px 2px;
  transition: color 0.3s, background-color 0.3s;
}
.p-pagination__arrow img {
  display: block;
}
.p-pagination__arrow--L img {
  transform: rotate(180deg);
}
.p-pagination__arrow a img {
  filter: invert(99%) sepia(63%) saturate(62%) hue-rotate(183deg) brightness(114%) contrast(95%);
  transition: 0.2s;
}
@media (hover: hover) {
  .p-pagination__item > a:hover {
    background-color: #B49653;
  }
  .p-pagination__arrow a:hover img {
    filter: invert(71%) sepia(16%) saturate(1221%) hue-rotate(3deg) brightness(84%) contrast(83%);
  }
}

/* ---- splide ---- */
.splide__arrows {
  position: absolute;
  right: 48px;
  display: flex;
  gap: 0 1px;
  margin-top: 20px;
}
.splide__arrows--article {
  right: 0;
}
.splide:not(.is-overflow) .splide__arrows {
  display: none;
}
.splide__arrow {
  display: grid;
  place-content: center;
  width: 40px;
  height: 40px;
  background-color: #222;
  transition: background-color 0.3s;
}
.splide__arrow--prev {
  border-radius: 2px 0 0 2px;
}
.splide__arrow--prev img {
  transform: rotate(180deg);
}
.splide__arrow--next {
  border-radius: 0 2px 2px 0;
}
.splide__arrow:disabled {
  background-color: #666;
}
.splide__arrow:disabled img {
  opacity: 0.35;
}
@media (hover: hover) {
  .splide__arrow:not(:disabled):hover {
    background-color: #404040;
  }
}

.carousel_progress {
  width: 280px;
  margin-top: 40px;
  background: #C3C3C3;
}

.carousel_progress_bar {
  background: #222;
  height: 2px;
  transition: width 300ms ease;
  width: 0;
}

.splide:not(.is-overflow) .carousel_progress {
  display: none;
}

/* カーソル追従アイコン */
.p-carouselCursor {
  position: fixed;
  z-index: 10000;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(1.4);
  transition: transform 0.2s ease-in, opacity 0.2s ease-in-out;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
}
.p-carouselCursor img {
  width: 57px;
}
.p-carouselCursor.show {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.p-carouselCursor.show img {
  animation: float 2s ease-in-out infinite;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-3px);
  }
}

/* ---- footerWidgets ---- */
.p-leftTitleBlock {
  display: grid;
  grid-template-columns: 16.9% 1fr;
  align-items: start;
}
.p-leftTitleBlock__title {
  display: grid;
  justify-self: center;
}
.p-leftTitleBlock__titleTxt {
  writing-mode: vertical-rl;
  padding-top: 80px;
  color: #222;
  font-size: clamp(27.2px, 2.5vw, 32px);
  line-height: 1.5;
  letter-spacing: 0.1em;
  justify-self: center;
}
.p-leftTitleBlock__titleTxt--relatedArticles {
  padding-top: 42px;
  padding-bottom: 42px;
  color: #D0D0D0;
  font-size: clamp(27.2px, 2.5vw, 32px);
}
.p-leftTitleBlock__titleTxt--specialTheme {
  padding-top: 45px;
  color: #f8f8f8;
  font-size: clamp(34px, 3.125vw, 40px);
  letter-spacing: 0.18em;
}
.p-leftTitleBlock__titleVol {
  position: relative;
  margin-top: 12px;
  padding-top: 68px;
  color: #222;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  letter-spacing: normal;
}
.p-leftTitleBlock__titleVol::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 56px;
  background-color: #222;
}
.p-leftTitleBlock.is-anm .p-leftTitleBlock__content {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.4s, transform 1.4s;
}
.p-leftTitleBlock.is-inview .p-leftTitleBlock__content {
  opacity: 1;
  transform: translateY(0px);
}

.p-footerWidgetsCarousel {
  padding-top: 62px;
  padding-bottom: 48px;
  margin-top: 60px;
  /*&:active {
  	cursor: grabbing;
  }*/
  /*&__item > a:active {
  	cursor: grabbing;
  }*/
  /* animation */
}
.p-footerWidgetsCarousel__item {
  width: 320px;
}
.p-footerWidgetsCarousel__item > a {
  color: #222;
}
.p-footerWidgetsCarousel__img {
  margin-bottom: 16px;
  overflow: hidden;
}
.p-footerWidgetsCarousel__img > img {
  /* animation */
  width: 100%;
  aspect-ratio: 320/214;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.6s;
}
.p-footerWidgetsCarousel__title {
  margin-top: 16px;
  font-size: 1.8rem;
  letter-spacing: 1.5;
  /* animation */
  transition: color 0.3s;
}
.p-footerWidgetsCarousel__tags {
  margin-top: 12px;
}
.p-footerWidgetsCarousel__date {
  margin-top: 14px;
  font-size: 1.4rem;
  /* animation */
  transition: color 0.3s;
}
.p-footerWidgetsCarousel__dateNumber {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
}
.p-footerWidgetsCarousel__issue {
  margin-top: 11px;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  /* animation */
  transition: color 0.3s;
}
@media (hover: hover) {
  .p-footerWidgetsCarousel__item > a:hover .p-footerWidgetsCarousel__title, .p-footerWidgetsCarousel__item > a:hover .p-footerWidgetsCarousel__date, .p-footerWidgetsCarousel__item > a:hover .p-footerWidgetsCarousel__issue {
    color: #B49653;
  }
  .p-footerWidgetsCarousel__item > a:hover .p-footerWidgetsCarousel__img > img {
    transform: scale(1.06);
  }
}

.p-footerWidgetsBottomBtn {
  display: grid;
  justify-content: center;
  width: calc(100% - 216px);
}

.p-footerWidgetsTags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 8px;
  margin: 103px 48px 50px 0;
  /* animation - after */
}
.p-footerWidgetsTags__item > a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 31px 64px 33px 48px;
  color: #f8f8f8;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.02em;
  border-radius: 2px;
  color: #222;
  background-color: #fff;
  transition: background-color 0.3s, color 0.3s;
}
.p-footerWidgetsTags__item > a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  margin-left: 14px;
  background-image: url(../img/icon_category_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(234deg) brightness(96%) contrast(85%);
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media (hover: hover) {
  .p-footerWidgetsTags__item > a:hover {
    color: #f8f8f8;
    background-color: #947A41;
  }
  .p-footerWidgetsTags__item > a:hover::after {
    filter: invert(100%) sepia(6%) saturate(206%) hue-rotate(268deg) brightness(113%) contrast(95%);
  }
}

.p-footerWidgetsBanners {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
  width: 992px;
  padding-top: 80px;
  margin: 0 auto;
  /* animation - after */
}
.p-footerWidgetsBanners__item {
  width: 320px;
}
.p-footerWidgetsBanners__item > a {
  display: block;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-footerWidgetsBanners__item > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1100px) {
  .p-footerWidgetsBanners {
    width: 656px;
  }
}

@media screen and (max-width: 959px) {
  /* ---- article list ---- */
  /* articleList01 */
  .p-articleList01 {
    grid-template-columns: 1fr 1fr;
    /* animation - after */
  }
  .p-articleList01 > .is-anm:nth-of-type(3n+2), .p-articleList01 > .is-anm:nth-of-type(3n+3) {
    transition-delay: 0s;
  }
  .p-articleList01 > .is-anm:nth-of-type(2n+2) {
    transition-delay: 0.1s;
  }
}
@media screen and (max-width: 767px) {
  /* ---- title ---- */
  .p-multiLangTitle__jpMain {
    min-width: 20vw;
    font-size: 2.4rem;
    padding-right: 15px;
  }
  .p-leftLineTitle {
    margin-bottom: 24px;
    font-size: 2.2rem;
  }
  /* p-themeTitle */
  .p-themeTitle__main {
    font-size: 2.2rem;
    margin: 56px 0 48px;
  }
  .p-themeTitle__sub {
    gap: 0;
    font-size: 1.8rem;
    margin: 56px 0 48px;
  }
  .p-themeTitle span.p-themeTitle__slash {
    position: relative;
    display: flex;
    gap: 0;
    margin-left: -6px;
    font-size: 2.2rem;
  }
  .p-themeTitle span.p-themeTitle__slash::before {
    width: 40px;
    transform: rotate(285deg);
    margin-right: -8px;
  }
  .p-themeTitle span.p-themeTitle__hash::after {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    margin-top: 2px;
  }
  /* ---- navi ---- */
  /* article index thema navi */
  .p-themeNavi {
    position: relative;
    gap: 8px;
    /* main */
    /* sub */
  }
  .p-themeNavi__item a {
    padding: 15px 32px 16px 16px;
    font-size: 1.5rem;
    background-color: #f8f8f8;
  }
  .p-themeNavi__main li > a {
    padding: 4px 32px 5px 16px;
    font-size: 1.5rem;
  }
  .p-themeNavi__sub {
    display: grid;
    grid-template-columns: auto auto;
    gap: 16px 0;
    margin-top: 16px;
    padding: 16px 16px;
  }
  .p-themeNavi__sub li {
    border-right: none;
  }
  .p-themeNavi__sub li > a {
    position: relative;
    display: block;
    width: 98%;
    margin: 0;
    padding: 0;
    font-size: 1.4rem;
    letter-spacing: -0.02em;
    color: #f8f8f8;
    border-right: none;
    transition: opacity 0.2s;
  }
  /* ---- Bg ---- */
  /* ---- Button ---- */
  /* ---- decorBox ---- */
  /* decorBox01 */
  /* decorBox02 */
  /* ---- tags ---- */
  /* p-serviceTags */
  /* ---- article list ---- */
  /* articleList01 */
  /* article list - truncate */
  /* article item */
  /* ---- pagination ---- */
  /* ---- splide ---- */
  /* カーソル追従アイコン */
  /* ---- footerWidgets ---- */
}
@media screen and (max-width: 767px) and (hover: hover) {
  .p-themeNavi__sub li > a:hover {
    opacity: 0.7;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .p-bgGoldLineTop {
    position: relative;
  }
  .p-bgGoldLineTop__line01, .p-bgGoldLineTop__line02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .p-bgGoldLineTop__mask01, .p-bgGoldLineTop__mask02 {
    width: 100%;
    height: 100%;
    background-size: 100% 200%;
  }
  .p-bgGoldLineTop__mask01 {
    transform: none;
    animation: none;
  }
  .p-bgGoldLineTop__mask01::after {
    background-image: linear-gradient(0deg, #7c714d 40%, #d7c079 48.85%, #ffffff 49% 51%, #EED587 51.15%, #7c714d 75%);
    /* SVGをマスクとして使用（mask-imageはJSで設定） */
    mask-image: url(/common/img/gold_line_top_01_sp.svg);
    -webkit-mask-image: url(/common/img/gold_line_top_01_sp.svg);
    mask-size: 75.1% auto;
    -webkit-mask-size: 75.1% auto;
    mask-position: 61.8% -30px;
    -webkit-mask-position: 61.8% -30px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    animation: gradientMove 7s linear infinite;
  }
  .p-bgGoldLineTop__mask02::after {
    background-image: linear-gradient(0deg, #7c714d 40%, #d7c079 48.85%, #ffffff 49% 51%, #EED587 51.15%, #7c714d 75%);
    /* SVGをマスクとして使用（mask-imageはJSで設定） */
    mask-image: url(/common/img/gold_line_top_02_sp.svg);
    -webkit-mask-image: url(/common/img/gold_line_top_02_sp.svg);
    mask-size: 83% auto;
    -webkit-mask-size: 83% auto;
    mask-position: 50.8% -30px;
    -webkit-mask-position: 50.8% -30px;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    animation: gradientMove 7s 1.5s linear infinite;
  }
  .p-bgGoldLineInnerPage__mask01 {
    transform: none;
    animation: none;
  }
  .p-bgGoldLineInnerPage__mask01::after {
    background-image: linear-gradient(0deg, #7c714d 40%, #d7c079 48.95%, #ffffff 49% 51%, #EED587 51.05%, #7c714d 75%);
    /* SVGをマスクとして使用（mask-imageはJSで設定） */
    mask-image: url(/common/img/gold_line_innerpage_01_sp.svg);
    -webkit-mask-image: url(/common/img/gold_line_innerpage_01_sp.svg);
    mask-size: 72.2% auto;
    -webkit-mask-size: 72.2% auto;
    mask-position: 65.4% -30px;
    -webkit-mask-position: 65.4% -30px;
    animation: gradientMoveInnerPage 7s linear infinite;
  }
  .p-bgGoldLineInnerPage__mask02::after {
    background-image: linear-gradient(0deg, #7c714d 40%, #d7c079 48.95%, #ffffff 49% 51%, #EED587 51.05%, #7c714d 75%);
    /* SVGをマスクとして使用（mask-imageはJSで設定） */
    mask-image: url(/common/img/gold_line_innerpage_02_sp.svg);
    -webkit-mask-image: url(/common/img/gold_line_innerpage_02_sp.svg);
    mask-size: 76.9% auto;
    -webkit-mask-size: 76.9% auto;
    mask-position: 50% -30px;
    -webkit-mask-position: 50% -30px;
    animation: gradientMoveInnerPage 7s 1.5s linear infinite;
  }
  .p-bgGoldLineInnerPage--white .p-bgGoldLineInnerPage__mask01::after {
    background-image: linear-gradient(0deg, #E4D9B4 40%, #f0dea2 48%, #ffffc5 49% 51%, #f0dea2 53%, #E4D9B4 65%);
  }
  .p-bgGoldLineInnerPage--white .p-bgGoldLineInnerPage__mask02::after {
    background-image: linear-gradient(0deg, #E4D9B4 40%, #f0dea2 48%, #ffffc5 49% 51%, #f0dea2 53%, #E4D9B4 65%);
  }
  .p-roundedBtn {
    padding: 12px 38px 13px 24px;
    font-size: 1.4rem;
  }
  .p-roundedBtn::after {
    right: 12px;
  }
  .p-roundedBtn--arrowLeft {
    padding-left: 38px;
    padding-right: 24px;
  }
  .p-roundedBtn--arrowLeft::after {
    right: auto;
    left: 12px;
    transform: translateY(-50%) rotate(180deg);
  }
  .p-decorBox01 {
    width: calc(var(--vw) * 100 - 12vw);
    max-width: none;
    margin-left: calc((100% - (var(--vw) * 100 - 12vw)) / 2);
    margin-right: calc((100% - (var(--vw) * 100 - 12vw)) / 2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    /* animation - after */
  }
  .p-decorBox01::before {
    width: 80px;
  }
  .p-decorBox01__inner {
    container-type: inline-size;
    max-width: none;
    padding: 30px 18px 0px 24px;
  }
  .p-decorBox01__header {
    margin-bottom: 24px;
  }
  .p-decorBox01__title01 {
    margin-bottom: 14px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .p-decorBox01__title02 {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .p-decorBox01__date {
    font-size: 1.4rem;
  }
  .p-decorBox01__dateNum {
    font-size: 1.5rem;
  }
  .p-decorBox01__largeImg {
    width: 100%;
    max-width: none;
    margin: 0 auto 30px;
  }
  .p-decorBox01__largeImg:last-child {
    margin-bottom: 20px;
  }
  .p-decorBox01__txtBox {
    margin-bottom: 44px;
  }
  .p-decorBox01__txtBox + .p-decorBox01__largeImg {
    margin-top: 45px;
  }
  .p-decorBox01__txtBox:last-child {
    margin-bottom: 20px;
  }
  .p-decorBox01.is-anm {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s, transform 1s;
    backface-visibility: hidden;
  }
  .p-decorBox01.is-inview {
    opacity: 1;
    transform: translateY(0px);
  }
  .p-decorBox02 {
    position: relative;
    width: calc(var(--vw) * 100 - 12vw);
    max-width: none;
    margin-left: calc((100% - (var(--vw) * 100 - 12vw)) / 2);
    margin-right: calc((100% - (var(--vw) * 100 - 12vw)) / 2);
    margin-bottom: 70px;
  }
  .p-decorBox02::before {
    width: 48px;
  }
  .p-decorBox02__inner {
    container-type: inline-size;
    width: auto;
    max-width: none;
    margin: 0 auto;
    padding: 28px 18px 0px 24px;
  }
  .p-tags__item > a {
    padding: 6px 22px 7px 8px;
    font-size: 1.2rem;
  }
  .p-tags--large1 .p-tags__item a, .p-tags--large1 .p-tags__item > span {
    padding: 7px 28px 8px 12px;
    font-size: 1.3rem;
  }
  .p-tags--large1 .p-tags__item a::after, .p-tags--large1 .p-tags__item > span::after {
    margin-left: 6px;
  }
  .p-serviceTags__item {
    font-size: 1.2rem;
    padding: 6px 8px 7px 8px;
    border-radius: 2px;
    background-color: #565656;
  }
  .p-serviceTags--article {
    gap: 8px;
  }
  .p-serviceTags--article .p-serviceTags__item {
    color: #222;
    background-color: #E2E2E2;
  }
  .p-serviceTagsLink {
    margin-bottom: 7px;
  }
  .p-serviceTagsLink__item a {
    padding-right: 24px;
    font-size: 1.2rem;
    letter-spacing: -0.02em;
  }
  .p-articleList01 {
    grid-template-columns: 1fr;
    gap: 42px 0px;
    overflow: hidden;
    /* animation - after */
  }
  .p-articleList01 > .is-anm:nth-of-type(3n+2), .p-articleList01 > .is-anm:nth-of-type(3n+3), .p-articleList01 > .is-anm:nth-of-type(2n+2) {
    transition-delay: 0s;
  }
  .js-sp-articles-truncate {
    position: relative;
    overflow: hidden;
  }
  .js-sp-articles-truncate.is-open {
    height: auto !important;
  }
  .js-sp-articles-truncate.is-open::after {
    display: none;
  }
  .js-sp-articles-truncate-btn {
    display: block;
    margin-top: 30px;
  }
  .p-articleListItem__info {
    margin-top: 7px;
  }
  .p-articleListItem__ttl {
    margin-top: 12px;
    font-size: 1.6rem;
  }
  .p-articleListItem__date {
    margin-top: 10px;
    margin-bottom: 14px;
  }
  .p-articlesApplyStatus {
    padding: 4px 10px 5px 12px;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    background: #121212 no-repeat 12px center;
  }
  .p-articlesApplyStatus--transparent {
    background-color: transparent;
  }
  .p-articlesApplyStatusWhite {
    padding: 4px 10px 5px 12px;
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    background: #fff no-repeat 12px center;
  }
  .p-articlesApplyStatusWhite--translucent {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .p-pagination__list {
    gap: 20px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 1.6rem;
  }
  .p-pagination__item a {
    display: block;
    padding: 4px 6px 2px;
  }
  .p-pagination__item.is-active > * {
    width: 28px;
    height: 28px;
  }
  .p-pagination__arrow {
    width: 16px;
  }
  .splide__arrows {
    right: 24px;
  }
  .splide__arrows--article {
    right: 0;
  }
  .carousel_progress {
    width: 144px;
    margin-top: 40px;
  }
  .p-carouselCursor {
    display: none;
  }
  .p-leftTitleBlock {
    grid-template-columns: 18.4% 1fr;
  }
  .p-leftTitleBlock--title2line {
    grid-template-columns: 24.6% 1fr;
  }
  .p-leftTitleBlock__titleTxt {
    padding-top: 60px;
    font-size: 2.2rem;
    line-height: 1.25;
  }
  .p-leftTitleBlock__titleTxt--relatedArticles {
    padding-top: 28px;
    padding-bottom: 28px;
    font-size: 2.4rem;
  }
  .p-leftTitleBlock__titleTxt--specialTheme {
    padding-top: 35px;
    font-size: 2.2rem;
  }
  .p-leftTitleBlock__titleVol {
    margin-top: 10px;
    padding-top: 64px;
    font-size: 1.4rem;
  }
  .is-noHeader .p-leftTitleBlock__titleTxt {
    padding-top: 40px;
  }
  .p-footerWidgetsCarousel {
    margin-top: 0;
    padding-top: 78px;
    padding-bottom: 32px;
  }
  .p-footerWidgetsCarousel__item {
    width: 232px;
  }
  .p-footerWidgetsCarousel__img {
    margin-bottom: 12px;
  }
  .p-footerWidgetsCarousel__title {
    margin-top: 12px;
    font-size: 1.5rem;
  }
  .p-footerWidgetsCarousel__tags {
    margin-top: 9px;
  }
  .p-footerWidgetsCarousel__date {
    margin-top: 7px;
    font-size: 1.3rem;
  }
  .p-footerWidgetsCarousel__dateNumber {
    font-size: 1.4rem;
  }
  .p-footerWidgetsCarousel__issue {
    margin-top: 6px;
    font-size: 1.4rem;
  }
  .is-noHeader .p-footerWidgetsCarousel {
    padding-top: 60px;
  }
  .p-footerWidgetsBottomBtn {
    width: 77.5%;
    padding-top: 16px;
  }
  .p-footerWidgetsTags {
    gap: 8px 8px;
    margin: 70px 8% 30px 0;
  }
  .p-footerWidgetsTags__item > a {
    padding: 19px 32px 21px 16px;
    font-size: 1.5rem;
  }
  .p-footerWidgetsTags__item > a::after {
    width: 8px;
    height: 8px;
    margin-left: 7px;
  }
  .is-noHeader .p-footerWidgetsTags {
    margin-top: 55px;
  }
  .p-footerWidgetsBanners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 16px;
    width: 72%;
    padding-top: 56px;
    margin: 0 auto;
    /* animation - after */
  }
  .p-footerWidgetsBanners__item {
    width: 320px;
  }
  .p-footerWidgetsBanners__item > a {
    display: block;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 767px) and (hover: hover) {
  .p-footerWidgetsBanners__item > a:hover {
    opacity: 0.7;
  }
}
/* --- /max-width: 767px --- */
.p-topMainVisual {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #111111;
  /* before */
  /* after */
}
.p-topMainVisual__border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-topMainVisual__borderInner {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: calc(100% + 48px + 48px + 2px);
  height: calc(100% + 48px + 48px + 2px);
  border: 48px solid #fff;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
.p-topMainVisual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 35px);
  z-index: 0;
  overflow: hidden;
}
.p-topMainVisual__bg img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: 0;
  left: 0;
  transition: filter 1.2s 0.4s;
}
.p-topMainVisual__bg.is-blur img {
  filter: blur(6px);
}
.p-topMainVisual__bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.2;
}
.p-topMainVisual__scrollLine {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.p-topMainVisual__scrollLine:before {
  content: "SCROLL";
  display: inline-block;
  margin-bottom: 12px;
  padding-left: 2px;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-topMainVisual__scrollLine:after {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  margin: 0 auto;
  background: #f8f8f8;
  opacity: 0.8;
  /* animation */
  animation: scroll_line 1.3s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
@keyframes scroll_line {
  0% {
    transform: scaleY(0);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
  55% {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}
.p-topMainVisual__before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.p-topMainVisual__beforeLogo {
  position: absolute;
  width: 36%;
  max-width: 600px;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-topMainVisual__beforeLogo img {
  width: 100%;
}
.p-topMainVisual__after {
  display: grid;
  place-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 12%;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.1);
  transform: scale(1.15);
}
.p-topMainVisual__afterTxt {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1060px;
  padding-bottom: 9%;
}
.p-topMainVisual__afterVol {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1%;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(15.5px, 2.421875vw, 34.1px);
  letter-spacing: 0.08em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}
.p-topMainVisual__afterTheme {
  font-family: YakuHanMP, "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(23.5px, 3.671875vw, 51.7px);
}
.p-topMainVisual__border, .p-topMainVisual__bg, .p-topMainVisual__after {
  visibility: hidden;
}

.p-topContents {
  position: relative;
  background-color: #121212;
}

.p-topIssueArticles {
  position: relative;
  padding: 88px 48px 16px;
}

.p-topIssueArticlesCategory {
  display: grid;
  grid-template-columns: calc(50% - 16px) calc(50% - 16px);
  justify-content: space-between;
  gap: 32px 0;
  margin-bottom: 64px;
}
.p-topIssueArticlesCategory__item {
  align-self: flex-start;
}
.p-topIssueArticlesCategory.is-anm--category .p-topIssueArticlesCategory__item:nth-of-type(1) {
  opacity: 0;
  transform: scale(1.07);
  transition: opacity 1.4s, transform 1.2s;
}
.p-topIssueArticlesCategory.is-anm--category.is-inview .p-topIssueArticlesCategory__item:nth-of-type(1) {
  opacity: 1;
  transform: scale(1);
}
.p-topIssueArticlesCategory.is-anm--category .p-topArticlesList01 > li {
  opacity: 0;
  transform: translateX(3%);
  transition: opacity 1.2s, transform 0.8s;
}
.p-topIssueArticlesCategory.is-anm--category.is-inview .p-topArticlesList01 > li {
  opacity: 1;
  transform: translateX(0);
}
.p-topIssueArticlesCategory.is-anm--category .p-topArticlesList01 > li:nth-of-type(1) {
  transition-delay: 0.4s;
}
.p-topIssueArticlesCategory.is-anm--category .p-topArticlesList01 > li:nth-of-type(2) {
  transition-delay: 0.5s;
}
.p-topIssueArticlesCategory.is-anm--category .p-topArticlesList01 > li:nth-of-type(3) {
  transition-delay: 0.6s;
}
.p-topIssueArticlesCategory.is-anm--category .p-topArticlesList01 > li:nth-of-type(4) {
  transition-delay: 0.7s;
}
.p-topIssueArticlesCategory.is-anm--category .p-topArticlesList01 > li:nth-of-type(5) {
  transition-delay: 0.8s;
}
.p-topIssueArticlesCategory__item.is-anm--banner {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.4s, transform 1.4s;
}
.p-topIssueArticlesCategory__item.is-anm--banner.is-inview {
  opacity: 1;
  transform: translateY(0);
}
.p-topIssueArticlesCategory__item.is-anm--banner:nth-of-type(even) {
  transition-delay: 0.3s;
}

.p-articlesBanner01 {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  /* small */
  /* animation */
}
.p-articlesBanner01__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-articlesBanner01__img > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* animation */
  transition: transform 0.6s;
}
.p-articlesBanner01__txt {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding: 16px 25px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.p-articlesBanner01__title {
  margin-top: 8px;
  font-family: YakuHanMP, "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(13px, 2.03125vw, 28.6px);
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.p-articlesBanner01__title:first-child {
  margin-top: 0;
}
.p-articlesBanner01__pr {
  display: inline-block;
  padding: 2px 4px 1px 7px;
  margin: 0 10px 4px 0;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.5;
  border: 1px solid #f8f8f8;
  border-radius: 2px;
  vertical-align: middle;
}
.p-articlesBanner01__tags {
  margin-top: 15px;
}
.p-articlesBanner01__date {
  margin-top: 18px;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: normal;
}
.p-articlesBanner01__dateTxt {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
}
.p-articlesBanner01--small .p-articlesBanner01__title {
  font-size: clamp(12px, 1.875vw, 26.4px);
  line-height: 1.6;
}
.p-articlesBanner01--small .p-articlesBanner01__date {
  margin-top: 14px;
  font-size: 1.6rem;
}
@media (hover: hover) {
  .p-articlesBanner01:hover .p-articlesBanner01__img > img {
    transform: scale(1.06);
  }
}

.p-topArticlesList01 {
  display: grid;
  gap: 8px 0;
  letter-spacing: -0.02em;
  /* animation */
}
.p-topArticlesList01 > li > a {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 24px;
}
.p-topArticlesList01__thumb {
  width: 37.5%;
  max-width: 240px;
  flex-shrink: 0;
  overflow: hidden;
}
.p-topArticlesList01__thumb > img {
  /* animation */
  transition: transform 0.6s;
}
.p-topArticlesList01__title {
  margin-top: 17px;
  font-family: YakuHanMP, "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  /* animation */
  transition: color 0.3s;
}
.p-topArticlesList01__pr {
  display: inline-block;
  padding: 1px 3px 1px 7px;
  margin: 0 8px 4px 0;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  color: #888;
  border: 1px solid #888;
  border-radius: 2px;
  vertical-align: middle;
}
.p-topArticlesList01__title:first-child {
  margin-top: 0;
}
.p-topArticlesList01__tags {
  margin-top: 15px;
}
.p-topArticlesList01__date {
  margin-top: 15px;
  margin-bottom: 20px;
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: normal;
  /* animation */
  transition: color 0.3s;
}
.p-topArticlesList01__dateTxt {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
}
@media (hover: hover) {
  .p-topArticlesList01 > li > a:hover .p-topArticlesList01__title, .p-topArticlesList01 > li > a:hover .p-topArticlesList01__date {
    color: #B49653;
  }
  .p-topArticlesList01 > li > a:hover .p-topArticlesList01__thumb > img {
    transform: scale(1.06);
  }
}

/* ---- special theme ---- */
.p-topSpecialThemeWrapper {
  position: relative;
}

.p-topSpecialTheme {
  display: grid;
  grid-template-columns: 47.2% 47.2%;
  justify-content: space-between;
  padding: 80px 0;
  margin-right: 48px;
  gap: min(9vw, 60px) 0;
}

/* ---- booklet banner ---- */
.p-topBookletBanner {
  position: sticky;
  top: 0;
  width: auto;
  background-color: #947A41;
  z-index: 1;
}
.p-topBookletBanner__txt {
  padding: 6px 0;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
.p-topBookletBanner__txt a {
  text-decoration: underline;
  text-underline-offset: 5px;
  /* animation */
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-topBookletBanner__txt a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .p-topMainVisual {
    /* before */
    /* after */
  }
  .p-topMainVisual__bg {
    width: 100%;
    height: calc(100% + 50px);
  }
  .p-topMainVisual__borderInner {
    width: calc(100% + 24px + 24px + 2px);
    height: calc(100% + 24px + 24px + 2px);
    border-width: 24px;
  }
  .p-topMainVisual__scrollLine {
    bottom: 10px;
  }
  .p-topMainVisual__scrollLine:before {
    font-size: 11px;
  }
  .p-topMainVisual__beforeLogo {
    width: 71.8%;
    max-width: 350px;
    top: 47%;
    left: 50%;
  }
  .p-topMainVisual__after {
    padding-left: 10%;
    padding-right: 10%;
  }
  .p-topMainVisual__afterTxt {
    max-width: 420px;
    padding-bottom: 22%;
  }
  .p-topMainVisual__afterVol {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 6%;
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(12px, 6.1538461538vw, 33.6px);
    letter-spacing: 0.08em;
    border-bottom-width: 2px;
  }
  .p-topMainVisual__afterTheme {
    font-family: YakuHanMP, "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(12px, 6.1538461538vw, 33.6px);
    line-height: 1.6;
  }
  .p-topIssueArticles {
    padding: 48px 6% 16px;
  }
  .p-topIssueArticlesCategory {
    grid-template-columns: 100%;
    gap: 16px 0;
    margin-bottom: 36px;
  }
  .p-topIssueArticlesCategory__item.is-anm--banner:nth-of-type(even) {
    transition-delay: 0s;
  }
  .p-articlesBanner01 {
    /* small */
  }
  .p-articlesBanner01__txt {
    padding: 10px 16px;
  }
  .p-articlesBanner01__title {
    font-size: clamp(9px, 4.6153846154vw, 25.2px);
    line-height: 1.6;
  }
  .p-articlesBanner01__pr {
    padding: 2px 3px 1px 6px;
    margin: 0 8px 4px 0;
    font-size: 1.2rem;
  }
  .p-articlesBanner01__date {
    margin-top: 5px;
    font-size: 1.5rem;
  }
  .p-articlesBanner01--small .p-articlesBanner01__title {
    font-size: clamp(9px, 4.6153846154vw, 25.2px);
    line-height: 1.6;
  }
  .p-articlesBanner01--small .p-articlesBanner01__date {
    font-size: 1.5rem;
  }
  .p-topArticlesList01 {
    gap: 16px 0;
  }
  .p-topArticlesList01 > li > a {
    gap: 0 15px;
  }
  .p-topArticlesList01__thumb {
    width: 33%;
    max-width: none;
  }
  .p-topArticlesList01__title {
    margin-top: 8px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .p-topArticlesList01__title:first-child {
    margin-top: 0;
  }
  .p-topArticlesList01__tags {
    margin-top: 12px;
  }
  .p-topArticlesList01__date {
    margin-top: 6px;
    font-size: 1.4rem;
  }
  .p-topArticlesList01__number {
    font-size: 1.5rem;
  }
  /* ---- special theme ---- */
  .p-topSpecialTheme {
    grid-template-columns: 100%;
    gap: 24px 0;
    padding: 52px 0 56px;
    margin-right: 7.5%;
  }
  /* ---- booklet banner ---- */
  .p-topBookletBanner__txt {
    padding: 7px 0;
    font-size: 1.4rem;
    letter-spacing: -0.02em;
  }
  .p-topBookletBanner__txt a {
    text-underline-offset: 4px;
  }
}
/* ---- articles ---- */
.p-articleIndex {
  padding-top: 50px;
  padding-bottom: 80px;
}
.p-articleIndex__title {
  margin-bottom: 54px;
}
.p-articleIndex__largeArticles {
  margin-bottom: 64px;
}
.p-articleIndex__pagination {
  margin-top: 64px;
}
.p-articleIndex__empty {
  padding-top: 70px;
  padding-bottom: 60px;
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-articleIndex {
    padding-top: 40px;
    padding-bottom: 56px;
  }
  .p-articleIndex__title {
    margin-bottom: 48px;
  }
  .p-articleIndex__largeArticles {
    margin-bottom: 32px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .p-articleIndex__pagination {
    margin-top: 56px;
  }
  .p-articleIndex__empty {
    font-size: 1.4rem;
  }
}
/* ---- articleMainVisual ---- */
.p-articleMainVisual {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 88px);
  height: calc(100svh - 88px);
  background-color: #fff;
  /* animation - after */
}
.p-articleMainVisual__img {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 88px 24px 24px;
  background-color: #fff;
}
.p-articleMainVisual__imgInner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-articleMainVisual__imgInner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.p-articleMainVisual__imgInner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 5s 0s;
  backface-visibility: hidden;
  transform: scale(1.18);
}
.p-articleMainVisual__imgInner--trimTop img {
  -o-object-position: top;
     object-position: top;
}
.p-articleMainVisual__imgInner--trimBottom img {
  -o-object-position: bottom;
     object-position: bottom;
}
.p-articleMainVisual__imgInner--trimLeft img {
  -o-object-position: left;
     object-position: left;
}
.p-articleMainVisual__imgInner--trimRight img {
  -o-object-position: right;
     object-position: right;
}
.p-articleMainVisual__imgInner--trimTL img {
  -o-object-position: left top;
     object-position: left top;
}
.p-articleMainVisual__imgInner--trimTR img {
  -o-object-position: right top;
     object-position: right top;
}
.p-articleMainVisual__imgInner--trimBL img {
  -o-object-position: left bottom;
     object-position: left bottom;
}
.p-articleMainVisual__imgInner--trimBR img {
  -o-object-position: right bottom;
     object-position: right bottom;
}
.p-articleMainVisual__txt {
  position: absolute;
  left: 5.2%;
  bottom: 48px;
  max-width: 89.6%;
  color: #f8f8f8;
  line-height: 1.5;
}
.p-articleMainVisual__category {
  transition: opacity 1s 1.65s, transform 1s 1.65s;
  opacity: 0;
  transform: translateX(-10px);
  backface-visibility: hidden;
}
.p-articleMainVisual__shoulderCopy {
  margin-top: 22px;
  font-size: clamp(12px, 1.875vw, 28.8px);
  transition: opacity 0.7s 1.55s;
  opacity: 0;
  backface-visibility: hidden;
}
.p-articleMainVisual__title {
  margin-left: -1px;
  margin-top: 12px;
  margin-bottom: 25px;
  font-family: YakuHanMP, "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(20px, 3.125vw, 48px);
  line-height: 1.5;
  overflow: hidden;
  transition: opacity 0.9s 1.1s, transform 0.9s 1.1s cubic-bezier(0.25, 1, 0.5, 1);
  opacity: 0;
  transform: translateY(30px);
  backface-visibility: hidden;
}
.p-articleMainVisual__tags {
  margin-bottom: 22px;
}
.p-articleMainVisual__tags .p-serviceTags__item {
  transition: opacity 0.8s 2.5s, transform 0.8s 2.5s;
  opacity: 0;
  transform: translateY(10px);
  backface-visibility: hidden;
}
.p-articleMainVisual__tags .p-serviceTags__item:nth-child(2) {
  transition-delay: 2.58s;
}
.p-articleMainVisual__tags .p-serviceTags__item:nth-child(3) {
  transition-delay: 2.66s;
}
.p-articleMainVisual__tags .p-serviceTags__item:nth-child(4) {
  transition-delay: 2.74s;
}
.p-articleMainVisual__tags .p-serviceTags__item:nth-child(5) {
  transition-delay: 2.82s;
}
.p-articleMainVisual__tags .p-serviceTags__item:nth-child(6) {
  transition-delay: 2.9s;
}
.p-articleMainVisual__tags .p-serviceTags__item:nth-child(7) {
  transition-delay: 2.98s;
}
.p-articleMainVisual__tags .p-serviceTags__item:nth-child(8) {
  transition-delay: 3.06s;
}
.p-articleMainVisual__tags .p-serviceTags__item:nth-child(9) {
  transition-delay: 3.14s;
}
.p-articleMainVisual__tags .p-serviceTags__item:nth-child(10) {
  transition-delay: 3.22s;
}
.p-articleMainVisual__dateBox {
  display: flex;
  align-items: center;
  gap: 0 20px;
  opacity: 0;
  transition: opacity 1.2s 2.58s;
}
.p-articleMainVisual__date {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
.p-articleMainVisual__dateTxt {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
}
body.is-ready .p-articleMainVisual__imgInner img {
  transform: scale(1);
}
body.is-ready .p-articleMainVisual__category {
  opacity: 1;
  transform: translateX(0px);
}
body.is-ready .p-articleMainVisual__shoulderCopy {
  opacity: 1;
}
body.is-ready .p-articleMainVisual__title {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}
body.is-ready .p-articleMainVisual__tags .p-serviceTags__item {
  opacity: 1;
  transform: translateY(0px);
}
body.is-ready .p-articleMainVisual__dateBox {
  opacity: 1;
}

.p-articleContentsWrapper {
  position: relative;
  padding-bottom: 1px;
  background-color: #121212;
}

.p-articleLead {
  margin-bottom: 75px;
  padding: 66px 35px 0;
}
.p-articleLead__txt {
  max-width: 800px;
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 2.1;
}

/* ---- articleBody ---- */
.p-articleBody {
  max-width: 800px;
  margin: 0 auto;
  padding: 52px 35px 80px;
  color: #222;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
  box-sizing: content-box;
}

/* ---- article parts ---- */
.p-apH1 {
  font-family: YakuHanMP, "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.5;
}

.p-apH2 {
  margin-top: -0.5rem;
  margin-bottom: 8px;
  font-size: 2.8rem;
  line-height: 1.7;
}

.p-apH3 {
  margin-top: -0.5rem;
  margin-bottom: 36px;
  font-size: 2.4rem;
  line-height: 1.7;
}

.p-apH4 {
  margin-top: -0.5rem;
  margin-bottom: 35px;
  font-size: 2rem;
  line-height: 1.7;
}

.p-apH5 {
  margin-top: -0.5rem;
  margin-bottom: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
}

.p-apP {
  margin-top: -0.5rem;
  margin-bottom: 26px;
}

.p-apTxtLink {
  color: #B49653;
  border-bottom: 1px solid transparent;
  transition: border 0.2s;
}

@media (hover: hover) {
  .p-apTxtLink:hover {
    border-bottom: 1px solid #B49653;
  }
}
.p-apColumnLink {
  margin-bottom: 9px;
  line-height: 1.6;
}

.p-apShoulderCopy {
  margin-bottom: 21px;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-apSubCopy {
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.p-apTitleGroup {
  position: relative;
  width: calc(var(--vw) * 100 - 118px);
  max-width: 848px;
  margin-left: max((100% - (var(--vw) * 100 - 118px)) / 2, -150px);
  margin-bottom: 34px;
  padding: 24px 0 16px 46px;
}
.p-apTitleGroup::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 100%;
  background-color: #222;
}
.p-apTitleGroup::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 40px;
  background-color: #D2B168;
}

.p-apSection {
  margin-top: 110px;
}
.p-apSection:first-child {
  margin-top: 0;
}
.p-apSection > *:last-child {
  margin-bottom: 0 !important;
}

.p-apFigBox {
  position: relative;
  width: auto;
}

.p-apFigBoxClip {
  overflow: hidden;
}

.p-apFigBoxImg {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.p-apCaption {
  max-width: 800px;
  margin-top: 15px;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
}

.p-apImgAndTxt {
  display: grid;
  grid-template-columns: 216px 1fr;
  gap: 32px;
  padding-top: 4px;
  margin-bottom: 34px;
}
.p-apImgAndTxt__img img {
  width: 100%;
  height: auto;
}
.p-apImgAndTxt__txt > *:last-child {
  margin-bottom: 0;
}

.p-apNoImgColumn {
  margin-bottom: 44px;
}
.p-apNoImgColumn > *:last-child {
  margin-bottom: 0;
}

.p-apRelatedLinks {
  width: calc(var(--vw) * 100 - 88px);
  max-width: 848px;
  margin-left: max((100% - (var(--vw) * 100 - 88px)) / 2, -24px);
  margin-right: max((100% - (var(--vw) * 100 - 88px)) / 2, -24px);
  padding-top: 36px;
  padding-bottom: 40px;
  padding-left: 24px;
  padding-right: 22px;
  border-top: 1px solid #D8C69D;
  border-bottom: 1px solid #D8C69D;
  background-color: rgba(244, 236, 217, 0.3);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.p-apRelatedLinks__title {
  margin-top: -0.5rem;
  margin-bottom: 30px;
  font-size: 2.2rem;
  line-height: 1.6;
}
.p-apRelatedLinks__list > li {
  margin-bottom: 10px;
  line-height: 1.6;
}
.p-apRelatedLinks__list > li:last-of-type {
  margin-bottom: 0;
}

.p-apParaLinks__list > li {
  margin-bottom: 10px;
  line-height: 1.6;
}
.p-apParaLinks__list > li:last-of-type {
  margin-bottom: 0;
}

.p-apDetailedCredits {
  position: relative;
}
.p-apDetailedCredits__title {
  margin-bottom: 38px;
}
.p-apDetailedCredits__grid {
  display: flex;
  gap: 40px;
  margin-top: -6px;
  margin-bottom: 30px;
}
.p-apDetailedCredits__grid:last-of-type {
  margin-bottom: 0;
}
.p-apDetailedCredits__img {
  margin-top: 5px;
  width: 152px;
}
.p-apDetailedCredits__img img {
  height: auto;
}
.p-apDetailedCredits__txt {
  flex: 1;
}
.p-apDetailedCredits__txt > *:last-of-type {
  margin-bottom: 0;
}
.p-apDetailedCredits__nameSet {
  margin-bottom: 26px;
}
.p-apDetailedCredits__name {
  display: block;
  font-size: 1.8rem;
  line-height: 1.6;
}
.p-apDetailedCredits__role {
  display: block;
  margin-top: 8px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.p-apSimpleCredits {
  margin-top: 80px;
  font-size: 1.3rem;
  line-height: 2;
}
.p-apSimpleCredits--inner {
  margin-top: -20px;
  margin-bottom: 70px;
}

.p-relatedArticles {
  width: calc(var(--vw) * 100);
  margin-left: calc((100% - var(--vw) * 100) / 2);
  margin-right: calc((100% - var(--vw) * 100) / 2);
  background: url(../img/bg_dot_black.png) left top, linear-gradient(49deg, #3A3A3A 6%, #0e0e0e 75%);
  background-size: 100px, auto;
  color: #fff;
}
.p-relatedArticles__inner {
  max-width: 1600px;
  margin: 0 auto;
}

.p-relatedArticlesList {
  display: grid;
  grid-template-columns: calc(50% - 16px) calc(50% - 16px);
  gap: 16px 32px;
  letter-spacing: -0.02em;
  margin-top: 64px;
  margin-bottom: 56px;
  margin-right: 50px;
  /* animation */
}
.p-relatedArticlesList > li > a {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 24px;
}
.p-relatedArticlesList__thumb {
  width: 45.76%;
  max-width: 216px;
  flex-shrink: 0;
  overflow: hidden;
}
.p-relatedArticlesList__thumb > img {
  /* animation */
  transition: transform 0.6s;
}
.p-relatedArticlesList__title {
  margin-top: 17px;
  font-family: YakuHanMP, "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  /* animation */
  transition: color 0.3s;
}
.p-relatedArticlesList__title:first-child {
  margin-top: 0;
}
.p-relatedArticlesList__tags {
  margin-top: 15px;
}
.p-relatedArticlesList__date {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  letter-spacing: normal;
  /* animation */
  transition: color 0.3s;
}
.p-relatedArticlesList__number {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media (hover: hover) {
  .p-relatedArticlesList > li > a:hover .p-relatedArticlesList__title, .p-relatedArticlesList > li > a:hover .p-relatedArticlesList__date {
    color: #B49653;
  }
  .p-relatedArticlesList > li > a:hover .p-relatedArticlesList__thumb > img {
    transform: scale(1.06);
  }
}

.p-articleFooter__inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 64px 35px 64px;
  color: #222;
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
  box-sizing: content-box;
}
.p-articleFooter__issue {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 24px;
  line-height: 1;
}
.p-articleFooter__vol {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 3.2rem;
  letter-spacing: 0.08em;
}
.p-articleFooter__theme {
  font-size: 1.6rem;
  line-height: 1.8;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 0.2s;
  backface-visibility: hidden;
}
@media (hover: hover) {
  .p-articleFooter__theme:hover {
    color: #B49653;
  }
}

.p-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.p-breadcrumbs > li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin-left: 13px;
  margin-right: 13px;
  font-size: 1.2rem;
}
.p-breadcrumbs a {
  color: #B49653;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
  backface-visibility: hidden;
}
@media (hover: hover) {
  .p-breadcrumbs a:hover {
    border-color: #B49653;
  }
}

@media screen and (max-width: 959px) {
  /* ---- articleMainVisual ---- */
  .p-articleMainVisual__txt {
    max-width: 80%;
  }
  /* ---- article parts ---- */
  /*.p-apFigBox {
  	position: relative;
  	width: calc((var(--vw) * 100) - 80px);
  	margin-right: -80px;
  }
  .p-apCaption {
  	max-width: none;
  	padding-right: 80px;
  }*/
  .p-relatedArticlesList {
    grid-template-columns: 100%;
    gap: 22px 0px;
  }
}
@media screen and (max-width: 767px) {
  /* ---- articleMainVisual ---- */
  .p-articleMainVisual {
    height: auto;
    /* animation - after */
  }
  .p-articleMainVisual__img {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    padding: 0;
    margin-top: 60px;
    box-sizing: content-box;
  }
  .p-articleMainVisual__imgInner::after {
    background: none;
  }
  .p-articleMainVisual__imgInner img {
    transition: transform 2s 0s;
    backface-visibility: hidden;
    transform: scale(1.2);
  }
  .p-articleMainVisual__txt {
    position: relative;
    left: 0;
    bottom: 0;
    max-width: none;
    margin-top: 75%;
    padding: 15px 28px 28px 32px;
    color: #222;
    line-height: 1.5;
    background-color: #fff;
  }
  .p-articleMainVisual__category {
    transition: opacity 0.71s 0.6s;
    opacity: 0;
    transform: translateX(0px);
    backface-visibility: hidden;
  }
  .p-articleMainVisual__shoulderCopy {
    margin-top: 18px;
    font-size: 1.6rem;
    line-height: 1.5;
    transition: opacity 0.7s 0.6s;
    opacity: 0;
    backface-visibility: hidden;
  }
  .p-articleMainVisual__title {
    margin-top: 12px;
    margin-bottom: 25px;
    font-size: 2.2rem;
    line-height: 1.7;
    overflow: hidden;
    transition: opacity 0.9s 0.6s, transform 0.9s 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0;
    transform: translateY(30px);
    backface-visibility: hidden;
  }
  .p-articleMainVisual__tags {
    margin-bottom: 20px;
  }
  .p-articleMainVisual__tags .p-serviceTags__item {
    transition: opacity 0.8s 1.4s, transform 0.8s 1.4s;
    opacity: 0;
    transform: translateY(10px);
    backface-visibility: hidden;
  }
  .p-articleMainVisual__tags .p-serviceTags__item:nth-child(2) {
    transition-delay: 1.48s;
  }
  .p-articleMainVisual__tags .p-serviceTags__item:nth-child(3) {
    transition-delay: 1.56s;
  }
  .p-articleMainVisual__tags .p-serviceTags__item:nth-child(4) {
    transition-delay: 1.64s;
  }
  .p-articleMainVisual__tags .p-serviceTags__item:nth-child(5) {
    transition-delay: 1.72s;
  }
  .p-articleMainVisual__tags .p-serviceTags__item:nth-child(6) {
    transition-delay: 1.8s;
  }
  .p-articleMainVisual__tags .p-serviceTags__item:nth-child(7) {
    transition-delay: 1.88s;
  }
  .p-articleMainVisual__tags .p-serviceTags__item:nth-child(8) {
    transition-delay: 1.96s;
  }
  .p-articleMainVisual__tags .p-serviceTags__item:nth-child(9) {
    transition-delay: 2.04s;
  }
  .p-articleMainVisual__tags .p-serviceTags__item:nth-child(10) {
    transition-delay: 2.12s;
  }
  .p-articleMainVisual__date {
    font-size: 1.5rem;
    opacity: 0;
    transition: opacity 0.8s 1.6s;
  }
  body.is-ready .p-articleMainVisual__imgInner img {
    transform: scale(1);
  }
  body.is-ready .p-articleMainVisual__category {
    opacity: 1;
    transform: translateX(0px);
  }
  body.is-ready .p-articleMainVisual__shoulderCopy {
    opacity: 1;
  }
  body.is-ready .p-articleMainVisual__title {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0px);
  }
  body.is-ready .p-articleMainVisual__tags .p-serviceTags__item {
    opacity: 1;
    transform: translateY(0px);
  }
  body.is-ready .p-articleMainVisual__date {
    opacity: 1;
  }
  .p-articleLead {
    margin-bottom: 32px;
    padding: 32px 32px 0;
  }
  .p-articleLead__txt {
    font-size: 1.6rem;
    line-height: 2;
  }
  /* ---- articleBody ---- */
  .p-articleBody {
    padding: 40px 6.4% 75px;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: normal;
    box-sizing: content-box;
  }
  /* ---- article parts ---- */
  .p-apH1 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .p-apH2 {
    margin-bottom: 8px;
    font-size: 2.1rem;
    line-height: 1.7;
  }
  .p-apH3 {
    margin-bottom: 28px;
    font-size: 2rem;
    line-height: 1.7;
  }
  .p-apH4 {
    margin-bottom: 30px;
    font-size: 1.8rem;
    line-height: 1.7;
  }
  .p-apH5 {
    margin-bottom: 18px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .p-apP {
    margin-bottom: 26px;
  }
  .p-apTxtLink {
    letter-spacing: -0.004em;
  }
  .p-apColumnLink {
    margin-top: -0.5rem;
    margin-bottom: 20px;
  }
  .p-apShoulderCopy {
    margin-bottom: 20px;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: normal;
  }
  .p-apSubCopy {
    margin-top: 14px;
    margin-bottom: 8px;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: normal;
  }
  .p-apTitleGroup {
    position: relative;
    width: auto;
    max-width: none;
    margin-left: calc((100% - (var(--vw) * 100 - 8.2vw)) / 2);
    margin-bottom: 26px;
    padding: 20px 0 12px 5.4%;
  }
  .p-apSection {
    margin-top: 70px;
  }
  .p-apCaption {
    max-width: none;
    margin-top: 15px;
    font-size: 1.1rem;
    line-height: 1.7;
    letter-spacing: normal;
  }
  @container (max-width: 450px) {
    .p-apImgAndTxt {
      display: block;
      padding-top: 0px;
      margin-bottom: 44px;
    }
    .p-apImgAndTxt__img {
      width: 76%;
      margin: 0 auto 28px;
    }
    .p-apImgAndTxt__img img {
      width: 100%;
      height: auto;
      aspect-ratio: 4/3;
      -o-object-fit: contain;
         object-fit: contain;
    }
    .p-apImgAndTxt__txt > *:last-child {
      margin-bottom: 0;
    }
    .p-apImgAndTxt:last-child {
      margin-bottom: 30px;
    }
  }
  .p-apNoImgColumn {
    margin-bottom: 48px;
  }
  .p-apNoImgColumn > *:last-child {
    margin-bottom: 0;
  }
  .p-apNoImgColumn:last-child {
    margin-bottom: 30px;
  }
  .p-apRelatedLinks {
    width: calc(var(--vw) * 100 - 12vw);
    max-width: none;
    margin-left: calc((100% - (var(--vw) * 100 - 12vw)) / 2);
    margin-right: calc((100% - (var(--vw) * 100 - 12vw)) / 2);
    padding-top: 28px;
    padding-bottom: 30px;
    padding-left: 24px;
    padding-right: 18px;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
  }
  .p-apRelatedLinks__title {
    margin-bottom: 18px;
    font-size: 1.8rem;
  }
  .p-apRelatedLinks__list > li {
    margin-bottom: 21px;
  }
  .p-apParaLinks__list > li {
    margin-bottom: 21px;
  }
  .p-apDetailedCredits__title {
    margin-bottom: 24px;
  }
  .p-apDetailedCredits__grid {
    display: block;
    margin-top: -6px;
    margin-bottom: 30px;
  }
  .p-apDetailedCredits__img {
    width: 42.2%;
    max-width: 190.5px;
    margin: 0 auto 25px;
  }
  .p-apDetailedCredits__nameSet {
    margin-bottom: 26px;
  }
  .p-apDetailedCredits__name {
    font-size: 1.6rem;
  }
  .p-apDetailedCredits__role {
    margin-top: 10px;
    font-size: 1.3rem;
  }
  .p-apSimpleCredits {
    margin-top: 70px;
    font-size: 1.2rem;
    line-height: 2;
  }
  .p-apSimpleCredits--inner {
    margin-top: -15px;
    margin-bottom: 50px;
  }
  .p-relatedArticlesList {
    display: grid;
    grid-template-columns: auto;
    gap: 10px 0;
    letter-spacing: -0.02em;
    margin-top: 40px;
    margin-bottom: 18px;
    margin-right: 20px;
  }
  .p-relatedArticlesList > li > a {
    gap: 0 15px;
  }
  .p-relatedArticlesList__thumb {
    width: 45.76%;
    max-width: 113px;
  }
  .p-relatedArticlesList__title {
    margin-top: 8px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .p-relatedArticlesList__date {
    margin-top: 7px;
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
  .p-relatedArticlesList__number {
    font-size: 1.3rem;
  }
  .p-articleFooter__inner {
    max-width: none;
    padding: 48px 18px 48px 24px;
    font-size: 1.2rem;
    letter-spacing: normal;
  }
  .p-articleFooter__issue {
    gap: 8px 16px;
  }
  .p-articleFooter__vol {
    font-size: 2.4rem;
  }
  .p-articleFooter__theme {
    font-size: 1.4rem;
  }
  .p-breadcrumbs {
    margin-top: 30px;
    font-size: 1.2rem;
  }
  .p-breadcrumbs > li:not(:last-child)::after {
    margin-left: 7px;
    margin-right: 7px;
    font-size: 1.1rem;
  }
}
/* ---- attention ---- */
.p-attention {
  max-width: 960px;
  padding-bottom: 40px;
  margin: 0 auto;
}
.p-attention__sec2 {
  margin-top: 56px;
}
.p-attention__title {
  margin-bottom: 56px;
}
.p-attention__titleTxt {
  margin-top: 20px;
  font-size: 1.5rem;
  line-height: 2;
}
.p-attention__table01 {
  margin-top: 40px;
}
.p-attention__table02 {
  margin-top: 40px;
}
.p-attention__tableNotes {
  margin-top: 24px;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.p-attention__notes {
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: -0.02em;
}
.p-attention__txtLink {
  margin-top: 32px;
  font-size: 1.5rem;
}
.p-attention__referenceNumber {
  width: 420px;
  margin-top: 40px;
}
.p-attention__backBtn {
  display: table;
  margin: 80px auto 0;
}
.p-attentionTitle__small {
  font-size: 1.6rem;
  margin-left: 16px;
}

.p-attentionTable01 {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: -0.02em;
  background-color: rgba(18, 18, 18, 0.4);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  margin-bottom: 8px;
}
.p-attentionTable01__th, .p-attentionTable01__td {
  width: 33.33%;
  font-weight: 400;
  padding: 23px 16px 24px;
  border-bottom: 1px solid #444;
  vertical-align: middle;
  text-align: center;
}
.p-attentionTable01__th {
  border-bottom: none;
  background: rgba(180, 149, 83, 0.3);
  color: #f8f8f8;
}
.p-attentionTable01__td {
  color: #f8f8f8;
}
.p-attentionTable01__td--black {
  color: #f8f8f8;
}

.p-attentionTable02 {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.7;
  border-top: 1px solid #444;
  background-color: rgba(18, 18, 18, 0.4);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
}
.p-attentionTable02__line {
  display: flex;
  border-bottom: 1px solid #444;
}
.p-attentionTable02 dt, .p-attentionTable02 dd {
  padding: 23px 8px 24px;
}
.p-attentionTable02 dt {
  width: 33.33%;
  font-weight: 400;
}
.p-attentionTable02 dd {
  width: 66.67%;
}

.p-simpleTitleH2 {
  font-size: 2.8rem;
  line-height: 1.8;
}

.scroll-hint-icon.scroll-hint-icon-white {
  background-color: rgba(255, 255, 255, 0.88) !important;
}

.scroll-hint-text {
  font-family: sans-serif !important;
  letter-spacing: normal !important;
}

@media screen and (max-width: 767px) {
  /* ---- attention ---- */
  .p-attention {
    max-width: none;
    padding-bottom: 16px;
  }
  .p-attention__sec2 {
    margin-top: 46px;
  }
  .p-attention__title {
    margin-bottom: 38px;
  }
  .p-attention__titleTxt {
    margin-top: 22px;
    font-size: 1.4rem;
  }
  .p-attention__table01 {
    margin-top: 32px;
    overflow-x: auto;
  }
  .p-attention__table02 {
    margin-top: 32px;
  }
  .p-attention__tableNotes {
    font-size: 1.1rem;
  }
  .p-attention__notes {
    margin-top: 12px;
    font-size: 1.1rem;
  }
  .p-attention__txtLink {
    margin-top: 40px;
    font-size: 1.4rem;
  }
  .p-attention__backBtn {
    margin: 48px auto 0;
  }
  .p-attentionTable01 {
    min-width: 570px;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-attentionTable01__th, .p-attentionTable01__td {
    padding: 18px 16px 18px;
  }
  .scroll-hint-icon {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: rgba(0, 0, 0, 0.6) !important;
  }
  .scroll-hint-text {
    margin-top: 2px !important;
    letter-spacing: 0.2em;
  }
  .p-attentionTable02 {
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .p-attentionTable02__line {
    display: block;
  }
  .p-attentionTable02 dt {
    padding-bottom: 0;
    width: auto;
  }
  .p-attentionTable02 dd {
    padding-top: 14px;
    width: auto;
  }
  .p-simpleTitleH2 {
    font-size: 2rem;
    line-height: 1.8;
  }
  .p-attention__tableBreak th,
  .p-attention__tableBreak td {
    display: inline-block;
    width: 100%;
  }
}
/* Utility ------------ */
/* ---- utility ---- */
/* margin */
.u-mlrAuto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

/* text */
.u-taLeft {
  text-align: left !important;
}

.u-taRight {
  text-align: right !important;
}

.u-taCenter {
  text-align: center !important;
}

/* font */
.u-ls0 {
  letter-spacing: normal !important;
}

.u-serif {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (min-width: calc(767px + 0.01px)) {
  /* device */
  .u-spOnly {
    display: none !important;
  }
  /* margin */
  .u-mtPc0 {
    margin-top: 0px !important;
  }
  .u-mtPc10 {
    margin-top: 10px !important;
  }
  .u-mtPc20 {
    margin-top: 20px !important;
  }
  .u-mtPc30 {
    margin-top: 30px !important;
  }
  .u-mtPc40 {
    margin-top: 40px !important;
  }
  .u-mtPc50 {
    margin-top: 50px !important;
  }
  .u-mtPc60 {
    margin-top: 60px !important;
  }
  .u-mtPc70 {
    margin-top: 70px !important;
  }
  .u-mtPc80 {
    margin-top: 80px !important;
  }
  .u-mtPc90 {
    margin-top: 90px !important;
  }
  .u-mtPc100 {
    margin-top: 100px !important;
  }
  .u-mbPc0 {
    margin-bottom: 0px !important;
  }
  .u-mbPc10 {
    margin-bottom: 10px !important;
  }
  .u-mbPc20 {
    margin-bottom: 20px !important;
  }
  .u-mbPc30 {
    margin-bottom: 30px !important;
  }
  .u-mbPc40 {
    margin-bottom: 40px !important;
  }
  .u-mbPc50 {
    margin-bottom: 50px !important;
  }
  .u-mbPc60 {
    margin-bottom: 60px !important;
  }
  .u-mbPc70 {
    margin-bottom: 70px !important;
  }
  .u-mbPc80 {
    margin-bottom: 80px !important;
  }
  .u-mbPc90 {
    margin-bottom: 90px !important;
  }
  .u-mbPc100 {
    margin-bottom: 100px !important;
  }
  /* article */
  .u-mt1 {
    margin-top: 53px !important; /* 1.25倍刻み */
  }
  .u-mt2 {
    margin-top: 66px !important;
  }
  .u-mt3 {
    margin-top: 82px !important;
  }
  .u-mt4 {
    margin-top: 102px !important;
  }
  .u-mt5 {
    margin-top: 127px !important;
  }
  .u-mt6 {
    margin-top: 159px !important;
  }
  .u-mb1 {
    margin-bottom: 53px !important;
  }
  .u-mb2 {
    margin-bottom: 66px !important;
  }
  .u-mb3 {
    margin-bottom: 82px !important;
  }
  .u-mb4 {
    margin-bottom: 102px !important;
  }
  .u-mb5 {
    margin-bottom: 127px !important;
  }
  .u-mb6 {
    margin-bottom: 159px !important;
  }
}
@media screen and (max-width: 767px) {
  /* device */
  .u-pcOnly {
    display: none !important;
  }
  /* margin */
  .u-mtSp0 {
    margin-top: 0px !important;
  }
  .u-mtSp10 {
    margin-top: 10px !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
  }
  .u-mbSp0 {
    margin-bottom: 0px !important;
  }
  .u-mbSp10 {
    margin-bottom: 10px !important;
  }
  .u-mbSp20 {
    margin-bottom: 20px !important;
  }
  .u-mbSp30 {
    margin-bottom: 30px !important;
  }
  .u-mbSp40 {
    margin-bottom: 40px !important;
  }
  .u-mbSp50 {
    margin-bottom: 50px !important;
  }
  .u-mbSp60 {
    margin-bottom: 60px !important;
  }
  .u-mbSp70 {
    margin-bottom: 70px !important;
  }
  .u-mbSp80 {
    margin-bottom: 80px !important;
  }
  .u-mbSp90 {
    margin-bottom: 90px !important;
  }
  .u-mbSp100 {
    margin-bottom: 100px !important;
  }
  /* article */
  .u-mt1 {
    margin-top: 35px !important;
  }
  .u-mt2 {
    margin-top: 44px !important;
  }
  .u-mt3 {
    margin-top: 55px !important;
  }
  .u-mt4 {
    margin-top: 69px !important;
  }
  .u-mt5 {
    margin-top: 86px !important;
  }
  .u-mt6 {
    margin-top: 108px !important;
  }
  .u-mb1 {
    margin-bottom: 35px !important;
  }
  .u-mb2 {
    margin-bottom: 44px !important;
  }
  .u-mb3 {
    margin-bottom: 55px !important;
  }
  .u-mb4 {
    margin-bottom: 69px !important;
  }
  .u-mb5 {
    margin-bottom: 86px !important;
  }
  .u-mb6 {
    margin-bottom: 108px !important;
  }
}/*# sourceMappingURL=style.css.map */