@charset "utf-8";
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Hina Mincho", sans-serif;
  font-weight: 400;
  background-color: #fff;
  color: #1c1c1c;
  position: relative;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
img, video {
  max-width: 100%;
  height: auto;
}
iframe {
  max-width: 100%;
}
.default {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.default > * {
  margin: 30px 0;
}
@media screen and (max-width: 600px) {
  .default > * {
    margin: 24px 0;
  }
}
.default > *:first-child {
  margin-top: 0;
}
.default > *:last-child {
  margin-bottom: 0;
}
.default strong {
  font-weight: bold;
}
.default em {
  font-style: italic;
}
.default a {
  text-decoration: underline;
}
.default p.date {
  text-align: right;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  color: #9b917a;
}
.default p.back {
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  color: #9b917a;
  margin-top: 40px;
}
.default p.back a {
  display: inline-block;
  background-color: #1c1c1c;
  padding: 0.5em 2em 0.5em 3em;
  min-width: 120px;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.default p.back a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 1em;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-width: 4px 6px;
  border-right-color: currentColor;
}
.default p.back a:after {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #fff;
  opacity: 0.5;
  pointer-events: none;
}
.default table th, .default table td {
  padding: 0.5em 0.75em;
}
.default table th *:first-child, .default table td *:first-child {
  margin-top: 0;
}
.default table th *:last-child, .default table td *:last-child {
  margin-bottom: 0;
}
.default table th {
  background-color: #e8e8e8;
}
.default table figcaption {
  text-align: center;
  margin-top: 0.25em;
}
@media screen and (max-width: 480px) {
  .default table.break-when-narrow-width, .default table.break-when-narrow-width tbody, .default table.break-when-narrow-width tr, .default table.break-when-narrow-width th, .default table.break-when-narrow-width td {
    display: block !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
  }
  .default table.break-when-narrow-width tbody tr {
    margin-bottom: 1em;
  }
}
.default ul, .default ol {
  margin-left: 2em;
}
.default ul li, .default ol li {
  margin-bottom: 0.5em;
}
.default ul {
  list-style-type: disc;
}
.default ol {
  list-style-type: decimal;
}
.default h3 {
  color: #9b917a;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
  text-align: center;
}
@media screen and (max-width: 780px) {
  .default h3 {
    font-size: 20px;
  }
}
.default h4 {
  margin-top: 60px;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  position: relative;
  padding-bottom: 25px;
}
@media screen and (max-width: 780px) {
  .default h4 {
    font-size: 18px;
    margin-top: 40px;
  }
}
.default h4:before, .default h4:after {
  content: '';
  display: block;
  position: absolute;
}
.default h4:before {
  background: url(../images/decoration-h3.svg) left bottom / contain no-repeat;
  width: 28px;
  height: 10px;
  inset: auto auto 0 0;
}
.default h4:after {
  background-color: #9b917a;
  height: 1px;
  inset: auto 0 4px 28px;
}
.default h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  min-height: 30px;
  display: flex;
  align-items: center;
  gap: 21px;
}
@media screen and (max-width: 780px) {
  .default h5 {
    font-size: 16px;
  }
}
.default h5:before {
  content: '';
  flex: 0 0 20px;
  background: url(../images/decoration-h4.svg) left center / contain no-repeat;
  height: 30px;
  margin-top: 2px;
}
.default h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  box-shadow: 0 -10px 0 0 rgba(155, 145, 122, .25) inset;
  display: inline;
}
@media screen and (max-width: 780px) {
  .default h6 {
    font-size: 15px;
  }
}
.default h6:after {
  content: '';
  display: block;
}
.default .wp-block-cover {
  padding: 1em 3em;
}
.default .wp-block-cover .wp-block-cover__inner-container *:not(div) {
  margin: 20px 0;
}
.default .wp-block-cover .wp-block-cover__inner-container *:not(div):first-child {
  margin-top: 0;
}
.default .wp-block-cover .wp-block-cover__inner-container *:not(div):last-child {
  margin-bottom: 0;
}
.default .wp-block-columns .wp-block-column > * {
  margin-top: 1em;
  margin-bottom: 1em;
}
.default .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.default .wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.default .wp-block-group {
  background-color: #fafaf8;
  padding: 30px 30px;
}
.default .wp-block-group .wp-block-group__inner-container > * {
  margin-top: 25px;
  margin-bottom: 25px;
}
.default .wp-block-group .wp-block-group__inner-container > *:first-child {
  margin-top: 0;
}
.default .wp-block-group .wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
.default .wp-block-quote {
  box-shadow: 0.25em 0 0 0 #9b917a inset;
  padding: 0.5em 0 0.5em 1.75em;
}
.default .wp-block-quote cite {
  font-size: 0.875em;
}
.default .wp-block-quote * {
  margin: 20px 0;
}
.default .wp-block-quote *:first-child {
  margin-top: 0;
}
.default .wp-block-quote *:last-child {
  margin-bottom: 0;
}
.default .wp-block-table {
  overflow-x: auto;
  overflow-y: hidden;
}
.default .wp-block-table.is-style-regular table th, .default .wp-block-table.is-style-regular table td {
  border: 1px solid #8e8e8e;
}
.default .wp-block-table.is-style-hasbgc table {
  font-size: clamp(12px, 1.5vw, 14px);
  font-weight: 500;
  line-height: 160%;
}
.default .wp-block-table.is-style-hasbgc table td {
  border: none;
  border-bottom: 1px solid #fff;
  background: #f8f7f6;
  padding: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .default .wp-block-table.is-style-hasbgc table td {
    padding: 12px 14px;
  }
}
.default .wp-block-table.is-style-hasbgc table td:first-child {
  border-bottom: 1px solid #fff;
  background: #9b917a;
  color: #fff;
  width: clamp(80px, 12.5vw, 180px);
}
.default .wp-block-table.is-style-hasbgc table tr:first-child td {
  border-top: 1px solid #fff;
}
.default .wp-block-table.is-style-hasbgc table tr:first-child td:first-child {
  border-top: 1px solid #9b917a;
}
.default .wp-block-buttons .wp-block-button__link {
  background-color: #9b917a;
  color: #fff;
  padding: 1em 1.25em;
  line-height: 1em;
  text-decoration: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
  background: url(../images/icon-triangle-right-white-in-circle-black.svg) 20px 55% / 18px auto no-repeat #9b917a;
}
.default .wp-block-buttons .wp-block-button.current .wp-block-button__link {
  background-color: #1c1c1c;
  pointer-events: none;
}
@media screen and (max-width: 680px) {
  .default .wp-block-buttons .wp-block-button {
    width: 100% !important;
  }
}
.default .wp-block-embed figcaption, .default .wp-block-video figcaption {
  margin-top: 0.25em;
}
.default ul.wp-block-social-links {
  line-height: 1;
  margin-left: 0;
}
.default ul.wp-block-social-links li {
  margin: 0;
}
.default .wp-block-contact-form-7-contact-form-selector div.form-message {
  padding: 1em;
  font-size: 0.9375rem;
  line-height: 1.53333;
  border: 2px solid #9b917a;
  margin-bottom: 2em;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 2em;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr th {
  width: 190px;
  border-bottom: 1px solid #fff;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr th p {
  display: inline-block;
  font-weight: bold;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr th.must:after {
  content: "必須";
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
  background-color: #ad002d;
  margin-left: 0.45em;
  padding: 2px 5px 4px;
  display: inline-block;
  vertical-align: middle;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td {
  border-bottom: 1px solid #eff1f7;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="text"], .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="email"], .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="tel"], .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td textarea {
  padding: 0.25em;
  width: 100%;
  box-sizing: border-box;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="text"].w25, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="email"].w25, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="tel"].w25, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td textarea.w25 {
  width: 25%;
  min-width: 240px;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="text"].w50, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="email"].w50, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="tel"].w50, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td textarea.w50 {
  width: 50%;
  min-width: 240px;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="text"].w75, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="email"].w75, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td input[type="tel"].w75, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td textarea.w75 {
  width: 75%;
  min-width: 240px;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr td button#btn_ajaxzip3 {
  cursor: pointer;
  padding: 0 0.8em;
  font-size: 0.9em;
  height: 2.3em;
  line-height: 1;
  vertical-align: bottom;
  background-color: #ad002d;
  color: #fff;
  border: none;
  border-radius: 0.3em;
}
.default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr:first-child th, .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr:first-child td {
  border-top: 1px solid #eff1f7;
}
@media screen and (max-width: 800px) {
  .default .wp-block-contact-form-7-contact-form-selector table.form-table {
    display: block;
  }
  .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody, .default .wp-block-contact-form-7-contact-form-selector table.form-table tr, .default .wp-block-contact-form-7-contact-form-selector table.form-table th, .default .wp-block-contact-form-7-contact-form-selector table.form-table td {
    display: block;
    width: auto !important;
    padding-left: 0;
    padding-right: 0;
  }
  .default .wp-block-contact-form-7-contact-form-selector table.form-table tbody tr:first-child td {
    border-top: none;
  }
}
.default .wp-block-contact-form-7-contact-form-selector div.form-button {
  text-align: center;
}
.default .wp-block-contact-form-7-contact-form-selector div.form-button input {
  border: none;
  background-color: #9b917a;
  color: #fff;
  width: 200px;
  height: 50px;
  position: relative;
}
.default .wp-block-contact-form-7-contact-form-selector div.form-button input:hover {
  left: 1px;
  top: 1px;
}
.default .wp-block-contact-form-7-contact-form-selector div.form-button input:active {
  left: 3px;
  top: 3px;
}
.default .wp-block-contact-form-7-contact-form-selector div.form-button input[disabled] {
  filter: grayscale(100%);
  opacity: 0.25;
  left: 0 !important;
  top: 0 !important;
}
.default .wp-block-contact-form-7-contact-form-selector div.form-button .wpcf7-spinner {
  display: block;
  margin: 1em auto 0;
}
.default .wp-block-contact-form-7-contact-form-selector div.wpcf7-response-output {
  font-size: 1rem;
  line-height: 1.375;
  padding: 1em;
  border-width: 5px;
  margin-top: 0;
}
.default .subpage-heading {
  padding: 0;
  background-color: transparent;
}
.default .subpage-heading h3 {
  margin-bottom: 20px !important;
}
.default .subpage-heading .subpage_leadtext {
  margin-top: 0;
  text-align: center;
}
.default .subpage_detail {
  text-align: center;
}
.default .subpage_column-group {
  margin: 80px 0;
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 890px) {
  .default .subpage_column-group {
    margin: 60px 0;
  }
}
.default .subpage_column-group .wp-block-group__inner-container {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  gap: 60px 0;
}
.default .subpage_column-group .wp-block-group__inner-container .subpage_columns {
  margin: 0;
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 890px) {
  .default .subpage_column-group .wp-block-group__inner-container .subpage_columns {
    flex-direction: column;
    gap: 40px 0;
  }
}
.default .subpage_column-group .wp-block-group__inner-container .subpage_columns .wp-block-column {
  flex-basis: calc(50% - 30px);
}
.default .subpage_column-group .wp-block-group__inner-container .subpage_columns .wp-block-column .wp-block-image {
  height: 320px;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .default .subpage_column-group .wp-block-group__inner-container .subpage_columns .wp-block-column .wp-block-image {
    height: auto;
  }
}
@media screen and (max-width: 890px) {
  .default .subpage_column-group .wp-block-group__inner-container .subpage_columns .wp-block-column .wp-block-image {
    aspect-ratio: 16/9;
  }
}
.default .subpage_column-group .wp-block-group__inner-container .subpage_columns .wp-block-column .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 890px) {
  .default .subpage_column-group .wp-block-group__inner-container .subpage_columns:nth-child(even) {
    flex-direction: column-reverse;
  }
}
.default .subpage_column-group_ver2 {
  margin: 80px 0;
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 890px) {
  .default .subpage_column-group_ver2 {
    margin: 60px 0;
  }
}
.default .subpage_column-group_ver2 .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.default .subpage_column-group_ver2 .wp-block-group__inner-container > * {
  margin: 0;
}
.default .subpage_column-group_ver2 .wp-block-group__inner-container .wp-block-columns {
  gap: 40px;
}
.default .subpage_column-group_ver2 .wp-block-group__inner-container .wp-block-columns .wp-block-column {
  flex: 0 1 calc(50% - 20px);
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.default .subpage_column-group_ver2 .wp-block-group__inner-container .wp-block-columns .wp-block-column > * {
  margin: 0;
}
.default .subpage_column-group_ver2 .wp-block-group__inner-container .wp-block-columns .wp-block-column .collection-ex {
  flex-grow: 1;
}
.default .subpage_column-group_ver2 .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-image a.cboxElement {
  position: relative;
}
.default .subpage_column-group_ver2 .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-image a.cboxElement::before {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: url(../images/icon-white-glass.svg) center / 15px auto no-repeat;
  background-color: rgba(28, 28, 28, .8);
  border-radius: 30px;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 480px) {
  .default .subpage_column-group_ver2 .wp-block-group__inner-container .wp-block-columns .wp-block-column .wp-block-image a.cboxElement::before {
    background-size: 12px auto;
    width: 30px;
    height: 30px;
  }
}
.default .subpage_column-group_ver2.sub-craftsman .wp-block-group__inner-container {
  gap: 100px 0;
}
.default .subpage_column-group_ver2.sub-craftsman .wp-block-group__inner-container .craftsman-note {
  padding: 0;
  background-color: transparent;
}
.default .subpage_column-group_ver2.sub-craftsman .wp-block-group__inner-container .craftsman-note .wp-block-group__inner-container {
  flex-direction: row;
  gap: 5px;
}
.default .subpage_column-group_ver2.sub-craftsman .wp-block-group__inner-container .craftsman-note .wp-block-group__inner-container .craftsman-type {
  padding: 0.5em 0.7em;
  background-color: #1c1c1c;
  font-size: 0.8125rem;
  line-height: 1;
  color: #fff;
  margin-right: 1em;
  display: inline-block;
  margin-bottom: 7px;
}
.default .subpage-btn-items {
  margin-top: 80px;
  gap: 0 10px;
}
@media screen and (max-width: 890px) {
  .default .subpage-btn-items {
    margin-top: 60px;
  }
}
@media screen and (max-width: 890px) {
  .default .subpage-btn-items {
    flex-wrap: wrap !important;
    gap: 10px;
  }
}
.default .subpage-btn-items .subpage-btn-item {
  position: relative;
}
@media screen and (max-width: 890px) {
  .default .subpage-btn-items .subpage-btn-item {
    flex-basis: calc(50% - 5px) !important;
  }
}
@media screen and (max-width: 480px) {
  .default .subpage-btn-items .subpage-btn-item {
    flex-basis: 100% !important;
  }
}
.default .subpage-btn-items .subpage-btn-item .wp-block-image {
  margin: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 480px) {
  .default .subpage-btn-items .subpage-btn-item .wp-block-image {
    aspect-ratio: 2.914;
  }
}
.default .subpage-btn-items .subpage-btn-item .wp-block-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.default .subpage-btn-items .subpage-btn-item .caption {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.default .subpage-btn-items .subpage-btn-item .caption::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: rgba(28, 28, 28, .6);
}
.default .subpage-btn-items .subpage-btn-item .caption a {
  display: block;
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.default .subpage-btn-items .subpage-btn-item .caption a::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../images/decoration-05.svg) center / contain no-repeat;
  background-size: contain;
  position: absolute;
  inset: 5px auto auto 5px;
}
.default .subpage-btn-items .subpage-btn-item .caption a:hover {
  background-color: rgba(173, 0, 45, .85);
}
.default .subpage-btn-items .subpage-btn-item .caption.current-page {
  pointer-events: none;
}
.default .subpage-btn-items .subpage-btn-item .caption.current-page::after {
  background-color: #9b917a;
}
body {
  background-color: #c6c6c6;
  color: #1c1c1c;
}
div#header {
  height: 30px;
  background-color: #9b917a;
  color: #fff;
  position: relative;
  z-index: 200;
}
body.sp_menu.menu_open div#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
body.sp_menu.menu_open.admin-bar div#header {
  top: 32px;
}
div#header h1 a {
  padding: 8px 10px;
  background-color: #fff;
  color: #fff;
  display: block;
  position: absolute;
  z-index: 1;
  inset: 10px auto auto 30px;
}
body.sp_menu div#header h1 a {
  top: 15px;
}
div#header h1 a img {
  width: 230px;
}
@media screen and (max-width: 800px) {
  div#header h1 a {
    padding: 10px 15px;
    left: 15px;
  }
  div#header h1 a img {
    width: 140px;
  }
}
div#header div.links {
  position: absolute;
  inset: 0 30px 0 auto;
  display: flex;
  align-items: center;
  gap: 17px;
}
body.sp_menu div#header div.links {
  display: none;
}
div#header div.links ul.icon {
  display: flex;
  gap: 15px;
}
div#header div.links ul.icon li {
  flex: 0 0 16px;
  aspect-ratio: 1 / 1;
}
div#header div.links ul.icon li a {
  display: block;
  aspect-ratio: 1 / 1;
}
div#header div.links ul.icon li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
div#header div.links ul.text {
  font-size: 12px;
}
div#header div.links ul.text li a {
  display: flex;
  align-items: center;
  gap: 5px;
}
div#header div.links ul.text li a:before {
  flex: 0 0 9px;
  content: '';
  width: 9px;
  height: 9px;
  background: url('../images/icon-arrow-right-white.svg') center / contain no-repeat;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
div#mainVisual {
  position: relative;
  height: calc(100vh - 30px - 53px);
  padding-bottom: 53px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  div#mainVisual {
    height: calc(100vh - 30px);
    max-height: 750px;
    min-height: 600px;
  }
}
@media screen and (max-width: 800px) {
  div#mainVisual {
    padding-bottom: 0;
  }
}
div#mainVisual:after {
  content: '';
  background-color: transparent;
  display: block;
  position: absolute;
  inset: 0;
  transition: 0.5s;
  pointer-events: none;
}
div#mainVisual[data-blur="1"]:after {
  backdrop-filter: blur(7px);
  pointer-events: auto;
}
div#mainVisual > * {
  transition: filter 1s;
}
div#mainVisual[data-blur="1"] > * {
  filter: brightness(0.85);
}
div#mainVisual div.slides {
  height: 100%;
  position: relative;
  background-color: #1c1c1c;
}
div#mainVisual div.slides div {
  height: 100%;
}
div#mainVisual div.slides div.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div#mainVisual div.slides:after {
  content: '';
  display: block;
  position: absolute;
  inset: 0 0 auto 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.00) 100%);
  pointer-events: none;
}
div#mainVisual div.slides ul.slick-dots {
  position: absolute;
  z-index: 1;
  margin: auto;
  inset: 30px 28px 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style-type: none;
  gap: 11px;
}
div#mainVisual div.slides ul.slick-dots button {
  cursor: pointer;
  display: block;
  width: 13px;
  height: 13px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #fff;
  text-indent: -9999px;
}
div#mainVisual div.slides ul.slick-dots li.slick-active button {
  background-color: #ad002d;
}
@media screen and (max-width: 800px) {
  div#mainVisual div.slides ul.slick-dots {
    flex-direction: row;
    inset: clamp(450px, calc(100vh - 180px), 600px) auto auto 15px;
    gap: 8px;
  }
  div#mainVisual div.slides ul.slick-dots button {
    width: 10px;
    height: 10px;
  }
}
div#mainVisual .slides div.item.add-animation {
  animation: zoomUp 8s linear 0s normal both;
}
div#mainVisual div.overlay_text {
  color: #fff;
  font-size: clamp(0px, 6.5vh, 52px);
  font-weight: 400;
  position: absolute;
  inset: 0px auto 0.385em 9.03vw;
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  div#mainVisual div.overlay_text {
    font-size: 35px;
    inset: 0px auto 90px 3vw;
  }
}
div#mainVisual div.overlay_text span.w {
  display: block;
  background: rgba(0, 0, 0, 0.60);
  padding: 0.48077em;
}
div#mainVisual div.overlay_text span.w span.l {
  display: block;
  margin-block: 0 0.57692em;
}
div#mainVisual div.overlay_text span.w span.l.l2 {
  margin-block: 0;
}
div#mainVisual div.scrolltocontent {
  color: #fff;
  position: absolute;
  inset: auto clamp(0px, 2.08vw, 28px) 53px auto;
}
@media screen and (max-width: 800px) {
  div#mainVisual div.scrolltocontent {
    bottom: 107px;
  }
}
div#mainVisual div.scrolltocontent a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
div#mainVisual div.scrolltocontent a span.caption {
  writing-mode: vertical-rl;
}
div#mainVisual div.scrolltocontent a:after {
  content: '';
  background-color: currentcolor;
  width: 1px;
  height: 55px;
  left: 0.1em;
  position: relative;
}
div.firstViewHeadline {
  background-color: rgba(28, 28, 28, .95);
  color: #fff;
  backdrop-filter: blur(5px);
  min-height: 70px;
  margin-inline: auto;
  margin-block: -35px 0;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 10px 40px;
  position: absolute;
  inset: auto 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  div.firstViewHeadline {
    gap: 20px;
    padding: 10px 20px;
    inset: auto 40px;
  }
}
@media screen and (max-width: 800px) {
  div.firstViewHeadline {
    margin: 0;
    display: block;
    padding: 0 20px 20px;
    inset: auto 0 0 0;
  }
}
div.firstViewHeadline a:hover {
  transition: 0.25s;
  opacity: 0.75;
}
div.firstViewHeadline div.label {
  flex: 0 0 130px;
  background-color: #9b917a;
  color: #fff;
  height: 31px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  div.firstViewHeadline div.label {
    margin: -13.5px 0 10px -20px;
    width: 120px;
    font-size: 12px;
    height: 27px;
  }
}
div.firstViewHeadline div.headline.topics_headline {
  min-width: 0;
  flex: 1 1 auto;
}
div.firstViewHeadline div.headline.topics_headline div.item {
  max-width: 100%;
}
div.firstViewHeadline div.headline.topics_headline div.item a {
  border-bottom: none;
  padding: 0;
  background-image: none;
}
div.firstViewHeadline div.headline.topics_headline div.item a span.date {
  margin-right: 20px;
}
div.firstViewHeadline div.headline.topics_headline div.item a span.terms {
  margin-right: 20px;
  width: auto;
  color: inherit;
}
div.firstViewHeadline div.headline.topics_headline div.item a span.title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 800px) {
  div.firstViewHeadline div.headline.topics_headline div.item a {
    flex-wrap: wrap;
    font-size: 13px;
    gap: 5px 0;
  }
  div.firstViewHeadline div.headline.topics_headline div.item a span.date {
    margin-right: 10px;
  }
  div.firstViewHeadline div.headline.topics_headline div.item a span.title {
    flex: 0 0 100%;
  }
}
div.firstViewHeadline div.headline.topics_headline div.item a:before {
  display: none;
}
div.firstViewHeadline div.controller {
  flex: 0 0 65px;
  margin-left: auto;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 9px;
}
div.firstViewHeadline div.controller a.arrow {
  flex: 0 0 5px;
}
div.firstViewHeadline div.controller a.arrow img {
  position: relative;
  bottom: 2px;
}
@media screen and (max-width: 800px) {
  div.firstViewHeadline div.controller a.arrow img {
    bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  div.firstViewHeadline div.controller {
    font-size: 12px;
    justify-content: center;
    margin-top: 10px;
    flex: 0 0 100px;
  }
  div.firstViewHeadline div.controller a.arrow {
    width: 25px;
    height: 25px;
    background-color: #555;
    display: inline-flex;
    flex: 0 0 25px;
    border-radius: 20px;
    box-sizing: border-box;
  }
  div.firstViewHeadline div.controller a.arrow.prev {
    padding: 8px 7px 8px 9px;
  }
  div.firstViewHeadline div.controller a.arrow.next {
    padding: 8px 6px 8px 10px;
  }
}
div.firstViewHeadline div.controller span.pm {
  position: relative;
  bottom: 2px;
}
div#gnav {
  position: absolute;
  inset: 30px 0 auto 0;
  color: #fff;
}
div#gnav.blacktext {
  color: #1c1c1c;
}
div#gnav div.mainmenu {
  display: flex;
  font-size: 14px;
  position: absolute;
  inset: 40px 210px auto auto;
  align-items: flex-end;
  gap: 16px;
  z-index: 2;
}
div#gnav div.mainmenu div.links {
  display: none;
}
div#gnav div.mainmenu div.menu {
  margin-bottom: 6px;
}
div#gnav div.mainmenu div.menu > ul {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}
div#gnav div.mainmenu div.menu > ul > li > ul {
  display: none;
}
div#gnav div.mainmenu div.menu > ul > li > a {
  display: flex;
  gap: 5px;
}
div#gnav div.mainmenu div.menu > ul > li > a:after {
  display: none;
  content: '';
  width: 14px;
  height: 14px;
  background: url('../images/icon-expand1-color.svg') center / contain no-repeat;
}
div#gnav div.mainmenu div.menu > ul > li > a:hover:after {
  content: '';
  width: 14px;
  height: 14px;
  background: url('../images/icon-expand2-color.svg') center / contain no-repeat;
}
div#gnav div.mainmenu div.menu > ul > li.open a:after {
  content: '';
  width: 14px;
  height: 14px;
  background: url('../images/icon-expand2-color.svg') center / contain no-repeat;
}
div#gnav div.mainmenu div.menu > ul > li[data-submenu] a:after {
  display: inline;
}
div#gnav div.submenu {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 1;
}
div#gnav div.submenu div.item {
  position: absolute;
  inset: 0 0 auto 0;
  clip-path: inset(0 0 100% 0);
  transition: 0.25s;
  padding: 73px 30px 10px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.90) 0%, rgba(255, 255, 255, 0.81) 100%);
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
div#gnav div.submenu div.item.show {
  clip-path: inset(0);
}
div#gnav div.submenu div.item a {
  display: block;
  aspect-ratio: 154 / 95;
  flex: 0 0 154px;
  position: relative;
}
div#gnav div.submenu div.item a span.image {
  position: absolute;
  inset: 0;
}
div#gnav div.submenu div.item a span.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div#gnav div.submenu div.item a span.caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.40);
  color: #fff;
}
div#gnav div.submenu div.item a[data-thumb=""] span.caption {
  background-color: #9b917a;
  color: #fff;
}
body.sp_menu div#gnav {
  position: fixed;
  z-index: 50;
  inset: 0;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.5s;
}
body.sp_menu div#gnav div.mainmenu {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, .95);
  color: #1c1c1c;
  backdrop-filter: blur(10px);
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  padding: 135px 20px 60px;
  overflow: scroll;
}
@media screen and (max-width: 800px) {
  body.sp_menu div#gnav div.mainmenu {
    padding-top: 105px;
  }
}
body.sp_menu div#gnav div.mainmenu > div {
  width: 500px;
  max-width: 100%;
}
body.sp_menu div#gnav div.mainmenu div.links {
  display: flex;
  justify-content: space-between;
}
body.sp_menu div#gnav div.mainmenu div.links ul.icon {
  display: flex;
  gap: 20px;
  align-items: center;
}
body.sp_menu div#gnav div.mainmenu div.links ul.icon li {
  flex: 0 0 21px;
}
body.sp_menu div#gnav div.mainmenu div.links ul.text {
  font-size: 14px;
}
body.sp_menu div#gnav div.mainmenu div.links ul.text li {
  display: flex;
  align-items: center;
  gap: 5px;
}
body.sp_menu div#gnav div.mainmenu div.links ul.text li:before {
  flex: 0 0 9px;
  content: '';
  width: 9px;
  height: 9px;
  background: url('../images/icon-arrow-right-black.svg') center / contain no-repeat;
}
body.sp_menu div#gnav div.mainmenu div.menu {
  font-size: 13px;
}
body.sp_menu div#gnav div.mainmenu div.menu > ul {
  flex-direction: column;
  gap: 1px;
}
body.sp_menu div#gnav div.mainmenu div.menu > ul > li a {
  position: relative;
  position: relative;
}
body.sp_menu div#gnav div.mainmenu div.menu > ul > li a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  mix-blend-mode: soft-light;
}
body.sp_menu div#gnav div.mainmenu div.menu > ul > li a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
body.sp_menu div#gnav div.mainmenu div.menu > ul > li > a {
  background: url('../images/icon-arrow-right-white.svg') 10px center / 5px auto no-repeat #1c1c1c;
  color: #fff;
  padding: 13px 14px 14px 25px;
}
body.sp_menu div#gnav div.mainmenu div.menu > ul > li[data-submenu] > a {
  background-image: none;
}
body.sp_menu div#gnav div.mainmenu div.menu > ul > li[data-submenu] > a:after {
  margin-left: auto;
}
body.sp_menu div#gnav div.mainmenu div.menu > ul > li > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  margin-top: 1px;
}
body.sp_menu div#gnav div.mainmenu div.menu > ul > li > ul > li {
  flex: 0 0 calc((100% - 1px * 1) / 2);
}
body.sp_menu div#gnav div.mainmenu div.menu > ul > li > ul > li > a {
  display: block;
  background: url('../images/icon-arrow-right-white.svg') 10px center / 5px auto no-repeat #9b917a;
  color: #fff;
  padding: 13px 14px 14px 25px;
}
body.sp_menu div#gnav div.mainmenu div.menu > ul > li > ul > li > a:before {
  background: #555;
}
body.sp_menu.menu_open div#gnav {
  clip-path: inset(0);
}
div#siteStickyButtons {
  height: 0;
  position: sticky;
  top: 0px;
  padding-right: 30px;
  transform: translateY(15px);
  display: flex;
  gap: 4px;
  justify-content: flex-end;
  z-index: 100;
}
body.sp_menu div#siteStickyButtons {
  padding-right: 10px;
}
body.admin-bar div#siteStickyButtons {
  top: 35px;
}
body.sp_menu div#siteStickyButtons {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 300;
}
body.admin-bar.sp_menu div#siteStickyButtons {
  top: 30px;
}
div#siteStickyButtons div#gnavToggleWrapper {
  display: inline-block;
  width: 50px;
  height: 50px;
}
div#siteStickyButtons div#gnavToggleWrapper a#gnavToggle {
  display: none;
  background-color: #1c1c1c;
  color: #fff;
  position: relative;
  width: 100%;
  height: 100%;
  transition: clip-path 0.5s;
  z-index: 100;
  transition: 0.25s;
}
body.sp_menu div#siteStickyButtons div#gnavToggleWrapper a#gnavToggle {
  display: block;
}
div#siteStickyButtons div#gnavToggleWrapper a#gnavToggle span {
  display: block;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: 0.25s;
}
div#siteStickyButtons div#gnavToggleWrapper a#gnavToggle span.b {
  width: 20px;
  height: 1px;
  background-color: #fff;
}
div#siteStickyButtons div#gnavToggleWrapper a#gnavToggle span.b.b1 {
  transform: translateY(-8px);
}
div#siteStickyButtons div#gnavToggleWrapper a#gnavToggle span.b.b2 {
  transform: translateY(-2px);
}
div#siteStickyButtons div#gnavToggleWrapper a#gnavToggle span.text {
  height: 1em;
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  transform: translateY(7px);
}
body.menu_open div#siteStickyButtons div#gnavToggleWrapper a#gnavToggle {
  background-color: #ad002d;
}
body.menu_open div#siteStickyButtons div#gnavToggleWrapper a#gnavToggle span.b.b1 {
  transform: translateY(-5px) rotateZ(-45deg);
}
body.menu_open div#siteStickyButtons div#gnavToggleWrapper a#gnavToggle span.b.b2 {
  transform: translateY(-5px) rotateZ(45deg);
}
body.menu_open div#siteStickyButtons div#gnavToggleWrapper a#gnavToggle span.text {
  transform: translateY(10px);
}
div#siteStickyButtons div#shopBtnWrapper {
  display: inline-block;
  width: 150px;
  height: 44px;
}
div#siteStickyButtons div#shopBtnWrapper a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ad002d;
  color: #fff;
  gap: 8px;
}
div#siteStickyButtons div#shopBtnWrapper a span {
  opacity: 1;
}
div#siteStickyButtons div#shopBtnWrapper a span.caption {
  font-size: 15px;
}
body.sp_menu div#siteStickyButtons div#shopBtnWrapper {
  transition: 0.5s;
  width: 50px;
  height: 50px;
}
body.sp_menu div#siteStickyButtons div#shopBtnWrapper a {
  flex-direction: column;
  gap: 0;
}
body.sp_menu div#siteStickyButtons div#shopBtnWrapper a span.caption {
  font-size: 14px;
}
body.sp_menu div#siteStickyButtons div#shopBtnWrapper a span.caption span.pc {
  display: none;
}
div#subpageHeadingVisual div.container {
  height: 340px;
  position: relative;
}
@media screen and (orientation: portrait) {
  div#subpageHeadingVisual div.container {
    height: 200px;
  }
}
div#subpageHeadingVisual div.container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div#subpageHeadingVisual div.container:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.25) 100%);
}
div#subpageHeadingVisual:after {
  content: '';
  background-color: transparent;
  display: block;
  position: absolute;
  inset: 0;
  transition: 0.5s;
  pointer-events: none;
}
div#subpageHeadingVisual[data-blur="1"]:after {
  backdrop-filter: blur(7px);
  pointer-events: auto;
}
div#subpageHeadingVisual > * {
  transition: filter 1s;
}
div#subpageHeadingVisual[data-blur="1"] > * {
  filter: brightness(0.85);
}
div#subpageTopicPath {
  position: relative;
  z-index: 1;
  /*
div#subpageTopicPath {
	position: relative;
	z-index: 1;
	div.container {
		@include container(1294, 30);
		font-size: 14px;
		font-weight: 400;
		ul {
			position:absolute;
			top:80px;
			display:flex;
			flex-direction:column;
			@include maxwidth(980) {
				flex-direction: row;
			}
			li {
				writing-mode: vertical-rl;
				@include maxwidth(980) {
					writing-mode: horizontal-tb;
				}
				letter-spacing: .2em;
				&:before {
					@include before_as_image('../images/icon-arrow-down-black.svg', 6, 6, inline-block);
					margin-inline:13px;
					@include maxwidth(980) {
						transform: rotate(-90deg);
					}
				}
				&:first-child:before {
					display:none;
				}
			}
		}
	}
}
*/
}
div#subpageTopicPath div.container {
  width: 1294px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 1354px) {
  div#subpageTopicPath div.container {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
}
div#subpageTopicPath div.container ul {
  position: absolute;
  top: 80px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 980px) {
  div#subpageTopicPath div.container ul {
    display: inline;
  }
}
div#subpageTopicPath div.container ul li {
  writing-mode: vertical-rl;
  font-size: 14px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 980px) {
  div#subpageTopicPath div.container ul li {
    writing-mode: horizontal-tb;
    display: inline;
    font-size: 12px;
    letter-spacing: initial;
  }
}
div#subpageTopicPath div.container ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: url('../images/icon-arrow-down-black.svg') center / contain no-repeat;
  display: inline-block;
  margin-inline: 13px;
}
@media screen and (max-width: 980px) {
  div#subpageTopicPath div.container ul li:before {
    transform: rotate(-90deg);
    margin: 0 8px 1px 5px;
  }
}
div#subpageTopicPath div.container ul li:first-child:before {
  display: none;
}
div#subpageHeading {
  transition: filter 1s;
}
div#subpageHeading[data-blur="1"] {
  filter: blur(5px);
}
div#subpageHeading div.container div.heading h2 {
  height: 0;
  position: relative;
}
div#subpageHeading div.container div.heading h2 span.ja {
  position: absolute;
  inset: auto 0 -40px;
  margin-block: auto;
  width: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1c1c1c;
  color: #fff;
  writing-mode: vertical-rl;
  box-sizing: border-box;
  min-height: 232px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.2em;
  white-space: nowrap;
  padding: 15px 0;
}
@media screen and (orientation: portrait) {
  div#subpageHeading div.container div.heading h2 span.ja {
    font-size: 12px;
    min-height: 140px;
    width: 40px;
    inset: auto 0 -24px;
  }
}
div#subpageContent {
  min-height: 100vh;
  background-color: #fff;
  color: #1c1c1c;
}
@media screen and (max-width: 980px) {
  div#subpageContent {
    min-height: auto;
  }
}
div#subpageContent div.container {
  width: 1040px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-block: 140px;
}
@media screen and (max-width: 1200px) {
  div#subpageContent div.container {
    width: auto;
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 1200px) {
  div#subpageContent div.container {
    margin: 0 60px 0 80px;
  }
}
@media screen and (max-width: 980px) {
  div#subpageContent div.container {
    margin: 0 20px;
  }
}
div#subpageContent div.common_termlink {
  margin-bottom: 40px;
}
div.heading.common_heading h2 {
  text-align: center;
}
div.heading.common_heading h2 span {
  display: block;
}
div.heading.common_heading h2 span.en {
  color: #9b917a;
  font-size: 16px;
}
div.heading.common_heading h2 span.ja {
  font-size: 24px;
  letter-spacing: 2.4px;
  margin-top: 10px;
}
div.more.allview a {
  font-size: 16px;
  letter-spacing: 0.8px;
  display: inline-flex;
  gap: 14px;
  align-items: center;
}
div.more.allview a:after {
  content: '';
  width: 30px;
  height: 30px;
  background: url('../images/icon-arrow-right-white.svg') center / contain no-repeat;
  background-color: #1c1c1c;
  background-size: 5px auto;
  background-position: left 55% center;
  border-radius: 30px;
  transition: 0.25s;
}
div.more.allview a:hover:after {
  opacity: 0.5;
}
div#toppageSpecialBanner {
  background-color: #f8f7f6;
  text-align: center;
  padding: 40px 20px 0;
}
div#toppageLineup {
  background-color: #f8f7f6;
  padding-block: 67px 71px;
}
div#toppageLineup div.container div.heading.common_heading {
  margin-bottom: 30px;
  position: relative;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1320px) {
  div#toppageLineup div.container div.heading.common_heading {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  div#toppageLineup div.container div.heading.common_heading h2 {
    text-align: initial;
  }
}
div#toppageLineup div.container div.heading.common_heading div.more.allview a {
  position: absolute;
  inset: 20px 0 auto auto;
}
@media screen and (max-width: 750px) {
  div#toppageLineup div.container div.heading.common_heading div.more.allview a {
    letter-spacing: initial;
    font-size: 14px;
    gap: 10px;
  }
}
div#toppageLineup div.container div.body {
  position: relative;
}
div#toppageLineup div.container div.body div.terms_link {
  margin-bottom: 30px;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1320px) {
  div#toppageLineup div.container div.body div.terms_link {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
div#toppageLineup div.container div.body div.terms_link ul {
  display: flex;
  gap: 7px;
}
div#toppageLineup div.container div.body div.terms_link ul li {
  flex: 0 0 calc((100% - 7px * 4) / 5);
}
div#toppageLineup div.container div.body div.terms_link ul li a {
  height: 50px;
  padding-inline: 33px;
  font-size: 15px;
  background-color: #f0efec;
  color: #1c1c1c;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}
div#toppageLineup div.container div.body div.terms_link ul li a:hover {
  background-color: #e6e4de;
}
div#toppageLineup div.container div.body div.terms_link ul li.current a {
  background-color: #1c1c1c;
  color: #fff;
}
@media screen and (max-width: 750px) {
  div#toppageLineup div.container div.body div.terms_link ul {
    gap: 3px;
    flex-wrap: wrap;
  }
  div#toppageLineup div.container div.body div.terms_link ul li {
    flex: 0 0 calc((100% - 3px * 2) / 3);
  }
  div#toppageLineup div.container div.body div.terms_link ul li:nth-child(1), div#toppageLineup div.container div.body div.terms_link ul li:nth-child(2) {
    flex: 0 0 calc((100% - 3px * 1) / 2);
  }
  div#toppageLineup div.container div.body div.terms_link ul li a {
    padding-inline: 5px;
    height: 40px;
  }
}
div#toppageLineup div.container div.body div.contents {
  width: 1160px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1200px) {
  div#toppageLineup div.container div.body div.contents {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
div#toppageLineup div.container div.body div.contents div.content {
  display: flex;
  gap: clamp(0px, 4.16vw, 60px);
}
div#toppageLineup div.container div.body div.contents div.content.c1 div.col1 div.heading h3 {
  background-color: #e5b1a3;
}
div#toppageLineup div.container div.body div.contents div.content.c2 div.col1 div.heading h3 {
  background-color: #6a8c7b;
}
div#toppageLineup div.container div.body div.contents div.content.c3 div.col1 div.heading h3 {
  background-color: #cd412e;
}
div#toppageLineup div.container div.body div.contents div.content.c4 div.col1 div.heading h3 {
  background-color: #6a528c;
}
div#toppageLineup div.container div.body div.contents div.content.c5 div.col1 div.heading h3 {
  background-color: #4374bc;
}
@media screen and (max-width: 750px) {
  div#toppageLineup div.container div.body div.contents div.content {
    flex-direction: column;
  }
}
div#toppageLineup div.container div.body div.contents div.content div.col {
  flex: 0 1 auto;
}
div#toppageLineup div.container div.body div.contents div.content div.col1 {
  flex-basis: 540px;
}
div#toppageLineup div.container div.body div.contents div.content div.col1 div.leadimage {
  margin-bottom: 30px;
  aspect-ratio: 540 / 334;
}
div#toppageLineup div.container div.body div.contents div.content div.col1 div.leadimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div#toppageLineup div.container div.body div.contents div.content div.col1 div.heading {
  text-align: center;
  margin-bottom: 30px;
}
div#toppageLineup div.container div.body div.contents div.content div.col1 div.heading h3 {
  padding-inline: 45px;
  display: inline-flex;
  height: 58px;
  background: #777;
  color: #fff;
  font-size: 20px;
  align-items: center;
}
div#toppageLineup div.container div.body div.contents div.content div.col1 div.leadtext {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.4;
}
div#toppageLineup div.container div.body div.contents div.content div.col1 div.text {
  font-size: 14px;
  line-height: 150%;
}
div#toppageLineup div.container div.body div.contents div.content div.col1 div.text p {
  margin-bottom: 1em;
}
div#toppageLineup div.container div.body div.contents div.content div.col1 div.text p:last-child {
  margin-bottom: 0;
}
div#toppageLineup div.container div.body div.contents div.content div.col2 {
  flex-basis: 560px;
}
div#toppageLineup div.container div.body div.contents div.content div.col2 div.headline.lineup_headline {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  margin-bottom: 40px;
}
div#toppageLineup div.container div.body div.contents div.content div.col2 div.headline.lineup_headline div.item {
  flex: 0 0 calc((100% - 20px * 1) / 2);
}
div#toppageLineup div.container div.body div.contents div.content div.col2 div.headline.lineup_headline div.item a {
  display: block;
}
div#toppageLineup div.container div.body div.contents div.content div.col2 div.headline.lineup_headline div.item a span {
  display: block;
}
div#toppageLineup div.container div.body div.contents div.content div.col2 div.headline.lineup_headline div.item a span.image {
  aspect-ratio: 1 / 1;
  margin-bottom: 10px;
}
div#toppageLineup div.container div.body div.contents div.content div.col2 div.headline.lineup_headline div.item a span.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div#toppageLineup div.container div.body div.contents div.content div.col2 div.headline.lineup_headline div.item a span.title {
  font-size: 14px;
  line-height: 130%;
}
div#toppageLineup div.container div.body div.contents div.content div.col2 div.more a {
  height: 45px;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  background: url(../images/icon-arrow-right-white.svg) right 19px center / 4px auto no-repeat #1c1c1c;
  color: #fff;
  position: relative;
}
div#toppageLineup div.container div.body div.contents div.content div.col2 div.more a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  mix-blend-mode: soft-light;
}
div#toppageLineup div.container div.body div.contents div.content div.col2 div.more a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
div#toppageLineup div.container div.body div.arrows span a {
  position: absolute;
  inset: 0 auto;
  margin-block: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100px;
  font-size: 16px;
  letter-spacing: 0.8px;
  z-index: 1;
  padding-bottom: 5px;
  box-sizing: border-box;
}
div#toppageLineup div.container div.body div.arrows span a:after {
  margin-top: 12px;
  display: block;
  content: '';
  width: 80px;
  height: 7px;
  background: url('../images/icon-lineup-arrow-prev-color.svg') center / contain no-repeat;
  background-size: cover;
  background-position: right top;
}
div#toppageLineup div.container div.body div.arrows span a:hover {
  background-color: #e6e4de;
}
@media screen and (max-width: 750px) {
  div#toppageLineup div.container div.body div.arrows span a {
    font-size: 14px;
    letter-spacing: initial;
    height: 50px;
    margin-block: calc(80px + (100% - 40px) / (540 / 334) + 67px) 0;
  }
  div#toppageLineup div.container div.body div.arrows span a:after {
    width: 40px;
    margin-top: 6px;
  }
}
div#toppageLineup div.container div.body div.arrows span.prev {
  text-align: right;
}
div#toppageLineup div.container div.body div.arrows span.prev a {
  left: 0;
  padding-right: 20px;
  border-radius: 0 20px 20px 0;
}
div#toppageLineup div.container div.body div.arrows span.next a {
  right: 0;
  padding-left: 20px;
  border-radius: 20px 0 0 20px;
}
div#toppageLineup div.container div.body div.arrows span.next a:after {
  background-image: url(../images/icon-lineup-arrow-next-color.svg?2);
  background-position: left top;
}
div#toppageConcept1 {
  background-color: #fff;
  color: #1c1c1c;
  position: relative;
  height: 400vh;
}
div#toppageConcept1 div.visual {
  overflow: hidden;
  position: sticky;
  inset: 0 0 auto 0;
  height: 100vh;
}
div#toppageConcept1 div.visual span {
  display: block;
  transition: 0.5s;
}
body.os-touch div#toppageConcept1 div.visual span {
  transition: none;
}
div#toppageConcept1 div.visual span.main {
  position: absolute;
  inset: 0;
  margin: auto;
  overflow: hidden;
}
div#toppageConcept1 div.visual span.main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
body.os-touch div#toppageConcept1 div.visual span.main img {
  transition: none;
}
div#toppageConcept1 div.visual span.main span.overlay {
  position: absolute;
  display: block;
  inset: 0;
  background-color: #000;
  opacity: 0;
}
div#toppageConcept1 div.visual span.sub {
  position: absolute;
  overflow: hidden;
  inset: 0;
  margin: auto;
}
div#toppageConcept1 div.visual span.sub img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
body.os-touch div#toppageConcept1 div.visual span.sub img {
  transition: none;
}
div#toppageConcept1 div.container {
  opacity: 0;
  transition: 1s;
  color: #fff;
  backdrop-filter: blur(5px);
  position: sticky;
  inset: 0 0 auto 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
div#toppageConcept1 div.container div.heading.common_heading {
  margin-bottom: 25px;
}
div#toppageConcept1 div.container div.body div.leadtext {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: normal;
}
div#toppageConcept1 div.container div.body div.text {
  text-align: center;
  font-size: 14px;
  line-height: 180%;
  margin-bottom: 30px;
}
div#toppageConcept1 div.container div.body div.text p {
  margin-bottom: 1em;
}
div#toppageConcept1 div.container div.body div.text p:last-child {
  margin-bottom: 0;
}
div#toppageConcept1 div.container div.body div.more {
  text-align: center;
}
div#toppageConcept1 div.container div.body div.more a {
  display: inline-flex;
  width: 30px;
  height: 30px;
  background-color: #9b917a;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  transition: 0.25s;
}
div#toppageConcept1 div.container div.body div.more a img {
  width: 5px;
}
div#toppageConcept1 div.container div.body div.more a:hover {
  opacity: 0.5;
}
div#toppageConcept2 {
  padding-block: 177px 150px;
  background-color: #fff;
  color: #1c1c1c;
  position: relative;
  overflow-x: hidden;
}
div#toppageConcept2 div.container {
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1440px) {
  div#toppageConcept2 div.container {
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
  }
}
div#toppageConcept2 div.container div.body div.item {
  display: flex;
  margin-bottom: 120px;
}
div#toppageConcept2 div.container div.body div.item:last-child {
  margin-bottom: 0;
}
div#toppageConcept2 div.container div.body div.item.item2 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 800px) {
  div#toppageConcept2 div.container div.body div.item {
    flex-direction: column !important;
    padding-inline: 0 20px;
    margin-bottom: 10vw;
  }
  div#toppageConcept2 div.container div.body div.item.item2 {
    padding-inline: 20px 0;
  }
}
div#toppageConcept2 div.container div.body div.item div.image {
  flex: 0 0 50%;
  aspect-ratio: 720/398;
}
div#toppageConcept2 div.container div.body div.item div.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 800px) {
  div#toppageConcept2 div.container div.body div.item div.image {
    margin-bottom: 10vw;
  }
}
div#toppageConcept2 div.container div.body div.item div.docs {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
div#toppageConcept2 div.container div.body div.item div.docs span.index {
  font-size: 14px;
  display: flex;
  gap: 5px;
  align-items: center;
  margin-bottom: 23px;
}
div#toppageConcept2 div.container div.body div.item div.docs span.index:before, div#toppageConcept2 div.container div.body div.item div.docs span.index:after {
  content: '';
  width: 3px;
  height: 12px;
  background: url('../images/icon-bracket-left-black.svg') center / contain no-repeat;
  flex: 0 0 3px;
  position: relative;
  top: 1px;
}
div#toppageConcept2 div.container div.body div.item div.docs span.index:after {
  background-image: url(../images/icon-bracket-right-black.svg);
}
div#toppageConcept2 div.container div.body div.item div.docs span.ja {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2.4px;
  margin-bottom: 13px;
}
div#toppageConcept2 div.container div.body div.item div.docs span.en {
  color: #9b917a;
  font-size: 16px;
}
div#toppageConcept2 div.container div.body div.item div.docs span.link {
  text-align: center;
  margin-top: 23px;
}
div#toppageConcept2 div.container div.body div.item div.docs span.link a {
  display: inline-flex;
  background-color: #1c1c1c;
  width: 30px;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  transition: 0.25s;
}
div#toppageConcept2 div.container div.body div.item div.docs span.link a img {
  width: 5px;
}
div#toppageConcept2 div.container div.body div.item div.docs span.link a:hover {
  opacity: 0.5;
}
div#toppageConcept2 div.decoration {
  position: absolute;
  justify-content: space-between;
  display: flex;
  align-items: center;
  flex-direction: column;
  pointer-events: none;
}
div#toppageConcept2 div.decoration.decoration1 img {
  transition-delay: 0s;
}
div#toppageConcept2 div.decoration.decoration2 img {
  transition-delay: 0;
}
div#toppageConcept2 div.decoration.decoration1 {
  inset: 67px 80px 300px;
}
div#toppageConcept2 div.decoration.decoration1 img {
  height: auto;
  width: auto;
}
div#toppageConcept2 div.decoration.decoration1 img.cb.cb1 {
  aspect-ratio: 243 / 75;
  width: 243px;
}
div#toppageConcept2 div.decoration.decoration1 img.cb.cb2 {
  aspect-ratio: 281 / 104;
  width: 281px;
}
div#toppageConcept2 div.decoration.decoration1 img.cb.cb3 {
  aspect-ratio: 121 / 47;
  width: 121px;
}
div#toppageConcept2 div.decoration.decoration1 img.cb.i7 {
  align-self: flex-start;
}
div#toppageConcept2 div.decoration.decoration1 img.cb.i1 {
  align-self: flex-end;
}
div#toppageConcept2 div.decoration.decoration1 img.cb.i3 {
  align-self: flex-start;
}
div#toppageConcept2 div.decoration.decoration1 img.cb.i5 {
  align-self: flex-end;
}
div#toppageConcept2 div.decoration.decoration2 {
  inset: 0px -193px auto;
  height: 120vh;
}
div#toppageConcept2 div.decoration.decoration2 img {
  height: auto;
  width: auto;
  filter: blur(0.4167vw);
  mix-blend-mode: multiply;
  opacity: 0.8;
}
div#toppageConcept2 div.decoration.decoration2 img.cf.cf1 {
  aspect-ratio: 465 / 215;
  width: clamp(0px, 72.29vw, 465px);
}
div#toppageConcept2 div.decoration.decoration2 img.cf.cf2 {
  aspect-ratio: 572 / 220;
  width: clamp(0px, 79.72vw, 572px);
}
div#toppageConcept2 div.decoration.decoration2 img.cf.i1 {
  align-self: flex-end;
  margin-right: 150px;
}
div#toppageConcept2 div.decoration.decoration2 img.cf.i2 {
  align-self: flex-start;
}
div#toppageConcept2 div.decoration.decoration2 img.cf.i3 {
  margin-left: 80px;
}
div#toppageTopics {
  background-color: #fff;
  color: #1c1c1c;
  padding-block: 0 123px;
}
@media screen and (max-width: 800px) {
  div#toppageTopics {
    padding-block: 0 50px;
  }
}
div#toppageTopics div.container {
  width: 1040px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1080px) {
  div#toppageTopics div.container {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
div#toppageTopics div.container div.heading.common_heading {
  margin-bottom: 40px;
}
div#toppageTopics div.container div.body div.common_termlink {
  margin-bottom: 40px;
}
div#toppageTopics div.container div.body div.more.allview {
  margin-top: 30px;
  text-align: right;
}
div#contentFooter {
  background-color: #fff;
  color: #1c1c1c;
  padding-block: 0 51px;
}
div#contentFooter div#contentFooterBanner {
  display: flex;
  gap: 1px;
  width: 1440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1440px) {
  div#contentFooter div#contentFooterBanner {
    width: auto;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 800px) {
  div#contentFooter div#contentFooterBanner {
    margin-inline: 10px;
    flex-direction: column;
    gap: 4px;
    align-items: center;
  }
}
div#contentFooter div#contentFooterBanner div.item {
  flex: 0 0 calc((100% - 1px * 1) / 2);
}
@media screen and (max-width: 800px) {
  div#contentFooter div#contentFooterBanner div.item {
    flex: 0 0 170px;
    width: 100%;
    max-width: 600px;
  }
}
div#contentFooter div#contentFooterBanner div.item a {
  display: block;
  aspect-ratio: 719 / 306;
  position: relative;
  background-color: #1c1c1c;
  color: #fff;
}
@media screen and (max-width: 800px) {
  div#contentFooter div#contentFooterBanner div.item a {
    height: 100%;
    width: 100%;
    aspect-ratio: auto;
  }
}
div#contentFooter div#contentFooterBanner div.item a span.image {
  position: absolute;
  inset: 0;
}
div#contentFooter div#contentFooterBanner div.item a span.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div#contentFooter div#contentFooterBanner div.item a span.image:after {
  content: '';
  position: absolute;
  inset: 0;
  display: block;
  background: rgba(0, 0, 0, .4);
}
div#contentFooter div#contentFooterBanner div.item a span.caption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 1.4;
  flex-direction: column;
  padding-top: 38px;
}
div#contentFooter div#contentFooterBanner div.item a span.caption span.external {
  display: block;
  margin-top: 8px;
  width: 30px;
  height: 30px;
  background: url(../images/icon-external-white.svg) center / 10px auto no-repeat;
  background-color: #9b917a;
  border-radius: 30px;
}
div#contentFooter div#contentFooterBanner div.item a span.caption:before, div#contentFooter div#contentFooterBanner div.item a span.caption:after {
  content: '';
  width: 25px;
  height: 25px;
  background: url('../images/decoration-05.svg') center / contain no-repeat;
  display: block;
  background-size: contain;
  position: absolute;
  inset: 10px auto auto 10px;
}
div#contentFooter div#contentFooterBanner div.item a span.caption:after {
  inset: auto 10px 10px auto;
  background-image: url(../images/decoration-06.svg);
}
div#contentFooter div#contentFooterBanner div.item a:before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
  transition: 0.25s;
  background-color: rgba(255, 255, 255, .3);
  mix-blend-mode: overlay;
}
div#contentFooter div#contentFooterBanner div.item a:hover:before {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
div#footer {
  background-color: #f8f7f6;
  color: #1c1c1c;
  padding-block: 60px 100px;
}
@media screen and (max-width: 1080px) {
  div#footer {
    padding-block: 40px 60px;
  }
}
div#footer div.container {
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1440px) {
  div#footer div.container {
    width: auto;
    margin-left: 80px;
    margin-right: 80px;
  }
}
@media screen and (max-width: 1200px) {
  div#footer div.container {
    margin-inline: 30px;
  }
}
@media screen and (max-width: 1000px) {
  div#footer div.container {
    margin-inline: 20px;
  }
}
div#footer div.container div.sec1 {
  text-align: center;
  margin-bottom: 40px;
}
div#footer div.container div.sec1 div.sitename h2 {
  display: inline-block;
  padding: 8px 5px;
  background-color: #fff;
}
div#footer div.container div.sec1 div.sitename h2 img {
  width: 230px;
}
div#footer div.container div.sec1 div.address {
  margin-top: 12px;
  font-size: 13px;
  line-height: 130%;
}
div#footer div.container div.sec1 div.sns {
  margin-top: 20px;
}
div#footer div.container div.sec1 div.sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
div#footer div.container div.sec1 div.sns ul li a img {
  width: 23px;
}
div#footer div.container div.sec2 {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  div#footer div.container div.sec2 {
    gap: 10px;
  }
}
@media screen and (max-width: 1000px) {
  div#footer div.container div.sec2 {
    display: block;
  }
  div#footer div.container div.sec2 div.col1 {
    margin-bottom: 20px;
  }
}
div#footer div.container div.sec2 div.col.col1 {
  flex: 0 0 280px;
}
div#footer div.container div.sec2 div.col.col1 div.heading {
  height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0 13px 1px;
  background-color: #1c1c1c;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 130%;
  box-sizing: border-box;
  margin-bottom: 8px;
}
div#footer div.container div.sec2 div.col.col1 div.docs {
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 1000px) {
  div#footer div.container div.sec2 div.col.col1 {
    text-align: center;
  }
}
div#footer div.container div.sec2 div.col.col2 {
  flex: 1 1 auto;
  margin-left: auto;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1300px) {
  div#footer div.container div.sec2 div.col.col2 {
    gap: 30px;
  }
}
@media screen and (max-width: 1000px) {
  div#footer div.container div.sec2 div.col.col2 {
    display: block;
    width: 335px;
    max-width: 100%;
    margin-inline: auto;
  }
}
div#footer div.container div.sec2 div.col.col2 div.item {
  flex: 1 1 auto;
}
div#footer div.container div.sec2 div.col.col2 div.item h4 {
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
  padding: 0 0 8px;
  border-bottom: 1px solid #9b917a;
  margin-bottom: 10px;
  min-width: 200px;
}
@media screen and (max-width: 1300px) {
  div#footer div.container div.sec2 div.col.col2 div.item h4 {
    min-width: initial;
  }
}
@media screen and (max-width: 1000px) {
  div#footer div.container div.sec2 div.col.col2 div.item h4 {
    font-size: 13px;
    background-color: #1c1c1c;
    color: #fff;
    height: 40px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 13px 0 25px;
    margin-bottom: 1px;
    border-bottom: none;
  }
  div#footer div.container div.sec2 div.col.col2 div.item h4:after {
    content: '';
    width: 14px;
    height: 14px;
    background: url('../images/icon-expand1-color.svg') center / contain no-repeat;
    margin-left: auto;
  }
}
div#footer div.container div.sec2 div.col.col2 div.item ul {
  margin-bottom: 0.75em;
}
div#footer div.container div.sec2 div.col.col2 div.item ul:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  div#footer div.container div.sec2 div.col.col2 div.item ul {
    display: block;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  div#footer div.container div.sec2 div.col.col2 div.item ul li {
    margin-bottom: 1px;
  }
}
div#footer div.container div.sec2 div.col.col2 div.item ul li a {
  font-size: 13px;
  font-weight: 500;
  line-height: 180%;
  background: url(../images/icon-arrow-right-black.svg) left top 0.45em / auto 0.65em no-repeat;
  padding-inline: 1.25em 0;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  div#footer div.container div.sec2 div.col.col2 div.item ul li a {
    display: flex;
    height: 40px;
    background: url(../images/icon-arrow-right-white.svg) 10px center / auto 0.65em no-repeat #1c1c1c;
    color: #fff;
    align-items: center;
    padding-inline: 25px;
    position: relative;
  }
  div#footer div.container div.sec2 div.col.col2 div.item ul li a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform ease 0.3s;
    mix-blend-mode: soft-light;
  }
  div#footer div.container div.sec2 div.col.col2 div.item ul li a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
}
div#footer div.container div.sec2 div.col.col2 div.item ul li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 1000px) {
  div#footer div.container div.sec2 div.col.col2 div.item h4 + ul {
    display: flex;
    gap: 0 1px;
    flex-wrap: wrap;
  }
  div#footer div.container div.sec2 div.col.col2 div.item h4 + ul li {
    flex: 0 0 calc((100% - 1px * 1) / 2);
  }
  div#footer div.container div.sec2 div.col.col2 div.item h4 + ul li a {
    background-color: #9b917a;
    color: #fff;
  }
  div#footer div.container div.sec2 div.col.col2 div.item h4 + ul li a:before {
    background: #555;
  }
  div#footer div.container div.sec2 div.col.col2 div.item h4 + ul li a:hover {
    opacity: 1;
  }
}
div#copyright {
  background-color: #1c1c1c;
  color: #fff;
  padding-block: 8px;
}
div#copyright div.container {
  font-size: 13px;
  width: 1280px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: right;
}
@media screen and (max-width: 1320px) {
  div#copyright div.container {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}
body .mouse-stalker {
  display: none;
}
body.use_mousestalker {
  cursor: none !important;
}
body.use_mousestalker a {
  cursor: none !important;
}
body.use_mousestalker .mouse-stalker {
  display: initial;
}
body.use_mousestalker .mouse-stalker-a, body.use_mousestalker .mouse-stalker-b, body.use_mousestalker .mouse-stalker-text {
  position: fixed;
  border-radius: 50%;
  /* マウスイベントを透過させる */
  pointer-events: none;
  /* 中心に配置 */
  transform: translate(-50%, -50%);
  z-index: 9999;
}
body.use_mousestalker .mouse-stalker-a {
  width: 6px;
  height: 6px;
  background-color: #ad002d;
}
body.use_mousestalker .mouse-stalker-b {
  width: 100px;
  height: 100px;
  background-color: #ad002d;
  clip-path: circle(0%);
  opacity: 0.4;
  transition: clip-path 0.75s;
}
body.use_mousestalker .mouse-stalker-text {
  width: 100px;
  height: 100px;
  transition: opacity 0.5s 0.25s;
  opacity: 0;
  color: #fff;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-top: 30px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
}
div.lineup_cat_banners {
  display: flex;
  flex-wrap: wrap;
  gap: 21px;
  margin-bottom: 40px;
}
div.lineup_cat_banners div.item {
  flex: 0 0 calc((100% - 21px * 1) / 2);
  height: 200px;
}
@media screen and (max-width: 640px) {
  div.lineup_cat_banners div.item {
    flex: 0 0 100%;
  }
}
div.lineup_cat_banners div.item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #1c1c1c;
  color: #fff;
}
div.lineup_cat_banners div.item a span.image {
  position: absolute;
  inset: 0;
}
div.lineup_cat_banners div.item a span.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.lineup_cat_banners div.item a span.image:after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(28, 28, 28, .6);
}
div.lineup_cat_banners div.item a span.caption {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 20px;
}
div.lineup_cat_banners div.item a span.caption span.main {
  font-size: 32px;
}
div.lineup_cat_banners div.item a span.caption span.sub {
  font-size: 15px;
  line-height: 1.3;
}
div.lineup_cat_banners div.item a span.caption:before {
  content: '';
  width: 25px;
  height: 25px;
  background: url("../images/decoration-05.svg") center / contain no-repeat;
  display: block;
  position: absolute;
  inset: 0 auto auto 0;
}
div.lineup_cat_banners div.item a span.caption:after {
  content: '';
  width: 45px;
  height: 45px;
  background: url("../images/icon-arrow-right-white.svg") center / contain no-repeat;
  display: block;
  background-size: 4px auto;
  background-color: #9b917a;
  position: absolute;
  inset: auto 0 0 auto;
}
div.lineup_cat_backlink a {
  display: flex;
  height: 45px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: url(../images/icon-arrow-right-white.svg) right 15px center / 6px auto no-repeat #1c1c1c;
  color: #fff;
}
div.lineup_cat_detail div.heading {
  margin-bottom: 30px;
}
div.lineup_cat_detail div.heading div.default h3 {
  margin-bottom: 20px;
}
div.lineup_cat_detail div.heading div.default div.page_leadtext {
  margin-top: 0;
  text-align: center;
}
div.lineup_cat_detail div.detail {
  margin-bottom: 50px;
}
div.lineup_cat_detail div.detail div.row1 {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 880px) {
  div.lineup_cat_detail div.detail div.row1 {
    flex-direction: column;
  }
}
div.lineup_cat_detail div.detail div.row1 div.image {
  flex: 0 0 calc((100% - 40px) / 2);
}
div.lineup_cat_detail div.detail div.row1 div.description {
  flex: 0 0 calc((100% - 40px) / 2);
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
}
div.lineup_cat_detail div.detail div.row2 {
  margin-bottom: 96px;
}
div.lineup_cat_detail div.detail div.row2 div.subterm_list {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
div.lineup_cat_detail div.detail div.row2 div.subterm_list div.item {
  flex: 0 0 calc((100% - 20px * 3) / 4);
}
@media screen and (max-width: 900px) {
  div.lineup_cat_detail div.detail div.row2 div.subterm_list div.item {
    flex: 0 0 calc((100% - 20px * 1) / 2);
  }
}
div.lineup_cat_detail div.detail div.row2 div.subterm_list div.item a span {
  display: block;
}
div.lineup_cat_detail div.detail div.row2 div.subterm_list div.item a span.image {
  display: block;
  aspect-ratio: 1 / 1;
  margin-bottom: 10px;
}
div.lineup_cat_detail div.detail div.row2 div.subterm_list div.item a span.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.lineup_cat_detail div.detail div.row2 div.subterm_list div.item a span.caption {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
div.lineup_cat_detail div.seisaku_scenes {
  margin-bottom: 52px;
}
div.lineup_cat_detail div.seisaku_scenes div.default {
  margin-bottom: 24px;
}
div.lineup_cat_detail div.seisaku_scenes div.body div.items {
  display: flex;
  gap: 27px;
  margin-bottom: 30px;
}
div.lineup_cat_detail div.seisaku_scenes div.body div.items:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 800px) {
  div.lineup_cat_detail div.seisaku_scenes div.body div.items {
    flex-wrap: wrap;
  }
}
div.lineup_cat_detail div.seisaku_scenes div.body div.items div.item {
  flex: 0 0 calc((100% - 27px * 2) / 3);
}
@media screen and (max-width: 800px) {
  div.lineup_cat_detail div.seisaku_scenes div.body div.items div.item {
    flex: 0 0 100%;
  }
}
div.lineup_cat_detail div.seisaku_scenes div.body div.items div.item div.image {
  margin-bottom: 15px;
  aspect-ratio: 329/250;
}
div.lineup_cat_detail div.seisaku_scenes div.body div.items div.item div.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.lineup_cat_detail div.seisaku_scenes div.body div.items div.item div.text {
  font-size: 14px;
  line-height: 150%;
}
div.lineup_cat_detail div.faq div.default {
  margin-bottom: 20px;
}
div.lineup_cat_detail div.faq div.faq_headline.headline {
  margin-bottom: 20px;
}
div.lineup_cat_detail div.faq div.more.allview {
  text-align: right;
}
body.page-lineup_child div.common_termlink {
  margin-top: 50px;
}
div.common_termlink a {
  white-space: nowrap;
  font-size: 15px;
  background: url(../images/icon-arrow-right-black.svg) right 15px center / 5px auto no-repeat #f0efed;
  color: #1c1c1c;
  display: flex;
  padding: 0 30px 0 15px;
  align-items: center;
  justify-content: center;
  height: 45px;
  box-sizing: border-box;
  transition: 0.5s;
}
div.common_termlink a:hover {
  background-color: #e4e3e1;
}
div.common_termlink ul {
  margin-bottom: 5px;
  display: flex;
  gap: 5px;
}
div.common_termlink ul li {
  flex: 1 1 100%;
}
div.common_termlink ul li.current a {
  background: url(../images/icon-arrow-right-white.svg) right 15px center / 5px auto no-repeat #1c1c1c;
  color: #fff;
}
div.common_termlink ul.lv2 {
  margin-top: 15px;
  gap: 15px;
}
div.common_termlink ul.lv2 a {
  height: 35px;
  border-radius: 2px;
}
@media screen and (max-width: 1000px) {
  div.common_termlink ul {
    flex-wrap: wrap;
  }
  div.common_termlink ul li {
    flex: 0 0 auto;
  }
  div.common_termlink ul.lv1 li a {
    font-size: 13px;
    background-position: right 10px center;
    height: 35px;
  }
  div.common_termlink ul.lv2 {
    gap: 4px;
  }
  div.common_termlink ul.lv2 li a {
    font-size: 12px;
    background-position: right 10px center;
    height: 30px;
  }
}
div.common_termlink.products_termlink ul.lv1 li.current.hina a {
  background-color: #e5b1a3;
}
div.common_termlink.products_termlink ul.lv1 li.current.gogatsu a {
  background-color: #6a8c7b;
}
div.common_termlink.products_termlink ul.lv1 li.current.shogatsu a {
  background-color: #cd412e;
}
div.common_termlink.products_termlink ul.lv1 li.current.bon a {
  background-color: #6a528c;
}
div.common_termlink.products_termlink ul.lv1 li.current.others a {
  background-color: #4374bc;
}
div.product_detail {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}
div.product_detail > * {
  flex: 0 0 calc((100% - 40px) / 2);
}
@media screen and (max-width: 740px) {
  div.product_detail {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
div.product_detail div.col1 {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 740px) {
  div.product_detail div.col1 {
    width: 500px;
    margin-inline: auto;
    max-width: 100%;
  }
}
div.product_detail div.col1 div.display {
  width: 100%;
  border: 1px solid #f0efed;
  box-sizing: border-box;
  margin-bottom: 10px;
}
div.product_detail div.col1 div.display div.item {
  aspect-ratio: 1/1;
}
div.product_detail div.col1 div.display div.item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.product_detail div.col1 div.display button.slick-arrow {
  position: absolute;
  inset: 0 auto;
  z-index: 1;
  width: 30px;
  height: 30px;
  text-indent: 30px;
  white-space: nowrap;
  overflow: hidden;
  border: none;
  border-radius: 15px;
  margin-block: auto;
  background: url(../images/icon-arrow-left-white.svg) center / 4px auto no-repeat #1c1c1c;
}
div.product_detail div.col1 div.display button.slick-arrow.slick-prev {
  left: 10px;
}
div.product_detail div.col1 div.display button.slick-arrow.slick-next {
  background-image: url(../images/icon-arrow-right-white.svg);
  right: 10px;
}
div.product_detail div.col1 div.dots ul.slick-dots {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
div.product_detail div.col1 div.dots ul.slick-dots li {
  flex: 0 0 calc((100% - 10px * 3) / 4);
  border: 1px solid #f0efed;
  box-sizing: border-box;
  position: relative;
  aspect-ratio: 1 / 1;
}
div.product_detail div.col1 div.dots ul.slick-dots li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.product_detail div.col1 div.dots ul.slick-dots li.slick-active:after {
  content: '';
  background: rgba(0, 0, 0, 0.50);
  position: absolute;
  inset: 0;
}
div.product_detail div.col2 div.terms {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
div.product_detail div.col2 div.terms span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  padding: 0 10px;
  font-size: 14px;
}
div.product_detail div.col2 div.terms span.parent {
  color: #fff;
}
div.product_detail div.col2 div.terms span.parent.hina {
  background-color: #e5b1a3;
}
div.product_detail div.col2 div.terms span.parent.gogatsu {
  background-color: #6a8c7b;
}
div.product_detail div.col2 div.terms span.parent.shogatsu {
  background-color: #cd412e;
}
div.product_detail div.col2 div.terms span.parent.bon {
  background-color: #6a528c;
}
div.product_detail div.col2 div.terms span.parent.others {
  background-color: #4374bc;
}
div.product_detail div.col2 div.terms span.child {
  background-color: #1c1c1c;
  color: #fff;
}
div.product_detail div.col2 div.heading {
  color: #9b917a;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 8px;
}
div.product_detail div.col2 div.price {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
}
div.product_detail div.col2 div.price .tax {
  margin-left: 0.5em;
  font-size: 14px;
  line-height: 120%;
}
div.product_detail div.col2 div.description {
  font-size: 14px;
  line-height: 200%;
  margin-bottom: 20px;
}
div.product_detail div.col2 div.spec {
  margin-bottom: 20px;
}
div.product_detail div.col2 div.spec table {
  width: 100%;
}
div.product_detail div.col2 div.spec table tbody tr {
  border-bottom: 1px solid #fff;
}
div.product_detail div.col2 div.spec table tbody tr th, div.product_detail div.col2 div.spec table tbody tr td {
  padding: 12px 15px;
  font-size: 14px;
  line-height: 150%;
  box-sizing: border-box;
}
div.product_detail div.col2 div.spec table tbody tr th {
  background: #9b917a;
  color: #fff;
  width: 150px;
}
div.product_detail div.col2 div.spec table tbody tr td {
  background: #f8f7f6;
  color: #1c1c1c;
}
div.product_detail div.col2 div.link div {
  margin-bottom: 8px;
}
div.product_detail div.col2 div.link a {
  display: flex;
  height: 45px;
  padding: 0 15px;
  justify-content: center;
  align-items: center;
  background: url(../images/icon-arrow-right-white.svg) right 15px center / 5px auto no-repeat #1c1c1c;
  color: #fff;
}
div.product_related {
  margin-bottom: 66px;
}
div.product_related div.heading {
  text-align: center;
  font-size: 20px;
  margin-bottom: 40px;
}
div.product_backlink a {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: url(../images/icon-arrow-left-white.svg) 15px center / 6px auto no-repeat #1c1c1c;
  color: #fff;
  margin-bottom: 4px;
  position: relative;
  position: relative;
}
div.product_backlink a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transform-origin: 0% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  mix-blend-mode: soft-light;
}
div.product_backlink a:hover::before {
  transform-origin: 100% 50%;
  transform: scaleX(1);
}
div.shokunin_detail div.profiles {
  display: flex;
  gap: clamp(0px, 2.778vw, 40px);
  margin-bottom: 60px;
}
@media screen and (max-width: 800px) {
  div.shokunin_detail div.profiles {
    display: block;
  }
  div.shokunin_detail div.profiles > *:not(:last-child) {
    margin-bottom: 40px;
  }
}
div.shokunin_detail div.profiles div.h {
  flex: 0 0 328px;
}
div.shokunin_detail div.profiles div.h div.cat {
  color: #9b917a;
  font-size: 14px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
}
div.shokunin_detail div.profiles div.h div.cat:before, div.shokunin_detail div.profiles div.h div.cat:after {
  content: '';
  width: 3px;
  height: 12px;
  background: url('../images/icon-bracket-left-color.svg') center / contain no-repeat;
}
div.shokunin_detail div.profiles div.h div.cat:after {
  background-image: url(../images/icon-bracket-right-color.svg);
}
div.shokunin_detail div.profiles div.h h3.name {
  font-size: 24px;
  letter-spacing: 2.4px;
  margin-bottom: 12px;
}
div.shokunin_detail div.profiles div.h div.cert {
  font-size: 14px;
  line-height: 150%;
}
div.shokunin_detail div.profiles div.b {
  flex: 1 1 auto;
}
div.shokunin_detail div.profiles div.b p {
  font-size: 14px;
  line-height: 200%;
  margin-bottom: 1em;
}
div.shokunin_detail div.profiles div.b p:last-child {
  margin-bottom: 0;
}
div.shokunin_detail div.main_image {
  margin-bottom: 45px;
}
div.shokunin_detail div.video {
  margin-bottom: 55px;
}
div.shokunin_detail div.leadtext {
  text-align: center;
  margin-bottom: 40px;
}
div.shokunin_detail div.leadtext p {
  font-size: 14px;
  line-height: 200%;
}
div.shokunin_detail div.detail div.section {
  margin-bottom: 55px;
}
div.shokunin_detail div.detail div.section h4.detail_h {
  font-size: 24px;
  letter-spacing: 2.4px;
  margin-bottom: 25px;
  line-height: 1.4;
}
div.shokunin_detail div.detail div.section div.detail_b {
  margin-bottom: 55px;
}
div.shokunin_detail div.detail div.section div.detail_b p {
  font-size: 14px;
  line-height: 200%;
  margin-bottom: 1em;
}
div.shokunin_detail div.detail div.section div.detail_b p:last-child {
  margin-bottom: 0;
}
div.shokunin_detail div.detail div.section div.detail_img {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 800px) {
  div.shokunin_detail div.detail div.section div.detail_img {
    flex-direction: column !important;
  }
}
div.shokunin_detail div.detail div.section div.detail_img > div {
  flex: 0 0 calc((100% - 10px) / 2);
}
@media screen and (max-width: 800px) {
  div.shokunin_detail div.detail div.section div.detail_img > div {
    flex: 0 0 auto;
  }
}
div.shokunin_detail div.detail div.section div.detail_img > div span.image {
  display: block;
}
div.shokunin_detail div.detail div.section div.detail_img > div span.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.shokunin_detail div.detail div.section div.detail_img > div.col1 span.image {
  aspect-ratio: 510 / 326;
}
div.shokunin_detail div.detail div.section div.detail_img > div.col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
div.shokunin_detail div.detail div.section div.detail_img > div.col2 span.image {
  aspect-ratio: 255 / 158;
  flex: 0 0 calc((100% - 10px) / 2);
}
div.shokunin_detail div.detail div.section.section2 div.detail_img {
  flex-direction: row-reverse;
}
div.shokunin_detail div.product_link {
  margin-bottom: 60px;
}
div.shokunin_detail div.product_link a {
  display: block;
  height: 200px;
  position: relative;
  background-color: #1c1c1c;
  color: #fff;
}
div.shokunin_detail div.product_link a span.image {
  position: absolute;
  inset: 0;
  opacity: 0.45;
}
div.shokunin_detail div.product_link a span.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.shokunin_detail div.product_link a span.caption {
  font-size: 24px;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.shokunin_detail div.product_link a span.caption:before {
  content: '';
  width: 25px;
  height: 25px;
  background: url('../images/decoration-05.svg') center / contain no-repeat;
  position: absolute;
  inset: 0 auto auto 0;
}
div.shokunin_detail div.product_link a span.caption:after {
  content: '';
  display: block;
  background: url(../images/icon-arrow-right-white.svg) center / 5px auto no-repeat #9b917a;
  width: 45px;
  height: 45px;
  position: absolute;
  inset: auto 0 0 auto;
}
div.shokunin_detail div.product_link a:before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
  transition: 0.25s;
  background-color: rgba(255, 255, 255, .3);
  mix-blend-mode: overlay;
}
div.shokunin_detail div.product_link a:hover:before {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
div.shokunin_detail div.siblings_link h3 {
  font-size: 24px;
  letter-spacing: 2.4px;
  margin-bottom: 40px;
  text-align: center;
}
div.shokunin_detail div.siblings_link div.items {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 700px) {
  div.shokunin_detail div.siblings_link div.items {
    flex-direction: column;
    gap: 10px;
  }
}
div.shokunin_detail div.siblings_link div.items div.item {
  flex: 0 0 calc((100% - 20px) / 2);
  height: 150px;
}
@media screen and (max-width: 700px) {
  div.shokunin_detail div.siblings_link div.items div.item {
    flex: 0 0 auto;
  }
}
div.shokunin_detail div.siblings_link div.items div.item a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  background-color: #1c1c1c;
  color: #fff;
  padding-inline: 35px 90px;
  box-sizing: border-box;
  position: relative;
}
div.shokunin_detail div.siblings_link div.items div.item a span.cat {
  font-size: 14px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
}
div.shokunin_detail div.siblings_link div.items div.item a span.cat:before, div.shokunin_detail div.siblings_link div.items div.item a span.cat:after {
  content: '';
  width: 3px;
  height: 12px;
  background: url('../images/icon-bracket-left-white.svg') center / contain no-repeat;
}
div.shokunin_detail div.siblings_link div.items div.item a span.cat:after {
  background-image: url(../images/icon-bracket-right-white.svg);
}
div.shokunin_detail div.siblings_link div.items div.item a span.name {
  font-size: 24px;
  letter-spacing: 2.4px;
  margin-bottom: 10px;
  line-height: 1.2;
}
div.shokunin_detail div.siblings_link div.items div.item a span.cert {
  font-size: 14px;
  line-height: 1.4;
}
div.shokunin_detail div.siblings_link div.items div.item a:after {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: url(../images/icon-arrow-right-white.svg) center / 5px auto no-repeat #9b917a;
  position: absolute;
  inset: 0 40px 0 auto;
  margin-block: auto;
}
div.shokunin_detail div.siblings_link div.items div.item a:before {
  content: '';
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  clip-path: polygon(0% 50%, 100% 50%, 100% 50%, 0% 50%);
  transition: 0.25s;
  background-color: rgba(255, 255, 255, .3);
  mix-blend-mode: overlay;
}
div.shokunin_detail div.siblings_link div.items div.item a:hover:before {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
div.shokunin_list {
  margin: 100px 0 0;
}
div.shokunin_list div.item {
  margin-bottom: 60px;
  display: flex;
  position: relative;
}
div.shokunin_list div.item:last-child {
  margin-bottom: 0;
}
div.shokunin_list div.item:nth-child(2n) a {
  flex-direction: row-reverse !important;
}
div.shokunin_list div.item:before {
  content: '';
  display: block;
  position: absolute;
  inset: 0 40px 0 0;
  background-color: #f7f6f4;
}
div.shokunin_list div.item:nth-child(2n):before {
  inset: 0 0 0 40px;
}
div.shokunin_list div.item:nth-child(2n) a {
  flex-direction: row-reverse !important;
}
div.shokunin_list div.item a {
  display: flex;
  width: 100%;
  text-decoration: none;
  position: relative;
}
div.shokunin_list div.item a > span {
  flex: 0 0 50%;
}
div.shokunin_list div.item a span.col1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}
div.shokunin_list div.item a span.col1 > span {
  display: block;
}
div.shokunin_list div.item a span.col1 span.cat {
  color: #9b917a;
  font-size: 14px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
}
div.shokunin_list div.item a span.col1 span.cat:before, div.shokunin_list div.item a span.col1 span.cat:after {
  content: '';
  width: 3px;
  height: 12px;
  background: url('../images/icon-bracket-left-color.svg') center / contain no-repeat;
}
div.shokunin_list div.item a span.col1 span.cat:after {
  background-image: url(../images/icon-bracket-right-color.svg);
}
div.shokunin_list div.item a span.col1 span.name {
  font-size: 24px;
  letter-spacing: 2.4px;
  margin-bottom: 12px;
}
div.shokunin_list div.item a span.col1 span.cert {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 30px;
}
div.shokunin_list div.item a span.col1:after {
  content: '';
  width: 30px;
  height: 30px;
  background: url(../images/icon-arrow-right-white.svg) center / 5px auto no-repeat #1c1c1c;
  border-radius: 30px;
  transition: 0.25s;
}
div.shokunin_list div.item a span.col2 span.image {
  display: block;
  aspect-ratio: 520 / 322;
  transform: translateY(-20px);
}
div.shokunin_list div.item a span.col2 span.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.shokunin_list div.item a:hover span.col1:after {
  opacity: 0.5;
}
@media screen and (max-width: 800px) {
  div.shokunin_list {
    margin: 50px 0;
  }
  div.shokunin_list div.item {
    display: block;
    margin-bottom: 30px;
  }
  div.shokunin_list div.item:before {
    inset: 0 !important;
  }
  div.shokunin_list div.item a {
    display: block;
  }
  div.shokunin_list div.item a span.col1 {
    padding: 30px 15px;
  }
  div.shokunin_list div.item a span.col2 {
    margin-top: 40px;
  }
  div.shokunin_list div.item a span.col2 span.image {
    transform: translateY(0);
  }
}
div.lineup_headline.headline, div.products_headline.headline {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
div.lineup_headline.headline div.item, div.products_headline.headline div.item {
  flex: 0 0 calc((100% - 20px * 3) / 4);
}
div.lineup_headline.headline div.item a, div.products_headline.headline div.item a {
  display: block;
}
div.lineup_headline.headline div.item a span, div.products_headline.headline div.item a span {
  display: block;
}
div.lineup_headline.headline div.item a span.image, div.products_headline.headline div.item a span.image {
  aspect-ratio: 1 / 1;
  border: 1px solid #f0efed;
  box-sizing: border-box;
  margin-bottom: 10px;
}
div.lineup_headline.headline div.item a span.image img, div.products_headline.headline div.item a span.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.lineup_headline.headline div.item a span.title, div.products_headline.headline div.item a span.title {
  font-size: 15px;
  line-height: 130%;
}
@media screen and (max-width: 800px) {
  div.lineup_headline.headline div.item, div.products_headline.headline div.item {
    flex: 0 0 calc((100% - 20px * 2) / 3);
  }
  div.lineup_headline.headline div.item a span.title, div.products_headline.headline div.item a span.title {
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  div.lineup_headline.headline div.item, div.products_headline.headline div.item {
    flex: 0 0 calc((100% - 20px * 1) / 2);
  }
}
div.faq_headline.headline div.item {
  margin-bottom: 2px;
}
div.faq_headline.headline div.item a.heading {
  background: #f8f7f6;
  font-size: 14px;
  display: flex;
  padding: 20px 40px 21px 20px;
  gap: 10px;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 800px) {
  div.faq_headline.headline div.item a.heading {
    flex-wrap: wrap;
    gap: 5px;
  }
}
div.faq_headline.headline div.item a.heading span.terms {
  color: #9b917a;
  display: flex;
  gap: 5px;
  flex: 0 0 7em;
}
@media screen and (max-width: 800px) {
  div.faq_headline.headline div.item a.heading span.terms {
    flex: 0 0 100%;
  }
}
div.faq_headline.headline div.item a.heading span.terms span.term:before {
  content: '#';
  margin-right: 0.5em;
}
div.faq_headline.headline div.item a.heading span.title {
  flex: 1 1 auto;
}
div.faq_headline.headline div.item a.heading span.title:before {
  content: 'Q.';
  margin-right: 0.25em;
}
div.faq_headline.headline div.item a.heading:after {
  flex: 0 0 8px;
  align-self: center;
  content: '';
  width: 8px;
  height: 8px;
  background: url('../images/icon-arrow-down-black.svg') center / contain no-repeat;
  transition: 0.5s;
  position: absolute;
  inset: 0 20px 0 auto;
  margin-block: auto;
}
div.faq_headline.headline div.item a.heading.open {
  background-color: #dcd9d0;
}
div.faq_headline.headline div.item a.heading.open:after {
  transform: rotateX(180deg);
}
div.faq_headline.headline div.item div.body {
  font-size: 14px;
  line-height: 1.7;
  padding: 20px 0;
}
div.headline.topics_headline div.item a {
  display: flex;
  padding: 20px 30px 20px 15px;
  font-size: 14px;
  line-height: 1.4;
  border-bottom: 1px solid #f0efec;
  background: url(../images/icon-arrow-right-black.svg) right 15px center / 5px auto no-repeat;
  position: relative;
}
div.headline.topics_headline div.item a span.date {
  margin-right: 55px;
}
div.headline.topics_headline div.item a span.terms {
  width: 6em;
  margin-right: 35px;
  display: flex;
  gap: 10px;
  color: #9b917a;
}
div.headline.topics_headline div.item a span.terms span.term {
  white-space: nowrap;
}
div.headline.topics_headline div.item a span.terms span.term:before {
  content: '#';
  margin-right: 0.5em;
}
div.headline.topics_headline div.item a:before {
  content: '';
  display: block;
  height: 0;
  position: absolute;
  inset: auto 0 0 0;
  background-color: rgba(155, 145, 122, .25);
  transition: 0.5s;
}
div.headline.topics_headline div.item a:hover:before {
  height: 7px;
}
@media screen and (max-width: 700px) {
  div.headline.topics_headline div.item a {
    flex-wrap: wrap;
    gap: 5px 0;
    padding: 13px 30px 15px 0;
  }
  div.headline.topics_headline div.item a span.date {
    margin-right: 20px;
  }
  div.headline.topics_headline div.item a span.title {
    flex: 0 0 100%;
  }
}
div.monthly_archive_link {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 35px;
  font-size: 0.875rem;
}
@media screen and (max-width: 820px) {
  div.monthly_archive_link {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}
div.monthly_archive_link a.show_archive_links {
  display: block;
  width: 200px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e8e8e8;
  margin: auto;
  border-radius: 30px;
  position: relative;
}
div.monthly_archive_link a.show_archive_links:after {
  content: '>';
  display: inline-block;
  transform: rotateZ(90deg) scaleX(0.5);
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
div.monthly_archive_link ul {
  margin-top: 20px;
  display: none;
  justify-content: center;
  flex-wrap: wrap;
}
div.monthly_archive_link ul.show {
  display: flex;
}
div.monthly_archive_link ul li {
  margin: 0 5px 10px;
  flex: 0 0 113px;
  text-align: center;
}
div.monthly_archive_link ul li a {
  display: block;
  background-color: #f4f4f4;
  padding: 7px 0;
  border-radius: 3px;
}
.pager {
  text-align: center;
  margin: 40px 0;
  font-size: 0.8125rem;
  font-weight: 500;
}
.pager a, .pager span {
  display: inline-block;
  margin: 0 0 0.25em 0.75em;
  min-width: 3em;
  padding: 1em;
  box-sizing: border-box;
  background-color: #e8e8e8;
  border-radius: 5px;
}
.pager .current {
  color: #fff;
  background-color: #1c1c1c;
}
