@charset "UTF-8";
/* =====================
  configuration setting
===================== */
/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*基本的にグリッドシステムv3のみ*/
body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-bottom: 15px;
    overflow-y: hidden;
    width: 100%;
  }
  .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
* {
  box-sizing: border-box;
}

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

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

hr {
  border: 0;
  border-top: 1px solid #eeeeee;
  width: 100%;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-pc,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1519px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1519px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1519px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1519px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1520px) {
  .visible-pc {
    display: block !important;
  }
  table.visible-pc {
    display: table !important;
  }
  tr.visible-pc {
    display: table-row !important;
  }
  th.visible-pc,
  td.visible-pc {
    display: table-cell !important;
  }
}
@media (min-width: 1520px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1520px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1520px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1520px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1519px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1520px) and (max-width: 1519px) {
  .hidden-pc {
    display: none !important;
  }
}
@media (min-width: 1520px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*=====================
  common
===================== */
html {
  font-size: min(3.8647342995vw, 24px);
}
@media print, screen and (min-width: 992px) {
  html {
    font-size: clamp(12px, 1.0526315789vw, 16px);
  }
}
@media print {
  html {
    font-size: clamp(12px, 1.0526315789vw, 16px);
  }
}

html,
body,
.popup-modal {
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #131313;
  font-family: "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
  font-weight: 400;
  line-height: 1.8;
  overflow-wrap: break-word;
}
@media print, screen and (min-width: 992px) {
  html,
  body,
  .popup-modal {
    line-height: 2;
  }
}
@media print {
  html,
  body,
  .popup-modal {
    line-height: 2;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
  [id] {
    scroll-margin-top: 3.5rem;
  }
}
@media print and (prefers-reduced-motion: no-preference), screen and (prefers-reduced-motion: no-preference) and (min-width: 992px) {
  [id] {
    scroll-margin-top: 4rem;
  }
}
@media print and (prefers-reduced-motion: no-preference) {
  [id] {
    scroll-margin-top: 4rem;
  }
}
body {
  background-color: #fcfcfb;
  padding-top: 3.5rem;
}
@media print, screen and (min-width: 992px) {
  body {
    padding-top: 8rem;
  }
}
@media print {
  body {
    padding-top: 8rem;
  }
}

@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

a {
  color: #131313;
}
a:hover {
  color: #131313;
  text-decoration: none;
}

*:focus {
  outline: none;
}

.wrapper {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}

.main {
  flex: 1;
}

@media print {
  /**
   * Bootstrap Print v1.0.0 (https://github.com/onocom/bootstrap-print)
   * Copyright (c) 2017 Ono Takashi
   * Licensed under MIT (https://github.com/onocom/bootstrap-print/blob/master/LICENSE)
   */
  @page {
    margin: 0 !important;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    background-attachment: initial !important;
    overflow-y: visible !important;
  }
  html {
    zoom: 0.7 !important;
    overflow: visible !important;
  }
  body {
    margin: 0 auto;
    min-width: 1120px !important;
    padding-bottom: 0px !important;
    width: 1120px;
  }
  .container-fluid,
  .container {
    min-width: 1090px !important;
  }
  .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .dl-horizontal dt {
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    margin-left: 0;
    position: relative;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
  .form-horizontal .control-label {
    margin-bottom: 0;
    padding-top: 7px;
    text-align: right;
  }
  .form-horizontal .form-group-lg .control-label {
    font-size: 18px;
    padding-top: 11px;
  }
  .form-horizontal .form-group-sm .control-label {
    font-size: 12px;
    padding-top: 6px;
  }
  .navbar-header {
    float: left;
  }
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
  .navbar {
    border-radius: 0;
  }
  .navbar-collapse {
    border-top: 0;
    box-shadow: none;
    width: auto;
  }
  .navbar-collapse.collapse {
    display: block;
    height: auto;
    overflow: visible;
    padding-bottom: 0;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .nav-justified {
    width: 100%;
  }
  .nav-justified > li {
    float: none;
  }
  .nav-justified > .dropdown .dropdown-menu {
    left: auto;
    top: auto;
  }
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
  }
  .navbar-static-top {
    border-radius: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    margin-left: 0;
    position: relative;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-left {
    float: left;
  }
  .navbar-right {
    float: right;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
  .jumbotron {
    padding-bottom: 48px;
    padding-top: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
  .modal-dialog {
    margin: 30px auto;
    width: 700px;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
  .modal-lg {
    width: 900px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    font-size: 30px;
    height: 30px;
    margin-top: -10px;
    width: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    padding-bottom: 30px;
    right: 20%;
  }
  .carousel-indicators {
    bottom: 20px;
  }
  .visible-xs,
  .visible-sm,
  .visible-md {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  .visible-xs-block,
  .visible-xs-inline,
  .visible-xs-inline-block,
  .visible-sm-block,
  .visible-sm-inline,
  .visible-sm-inline-block,
  .visible-md-block,
  .visible-md-inline,
  .visible-md-inline-block {
    display: none !important;
  }
  .visible-lg-block,
  .visible-lg-inline,
  .visible-lg-inline-block {
    display: block !important;
  }
  .hidden-xs,
  .hidden-sm,
  .hidden-md {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }
  .navbar-offcanvas {
    display: block;
    left: auto;
    max-width: none;
    position: relative;
    top: auto;
    width: auto;
  }
}
.youtube {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.youtube iframe,
.youtube object,
.youtube embed {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gmap, .gmap--hide-detail {
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .gmap, .gmap--hide-detail {
    padding-bottom: 360px;
  }
}
@media print {
  .gmap, .gmap--hide-detail {
    padding-bottom: 360px;
  }
}
.gmap iframe, .gmap--hide-detail iframe,
.gmap object,
.gmap--hide-detail object,
.gmap embed,
.gmap--hide-detail embed {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.gmap--hide-detail iframe,
.gmap--hide-detail object,
.gmap--hide-detail embed {
  bottom: 0;
  height: calc(100% + 300px);
  top: -150px;
}

.fotorama {
  max-width: 60rem;
  overflow: visible;
}
.fotorama-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
}
.fotorama__stage {
  margin-bottom: 1rem;
}
.fotorama__caption {
  width: 100%;
}
.fotorama__caption__wrap {
  text-align: center;
  width: 100%;
}
.fotorama__thumb-border {
  border-color: #131313;
  border-width: 1px !important;
}

.iframe-wrapper {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.iframe-wrapper iframe,
.iframe-wrapper object,
.iframe-wrapper embed {
  border: none;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.grecaptcha-badge {
  visibility: hidden;
}

.lightcaseImage-contentInner {
  background-color: #fff;
}

.common-h2, .editor-content h1, .editor-content h2, .editor-content--sm h1, .editor-content--sm h2, .table--tantou tbody td h1, .table--tantou tbody td h2 {
  border-bottom: 1px solid #eaeaea;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 0.5em;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .common-h2, .editor-content h1, .editor-content h2, .editor-content--sm h1, .editor-content--sm h2, .table--tantou tbody td h1, .table--tantou tbody td h2 {
    font-size: 2.5rem;
  }
}
@media print {
  .common-h2, .editor-content h1, .editor-content h2, .editor-content--sm h1, .editor-content--sm h2, .table--tantou tbody td h1, .table--tantou tbody td h2 {
    font-size: 2.5rem;
  }
}
.common-h2::before, .editor-content h1::before, .editor-content h2::before, .editor-content--sm h1::before, .editor-content--sm h2::before, .table--tantou tbody td h1::before, .table--tantou tbody td h2::before {
  background-color: #a19e99;
  bottom: -1px;
  content: " ";
  display: block;
  height: 100%;
  height: 1px;
  left: 0;
  position: absolute;
  width: 8em;
}

.common-h3, .editor-content h3, .editor-content--sm h3, .table--tantou tbody td h3,
.common-h4,
.editor-content h4,
.editor-content--sm h4,
.table--tantou tbody td h4 {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 0.75em;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .common-h3, .editor-content h3, .editor-content--sm h3, .table--tantou tbody td h3,
  .common-h4,
  .editor-content h4,
  .editor-content--sm h4,
  .table--tantou tbody td h4 {
    font-size: 1.75rem;
  }
}
@media print {
  .common-h3, .editor-content h3, .editor-content--sm h3, .table--tantou tbody td h3,
  .common-h4,
  .editor-content h4,
  .editor-content--sm h4,
  .table--tantou tbody td h4 {
    font-size: 1.75rem;
  }
}
.common-h3::before, .editor-content h3::before, .editor-content--sm h3::before, .table--tantou tbody td h3::before,
.common-h4::before,
.editor-content h4::before,
.editor-content--sm h4::before,
.table--tantou tbody td h4::before {
  background-color: #a19e99;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px;
}

.common-h4, .editor-content h4, .editor-content--sm h4, .table--tantou tbody td h4 {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 992px) {
  .common-h4, .editor-content h4, .editor-content--sm h4, .table--tantou tbody td h4 {
    font-size: 1.5rem;
  }
}
@media print {
  .common-h4, .editor-content h4, .editor-content--sm h4, .table--tantou tbody td h4 {
    font-size: 1.5rem;
  }
}

.common-h5, .editor-content h5, .editor-content--sm h5, .table--tantou tbody td h5 {
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 992px) {
  .common-h5, .editor-content h5, .editor-content--sm h5, .table--tantou tbody td h5 {
    font-size: 1.125rem;
  }
}
@media print {
  .common-h5, .editor-content h5, .editor-content--sm h5, .table--tantou tbody td h5 {
    font-size: 1.125rem;
  }
}

.common-h6, .editor-content h6, .editor-content--sm h6, .table--tantou tbody td h6 {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .common-h6, .editor-content h6, .editor-content--sm h6, .table--tantou tbody td h6 {
    font-size: 1.0625rem;
  }
}
@media print {
  .common-h6, .editor-content h6, .editor-content--sm h6, .table--tantou tbody td h6 {
    font-size: 1.0625rem;
  }
}

.en-title {
  align-items: center;
  display: flex;
  font-family: "Cormorant", serif;
  font-size: 1.125rem;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  gap: 1em;
  letter-spacing: 0.05em;
  line-height: 1.25;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .en-title {
    font-size: 1.5rem;
  }
}
@media print {
  .en-title {
    font-size: 1.5rem;
  }
}
.en-title::before {
  background-color: #131313;
  content: " ";
  display: block;
  height: 1px;
  opacity: 0.15;
  position: relative;
  width: 2em;
}

/* =====================
  editor(WYSIWYG)
===================== */
table .editor-content {
  font-size: 0.625rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  table .editor-content {
    font-size: 0.8125rem;
  }
}
@media print {
  table .editor-content {
    font-size: 0.8125rem;
  }
}
table .editor-content p {
  margin: 0;
}

.editor-content {
  font-size: 1rem;
  font-size: 1rem;
  word-break: break-all;
}
.editor-content * {
  word-wrap: break-word;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: break-word;
}
.editor-content button,
.editor-content input,
.editor-content select,
.editor-content textarea {
  font-size: 100%;
  font-weight: 500;
  line-height: 1.66;
}
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2.5em;
}
.editor-content h1:first-child,
.editor-content h2:first-child,
.editor-content h3:first-child,
.editor-content h4:first-child,
.editor-content h5:first-child,
.editor-content h6:first-child,
.editor-content p:first-child {
  margin-top: 0;
}
.editor-content h1 {
  font-size: 1.75rem;
}
@media print, screen and (min-width: 992px) {
  .editor-content h1 {
    font-size: 3rem;
  }
}
@media print {
  .editor-content h1 {
    font-size: 3rem;
  }
}
.editor-content a {
  color: #131313;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .editor-content a {
    transition: all 0.25s ease;
  }
  .editor-content a:hover {
    color: #2d2d2d;
  }
}
@media (hover: hover) and (pointer: fine) {
  .editor-content .btn:hover {
    color: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .editor-content a img {
    transition: all 0.25s ease;
  }
  .editor-content a img:hover {
    opacity: 0.65;
  }
}
.editor-content img {
  display: block;
  height: auto;
  margin-bottom: 1em;
  margin-top: 1em;
  max-width: 100%;
}
.editor-content img.alignright {
  display: block;
  margin-left: auto;
}
.editor-content img.alignleft {
  display: block;
  margin-right: auto;
}
.editor-content img.aligncenter {
  display: block;
  margin: 1em auto;
}
.editor-content p,
.editor-content table,
.editor-content img,
.editor-content ul,
.editor-content ol,
.editor-content > div {
  margin-top: 1.5em;
}
.editor-content p > img:first-child {
  margin-top: 0;
}
.editor-content dfn,
.editor-content cite,
.editor-content em,
.editor-content i {
  font-style: italic;
}
.editor-content blockquote {
  background-color: #f7f7f7;
  color: #666;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0.5em;
  padding-left: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .editor-content blockquote {
    font-size: 15px;
  }
}
@media print {
  .editor-content blockquote {
    font-size: 15px;
  }
}
.editor-content blockquote.alignleft,
.editor-content blockquote.alignright {
  font-size: 0.875rem;
  width: 34%;
}
.editor-content address {
  margin: 0 0 1.5em;
}
.editor-content pre {
  background: #f7f7f7;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.editor-content code,
.editor-content kbd,
.editor-content tt,
.editor-content var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.editor-content abbr,
.editor-content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.editor-content mark,
.editor-content ins {
  background: #eee;
  text-decoration: none;
}
.editor-content big {
  font-size: 125%;
}
.editor-content dl dt {
  font-weight: 700;
}
.editor-content blockquote,
.editor-content q {
  quotes: "" "";
}
.editor-content blockquote:before,
.editor-content blockquote:after,
.editor-content q:before,
.editor-content q:after {
  content: "";
}
.editor-content hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}
.editor-content ul,
.editor-content ol {
  margin-bottom: 1em;
  margin-left: 1em;
  margin-top: 1em;
  padding: 0;
}
.editor-content ul {
  list-style: disc;
}
.editor-content ol h1,
.editor-content ol h2,
.editor-content ol h3,
.editor-content ol h4,
.editor-content ol h5,
.editor-content ol h6 {
  border: none;
  padding: 0;
}
.editor-content ol h3 {
  font-size: 1rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .editor-content ol h3 {
    font-size: 1.125rem;
  }
}
@media print {
  .editor-content ol h3 {
    font-size: 1.125rem;
  }
}
.editor-content ol h4 {
  font-size: 0.9375rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .editor-content ol h4 {
    font-size: 1rem;
  }
}
@media print {
  .editor-content ol h4 {
    font-size: 1rem;
  }
}
.editor-content li > ul,
.editor-content li > ol {
  margin-bottom: 1em;
  margin-left: 1em;
}
.editor-content li ol {
  font-size: 90%;
}
.editor-content li ol li {
  margin-bottom: 0.5em;
}
.editor-content table {
  font-size: 0.6875rem;
}
@media print, screen and (min-width: 768px) {
  .editor-content table {
    font-size: 1rem;
  }
}
@media print {
  .editor-content table {
    font-size: 1rem;
  }
}
.editor-content .iframe {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.editor-content .iframe iframe,
.editor-content .iframe object,
.editor-content .iframe embed {
  border: none;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.editor-content embed,
.editor-content iframe,
.editor-content object {
  margin-top: 2em;
  max-width: 100%;
}
.editor-content strong {
  font-weight: 700;
}
.editor-content em {
  font-style: italic;
}
.editor-content blockquote {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
  display: block;
}
.editor-content #toc_container {
  background-color: #f3f3f3;
  border: none;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  font-size: 0.8125rem;
  gap: 8px;
  margin-top: 1em;
  padding: 16px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .editor-content #toc_container {
    font-size: 1rem;
    padding: 24px;
  }
}
@media print {
  .editor-content #toc_container {
    font-size: 1rem;
    padding: 24px;
  }
}
.editor-content #toc_container .toc_title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2;
  opacity: 0.4;
  text-align: left;
}
.editor-content #toc_container .toc_depth_1 {
  display: inline-flex;
  margin-right: 0.5em;
}
.editor-content #toc_container .toc_depth_1::after {
  content: ".";
  display: block;
  position: relative;
}
.editor-content #toc_container .toc_list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.editor-content #toc_container .toc_list li {
  background-image: linear-gradient(90deg, #ddd 25%, transparent 25%);
  background-position: 0 bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
  border: none;
  padding: 8px;
}
.editor-content #toc_container .toc_list li a {
  color: #131313;
}
@media (hover: hover) and (pointer: fine) {
  .editor-content #toc_container .toc_list li a {
    transition: all 0.25s ease;
  }
  .editor-content #toc_container .toc_list li a:hover {
    color: #131313;
    text-decoration: none;
  }
}
.editor-content--sm {
  font-size: 1rem;
  font-size: 0.85rem;
  word-break: break-all;
}
.editor-content--sm * {
  word-wrap: break-word;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: break-word;
}
.editor-content--sm button,
.editor-content--sm input,
.editor-content--sm select,
.editor-content--sm textarea {
  font-size: 100%;
  font-weight: 500;
  line-height: 1.66;
}
.editor-content--sm h1,
.editor-content--sm h2,
.editor-content--sm h3,
.editor-content--sm h4,
.editor-content--sm h5,
.editor-content--sm h6 {
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2.5em;
}
.editor-content--sm h1:first-child,
.editor-content--sm h2:first-child,
.editor-content--sm h3:first-child,
.editor-content--sm h4:first-child,
.editor-content--sm h5:first-child,
.editor-content--sm h6:first-child,
.editor-content--sm p:first-child {
  margin-top: 0;
}
.editor-content--sm h1 {
  font-size: 1.75rem;
}
@media print, screen and (min-width: 992px) {
  .editor-content--sm h1 {
    font-size: 3rem;
  }
}
@media print {
  .editor-content--sm h1 {
    font-size: 3rem;
  }
}
.editor-content--sm a {
  color: #131313;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .editor-content--sm a {
    transition: all 0.25s ease;
  }
  .editor-content--sm a:hover {
    color: #2d2d2d;
  }
}
@media (hover: hover) and (pointer: fine) {
  .editor-content--sm .btn:hover {
    color: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .editor-content--sm a img {
    transition: all 0.25s ease;
  }
  .editor-content--sm a img:hover {
    opacity: 0.65;
  }
}
.editor-content--sm img {
  display: block;
  height: auto;
  margin-bottom: 1em;
  margin-top: 1em;
  max-width: 100%;
}
.editor-content--sm img.alignright {
  display: block;
  margin-left: auto;
}
.editor-content--sm img.alignleft {
  display: block;
  margin-right: auto;
}
.editor-content--sm img.aligncenter {
  display: block;
  margin: 1em auto;
}
.editor-content--sm p,
.editor-content--sm table,
.editor-content--sm img,
.editor-content--sm ul,
.editor-content--sm ol,
.editor-content--sm > div {
  margin-top: 1.5em;
}
.editor-content--sm p > img:first-child {
  margin-top: 0;
}
.editor-content--sm dfn,
.editor-content--sm cite,
.editor-content--sm em,
.editor-content--sm i {
  font-style: italic;
}
.editor-content--sm blockquote {
  background-color: #f7f7f7;
  color: #666;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0.5em;
  padding-left: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .editor-content--sm blockquote {
    font-size: 15px;
  }
}
@media print {
  .editor-content--sm blockquote {
    font-size: 15px;
  }
}
.editor-content--sm blockquote.alignleft,
.editor-content--sm blockquote.alignright {
  font-size: 0.875rem;
  width: 34%;
}
.editor-content--sm address {
  margin: 0 0 1.5em;
}
.editor-content--sm pre {
  background: #f7f7f7;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.editor-content--sm code,
.editor-content--sm kbd,
.editor-content--sm tt,
.editor-content--sm var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.editor-content--sm abbr,
.editor-content--sm acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.editor-content--sm mark,
.editor-content--sm ins {
  background: #eee;
  text-decoration: none;
}
.editor-content--sm big {
  font-size: 125%;
}
.editor-content--sm dl dt {
  font-weight: 700;
}
.editor-content--sm blockquote,
.editor-content--sm q {
  quotes: "" "";
}
.editor-content--sm blockquote:before,
.editor-content--sm blockquote:after,
.editor-content--sm q:before,
.editor-content--sm q:after {
  content: "";
}
.editor-content--sm hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}
.editor-content--sm ul,
.editor-content--sm ol {
  margin-bottom: 1em;
  margin-left: 1em;
  margin-top: 1em;
  padding: 0;
}
.editor-content--sm ul {
  list-style: disc;
}
.editor-content--sm ol h1,
.editor-content--sm ol h2,
.editor-content--sm ol h3,
.editor-content--sm ol h4,
.editor-content--sm ol h5,
.editor-content--sm ol h6 {
  border: none;
  padding: 0;
}
.editor-content--sm ol h3 {
  font-size: 1rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .editor-content--sm ol h3 {
    font-size: 1.125rem;
  }
}
@media print {
  .editor-content--sm ol h3 {
    font-size: 1.125rem;
  }
}
.editor-content--sm ol h4 {
  font-size: 0.9375rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .editor-content--sm ol h4 {
    font-size: 1rem;
  }
}
@media print {
  .editor-content--sm ol h4 {
    font-size: 1rem;
  }
}
.editor-content--sm li > ul,
.editor-content--sm li > ol {
  margin-bottom: 1em;
  margin-left: 1em;
}
.editor-content--sm li ol {
  font-size: 90%;
}
.editor-content--sm li ol li {
  margin-bottom: 0.5em;
}
.editor-content--sm table {
  font-size: 0.6875rem;
}
@media print, screen and (min-width: 768px) {
  .editor-content--sm table {
    font-size: 1rem;
  }
}
@media print {
  .editor-content--sm table {
    font-size: 1rem;
  }
}
.editor-content--sm .iframe {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.editor-content--sm .iframe iframe,
.editor-content--sm .iframe object,
.editor-content--sm .iframe embed {
  border: none;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.editor-content--sm embed,
.editor-content--sm iframe,
.editor-content--sm object {
  margin-top: 2em;
  max-width: 100%;
}
.editor-content--sm strong {
  font-weight: 700;
}
.editor-content--sm em {
  font-style: italic;
}
.editor-content--sm blockquote {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
  display: block;
}
.editor-content--sm #toc_container {
  background-color: #f3f3f3;
  border: none;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  font-size: 0.8125rem;
  gap: 8px;
  margin-top: 1em;
  padding: 16px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .editor-content--sm #toc_container {
    font-size: 1rem;
    padding: 24px;
  }
}
@media print {
  .editor-content--sm #toc_container {
    font-size: 1rem;
    padding: 24px;
  }
}
.editor-content--sm #toc_container .toc_title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2;
  opacity: 0.4;
  text-align: left;
}
.editor-content--sm #toc_container .toc_depth_1 {
  display: inline-flex;
  margin-right: 0.5em;
}
.editor-content--sm #toc_container .toc_depth_1::after {
  content: ".";
  display: block;
  position: relative;
}
.editor-content--sm #toc_container .toc_list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.editor-content--sm #toc_container .toc_list li {
  background-image: linear-gradient(90deg, #ddd 25%, transparent 25%);
  background-position: 0 bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
  border: none;
  padding: 8px;
}
.editor-content--sm #toc_container .toc_list li a {
  color: #131313;
}
@media (hover: hover) and (pointer: fine) {
  .editor-content--sm #toc_container .toc_list li a {
    transition: all 0.25s ease;
  }
  .editor-content--sm #toc_container .toc_list li a:hover {
    color: #131313;
    text-decoration: none;
  }
}

.child-block {
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .child-block {
    margin-top: 2.5rem;
  }
}
@media print {
  .child-block {
    margin-top: 2.5rem;
  }
}
.child-block:first-child {
  margin-top: 0;
}
.child-block--xs {
  margin-top: 0.25rem;
}
@media print, screen and (min-width: 768px) {
  .child-block--xs {
    margin-top: 0.5rem;
  }
}
@media print {
  .child-block--xs {
    margin-top: 0.5rem;
  }
}
.child-block--xs:first-child {
  margin-top: 0;
}
.child-block--sm {
  margin-top: 1rem;
}
@media print, screen and (min-width: 768px) {
  .child-block--sm {
    margin-top: 1.5rem;
  }
}
@media print {
  .child-block--sm {
    margin-top: 1.5rem;
  }
}
.child-block--sm:first-child {
  margin-top: 0;
}
.child-block--lg {
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .child-block--lg {
    margin-top: 5rem;
  }
}
@media print {
  .child-block--lg {
    margin-top: 5rem;
  }
}
.child-block--lg:first-child {
  margin-top: 0;
}
.child-block--xl {
  margin-top: 4rem;
}
@media print, screen and (min-width: 768px) {
  .child-block--xl {
    margin-top: 7.5rem;
  }
}
@media print {
  .child-block--xl {
    margin-top: 7.5rem;
  }
}
.child-block--xl:first-child {
  margin-top: 0;
}

.accordion-wrapper {
  border-top: 1px solid #eaeaea;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.accordion-block, .accordion-block--sp {
  background-color: #fff;
  border-bottom: 1px solid #eaeaea;
  margin-top: 0 !important;
}
@media print, screen and (min-width: 992px) {
  .accordion-block--sp {
    background-color: transparent;
  }
  .accordion-block--sp .accordion-block__plus {
    display: none;
  }
  .accordion-block--sp .accordion-block__label {
    pointer-events: none;
  }
  .accordion-block--sp .accordion-block__content {
    border: none;
    height: auto;
    opacity: 1;
    padding: 0 !important;
  }
  .accordion-block--sp .accordion-block__content-inner {
    padding: 0;
  }
}
@media print {
  .accordion-block--sp {
    background-color: transparent;
  }
  .accordion-block--sp .accordion-block__plus {
    display: none;
  }
  .accordion-block--sp .accordion-block__label {
    pointer-events: none;
  }
  .accordion-block--sp .accordion-block__content {
    border: none;
    height: auto;
    opacity: 1;
    padding: 0 !important;
  }
  .accordion-block--sp .accordion-block__content-inner {
    padding: 0;
  }
}
.accordion-block__check {
  display: none;
}
.accordion-block__label {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 0.5rem;
  padding-right: 0.5rem;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .accordion-block__label {
    gap: 1rem;
    padding-right: 1.5rem;
  }
}
@media print {
  .accordion-block__label {
    gap: 1rem;
    padding-right: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .accordion-block__label {
    transition: background 0.25s ease;
  }
  .accordion-block__label:hover {
    background-color: #f6f7f8;
  }
}
.accordion-block__plus {
  align-items: center;
  background-color: #fff;
  border: 1px solid #131313;
  border-radius: 50%;
  color: #131313;
  display: flex;
  font-size: 1.75rem;
  height: 1em;
  justify-content: center;
  position: relative;
  text-align: center;
  transition: all 0.25s ease;
  width: 1em;
}
.accordion-block__plus::before, .accordion-block__plus::after {
  -webkit-transform-origin: center center;
  -webkit-transform: translate(-50%, -50%);
  background-color: currentColor;
  border-radius: 999em;
  content: " ";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  width: 50%;
}
.accordion-block__plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
@media print, screen and (min-width: 768px) {
  .accordion-block__plus {
    font-size: 2.5rem;
  }
}
@media print {
  .accordion-block__plus {
    font-size: 2.5rem;
  }
}
.accordion-block__label-inner, .accordion-block__content-inner {
  display: flex;
  position: relative;
  width: 100%;
}
.accordion-block__label-inner {
  flex: 1;
  flex-direction: column;
  font-weight: bold;
  justify-content: center;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-top: 1rem;
}
@media print, screen and (min-width: 992px) {
  .accordion-block__label-inner {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-top: 1.5rem;
  }
}
@media print {
  .accordion-block__label-inner {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-top: 1.5rem;
  }
}
.accordion-block__question, .accordion-block__answer {
  display: flex;
  gap: 0.5em;
  position: relative;
}
.accordion-block__question::before, .accordion-block__answer::before {
  color: #f1533d;
  display: block;
  font-family: "Cormorant", serif;
  font-size: 150%;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.accordion-block__question {
  align-items: center;
  font-size: 0.875rem;
  font-weight: 400;
}
@media print, screen and (min-width: 992px) {
  .accordion-block__question {
    font-size: 1rem;
  }
}
@media print {
  .accordion-block__question {
    font-size: 1rem;
  }
}
.accordion-block__question p {
  margin-top: 1em;
}
.accordion-block__question p:first-child {
  margin-top: 0;
}
.accordion-block__question::before {
  align-self: center;
  color: #a19e99;
  content: "Q.";
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .accordion-block__question::before {
    align-self: center;
  }
}
@media print {
  .accordion-block__question::before {
    align-self: center;
  }
}
.accordion-block__question > div,
.accordion-block__question > span {
  flex: 1;
}
.accordion-block__answer::before {
  color: #f1533d;
  content: "A.";
}
.accordion-block__answer > div {
  flex: 1;
  word-break: break-all;
}
.accordion-block__title {
  align-items: flex-start;
  color: #131313;
  display: block;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .accordion-block__title {
    font-size: 1.5rem;
  }
}
@media print {
  .accordion-block__title {
    font-size: 1.5rem;
  }
}
.accordion-block__title strong {
  font-size: 115%;
}
.accordion-block__content {
  background-color: #f6f6f6;
  height: 0;
  margin-top: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transition: all 0.2s ease-out;
}
.accordion-block__content-inner {
  display: block;
  padding-left: 1em;
  padding-right: 1em;
}
@media print, screen and (min-width: 992px) {
  .accordion-block__content-inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .accordion-block__content-inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.accordion-block .accordion-block__check:checked + .accordion-block__label + .accordion-block__content, .accordion-block--sp .accordion-block__check:checked + .accordion-block__label + .accordion-block__content {
  height: auto;
  opacity: 1;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  transition: all 0.2s ease-out;
}
@media print, screen and (min-width: 992px) {
  .accordion-block .accordion-block__check:checked + .accordion-block__label + .accordion-block__content, .accordion-block--sp .accordion-block__check:checked + .accordion-block__label + .accordion-block__content {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}
@media print {
  .accordion-block .accordion-block__check:checked + .accordion-block__label + .accordion-block__content, .accordion-block--sp .accordion-block__check:checked + .accordion-block__label + .accordion-block__content {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem;
  }
}
.accordion-block .accordion-block__check:checked + .accordion-block__label .accordion-block__plus::after, .accordion-block--sp .accordion-block__check:checked + .accordion-block__label .accordion-block__plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}

.btn, .anchor-btn, .btn-back,
.btn-submit, .btn--text, .btn--back, .btn--footer, .btn--sm {
  align-items: center;
  background-color: transparent;
  border: 1px solid #999;
  color: #131313;
  display: inline-flex;
  font-size: 0.9375rem;
  font-weight: 400;
  gap: 0.5em;
  height: 3.5rem;
  justify-content: space-between;
  line-height: 1.25;
  max-width: 100%;
  min-width: 13.5rem;
  padding: 0.25em 1em 0.25em 1.5em;
  position: relative;
  text-align: left;
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .btn, .anchor-btn, .btn-back,
  .btn-submit, .btn--text, .btn--back, .btn--footer, .btn--sm {
    transition: all 0.25s linear;
  }
  .btn:hover, .anchor-btn:hover, .btn-back:hover,
  .btn-submit:hover, .btn--text:hover, .btn--back:hover, .btn--footer:hover, .btn--sm:hover {
    background-color: rgba(135, 118, 103, 0.1);
    color: #131313;
  }
  .btn:hover span[class^=link-arrow], .anchor-btn:hover span[class^=link-arrow], .btn-back:hover span[class^=link-arrow],
  .btn-submit:hover span[class^=link-arrow], .btn--text:hover span[class^=link-arrow], .btn--back:hover span[class^=link-arrow], .btn--footer:hover span[class^=link-arrow], .btn--sm:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  .btn:hover .btn__icon svg, .anchor-btn:hover .btn__icon svg, .btn-back:hover .btn__icon svg,
  .btn-submit:hover .btn__icon svg, .btn--text:hover .btn__icon svg, .btn--back:hover .btn__icon svg, .btn--footer:hover .btn__icon svg, .btn--sm:hover .btn__icon svg {
    fill: currentColor;
  }
}
.btn__text {
  flex: 1;
}
.btn__icon img,
.btn__icon svg {
  height: auto;
  width: 1.2em;
}
.btn__icon svg {
  fill: #131313;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .btn, .anchor-btn, .btn-back,
  .btn-submit, .btn--text, .btn--back, .btn--footer, .btn--sm {
    align-items: center;
    background-color: transparent;
    border: 1px solid #999;
    color: #131313;
    display: inline-flex;
    font-size: 0.9375rem;
    font-weight: 400;
    gap: 0.5em;
    height: 3.5rem;
    justify-content: space-between;
    line-height: 1.25;
    max-width: 100%;
    min-width: 13.5rem;
    padding: 0.25em 1em 0.25em 1.5em;
    position: relative;
    text-align: left;
    text-decoration: none !important;
  }
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .btn, .anchor-btn, .btn-back,
  .btn-submit, .btn--text, .btn--back, .btn--footer, .btn--sm {
    transition: all 0.25s linear;
  }
  .btn:hover, .anchor-btn:hover, .btn-back:hover,
  .btn-submit:hover, .btn--text:hover, .btn--back:hover, .btn--footer:hover, .btn--sm:hover {
    background-color: rgba(135, 118, 103, 0.1);
    color: #131313;
  }
  .btn:hover span[class^=link-arrow], .anchor-btn:hover span[class^=link-arrow], .btn-back:hover span[class^=link-arrow],
  .btn-submit:hover span[class^=link-arrow], .btn--text:hover span[class^=link-arrow], .btn--back:hover span[class^=link-arrow], .btn--footer:hover span[class^=link-arrow], .btn--sm:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  .btn:hover .btn__icon svg, .anchor-btn:hover .btn__icon svg, .btn-back:hover .btn__icon svg,
  .btn-submit:hover .btn__icon svg, .btn--text:hover .btn__icon svg, .btn--back:hover .btn__icon svg, .btn--footer:hover .btn__icon svg, .btn--sm:hover .btn__icon svg {
    fill: currentColor;
  }
}
@media print, screen and (min-width: 768px) {
  .btn__text {
    flex: 1;
  }
  .btn__icon img,
  .btn__icon svg {
    height: auto;
    width: 1.2em;
  }
  .btn__icon svg {
    fill: #131313;
    vertical-align: middle;
  }
}
@media print {
  .btn, .anchor-btn, .btn-back,
  .btn-submit, .btn--text, .btn--back, .btn--footer, .btn--sm {
    align-items: center;
    background-color: transparent;
    border: 1px solid #999;
    color: #131313;
    display: inline-flex;
    font-size: 0.9375rem;
    font-weight: 400;
    gap: 0.5em;
    height: 3.5rem;
    justify-content: space-between;
    line-height: 1.25;
    max-width: 100%;
    min-width: 13.5rem;
    padding: 0.25em 1em 0.25em 1.5em;
    position: relative;
    text-align: left;
    text-decoration: none !important;
  }
}
@media print and (hover: hover) and (pointer: fine) {
  .btn, .anchor-btn, .btn-back,
  .btn-submit, .btn--text, .btn--back, .btn--footer, .btn--sm {
    transition: all 0.25s linear;
  }
  .btn:hover, .anchor-btn:hover, .btn-back:hover,
  .btn-submit:hover, .btn--text:hover, .btn--back:hover, .btn--footer:hover, .btn--sm:hover {
    background-color: rgba(135, 118, 103, 0.1);
    color: #131313;
  }
  .btn:hover span[class^=link-arrow], .anchor-btn:hover span[class^=link-arrow], .btn-back:hover span[class^=link-arrow],
  .btn-submit:hover span[class^=link-arrow], .btn--text:hover span[class^=link-arrow], .btn--back:hover span[class^=link-arrow], .btn--footer:hover span[class^=link-arrow], .btn--sm:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  .btn:hover .btn__icon svg, .anchor-btn:hover .btn__icon svg, .btn-back:hover .btn__icon svg,
  .btn-submit:hover .btn__icon svg, .btn--text:hover .btn__icon svg, .btn--back:hover .btn__icon svg, .btn--footer:hover .btn__icon svg, .btn--sm:hover .btn__icon svg {
    fill: currentColor;
  }
}
@media print {
  .btn__text {
    flex: 1;
  }
  .btn__icon img,
  .btn__icon svg {
    height: auto;
    width: 1.2em;
  }
  .btn__icon svg {
    fill: #131313;
    vertical-align: middle;
  }
}
.btn--sm {
  font-size: 0.75rem;
  height: 2.5rem;
  min-width: 7.5rem;
}
@media print, screen and (min-width: 992px) {
  .btn--sm {
    font-size: 0.8125rem;
    height: 3rem;
    min-width: 10rem;
  }
}
@media print {
  .btn--sm {
    font-size: 0.8125rem;
    height: 3rem;
    min-width: 10rem;
  }
}
.btn--footer {
  background-color: #fff;
  font-size: 0.875rem;
  justify-content: center;
  padding: 0.25em;
  text-align: center;
}
@media print, screen and (min-width: 992px) {
  .btn--footer {
    min-width: 15rem;
  }
}
@media print {
  .btn--footer {
    min-width: 15rem;
  }
}
.btn--footer .btn__text {
  flex: initial;
  line-height: 1;
}
.btn--back {
  justify-content: flex-start;
  padding: 0.25em 1.5em 0.25em 1em;
}
.btn--back span[class^=link-arrow] {
  -webkit-transform: rotate(180deg);
  margin-right: 0.5em;
  transform: rotate(180deg);
}
@media (hover: hover) and (pointer: fine) {
  .btn--back:hover span[class^=link-arrow] {
    -webkit-transform: rotate(180deg) translate(25%, 0);
    transform: rotate(180deg) translate(25%, 0);
  }
}
.btn--text {
  background-color: transparent;
  color: #131313;
}
@media (hover: hover) and (pointer: fine) {
  .btn--text:hover {
    background-color: transparent;
    color: #a19e99;
  }
}

.link-arrow, .link-arrow--lg, .link-arrow--sm, .link-arrow--white {
  background-color: transparent;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: #131313;
  display: block;
  font-size: 1.5rem;
  height: 1em;
  position: relative;
  width: 1em;
}
@media print, screen and (min-width: 768px) {
  .link-arrow, .link-arrow--lg, .link-arrow--sm, .link-arrow--white {
    font-size: 2rem;
    transition: all 0.25s ease;
  }
}
@media print {
  .link-arrow, .link-arrow--lg, .link-arrow--sm, .link-arrow--white {
    font-size: 2rem;
    transition: all 0.25s ease;
  }
}
.link-arrow::before, .link-arrow--lg::before, .link-arrow--sm::before, .link-arrow--white::before, .link-arrow::after, .link-arrow--lg::after, .link-arrow--sm::after, .link-arrow--white::after {
  background-color: currentColor;
  content: " ";
  display: block;
  height: 1px;
  left: 48%;
  position: absolute;
  top: 50%;
  transition: all 0.25s ease;
  width: 0.25em;
}
.link-arrow::before, .link-arrow--lg::before, .link-arrow--sm::before, .link-arrow--white::before {
  -webkit-transform-origin: right bottom;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: right bottom;
}
.link-arrow::after, .link-arrow--lg::after, .link-arrow--sm::after, .link-arrow--white::after {
  -webkit-transform-origin: right top;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: right top;
}
.link-arrow--white {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.link-arrow--sm {
  font-size: 1rem;
}
@media print, screen and (min-width: 768px) {
  .link-arrow--sm {
    font-size: 1.5rem;
  }
}
@media print {
  .link-arrow--sm {
    font-size: 1.5rem;
  }
}
.link-arrow--sm::before, .link-arrow--sm::after {
  height: 1px;
}
.link-arrow--lg {
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .link-arrow--lg {
    font-size: 3rem;
  }
}
@media print {
  .link-arrow--lg {
    font-size: 3rem;
  }
}
.link-arrow--lg::before, .link-arrow--lg::after {
  height: 2px;
}

.btns-row {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .btns-row {
    gap: 1.5rem;
  }
}
@media print {
  .btns-row {
    gap: 1.5rem;
  }
}
.btns-row--sm {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.btns-row .btn, .btns-row .anchor-btn, .btns-row .btn-back,
.btns-row .btn-submit, .btns-row .btn--sm, .btns-row .btn--footer, .btns-row .btn--back, .btns-row .btn--text {
  max-width: 100%;
  min-width: 40%;
}
@media print, screen and (min-width: 768px) {
  .btns-row .btn, .btns-row .anchor-btn, .btns-row .btn-back,
  .btns-row .btn-submit, .btns-row .btn--sm, .btns-row .btn--footer, .btns-row .btn--back, .btns-row .btn--text {
    min-width: 15rem;
  }
}
@media print {
  .btns-row .btn, .btns-row .anchor-btn, .btns-row .btn-back,
  .btns-row .btn-submit, .btns-row .btn--sm, .btns-row .btn--footer, .btns-row .btn--back, .btns-row .btn--text {
    min-width: 15rem;
  }
}

.form-btns {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}
.form-btns .wpcf7-spinner {
  position: absolute;
}

.btn-back,
.btn-submit {
  font-size: 0.8125rem;
  justify-content: center;
  margin: 0 8px;
  max-width: 20rem;
  min-width: 0;
  padding: 5px 1em;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .btn-back,
  .btn-submit {
    font-size: 0.875rem;
    width: 15rem;
  }
}
@media print {
  .btn-back,
  .btn-submit {
    font-size: 0.875rem;
    width: 15rem;
  }
}
.btn-back:disabled,
.btn-submit:disabled {
  opacity: 0.3;
  pointer-events: none;
}

.btn-submit:disabled {
  pointer-events: none;
}

.btn-back {
  background: #a3aab3;
  border: none;
  color: #fff;
}
.btn-back:visited {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .btn-back:hover {
    background-color: #999;
    color: #fff;
  }
}
@media print {
  .btn-back:hover {
    background-color: #999;
    color: #fff;
  }
}

.anchor-list {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  gap: 0.75em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .anchor-list {
    font-size: 0.9375rem;
    gap: 1em;
  }
}
@media print {
  .anchor-list {
    font-size: 0.9375rem;
    gap: 1em;
  }
}
.anchor-list__item {
  cursor: pointer;
  display: flex;
  line-height: 1.3;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .anchor-list__item {
    transition: all 0.25s ease;
  }
}
@media print {
  .anchor-list__item {
    transition: all 0.25s ease;
  }
}
.anchor-list__linkArea {
  align-items: center;
  color: #131313;
  display: flex;
  gap: 0.75em;
  padding-left: 0.5em;
  position: relative;
  text-decoration: none !important;
  transition: all 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .anchor-list__linkArea:hover {
    color: #131313;
  }
  .anchor-list__linkArea:hover .anchor-list__text {
    opacity: 1;
  }
}
.anchor-list__linkArea::before {
  background-color: #a19e99;
  border-radius: 50%;
  content: " ";
  display: block;
  font-size: 0.3125rem;
  height: 1em;
  position: relative;
  transition: all 0.15s ease;
  width: 1em;
}
@media print, screen and (min-width: 992px) {
  .anchor-list__linkArea::before {
    background-color: #131313;
    opacity: 0.2;
  }
}
@media print {
  .anchor-list__linkArea::before {
    background-color: #131313;
    opacity: 0.2;
  }
}
.anchor-list__linkArea.active::before {
  background-color: #a19e99;
  opacity: 1;
}
.anchor-list__linkArea.active .anchor-list__text {
  opacity: 1;
}
.anchor-list__linkArea.active .anchor-list__text::after {
  width: 100%;
}
.anchor-list__text {
  display: flex;
  flex: 1;
  padding-bottom: 0.25em;
  padding-top: 0.25em;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .anchor-list__text {
    opacity: 0.45;
    transition: all 0.25s ease;
  }
}
@media print {
  .anchor-list__text {
    opacity: 0.45;
    transition: all 0.25s ease;
  }
}
.anchor-list__text > small {
  font-size: 90%;
}
.anchor-list__text::after {
  background-color: #131313;
  bottom: 0;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  transition: all 0.35s ease;
  width: 0;
}
@media print, screen and (min-width: 992px) {
  .anchor-list__text::after {
    content: " ";
  }
}
@media print {
  .anchor-list__text::after {
    content: " ";
  }
}

.anchor-btns {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  gap: 1rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .anchor-btns {
    gap: 1.5rem;
  }
}
@media print {
  .anchor-btns {
    gap: 1.5rem;
  }
}
.anchor-btns__col {
  display: flex;
  justify-content: center;
  position: relative;
  width: calc(50% - 0.5rem);
}
@media print, screen and (min-width: 992px) {
  .anchor-btns__col {
    width: auto;
  }
}
@media print {
  .anchor-btns__col {
    width: auto;
  }
}

.anchor-btn {
  display: flex;
}
@media (hover: hover) and (pointer: fine) {
  .anchor-btn:hover span[class^=link-arrow] {
    -webkit-transform: rotate(90deg) translate(25%, 0);
    transform: rotate(90deg) translate(25%, 0);
  }
}
.anchor-btn span[class^=link-arrow] {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.inview-up[data-inview] {
  transition: opacity 0.8s ease 0.35s, -webkit-transform 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.35s, transform 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.35s, transform 0.8s ease 0.4s, -webkit-transform 0.8s ease 0.4s;
}
.inview-up[data-inview=false] {
  -webkit-transform: translate(0, 60px);
  opacity: 0;
  transform: translate(0, 60px);
}
.inview-up[data-inview=true] {
  -webkit-transform: translate(0, 0);
  opacity: 1;
  transform: translate(0, 0);
}

/* easeInOutCirc */
.inview-clip[data-inview] {
  will-change: clip-path;
}
.inview-clip[data-inview=false] {
  -webkit-clip-path: inset(0 0 0 100%);
  -webkit-transform: translate(60px, 0);
  clip-path: inset(0 0 0 100%);
  transform: translate(60px, 0);
}
.inview-clip[data-inview=true] {
  -webkit-clip-path: inset(0 0 0 0);
  -webkit-transform: translate(0, 0);
  clip-path: inset(0 0 0 0);
  transform: translate(0, 0);
  transition: -webkit-clip-path 1.2s cubic-bezier(0.445, 0.05, 0.255, 0.985), -webkit-transform 0.8s ease 0.3s;
  transition: clip-path 1.2s cubic-bezier(0.445, 0.05, 0.255, 0.985), transform 0.8s ease 0.3s;
  transition: clip-path 1.2s cubic-bezier(0.445, 0.05, 0.255, 0.985), transform 0.8s ease 0.3s, -webkit-clip-path 1.2s cubic-bezier(0.445, 0.05, 0.255, 0.985), -webkit-transform 0.8s ease 0.3s;
}

.inview-scale[data-inview] {
  transition: -webkit-transform 1.25s ease, -webkit-filter 0.75s ease;
  transition: transform 1.25s ease, filter 0.75s ease;
  transition: transform 1.25s ease, filter 0.75s ease, -webkit-transform 1.25s ease, -webkit-filter 0.75s ease;
}
.inview-scale[data-inview=false] {
  -webkit-transform: scale(1.1);
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
  transform: scale(1.1);
}
.inview-scale[data-inview=true] {
  -webkit-transform: scale(1);
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  transform: scale(1);
}

.box, .box--outline, .box--white {
  background-color: rgba(135, 118, 103, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .box, .box--outline, .box--white {
    padding: 2.5rem;
  }
}
@media print {
  .box, .box--outline, .box--white {
    padding: 2.5rem;
  }
}
.box--white {
  background-color: #fff;
}
.box--outline {
  background-color: transparent;
  border: 1px solid #eaeaea;
}
.box__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 125%;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 1em;
}

.row-box {
  background-color: rgba(135, 118, 103, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .row-box {
    flex-direction: row;
    gap: 3rem;
    padding: 2.5rem;
  }
}
@media print {
  .row-box {
    flex-direction: row;
    gap: 3rem;
    padding: 2.5rem;
  }
}
.row-box__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 115%;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 1em;
}
@media print, screen and (min-width: 992px) {
  .row-box__title {
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    width: 17.5rem;
  }
}
@media print {
  .row-box__title {
    border: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    width: 17.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .row-box__main {
    flex: 1;
  }
}
@media print {
  .row-box__main {
    flex: 1;
  }
}

.breadcrumbs {
  display: flex;
  font-size: 0.625rem;
  justify-content: flex-end;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 992px) {
  .breadcrumbs {
    font-size: 0.8125rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1rem;
  }
}
@media print {
  .breadcrumbs {
    font-size: 0.8125rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 1rem;
  }
}
.breadcrumbs ul,
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.25;
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li,
.breadcrumbs ol li {
  align-items: center;
  display: flex;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
  position: relative;
}
.breadcrumbs ul li::before,
.breadcrumbs ol li::before {
  -webkit-transform: skew(-30deg, 0);
  background-color: #131313;
  content: "";
  display: block;
  height: 65%;
  margin-left: 1em;
  margin-right: 1em;
  opacity: 0.15;
  position: relative;
  transform: skew(-30deg, 0);
  width: 1px;
}
.breadcrumbs ul li:first-child::before,
.breadcrumbs ol li:first-child::before {
  content: none;
}
.breadcrumbs ul li a,
.breadcrumbs ol li a {
  color: #aaa;
  text-decoration: none !important;
  z-index: 2;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs ul li a,
  .breadcrumbs ol li a {
    transition: all 0.25s ease;
  }
  .breadcrumbs ul li a:hover,
  .breadcrumbs ol li a:hover {
    color: #131313;
  }
}
.breadcrumbs ul li > a,
.breadcrumbs ul li > span,
.breadcrumbs ol li > a,
.breadcrumbs ol li > span {
  align-items: center;
  display: flex;
  height: 2em;
  justify-content: center;
}
.breadcrumbs__home {
  align-items: center;
  display: flex;
  gap: 0.25em;
}
.breadcrumbs__icon {
  line-height: 1;
}
.breadcrumbs__icon svg {
  height: auto;
  vertical-align: middle;
  width: 1em;
}

.card-list, .card-list--lg, .card-list--sm {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 992px) {
  .card-list, .card-list--lg, .card-list--sm {
    gap: 4rem 2.5rem;
  }
}
@media print {
  .card-list, .card-list--lg, .card-list--sm {
    gap: 4rem 2.5rem;
  }
}
.card-list--sm {
  gap: 1.5rem 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .card-list--sm {
    gap: 4rem 2.5rem;
  }
}
@media print {
  .card-list--sm {
    gap: 4rem 2.5rem;
  }
}
.card-list--sm .card-list__item {
  width: calc(50% - 0.25rem);
}
@media print, screen and (min-width: 992px) {
  .card-list--sm .card-list__item {
    width: calc(33.333% - 1.875rem);
  }
}
@media print {
  .card-list--sm .card-list__item {
    width: calc(33.333% - 1.875rem);
  }
}
@media print, screen and (min-width: 992px) {
  .card-list--lg .card-list__item {
    width: calc(50% - 1.25rem);
  }
}
@media print {
  .card-list--lg .card-list__item {
    width: calc(50% - 1.25rem);
  }
}
.card-list__item {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .card-list__item {
    width: calc(33.333% - 1.875rem);
  }
}
@media print {
  .card-list__item {
    width: calc(33.333% - 1.875rem);
  }
}

a.card {
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  a.card:hover {
    color: #666;
  }
  a.card:hover .card__image img {
    -webkit-transform: scale(1.03);
    opacity: 0.8;
    transform: scale(1.03);
  }
  a.card:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
}

.card {
  background-color: #fff;
  border-radius: 0.5rem;
  color: #131313;
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .card {
    border-radius: 1rem;
  }
}
@media print {
  .card {
    border-radius: 1rem;
  }
}
.card__image {
  border-radius: 0.5rem;
  height: 0;
  overflow: hidden;
  padding-bottom: 66.6666666667%;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .card__image {
    border-radius: 1rem;
  }
}
@media print {
  .card__image {
    border-radius: 1rem;
  }
}
.card__image img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}
.card__main {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5em;
  width: 100%;
}
.card__title {
  align-items: center;
  align-items: flex-start;
  display: flex;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .card__title {
    font-size: 1.5rem;
  }
}
@media print {
  .card__title {
    font-size: 1.5rem;
  }
}
.card__title strong {
  font-size: 115%;
}
.card__title > span:first-child {
  flex: 1;
}
.card__text {
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 992px) {
  .card__text {
    font-size: 0.875rem;
  }
}
@media print {
  .card__text {
    font-size: 0.875rem;
  }
}
.card__text p {
  margin-top: 1em;
}
.card__text p:first-child {
  margin-top: 0;
}

.project-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 992px) {
  .project-list {
    gap: 3rem 2.5rem;
  }
}
@media print {
  .project-list {
    gap: 3rem 2.5rem;
  }
}
.project-list__item {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .project-list__item {
    width: calc(33.333% - 1.6875rem);
  }
}
@media print {
  .project-list__item {
    width: calc(33.333% - 1.6875rem);
  }
}

a.project-card {
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  a.project-card:hover {
    color: #666;
  }
  a.project-card:hover .project-card__image img {
    -webkit-transform: scale(1.03);
    opacity: 0.8;
    transform: scale(1.03);
  }
  a.project-card:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
}

.project-slider .project-card {
  width: 20rem;
}
@media print, screen and (min-width: 992px) {
  .project-slider .project-card {
    width: 30rem;
  }
}
@media print {
  .project-slider .project-card {
    width: 30rem;
  }
}

.project-card {
  background-color: #fff;
  color: #131313;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.project-card__image {
  height: 0;
  overflow: hidden;
  padding-bottom: 66.6666666667%;
  position: relative;
  width: 100%;
}
.project-card__image > img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}
.project-card__sdgsList {
  bottom: 0.25em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  left: 0.25em;
  pointer-events: none;
  position: absolute;
  z-index: 10;
}
.project-card__sdgs {
  width: 2em;
}
@media print, screen and (min-width: 992px) {
  .project-card__sdgs {
    width: 2.5em;
  }
}
@media print {
  .project-card__sdgs {
    width: 2.5em;
  }
}
.project-card__sdgs > img {
  height: auto;
  width: 100%;
}
.project-card__main {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5em;
  padding: 1rem 1rem 1.5rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .project-card__main {
    gap: 0.75em;
    padding: 1.5rem 1.5rem 1.5rem;
  }
}
@media print {
  .project-card__main {
    gap: 0.75em;
    padding: 1.5rem 1.5rem 1.5rem;
  }
}
.project-card__title {
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .project-card__title {
    font-size: 1.125rem;
  }
}
@media print {
  .project-card__title {
    font-size: 1.125rem;
  }
}
.project-card__title p {
  margin-top: 1em;
}
.project-card__title p:first-child {
  margin-top: 0;
}
.project-card__text {
  font-size: 0.8125rem;
  line-height: 1.5;
  opacity: 0.75;
}
@media print, screen and (min-width: 992px) {
  .project-card__text {
    font-size: 0.875rem;
  }
}
@media print {
  .project-card__text {
    font-size: 0.875rem;
  }
}
.project-card__text p {
  margin-top: 1em;
}
.project-card__text p:first-child {
  margin-top: 0;
}
.project-card__cats {
  display: flex;
  flex-wrap: wrap;
  font-size: 75%;
  gap: 0.25em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.project-card__cats > li,
.project-card__cats > span,
.project-card__cats > div,
.project-card__cats > p {
  background-color: rgba(135, 118, 103, 0.1);
  color: #666;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  min-width: 4em;
  padding: 0.15em 1em;
}
.project-card__period {
  border-top: 1px solid #eaeaea;
  font-size: 80%;
  opacity: 0.65;
  padding-top: 1em;
}

.project-period {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.project-period dt {
  margin: 0;
  margin-top: 0.5em;
  padding: 0;
  width: 9em;
}
.project-period dt:first-of-type {
  margin-top: 0;
}
.project-period dd {
  margin: 0;
  margin-top: 0.5em;
  padding: 0;
  width: calc(100% - 9em);
}
.project-period dd:first-of-type {
  margin-top: 0;
}

.category-block {
  border: 1px solid #eaeaea;
  border-radius: 2em;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.category-block__title {
  align-items: baseline;
  color: #131313;
  display: flex;
  flex: 1;
  font-weight: 400;
  gap: 0.5em;
  line-height: 1.25;
  min-height: 3rem;
  padding: 1rem 1rem;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .category-block__title {
    padding: 1rem 1.5rem;
  }
}
@media print {
  .category-block__title {
    padding: 1rem 1.5rem;
  }
}
.category-block__label {
  font-family: "Cormorant", serif;
  font-size: 85%;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
}
@media print, screen and (min-width: 992px) {
  .category-block__label {
    font-size: 95%;
    min-width: 4em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  }
}
@media print {
  .category-block__label {
    font-size: 95%;
    min-width: 4em;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
  }
}
.category-block__current {
  border-left: 1px solid #eaeaea;
  color: #131313;
  padding-left: 0.5em;
}
@media print, screen and (min-width: 992px) {
  .category-block__current {
    padding-bottom: 0.45em;
    padding-top: 0.45em;
  }
}
@media print {
  .category-block__current {
    padding-bottom: 0.45em;
    padding-top: 0.45em;
  }
}
.category-block__icon {
  height: 1em;
  position: relative;
  width: 1em;
}
.category-block__icon::before, .category-block__icon::after {
  -webkit-transform: translate(0, -50%);
  background-color: #131313;
  border-radius: 999em;
  content: " ";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1em;
}
.category-block__icon::after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
  transition: all 0.25s ease;
}
@media print, screen and (min-width: 992px) {
  .category-block__icon {
    display: none;
  }
}
@media print {
  .category-block__icon {
    display: none;
  }
}
.category-block__list {
  background-color: #f6f6f6;
}
@media print, screen and (min-width: 992px) {
  .category-block__list {
    background-color: transparent;
  }
}
@media print {
  .category-block__list {
    background-color: transparent;
  }
}

@media print, screen and (min-width: 992px) {
  .accordion-block--sp.category-block {
    border: none;
    border-radius: 0;
    flex-direction: row;
    gap: 2em;
  }
}
@media print {
  .accordion-block--sp.category-block {
    border: none;
    border-radius: 0;
    flex-direction: row;
    gap: 2em;
  }
}
@media print, screen and (min-width: 992px) {
  .accordion-block--sp .category-block__header {
    border-right: 1px solid #eaeaea;
    width: 7.5rem;
  }
}
@media print {
  .accordion-block--sp .category-block__header {
    border-right: 1px solid #eaeaea;
    width: 7.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .accordion-block--sp .category-block__title {
    align-items: stretch;
    gap: 1em;
    min-height: 0;
    padding: 0;
  }
}
@media print {
  .accordion-block--sp .category-block__title {
    align-items: stretch;
    gap: 1em;
    min-height: 0;
    padding: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .accordion-block--sp .category-block__label {
    flex: 1;
    font-size: 125%;
  }
}
@media print {
  .accordion-block--sp .category-block__label {
    flex: 1;
    font-size: 125%;
  }
}
@media print, screen and (min-width: 992px) {
  .accordion-block--sp .category-block__current {
    display: none;
  }
}
@media print {
  .accordion-block--sp .category-block__current {
    display: none;
  }
}
@media print, screen and (min-width: 992px) {
  .accordion-block--sp .category-block__list {
    flex: 1;
  }
}
@media print {
  .accordion-block--sp .category-block__list {
    flex: 1;
  }
}

.category-list, .category-list--child {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 992px) {
  .category-list, .category-list--child {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2em;
  }
}
@media print {
  .category-list, .category-list--child {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2em;
  }
}
.category-list > li, .category-list--child > li {
  border-top: 1px dotted #eaeaea;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .category-list > li, .category-list--child > li {
    border-top: none;
    width: auto;
  }
}
@media print {
  .category-list > li, .category-list--child > li {
    border-top: none;
    width: auto;
  }
}
.category-list > li:first-child, .category-list--child > li:first-child {
  border-top: none;
}
.category-list > li.current-cat a, .category-list--child > li.current-cat a {
  background-color: rgba(135, 118, 103, 0.1);
}
@media print, screen and (min-width: 992px) {
  .category-list > li.current-cat a, .category-list--child > li.current-cat a {
    background-color: transparent;
    border-bottom: 1px solid #a19e99;
    opacity: 1;
  }
}
@media print {
  .category-list > li.current-cat a, .category-list--child > li.current-cat a {
    background-color: transparent;
    border-bottom: 1px solid #a19e99;
    opacity: 1;
  }
}
.category-list--child {
  border-left: 0.25em solid #ddd;
  font-size: 90%;
  margin-bottom: 0.5em;
  padding-left: 1.05em;
}
.category-list--child > li {
  border-top: 1px dotted #ddd;
}
.category-list--child > li:first-child {
  border-top: 1px dotted #ddd;
}
.category-list--child > li > a {
  min-height: 3em;
  padding: 0.25em 0;
}
.category-list a, .category-list--child a {
  align-items: center;
  color: #131313;
  display: flex;
  gap: 1em;
  line-height: 1.25;
  min-height: 3.5em;
  padding: 0.75em 1em;
  position: relative;
  text-decoration: none !important;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .category-list a, .category-list--child a {
    opacity: 0.65;
  }
}
@media print {
  .category-list a, .category-list--child a {
    opacity: 0.65;
  }
}
.category-list a:active, .category-list--child a:active, .category-list a:focus, .category-list--child a:focus {
  color: #131313;
}
.category-list a > span, .category-list--child a > span {
  flex: 1;
}
@media (hover: hover) and (pointer: fine) {
  .category-list a, .category-list--child a {
    transition: all 0.25s ease;
  }
  .category-list a:hover, .category-list--child a:hover {
    color: #131313;
    opacity: 1;
  }
}

.horizontal-dl, .horizontal-dl--lg, .horizontal-dl--sm, .horizontal-dl--xs {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.horizontal-dl dt, .horizontal-dl--lg dt, .horizontal-dl--sm dt, .horizontal-dl--xs dt {
  font-weight: 400;
  margin: 0;
  margin-top: 0.5em;
  opacity: 0.75;
  padding: 0;
  width: 10em;
}
.horizontal-dl dt:first-of-type, .horizontal-dl--lg dt:first-of-type, .horizontal-dl--sm dt:first-of-type, .horizontal-dl--xs dt:first-of-type {
  margin-top: 0;
}
.horizontal-dl dd, .horizontal-dl--lg dd, .horizontal-dl--sm dd, .horizontal-dl--xs dd {
  margin: 0;
  margin-top: 0.5em;
  padding: 0;
  width: calc(100% - 10em);
}
.horizontal-dl dd:first-of-type, .horizontal-dl--lg dd:first-of-type, .horizontal-dl--sm dd:first-of-type, .horizontal-dl--xs dd:first-of-type {
  margin-top: 0;
}
.horizontal-dl--xs dt {
  font-weight: normal;
  white-space: nowrap;
  width: 2.5em;
}
.horizontal-dl--xs dd {
  width: calc(100% - 2.5em);
}
.horizontal-dl--sm dt {
  width: 5em;
}
.horizontal-dl--sm dd {
  width: calc(100% - 5em);
}
.horizontal-dl--lg dt {
  width: 12em;
}
.horizontal-dl--lg dd {
  width: calc(100% - 12em);
}

.flow-list {
  counter-reset: number;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.flow-list__item {
  display: flex;
  gap: 1rem;
  margin: 0;
  padding: 0;
  padding-bottom: 1.5rem;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .flow-list__item {
    gap: 2.5rem;
    padding-bottom: 2rem;
  }
}
@media print {
  .flow-list__item {
    gap: 2.5rem;
    padding-bottom: 2rem;
  }
}
.flow-list__item:last-child {
  padding-bottom: 0;
}
.flow-list__item:last-child::before {
  content: none;
}
.flow-list__item::before {
  background-color: #a19e99;
  bottom: 0;
  content: " ";
  display: block;
  left: 0.75rem;
  position: absolute;
  top: 0;
  width: 1px;
}
@media print, screen and (min-width: 992px) {
  .flow-list__item::before {
    left: 1.25rem;
    width: 2px;
  }
}
@media print {
  .flow-list__item::before {
    left: 1.25rem;
    width: 2px;
  }
}
.flow-list__number {
  align-items: baseline;
  background-color: #a19e99;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-family: "Cormorant", serif;
  font-size: 0.9375rem;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  height: 1.5rem;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  width: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .flow-list__number {
    font-size: 1.5rem;
    height: 2.5rem;
    width: 2.5rem;
  }
}
@media print {
  .flow-list__number {
    font-size: 1.5rem;
    height: 2.5rem;
    width: 2.5rem;
  }
}
.flow-list__number::after {
  content: counter(number);
  counter-increment: number;
  display: block;
  line-height: 1.25;
  position: relative;
}
.flow-list__row {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .flow-list__row {
    flex-direction: row;
    gap: 2.5rem;
  }
}
@media print {
  .flow-list__row {
    flex-direction: row;
    gap: 2.5rem;
  }
}
.flow-list__image {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .flow-list__image {
    width: 15rem;
  }
}
@media print {
  .flow-list__image {
    width: 15rem;
  }
}
.flow-list__image img {
  height: auto;
  max-width: 100%;
}
.flow-list__main {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .flow-list__main {
    padding-top: 0.25em;
  }
}
@media print {
  .flow-list__main {
    padding-top: 0.25em;
  }
}
.flow-list__title {
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .flow-list__title {
    font-size: 1.125rem;
  }
}
@media print {
  .flow-list__title {
    font-size: 1.125rem;
  }
}
.flow-list__title p {
  margin-top: 1em;
}
.flow-list__title p:first-child {
  margin-top: 0;
}
.flow-list__text {
  display: flex;
  flex-direction: column;
  font-size: 0.8125rem;
  gap: 1em;
  opacity: 0.75;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .flow-list__text {
    font-size: 0.875rem;
  }
}
@media print {
  .flow-list__text {
    font-size: 0.875rem;
  }
}
.flow-list__text p {
  margin-top: 1em;
}
.flow-list__text p:first-child {
  margin-top: 0;
}

.form-table, .form-table--confirmed {
  border-top: 1px solid #e6e6e6;
  display: block;
  line-height: 1.3;
}
.form-table tbody, .form-table--confirmed tbody {
  display: block;
}
.form-table--confirmed {
  font-size: 85%;
}
@media print, screen and (min-width: 992px) {
  .form-table--confirmed .form-table__head {
    width: 7.5rem;
  }
}
@media print {
  .form-table--confirmed .form-table__head {
    width: 7.5rem;
  }
}
.form-table__row {
  background: none;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  margin-bottom: 0;
}
@media print, screen and (min-width: 992px) {
  .form-table__row {
    align-items: center;
    display: flex;
  }
}
@media print {
  .form-table__row {
    align-items: center;
    display: flex;
  }
}
.form-table__head, .form-table__content {
  display: block;
  padding: 0.5rem 0;
}
@media print, screen and (min-width: 992px) {
  .form-table__head, .form-table__content {
    padding: 1rem 0;
  }
}
@media print {
  .form-table__head, .form-table__content {
    padding: 1rem 0;
  }
}
.form-table__head {
  font-size: 90%;
  font-weight: 400;
  margin-top: 0.5rem;
  position: relative;
  text-align: left;
}
@media print, screen and (min-width: 992px) {
  .form-table__head {
    margin-top: 0;
    width: 15rem;
  }
}
@media print {
  .form-table__head {
    margin-top: 0;
    width: 15rem;
  }
}
.form-table__head label {
  font-weight: 400;
}
.form-table__head .mark-req {
  -webkit-transform: translate(0, -50%);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.form-table__head .min,
.form-table__head small {
  color: #666;
  display: block;
  font-size: 85%;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 0.3125rem;
}
@media print, screen and (min-width: 992px) {
  .form-table__content {
    flex: 1;
    padding-left: 1.5rem;
  }
}
@media print {
  .form-table__content {
    flex: 1;
    padding-left: 1.5rem;
  }
}
.form-table__content .min {
  font-size: 85%;
  font-weight: normal;
}

.form-adornments {
  align-items: center;
  display: flex;
}
.form-adornments__before {
  font-size: 85%;
  margin-right: 0.5em;
  opacity: 0.6;
}
.form-adornments__after {
  font-size: 85%;
  margin-left: 0.5em;
  opacity: 0.6;
}
.form-adornments .wpcf7-form-control-wrap {
  flex: 1;
}

.form-control, .form-control--white, .form-control--inline {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  padding: 0.5em;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .form-control, .form-control--white, .form-control--inline {
    font-size: 1rem;
    padding: 1em 0.5em;
  }
}
@media print {
  .form-control, .form-control--white, .form-control--inline {
    font-size: 1rem;
    padding: 1em 0.5em;
  }
}
.form-control--inline {
  display: inline-block;
  max-width: 100%;
  width: auto;
}
.form-control--white {
  background-color: #fff;
}
.form-control::-webkit-input-placeholder, .form-control--inline::-webkit-input-placeholder, .form-control--white::-webkit-input-placeholder {
  color: #999;
}
.form-control:-ms-input-placeholder, .form-control--inline:-ms-input-placeholder, .form-control--white:-ms-input-placeholder {
  color: #999;
}
.form-control::-ms-input-placeholder, .form-control--inline::-ms-input-placeholder, .form-control--white::-ms-input-placeholder {
  color: #999;
}
.form-control::placeholder, .form-control--inline::placeholder, .form-control--white::placeholder {
  color: #999;
}

input:disabled {
  background-color: #ddd;
  opacity: 0.3;
}

.radio-block .wpcf7-list-item {
  display: block;
}

.radio-inlineblock .wpcf7-list-item {
  display: inline-block;
}
@media print, screen and (min-width: 992px) {
  .radio-inlineblock .wpcf7-list-item {
    min-width: 7.5rem;
  }
}
@media print {
  .radio-inlineblock .wpcf7-list-item {
    min-width: 7.5rem;
  }
}

.radio-block label,
.radio-inlineblock label {
  align-items: center;
  display: inline-flex;
  font-weight: normal;
  margin: 3px 0;
}
.radio-block label .wpcf7-list-item-label,
.radio-inlineblock label .wpcf7-list-item-label {
  display: inline-flex;
  margin-right: 0.5rem;
  vertical-align: middle;
}
@media print, screen and (min-width: 992px) {
  .radio-block label .wpcf7-list-item-label,
  .radio-inlineblock label .wpcf7-list-item-label {
    margin-right: 1rem;
  }
}
@media print {
  .radio-block label .wpcf7-list-item-label,
  .radio-inlineblock label .wpcf7-list-item-label {
    margin-right: 1rem;
  }
}
.radio-block label input,
.radio-inlineblock label input {
  display: inline-block;
  font-weight: normal;
  margin-bottom: 0.3125rem;
  margin-right: 0.3125rem;
  margin-top: 0.4375rem;
  vertical-align: middle;
}

.form-select, .form-select--white {
  -webkit-appearance: none;
  appearance: none;
  background-color: #f3f3f3;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%, calc(100% - 2em) 50%;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px, 1px 70%;
  border: 1px solid #eee;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  font-size: 16px;
  height: 2.5em;
  line-height: 1.5;
  margin: 0;
  min-width: 6em;
  padding: 0.5em 2.5em 0.5em 0.5em;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .form-select, .form-select--white {
    font-size: 1rem;
    height: 3em;
    min-width: 8em;
    padding: 0.5em 3em 0.5em 0.5em;
  }
}
@media print {
  .form-select, .form-select--white {
    font-size: 1rem;
    height: 3em;
    min-width: 8em;
    padding: 0.5em 3em 0.5em 0.5em;
  }
}
.form-select--white {
  background-color: #fff;
}

.form-select:-moz-focusring, .form-select--white:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.form-select::-ms-expand, .form-select--white::-ms-expand {
  display: none;
}

.form-file {
  align-items: center;
  display: flex;
}
.form-file .wpcf7-form-control-wrap input {
  display: none;
}
.form-file.use-floating-validation-tip {
  position: relative;
}
.form-file.use-floating-validation-tip .wpcf7-form-control-wrap {
  position: initial;
}
.form-file.use-floating-validation-tip .wpcf7-not-valid-tip {
  -webkit-transform: translate(0, -100%);
  left: 0;
  min-width: 13em;
  position: absolute;
  top: 0;
  transform: translate(0, -100%);
  width: auto;
}
.form-file label {
  align-items: center;
  background: #131313;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  display: inline-flex;
  font-size: 90%;
  font-weight: 400;
  height: 2rem;
  justify-content: center;
  padding: 6px 12px;
  position: relative;
  white-space: nowrap;
  width: 9em;
}
@media (hover: hover) and (pointer: fine) {
  .form-file label {
    transition: 0.3s ease-out;
  }
  .form-file label:hover {
    opacity: 0.7;
  }
}
.form-file label:after {
  color: black;
  content: "選択されていません";
  font-weight: 400;
  position: absolute;
  right: -10em;
}
.form-file label.changed:after {
  content: "";
}
.form-file .filename {
  display: block;
  font-size: 90%;
  padding-left: 1em;
}
.form-file__delete {
  background-color: #999;
  border-radius: 50%;
  display: block;
  height: 1.5em;
  margin-left: 1em;
  position: relative;
  text-decoration: none;
  width: 1.5em;
}
.form-file__delete::before, .form-file__delete::after {
  background-color: #fff;
  content: " ";
  display: block;
  font-size: 20px;
  height: 60%;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 1px;
}
.form-file__delete::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.form-file__delete::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  .form-file__delete {
    transition: all 0.25s ease;
  }
  .form-file__delete:hover {
    opacity: 0.7;
  }
}
.form-file__delete.active {
  display: block !important;
}

.add-files {
  display: none;
}

.btn-addfile {
  background-color: transparent;
  border: none;
  opacity: 0.65;
  padding: 10px 0;
}
@media print, screen and (min-width: 992px) {
  .btn-addfile {
    transition: all 0.25s ease;
  }
  .btn-addfile:hover {
    opacity: 1;
  }
}
@media print {
  .btn-addfile {
    transition: all 0.25s ease;
  }
  .btn-addfile:hover {
    opacity: 1;
  }
}
.btn-addfile .icon,
.btn-addfile .txt {
  display: inline-block;
  font-size: 0.75rem;
  vertical-align: middle;
}
@media print, screen and (min-width: 992px) {
  .btn-addfile .icon,
  .btn-addfile .txt {
    font-size: 0.8125rem;
  }
}
@media print {
  .btn-addfile .icon,
  .btn-addfile .txt {
    font-size: 0.8125rem;
  }
}
.btn-addfile .txt {
  font-weight: 500;
}
.btn-addfile .icon {
  color: #666;
  margin-right: 5px;
}

textarea.form-control, textarea.form-control--inline, textarea.form-control--white {
  height: auto;
  line-height: 1.5;
}

.form-label {
  display: block;
  font-size: 85%;
  margin-bottom: 0.1875rem;
  opacity: 0.65;
}

.form-radio-label, .form-radio-label--block {
  align-items: center;
  display: inline-flex;
  font-size: 95%;
  font-weight: normal;
  margin: 8px 0;
  margin-right: 24px;
  min-width: 80px;
}
@media print, screen and (min-width: 992px) {
  .form-radio-label, .form-radio-label--block {
    margin-right: 40px;
  }
}
@media print {
  .form-radio-label, .form-radio-label--block {
    margin-right: 40px;
  }
}
.form-radio-label:last-child, .form-radio-label--block:last-child {
  margin-left: 0;
}
.form-radio-label--block {
  display: flex;
  margin-left: 0;
  margin-top: 16px;
}
.form-radio-label--block:first-child {
  margin-top: 8px;
}
.form-radio-label__input {
  margin-right: 0.5em;
}
.form-radio-label__text {
  flex: 1;
}

.form-row {
  align-items: center;
  display: flex;
  margin-left: -4px;
  margin-right: -4px;
}
.form-row__col, .form-row__col--inline {
  padding-left: 4px;
  padding-right: 4px;
  width: 100%;
}
.form-row__col--inline {
  width: auto;
}

.mark-req {
  background-color: #f1533d;
  color: #fff;
  display: inline-block;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  padding: 2px 5px 3px;
  text-align: center;
}
.mark-req.lg {
  font-size: 0.6875rem;
  min-width: 30px;
  padding: 5px;
}
@media print, screen and (min-width: 992px) {
  .mark-req.lg {
    font-size: 0.8125rem;
    min-width: 40px;
  }
}
@media print {
  .mark-req.lg {
    font-size: 0.8125rem;
    min-width: 40px;
  }
}

.privacy-block {
  display: flex;
  flex-direction: column;
  gap: 2em;
  width: 100%;
}
.privacy-block__title {
  font-size: 0.8125rem;
  font-weight: 700;
}
@media print, screen and (min-width: 992px) {
  .privacy-block__title {
    font-size: 0.875rem;
  }
}
@media print {
  .privacy-block__title {
    font-size: 0.875rem;
  }
}
.privacy-block__section {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
}
.privacy-block__list {
  margin: 0;
}
.privacy-block__list li {
  margin-top: 0.5em;
}
.privacy-block__list li:first-child {
  margin-top: 0;
}
.privacy-block__list li > ol {
  margin-top: 0.5em;
}
.privacy-block__list li > ol li ol {
  margin-top: 0.3em;
}
.privacy-block__h1 {
  border-bottom: 1px solid #eaeaea;
  font-size: 110%;
  font-weight: 400;
  padding-bottom: 0.5em;
}
.privacy-block__h2 {
  font-weight: 400;
}
.privacy-block a {
  color: #131313;
  text-decoration: underline;
}
.privacy-block__check {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}
.privacy-block__check label {
  align-items: center;
  display: inline-flex;
  font-weight: 700;
}
.privacy-block__check input {
  margin-right: 4px;
}

.wpcf7 form .ajax-loader {
  margin-top: 5px;
}
.wpcf7 form .formError {
  z-index: 9;
}
.wpcf7 form .formError .formErrorContent {
  min-width: 140px;
}
.wpcf7 form .wpcf7-response-output {
  background-color: #fff;
  border: none;
  font-size: 0.9375rem;
  font-weight: 700;
  margin: 10px 0 0;
  text-shadow: none;
}
@media print, screen and (min-width: 992px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: 1.125rem;
    text-align: center;
  }
}
@media print {
  .wpcf7 form .wpcf7-response-output {
    font-size: 1.125rem;
    text-align: center;
  }
}
.wpcf7 form .wpcf7-response-output.hide {
  display: none !important;
}
.wpcf7 form .wpcf7-validation-errors {
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  color: #b94a48;
}

.show-sent {
  display: none;
}

.help-block.with-errors {
  font-size: 90%;
  margin: 0;
}
.help-block.with-errors ul {
  margin: 0;
  margin-top: 5px;
  padding: 0;
  padding-left: 1.5em;
}
.help-block.with-errors ul li {
  color: #ea321f;
}

.wpcf7-not-valid-tip {
  font-size: 85%;
}

.has-error .form-control, .has-error .form-control--inline, .has-error .form-control--white {
  border-color: #ea321f;
}

input[type=checkbox][disabled],
input[type=checkbox][disabled] ~ span {
  display: none;
}

input[type=checkbox][disabled]:checked,
input[type=checkbox][disabled]:checked ~ span {
  display: inline;
}

/*確認画面*/
.custom-wpcf7c-confirmed .form-control.wpcf7c-conf, .custom-wpcf7c-confirmed .wpcf7c-conf.form-control--inline, .custom-wpcf7c-confirmed .wpcf7c-conf.form-control--white {
  background-color: #fff !important;
  border-color: #fff;
}
.custom-wpcf7c-confirmed .form-control:read-only, .custom-wpcf7c-confirmed .form-control--inline:read-only, .custom-wpcf7c-confirmed .form-control--white:read-only,
.custom-wpcf7c-confirmed input[type=date]:read-only {
  background-color: transparent !important;
  border: none;
  height: auto;
  padding: 0;
}
.custom-wpcf7c-confirmed textarea:read-only {
  resize: none;
}
.custom-wpcf7c-confirmed .form-control:read-only:-webkit-autofill, .custom-wpcf7c-confirmed .form-control--inline:read-only:-webkit-autofill, .custom-wpcf7c-confirmed .form-control--white:read-only:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.custom-wpcf7c-confirmed input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f6f6f6 inset;
}
.custom-wpcf7c-confirmed select.wpcf7c-conf {
  background: none;
  border: none;
  height: auto;
  padding: 0;
  padding-right: 5px;
}
.custom-wpcf7c-confirmed input[type=radio]:disabled,
.custom-wpcf7c-confirmed input[type=radio]:disabled ~ * {
  display: none;
}
.custom-wpcf7c-confirmed input[type=radio]:disabled:checked,
.custom-wpcf7c-confirmed input[type=radio]:disabled:checked ~ * {
  display: block;
}

.grecaptcha-badge {
  visibility: hidden;
}

.recapture-text {
  font-size: 0.75rem;
  margin-top: 24px;
  opacity: 0.65;
}
@media print, screen and (min-width: 992px) {
  .recapture-text {
    font-size: 0.8125rem;
    text-align: center;
  }
}
@media print {
  .recapture-text {
    font-size: 0.8125rem;
    text-align: center;
  }
}
.recapture-text a {
  color: #131313;
  text-decoration: underline;
}

input[type=date] {
  position: relative;
}

input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=date]::-webkit-clear-button {
  -webkit-appearance: none;
}

input[type=date]::-webkit-calendar-picker-indicator {
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.gallery-list, .gallery-list--lg {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 992px) {
  .gallery-list, .gallery-list--lg {
    gap: 3rem;
  }
}
@media print {
  .gallery-list, .gallery-list--lg {
    gap: 3rem;
  }
}
.gallery-list > li, .gallery-list--lg > li {
  margin: 0;
  padding: 0;
  width: 100%;
  width: calc(50% - 0.5rem);
}
@media print, screen and (min-width: 992px) {
  .gallery-list > li, .gallery-list--lg > li {
    width: calc(25% - 2.25rem);
  }
}
@media print {
  .gallery-list > li, .gallery-list--lg > li {
    width: calc(25% - 2.25rem);
  }
}
.gallery-list--lg {
  gap: 0.25rem;
}
@media print, screen and (min-width: 992px) {
  .gallery-list--lg {
    gap: 3rem;
  }
}
@media print {
  .gallery-list--lg {
    gap: 3rem;
  }
}
.gallery-list--lg > li {
  width: calc(33.333% - 0.1875rem);
}
@media print, screen and (min-width: 992px) {
  .gallery-list--lg > li {
    width: calc(33.333% - 2rem);
  }
}
@media print {
  .gallery-list--lg > li {
    width: calc(33.333% - 2rem);
  }
}

@media (hover: hover) and (pointer: fine) {
  a.gallery-card:hover {
    color: #666;
  }
  a.gallery-card:hover img {
    -webkit-transform: scale(1.03);
    opacity: 0.8;
    transform: scale(1.03);
  }
}

.gallery-card {
  display: flex;
  gap: 0.5em;
  overflow: hidden;
  position: relative;
  text-decoration: none !important;
  width: 100%;
}
.gallery-card img {
  height: auto;
  max-width: 100%;
}
.gallery-card__cats {
  bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  font-size: 80%;
  gap: 0.25em;
  left: 1em;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 20;
}
.gallery-card__cats > li,
.gallery-card__cats > span,
.gallery-card__cats > div,
.gallery-card__cats > p {
  background-color: rgba(255, 255, 255, 0.75);
  color: #666;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  min-width: 4em;
  padding: 0.15em 1em;
}
@media print, screen and (min-width: 992px) {
  .gallery-card__cats {
    font-size: 90%;
  }
}
@media print {
  .gallery-card__cats {
    font-size: 90%;
  }
}

.drawer {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 0;
  z-index: 990;
}
@media print, screen and (min-width: 992px) {
  .drawer {
    flex-direction: row;
    height: auto;
    left: auto;
    position: initial;
    top: auto;
    width: auto;
    z-index: auto;
  }
}
@media print {
  .drawer {
    flex-direction: row;
    height: auto;
    left: auto;
    position: initial;
    top: auto;
    width: auto;
    z-index: auto;
  }
}
.drawer__backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media print, screen and (min-width: 992px) {
  .drawer__backdrop {
    display: none;
  }
}
@media print {
  .drawer__backdrop {
    display: none;
  }
}
.drawer__inner {
  -webkit-transform: translate(-100%, 0);
  background-color: #f9f9f9;
  height: 100%;
  overflow: auto;
  transform: translate(-100%, 0);
  width: calc(100vw - 3.5rem);
}
@media print, screen and (min-width: 992px) {
  .drawer__inner {
    -webkit-transform: none;
    background-color: transparent;
    display: flex;
    height: auto;
    transform: none;
    width: auto;
  }
}
@media print {
  .drawer__inner {
    -webkit-transform: none;
    background-color: transparent;
    display: flex;
    height: auto;
    transform: none;
    width: auto;
  }
}
.drawer[aria-hidden] {
  transition: all 0.25s ease;
}
@media print, screen and (min-width: 992px) {
  .drawer[aria-hidden] {
    transition: none;
  }
}
@media print {
  .drawer[aria-hidden] {
    transition: none;
  }
}
.drawer[aria-hidden] .drawer__backdrop,
.drawer[aria-hidden] .drawer__inner {
  transition: all 0.25s ease;
}
@media print, screen and (min-width: 992px) {
  .drawer[aria-hidden] .drawer__backdrop,
  .drawer[aria-hidden] .drawer__inner {
    transition: none;
  }
}
@media print {
  .drawer[aria-hidden] .drawer__backdrop,
  .drawer[aria-hidden] .drawer__inner {
    transition: none;
  }
}
.drawer[aria-hidden=false] {
  visibility: visible;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .drawer[aria-hidden=false] {
    width: auto;
  }
}
@media print {
  .drawer[aria-hidden=false] {
    width: auto;
  }
}
.drawer[aria-hidden=false] .drawer__backdrop {
  opacity: 1;
}
.drawer[aria-hidden=false] .drawer__inner {
  -webkit-transform: translate(0);
  transform: translate(0);
}
@media print, screen and (min-width: 992px) {
  .drawer[aria-hidden=false] .drawer__inner {
    -webkit-transform: none;
    transform: none;
  }
}
@media print {
  .drawer[aria-hidden=false] .drawer__inner {
    -webkit-transform: none;
    transform: none;
  }
}
.drawer[aria-hidden=true] {
  visibility: hidden;
}
@media print, screen and (min-width: 992px) {
  .drawer[aria-hidden=true] {
    visibility: visible;
  }
}
@media print {
  .drawer[aria-hidden=true] {
    visibility: visible;
  }
}
.drawer[aria-hidden=true] .drawer__backdrop {
  opacity: 0;
}

.drawer-btn {
  align-items: center;
  background-color: #a19e99;
  border: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 3.5rem;
  gap: 0.1em;
  height: 1em;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 1em;
  z-index: 1000;
}
@media (hover: hover) and (pointer: fine) {
  .drawer-btn {
    transition: all 0.25s ease;
  }
  .drawer-btn:hover {
    background-color: #c6c4c1;
  }
  .drawer-btn:hover .drawer-btn__bar:nth-child(1) {
    -webkit-transform: translate(0, -1px);
    transform: translate(0, -1px);
  }
  .drawer-btn:hover .drawer-btn__bar:nth-child(3) {
    -webkit-transform: translate(0, 1px);
    transform: translate(0, 1px);
  }
}
@media print, screen and (min-width: 992px) {
  .drawer-btn {
    display: none;
  }
}
@media print {
  .drawer-btn {
    display: none;
  }
}
.drawer-btn__bars {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.075em;
  justify-content: center;
  width: 0.4em;
}
.drawer-btn__bar {
  background-color: currentColor;
  border-radius: 999em;
  display: block;
  height: 1px;
  transition: all 0.25s ease;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .drawer-btn__bar {
    height: 2px;
  }
}
@media print {
  .drawer-btn__bar {
    height: 2px;
  }
}
.drawer-btn__text, .drawer-btn__text--close, .drawer-btn__text--open {
  font-family: "Cormorant", serif;
  font-size: 0.15em;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
.drawer-btn[aria-expanded=false] .drawer-btn__text--close {
  display: none;
}
.drawer-btn[aria-expanded=true] .drawer-btn__text--open {
  display: none;
}
.drawer-btn[aria-expanded=true] .drawer-btn__bar:nth-child(2) {
  opacity: 0;
}
.drawer-btn[aria-expanded=true] .drawer-btn__bar:nth-child(1) {
  -webkit-transform: translate(0, calc(0.1125em - 1px)) rotate(45deg);
  opacity: 1;
  transform: translate(0, calc(0.1125em - 1px)) rotate(45deg);
}
.drawer-btn[aria-expanded=true] .drawer-btn__bar:nth-child(3) {
  -webkit-transform: translate(0, calc(-0.1125em + 1px)) rotate(-45deg);
  transform: translate(0, calc(-0.1125em + 1px)) rotate(-45deg);
}
@media (hover: hover) and (pointer: fine) {
  .drawer-btn[aria-expanded=true]:hover .drawer-btn__bar:nth-child(1) {
    -webkit-transform: translate(0, calc(0.1125em - 1px)) rotate(40deg);
    opacity: 1;
    transform: translate(0, calc(0.1125em - 1px)) rotate(40deg);
  }
  .drawer-btn[aria-expanded=true]:hover .drawer-btn__bar:nth-child(3) {
    -webkit-transform: translate(0, calc(-0.1125em + 1px)) rotate(-40deg);
    transform: translate(0, calc(-0.1125em + 1px)) rotate(-40deg);
  }
}

.dropdown-menu {
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu {
    -webkit-transform: translateZ(1px);
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
    left: 0;
    max-height: calc(100vh - 10rem);
    overflow: auto;
    position: absolute;
    top: 100%;
    transform: translateZ(1px);
    width: 100%;
    z-index: 92;
  }
}
@media print {
  .dropdown-menu {
    -webkit-transform: translateZ(1px);
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.175);
    left: 0;
    max-height: calc(100vh - 10rem);
    overflow: auto;
    position: absolute;
    top: 100%;
    transform: translateZ(1px);
    width: 100%;
    z-index: 92;
  }
}
.dropdown-menu__container {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .dropdown-menu__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__container {
    flex-direction: row;
    gap: 2.5rem;
    padding-bottom: 5rem;
    padding-top: 4rem;
  }
}
@media print {
  .dropdown-menu__container {
    flex-direction: row;
    gap: 2.5rem;
    padding-bottom: 5rem;
    padding-top: 4rem;
  }
}
.dropdown-menu__header {
  order: 2;
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    justify-content: flex-start;
    order: 0;
    width: 20rem;
  }
}
@media print {
  .dropdown-menu__header {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    justify-content: flex-start;
    order: 0;
    width: 20rem;
  }
}
.dropdown-menu__title {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__title {
    display: block;
  }
}
@media print {
  .dropdown-menu__title {
    display: block;
  }
}
.dropdown-menu__btn {
  align-items: center;
  background-color: #a19e99;
  border: none;
  border-radius: 0;
  color: #fff;
  display: flex;
  font-size: 0.8125rem;
  gap: 0.5em;
  height: 3rem;
  justify-content: flex-end;
  line-height: 1.5;
  margin-left: -1rem;
  margin-right: -1rem;
  max-width: none;
  padding: 0 1rem;
  text-decoration: none !important;
  width: auto;
}
@media (hover: hover) and (pointer: fine) {
  .dropdown-menu__btn {
    transition: all 0.25s ease;
  }
  .dropdown-menu__btn:hover {
    background-color: #a19e99;
    color: #fff;
  }
  .dropdown-menu__btn:hover [class^=link-arrow] {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
  }
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__btn {
    align-items: center;
    background-color: transparent;
    border: 1px solid #999;
    color: #131313;
    display: inline-flex;
    font-size: 0.9375rem;
    font-weight: 400;
    gap: 0.5em;
    height: 3.5rem;
    justify-content: space-between;
    line-height: 1.25;
    margin: 0;
    max-width: 100%;
    min-width: 13.5rem;
    min-width: 10rem;
    padding: 0.25em 1em 0.25em 1.5em;
    position: relative;
    text-align: left;
    text-decoration: none !important;
    width: 12.5rem;
  }
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 992px) and (hover: hover) and (pointer: fine) {
  .dropdown-menu__btn {
    transition: all 0.25s linear;
  }
  .dropdown-menu__btn:hover {
    background-color: rgba(135, 118, 103, 0.1);
    color: #131313;
  }
  .dropdown-menu__btn:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  .dropdown-menu__btn:hover .btn__icon svg {
    fill: currentColor;
  }
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__btn__text {
    flex: 1;
  }
  .dropdown-menu__btn__icon img,
  .dropdown-menu__btn__icon svg {
    height: auto;
    width: 1.2em;
  }
  .dropdown-menu__btn__icon svg {
    fill: #131313;
    vertical-align: middle;
  }
  .dropdown-menu__btn [class^=link-arrow] {
    color: #131313;
  }
}
@media print {
  .dropdown-menu__btn {
    align-items: center;
    background-color: transparent;
    border: 1px solid #999;
    color: #131313;
    display: inline-flex;
    font-size: 0.9375rem;
    font-weight: 400;
    gap: 0.5em;
    height: 3.5rem;
    justify-content: space-between;
    line-height: 1.25;
    margin: 0;
    max-width: 100%;
    min-width: 13.5rem;
    min-width: 10rem;
    padding: 0.25em 1em 0.25em 1.5em;
    position: relative;
    text-align: left;
    text-decoration: none !important;
    width: 12.5rem;
  }
}
@media print and (hover: hover) and (pointer: fine) {
  .dropdown-menu__btn {
    transition: all 0.25s linear;
  }
  .dropdown-menu__btn:hover {
    background-color: rgba(135, 118, 103, 0.1);
    color: #131313;
  }
  .dropdown-menu__btn:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
  .dropdown-menu__btn:hover .btn__icon svg {
    fill: currentColor;
  }
}
@media print {
  .dropdown-menu__btn__text {
    flex: 1;
  }
  .dropdown-menu__btn__icon img,
  .dropdown-menu__btn__icon svg {
    height: auto;
    width: 1.2em;
  }
  .dropdown-menu__btn__icon svg {
    fill: #131313;
    vertical-align: middle;
  }
  .dropdown-menu__btn [class^=link-arrow] {
    color: #131313;
  }
}
.dropdown-menu__main {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media print, screen and (min-width: 992px) {
  .dropdown-menu__main {
    flex: 1;
    margin: 0;
  }
}
@media print {
  .dropdown-menu__main {
    flex: 1;
    margin: 0;
  }
}

.dropdown-title {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}
.dropdown-title__en {
  color: #a19e99;
  font-family: "Cormorant", serif;
  font-size: 2.5rem;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
}
.dropdown-title__ja {
  font-size: 1.125rem;
  font-weight: 400;
}

.dropdown-list {
  background-color: #f0f0f0;
  display: flex;
  flex-direction: column;
  font-size: 95%;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 992px) {
  .dropdown-list {
    align-items: flex-start;
    background-color: transparent;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem;
  }
}
@media print {
  .dropdown-list {
    align-items: flex-start;
    background-color: transparent;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3rem;
  }
}
.dropdown-list__item {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .dropdown-list__item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #eaeaea;
    width: calc(33.333% - 2rem);
  }
}
@media print {
  .dropdown-list__item {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #eaeaea;
    width: calc(33.333% - 2rem);
  }
}
@media (hover: hover) and (pointer: fine) {
  .dropdown-list a.dropdown-list__linkArea {
    transition: all 0.25s ease;
  }
  .dropdown-list a.dropdown-list__linkArea:hover {
    color: #131313;
  }
  .dropdown-list a.dropdown-list__linkArea:hover .dropdown-list__image img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
  .dropdown-list a.dropdown-list__linkArea:hover span[class^=link-arrow] {
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0);
  }
}
.dropdown-list__linkArea {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #131313;
  display: flex;
  font-weight: 400;
  line-height: 1.5;
  min-height: 3.5rem;
  position: relative;
  text-decoration: none !important;
  width: 100%;
}
.dropdown-list__linkArea:active, .dropdown-list__linkArea:focus {
  color: #131313;
}
@media print, screen and (min-width: 992px) {
  .dropdown-list__linkArea {
    background-color: transparent;
    border: none;
    flex-direction: column;
    gap: 1.5em;
    height: auto;
    min-height: 0;
    padding: 0;
  }
}
@media print {
  .dropdown-list__linkArea {
    background-color: transparent;
    border: none;
    flex-direction: column;
    gap: 1.5em;
    height: auto;
    min-height: 0;
    padding: 0;
  }
}
.dropdown-list__linkArea:first-child {
  border-top: none;
}
.dropdown-list__image {
  display: flex;
  width: 5rem;
}
@media print, screen and (min-width: 992px) {
  .dropdown-list__image {
    width: 100%;
  }
}
@media print {
  .dropdown-list__image {
    width: 100%;
  }
}
.dropdown-list__image-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .dropdown-list__image-inner {
    height: 0;
    padding-bottom: 56.25%;
  }
}
@media print {
  .dropdown-list__image-inner {
    height: 0;
    padding-bottom: 56.25%;
  }
}
.dropdown-list__image-inner img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}
.dropdown-list__text {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 0.5em;
  line-height: 1.5;
  padding: 0.5em 1em;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .dropdown-list__text {
    padding: 0;
    padding-bottom: 1em;
  }
}
@media print {
  .dropdown-list__text {
    padding: 0;
    padding-bottom: 1em;
  }
}
.dropdown-list__text > span:first-child {
  flex: 1;
}

@media print, screen and (min-width: 992px) {
  .global-nav {
    display: flex;
    flex-direction: column-reverse;
    gap: 1em;
    margin: 0;
    width: 100%;
  }
}
@media print {
  .global-nav {
    display: flex;
    flex-direction: column-reverse;
    gap: 1em;
    margin: 0;
    width: 100%;
  }
}
.global-nav__list {
  display: flex;
  flex: 1;
  width: 100%;
}
.global-nav__subList {
  display: flex;
  margin-top: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .global-nav__subList {
    justify-content: flex-end;
    margin-top: 0.5rem;
  }
}
@media print {
  .global-nav__subList {
    justify-content: flex-end;
    margin-top: 0.5rem;
  }
}

.global-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 992px) {
  .global-list {
    flex-wrap: nowrap;
    gap: 1.5em;
  }
}
@media print {
  .global-list {
    flex-wrap: nowrap;
    gap: 1.5em;
  }
}
.global-list::before {
  background: rgba(0, 11, 32, 0.4);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  transition-property: visibility, opacity;
  visibility: hidden;
  z-index: 90;
}
@media print, screen and (min-width: 992px) {
  .global-list.dropdown-open::before {
    opacity: 1;
    visibility: visible;
  }
}
@media print {
  .global-list.dropdown-open::before {
    opacity: 1;
    visibility: visible;
  }
}
.global-list__item, .global-list__item--dropdown, .global-list__item--btn, .global-list__item--icons {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .global-list__item:hover > a::after, .global-list__item--dropdown:hover > a::after, .global-list__item--btn:hover > a::after, .global-list__item--icons:hover > a::after,
  .global-list__item:hover > span::after,
  .global-list__item--dropdown:hover > span::after,
  .global-list__item--btn:hover > span::after,
  .global-list__item--icons:hover > span::after {
    width: 100%;
  }
}
@media print, screen and (min-width: 992px) {
  .global-list__item, .global-list__item--dropdown, .global-list__item--btn, .global-list__item--icons {
    border-bottom: none;
    cursor: pointer;
    display: flex;
    width: auto;
  }
}
@media print {
  .global-list__item, .global-list__item--dropdown, .global-list__item--btn, .global-list__item--icons {
    border-bottom: none;
    cursor: pointer;
    display: flex;
    width: auto;
  }
}
.global-list__item--icons {
  border: none;
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 992px) {
  .global-list__item--icons {
    align-items: center;
    margin-left: 1em;
    margin-top: 0;
    padding: 0;
  }
}
@media print {
  .global-list__item--icons {
    align-items: center;
    margin-left: 1em;
    margin-top: 0;
    padding: 0;
  }
}
.global-list__item--btn {
  border: none;
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 992px) {
  .global-list__item--btn {
    align-items: center;
    margin-left: 1em;
    margin-top: 0;
    padding: 0;
  }
}
@media print {
  .global-list__item--btn {
    align-items: center;
    margin-left: 1em;
    margin-top: 0;
    padding: 0;
  }
}
.global-list__item--dropdown {
  position: inherit;
}
@media print, screen and (min-width: 992px) {
  .global-list__item--dropdown.is-open {
    z-index: 91;
  }
  .global-list__item--dropdown.is-open > a,
  .global-list__item--dropdown.is-open > span {
    background-color: rgba(255, 255, 255, 0.9);
    color: #131313;
  }
}
@media print {
  .global-list__item--dropdown.is-open {
    z-index: 91;
  }
  .global-list__item--dropdown.is-open > a,
  .global-list__item--dropdown.is-open > span {
    background-color: rgba(255, 255, 255, 0.9);
    color: #131313;
  }
}
.global-list__text {
  color: #131313;
  display: flex;
  line-height: 1.25;
  padding: 1.75em 1em;
  position: relative;
  text-decoration: none !important;
  transition: all 0.25s linear;
  transition-property: color, background-color;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .global-list__text {
    align-items: center;
    display: flex;
    padding: 0 0.5em;
    text-align: center;
  }
}
@media print {
  .global-list__text {
    align-items: center;
    display: flex;
    padding: 0 0.5em;
    text-align: center;
  }
}
.global-list__text > span:first-child {
  flex: 1;
}
@media print, screen and (min-width: 992px) {
  .global-list__text::after {
    background: #a19e99;
    content: " ";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 0.3s cubic-bezier(0.6, 0, 0.3, 1);
    width: 0;
    z-index: 1;
  }
}
@media print {
  .global-list__text::after {
    background: #a19e99;
    content: " ";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    transition: width 0.3s cubic-bezier(0.6, 0, 0.3, 1);
    width: 0;
    z-index: 1;
  }
}
.global-list__text[data-isCurrent=true] {
  background-color: rgba(161, 158, 153, 0.4);
  color: #131313;
}
@media print, screen and (min-width: 992px) {
  .global-list__text[data-isCurrent=true] {
    background-color: transparent;
  }
  .global-list__text[data-isCurrent=true]::after {
    width: 100%;
  }
}
@media print {
  .global-list__text[data-isCurrent=true] {
    background-color: transparent;
  }
  .global-list__text[data-isCurrent=true]::after {
    width: 100%;
  }
}

.dropdown-icon {
  height: 1em;
  margin-left: 0.5em;
  position: relative;
  width: 1em;
}
@media print, screen and (min-width: 992px) {
  .dropdown-icon {
    height: 0.5em;
    width: 0.5em;
  }
}
@media print {
  .dropdown-icon {
    height: 0.5em;
    width: 0.5em;
  }
}
.dropdown-icon::before, .dropdown-icon::after {
  background-color: #a19e99;
  content: " ";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.dropdown-icon::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.global-list-btn {
  align-items: center;
  background-color: #a19e99;
  color: #fff;
  display: flex;
  gap: 0.25em;
  height: 3.5rem;
  justify-content: center;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .global-list-btn {
    transition: all 0.25s ease;
  }
  .global-list-btn:hover {
    background-color: #a19e99;
    color: #fff;
  }
  .global-list-btn:hover .global-list-btn__icon {
    color: #fff;
  }
}
@media print, screen and (min-width: 992px) {
  .global-list-btn {
    background-color: transparent;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    color: #131313;
    flex-direction: column;
    font-size: 0.875rem;
    gap: 0.15em;
    height: 4rem;
    justify-content: center;
    width: 7.5rem;
  }
}
@media print {
  .global-list-btn {
    background-color: transparent;
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    color: #131313;
    flex-direction: column;
    font-size: 0.875rem;
    gap: 0.15em;
    height: 4rem;
    justify-content: center;
    width: 7.5rem;
  }
}
.global-list-btn__icon {
  line-height: 1;
}
@media print, screen and (min-width: 992px) {
  .global-list-btn__icon {
    color: #a19e99;
  }
}
@media print {
  .global-list-btn__icon {
    color: #a19e99;
  }
}
.global-list-btn__icon img,
.global-list-btn__icon svg {
  fill: currentColor;
  height: auto;
  vertical-align: middle;
  width: 1.25em;
}
.header-sns {
  align-items: center;
  display: flex;
  font-size: 1.25rem;
  gap: 0.5em;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-sns > li {
  margin: 0;
  padding: 0;
}
.header-sns > li a {
  align-items: center;
  background-color: #a19e99;
  border-radius: 50%;
  display: flex;
  height: 2em;
  justify-content: center;
  width: 2em;
}
@media (hover: hover) and (pointer: fine) {
  .header-sns > li a {
    transition: 0.25s ease;
  }
  .header-sns > li a:hover {
    opacity: 0.75;
  }
}
.header-sns > li a svg {
  fill: #fff;
  height: auto;
  width: 1em;
}

.history-dl {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  padding-left: 2em;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .history-dl {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.75;
    padding-left: 0;
  }
}
@media print {
  .history-dl {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.75;
    padding-left: 0;
  }
}
.history-dl::before {
  background-color: #a19e99;
  bottom: 0;
  content: " ";
  display: block;
  left: 1.2em;
  position: absolute;
  top: 1em;
  width: 1px;
  z-index: 10;
}
@media print, screen and (min-width: 992px) {
  .history-dl::before {
    content: none;
  }
}
@media print {
  .history-dl::before {
    content: none;
  }
}
.history-dl > dt::before,
.history-dl > dd::before {
  -webkit-transform: translate(-50%, 0);
  background-color: #a19e99;
  border-radius: 999em;
  box-shadow: 0 0 0 1em rgba(135, 118, 103, 0.1);
  box-sizing: content-box;
  content: " ";
  display: block;
  height: 0.25em;
  left: 0;
  position: absolute;
  top: 0.75em;
  transform: translate(-50%, 0);
  width: 0.25em;
}
@media print, screen and (min-width: 992px) {
  .history-dl > dt::before,
  .history-dl > dd::before {
    height: 0.25em;
    top: 1em;
    width: 0.25em;
  }
}
@media print {
  .history-dl > dt::before,
  .history-dl > dd::before {
    height: 0.25em;
    top: 1em;
    width: 0.25em;
  }
}
.history-dl > dt {
  align-items: flex-end;
  color: #131313;
  display: flex;
  font-size: 100%;
  font-weight: 400;
  padding-left: 0.5em;
  position: relative;
  white-space: nowrap;
}
@media print, screen and (min-width: 992px) {
  .history-dl > dt {
    align-items: flex-start;
    justify-content: flex-end;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 2.5rem;
    padding-top: 0.25em;
    position: relative;
    text-align: right;
    width: 9em;
  }
}
@media print {
  .history-dl > dt {
    align-items: flex-start;
    justify-content: flex-end;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 2.5rem;
    padding-top: 0.25em;
    position: relative;
    text-align: right;
    width: 9em;
  }
}
.history-dl > dt::before {
  left: -0.8em;
}
@media print, screen and (min-width: 992px) {
  .history-dl > dt::before {
    content: none;
  }
}
@media print {
  .history-dl > dt::before {
    content: none;
  }
}
.history-dl__year {
  font-size: 100%;
  line-height: 1.2;
}
.history-dl__year > strong {
  font-size: 125%;
  font-weight: 400;
}
.history-dl__month {
  font-size: 80%;
}
.history-dl > dd {
  margin: 0;
  margin-bottom: 1.5em;
  margin-top: 0.5em;
  padding-left: 1em;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 992px) {
  .history-dl > dd {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 1.5em;
    padding-left: 4em;
    padding-top: 0.25em;
    width: calc(100% - 10em);
  }
}
@media print {
  .history-dl > dd {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 1.5em;
    padding-left: 4em;
    padding-top: 0.25em;
    width: calc(100% - 10em);
  }
}
.history-dl > dd::before {
  content: none;
}
@media print, screen and (min-width: 992px) {
  .history-dl > dd::before {
    content: " ";
  }
}
@media print {
  .history-dl > dd::before {
    content: " ";
  }
}
@media print, screen and (min-width: 992px) {
  .history-dl > dd::after {
    background-color: #a19e99;
    bottom: -2em;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
@media print {
  .history-dl > dd::after {
    background-color: #a19e99;
    bottom: -2em;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    position: absolute;
    top: 0;
    width: 1px;
  }
}
.history-dl > dd:first-of-type::after {
  bottom: -0.5em;
  top: 1em;
}
.history-dl__inner {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .history-dl__inner {
    flex-direction: row;
  }
}
@media print {
  .history-dl__inner {
    flex-direction: row;
  }
}
.history-dl__image {
  width: 10rem;
}
.history-dl__image img {
  height: auto;
  max-width: 100%;
}
.history-dl__lead {
  flex: 1;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .history-dl__lead {
    font-size: 1rem;
  }
}
@media print {
  .history-dl__lead {
    font-size: 1rem;
  }
}
.history-dl__lead p {
  margin-top: 1em;
}
.history-dl__lead p:first-child {
  margin-top: 0;
}
.history-dl__text {
  font-size: 0.8125rem;
  opacity: 0.75;
}
@media print, screen and (min-width: 992px) {
  .history-dl__text {
    font-size: 0.875rem;
  }
}
@media print {
  .history-dl__text {
    font-size: 0.875rem;
  }
}
.history-dl__text p {
  margin-top: 1em;
}
.history-dl__text p:first-child {
  margin-top: 0;
}
.history-dl a {
  color: #131313;
  text-decoration: underline;
}
.history-dl img {
  height: auto;
  max-width: 100%;
}

.image--16x9 {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.image--16x9 img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}
.image--3x2 {
  overflow: hidden;
  padding-bottom: 66.66%;
  position: relative;
  width: 100%;
}
.image--3x2 img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}

/* easeInOutCirc */
.top-kv {
  display: flex;
  flex-direction: column;
  padding-left: 1rem;
  padding-top: 1.5rem;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-kv {
    flex-direction: row;
    height: calc(100vh - 8rem);
    padding-left: 20rem;
    padding-top: 2.5rem;
  }
}
@media print {
  .top-kv {
    flex-direction: row;
    height: calc(100vh - 8rem);
    padding-left: 20rem;
    padding-top: 2.5rem;
  }
}
.top-kv__main {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  line-height: 1.75;
  padding-left: 1rem;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 992px) {
  .top-kv__main {
    gap: 2.5rem;
    left: 5rem;
    padding-left: 0;
    position: absolute;
    top: 50%;
  }
}
@media print {
  .top-kv__main {
    gap: 2.5rem;
    left: 5rem;
    padding-left: 0;
    position: absolute;
    top: 50%;
  }
}
.top-kv__en {
  position: relative;
  width: 22.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-kv__en {
    width: 46rem;
  }
}
@media print {
  .top-kv__en {
    width: 46rem;
  }
}
.top-kv__en img {
  height: auto;
  position: relative;
  width: 100%;
  z-index: 10;
}
.top-kv__en img:first-child {
  left: 1px;
  position: absolute;
  top: 1px;
  z-index: 1;
}
.top-kv__ja {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 1.375rem;
  gap: 0.5em;
  line-height: 1.75;
  text-shadow: 1px 1px 1px #fff;
  white-space: nowrap;
}
@media print, screen and (min-width: 992px) {
  .top-kv__ja {
    font-size: 2.375rem;
    width: 50%;
  }
}
@media print {
  .top-kv__ja {
    font-size: 2.375rem;
    width: 50%;
  }
}
.top-kv__ja > span {
  border-bottom: 1px solid currentColor;
}
.top-kv__visual {
  display: flex;
  height: 20rem;
  margin-top: -1rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-kv__visual {
    flex: 1;
    height: auto;
    margin-top: 0;
  }
}
@media print {
  .top-kv__visual {
    flex: 1;
    height: auto;
    margin-top: 0;
  }
}

.kv-slider {
  display: flex;
  height: 100%;
  width: 100%;
}
.kv-slider__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.kv-slider__item {
  display: flex;
  overflow: hidden;
  position: relative;
}
.kv-slider__item img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}
.kv-slider__image {
  -webkit-clip-path: inset(0 0 0 100%);
  background-color: #ffffff;
  clip-path: inset(0 0 0 100%);
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  will-change: clip-path, transform;
}
.kv-slider__image img {
  -webkit-transform: scale(1.3) !important;
  transform: scale(1.3) !important;
  transition: -webkit-transform 2.5s ease 0.25s;
  transition: transform 2.5s ease 0.25s;
  transition: transform 2.5s ease 0.25s, -webkit-transform 2.5s ease 0.25s;
}
.kv-slider .swiper-slide {
  display: flex;
}
.kv-slider .swiper-slide.swiper-slide-active .kv-slider__image, .kv-slider .swiper-slide.swiper-slide-duplicate-active .kv-slider__image {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: -webkit-clip-path 1.2s cubic-bezier(0.445, 0.05, 0.255, 0.985) 0.5s;
  transition: clip-path 1.2s cubic-bezier(0.445, 0.05, 0.255, 0.985) 0.5s;
  transition: clip-path 1.2s cubic-bezier(0.445, 0.05, 0.255, 0.985) 0.5s, -webkit-clip-path 1.2s cubic-bezier(0.445, 0.05, 0.255, 0.985) 0.5s;
}
.kv-slider .swiper-slide.swiper-slide-active .kv-slider__image img, .kv-slider .swiper-slide.swiper-slide-duplicate-active .kv-slider__image img {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.kv-slider .swiper-slide.swiper-slide-prev .kv-slider__image {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.kv-slider .swiper-slide.swiper-slide-prev .kv-slider__image img {
  -webkit-transform: scale(1) !important;
  opacity: 0;
  transform: scale(1) !important;
  transition: opacity 0.2s linear 0.9s;
}

.container, .container--sm, .container--xs {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .container, .container--sm, .container--xs {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .container, .container--sm, .container--xs {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .container, .container--sm, .container--xs {
    gap: 10rem;
  }
}
@media print {
  .container, .container--sm, .container--xs {
    gap: 10rem;
  }
}
.container--xs {
  max-width: 60rem;
}
.container--sm {
  max-width: 75rem;
}

.row-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 992px) {
  .row-container {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 0;
  }
}
@media print {
  .row-container {
    display: flex;
    flex-direction: row;
    gap: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 1520px) {
  .row-container {
    padding-left: calc(50vw - 700px);
  }
}
@media print {
  .row-container {
    padding-left: calc(50vw - 700px);
  }
}
.row-container__side {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media print, screen and (min-width: 992px) {
  .row-container__side {
    gap: 4rem;
    width: 17.5rem;
  }
}
@media print {
  .row-container__side {
    gap: 4rem;
    width: 17.5rem;
  }
}
.row-container__main {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .row-container__main {
    gap: 5rem;
    width: calc(100% - 20rem);
  }
}
@media print {
  .row-container__main {
    gap: 5rem;
    width: calc(100% - 20rem);
  }
}
.row-container__content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .row-container__content {
    gap: 7.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .row-container__content {
    gap: 7.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 1520px) {
  .row-container__content {
    padding-right: calc(50vw - 45rem);
  }
}
@media print {
  .row-container__content {
    padding-right: calc(50vw - 45rem);
  }
}

.content-row, .content-row--sm, .content-row--sp {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .content-row, .content-row--sm, .content-row--sp {
    flex-direction: row;
    gap: 2.5rem;
  }
}
@media print {
  .content-row, .content-row--sm, .content-row--sp {
    flex-direction: row;
    gap: 2.5rem;
  }
}
.content-row--sp {
  flex-direction: row;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .content-row--sp {
    gap: 2.5rem;
  }
}
@media print {
  .content-row--sp {
    gap: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .content-row--sm {
    gap: 2.5rem;
  }
}
@media print {
  .content-row--sm {
    gap: 2.5rem;
  }
}
.content-row__image {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .content-row__image {
    width: 40%;
  }
}
@media print {
  .content-row__image {
    width: 40%;
  }
}
.content-row__image--sm {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .content-row__image--sm {
    width: 35%;
  }
}
@media print {
  .content-row__image--sm {
    width: 35%;
  }
}
.content-row__image--xs {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .content-row__image--xs {
    width: 25%;
  }
}
@media print {
  .content-row__image--xs {
    width: 25%;
  }
}
.content-row__col {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .content-row__col {
    gap: 1.5rem;
  }
}
@media print {
  .content-row__col {
    gap: 1.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .content-row__col--50 {
    flex: initial;
    width: 50%;
  }
}
@media print {
  .content-row__col--50 {
    flex: initial;
    width: 50%;
  }
}

.section, .section--grandChild, .section--child {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .section, .section--grandChild, .section--child {
    gap: 4rem;
  }
}
@media print {
  .section, .section--grandChild, .section--child {
    gap: 4rem;
  }
}
.section--child {
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .section--child {
    gap: 2.5rem;
  }
}
@media print {
  .section--child {
    gap: 2.5rem;
  }
}
.section--grandChild {
  gap: 0.75rem;
}
@media print, screen and (min-width: 992px) {
  .section--grandChild {
    gap: 1rem;
  }
}
@media print {
  .section--grandChild {
    gap: 1rem;
  }
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.list, .list--lined, .list--inline, .list--narrow {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  list-style: none !important;
  margin: 0;
  padding: 0;
}
.list li, .list--lined li, .list--inline li, .list--narrow li {
  line-height: 1.75;
  padding: 0;
  padding-left: 0.75em;
  position: relative;
}
.list li:after, .list--lined li:after, .list--inline li:after, .list--narrow li:after {
  -webkit-transform: translate(0, -50%);
  background-color: #a19e99;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 0.25em;
  left: 0;
  position: absolute;
  top: 1em;
  transform: translate(0, -50%);
  width: 0.25em;
}
.list ul, .list--lined ul, .list--inline ul, .list--narrow ul {
  font-size: 95%;
  list-style: none;
  margin: 0;
  margin-top: 0.5em;
  padding: 0;
}
.list ul li, .list--lined ul li, .list--inline ul li, .list--narrow ul li {
  margin-top: 0.2em;
  padding: 0;
  padding-left: 0.5em;
  position: relative;
}
.list ul li:first-child, .list--lined ul li:first-child, .list--inline ul li:first-child, .list--narrow ul li:first-child {
  margin-top: 0;
}
.list ul li:after, .list--lined ul li:after, .list--inline ul li:after, .list--narrow ul li:after {
  background-color: #131313;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 0.7em;
  width: 3px;
}
.list--narrow {
  gap: 0.25em;
}
.list--inline {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5em 1.5em;
}
.list--lined li {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 0.5em;
}

.number-list, .number-list--lg {
  counter-reset: number;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  list-style-type: none !important;
  margin: 0;
  padding: 0;
  width: 100%;
}
.number-list > li, .number-list--lg > li {
  display: flex;
  gap: 0.5em;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.number-list > li:last-child, .number-list--lg > li:last-child {
  margin-bottom: 0;
}
.number-list > li::before, .number-list--lg > li::before {
  color: #131313;
  content: counter(number) ".";
  counter-increment: number;
  font-family: "Cormorant", serif;
  font-size: 125%;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: 1em;
}
.number-list__content {
  flex: 1;
}
.number-list--lg {
  gap: 1em;
}
.number-list--lg > li {
  border-bottom: 1px solid #131313;
  padding-bottom: 1em;
}
.number-list--lg > li::before {
  font-size: 150%;
  font-style: normal;
}

#loader-bg {
  align-items: center;
  background: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0px;
  padding-bottom: 5vh;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 9999;
}
#loader-bg.loaded {
  pointer-events: none;
}
#loader-bg.loaded .icon {
  -webkit-transform: translateZ(0) scale(0);
  transform: translateZ(0) scale(0);
}
#loader-bg.subpage .icon {
  display: none;
}
#loader-bg .icon {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#loader-bg .loader {
  -webkit-transform: translateZ(0);
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 10px;
  font-size: 10px;
  height: 1px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  width: 10em;
}
#loader-bg .loader::after {
  -webkit-animation: loader 0.75s infinite cubic-bezier(0.6, 0, 0.3, 1);
  animation: loader 0.75s infinite cubic-bezier(0.6, 0, 0.3, 1);
  content: " ";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
}
@-webkit-keyframes loader {
  0% {
    opacity: 1;
    width: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
    width: 100%;
  }
}
@keyframes loader {
  0% {
    opacity: 1;
    width: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
    width: 100%;
  }
}

.news-list {
  border-top: 1px solid #eaeaea;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-list__item {
  border-bottom: 1px solid #eaeaea;
}

.newsSummary {
  color: #131313;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  gap: 1.5rem;
  gap: 1em;
  padding-bottom: 1.5em;
  padding-top: 1.5em;
  width: 100%;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .newsSummary {
    font-size: 1rem;
  }
}
@media print {
  .newsSummary {
    font-size: 1rem;
  }
}
.newsSummary p {
  margin-top: 1em;
}
.newsSummary p:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 992px) {
  .newsSummary {
    align-items: center;
    flex-direction: row;
    gap: 1em;
  }
}
@media print {
  .newsSummary {
    align-items: center;
    flex-direction: row;
    gap: 1em;
  }
}
.newsSummary__image {
  overflow: hidden;
  width: 5rem;
}
@media print, screen and (min-width: 992px) {
  .newsSummary__image {
    width: 7.5rem;
  }
}
@media print {
  .newsSummary__image {
    width: 7.5rem;
  }
}
.newsSummary__image img {
  border-radius: 0.5rem;
  height: auto;
  max-width: 100%;
}
@media print, screen and (min-width: 992px) {
  .newsSummary__image img {
    border-radius: 1rem;
  }
}
@media print {
  .newsSummary__image img {
    border-radius: 1rem;
  }
}
.newsSummary__main {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5em;
  width: 100%;
}
.newsSummary__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 90%;
  gap: 1em;
  line-height: 1.25;
}
.newsSummary__time {
  font-family: "Cormorant", serif;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
}
.newsSummary__cats {
  display: flex;
  flex-wrap: wrap;
  font-size: 90%;
  gap: 0.25em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.newsSummary__cats > li,
.newsSummary__cats > span,
.newsSummary__cats > div,
.newsSummary__cats > p {
  background-color: rgba(135, 118, 103, 0.1);
  color: #666;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  min-width: 4em;
  padding: 0.15em 1em;
}
.newsSummary__new {
  color: #f1533d;
  font-family: "Cormorant", serif;
  font-size: 80%;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  text-transform: uppercase;
}
.newsSummary__content {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  width: 100%;
}
.newsSummary__title {
  font-size: 125%;
  font-weight: 400;
}
.newsSummary__text {
  font-size: 100%;
  line-height: 1.75;
}
.newsSummary__btn {
  font-size: 80%;
  text-align: right;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .newsSummary__btn {
    width: auto;
  }
}
@media print {
  .newsSummary__btn {
    width: auto;
  }
}

.news-btn {
  align-items: center;
  border: none;
  color: #131313;
  display: inline-flex;
  font-weight: 400;
  gap: 1em;
  line-height: 1.25;
  position: relative;
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .news-btn {
    transition: all 0.25s linear;
  }
  .news-btn:hover {
    color: #a19e99;
  }
  .news-btn:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
}
.news-btn__text {
  border-bottom: 1px solid #131313;
  padding-bottom: 0.25em;
}
.page-title, .page-title--basic {
  display: flex;
  gap: 0.25rem;
  min-height: 7.5rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .page-title, .page-title--basic {
    gap: 1rem;
    min-height: 30rem;
  }
}
@media print {
  .page-title, .page-title--basic {
    gap: 1rem;
    min-height: 30rem;
  }
}
.page-title--basic {
  min-height: 7.5rem;
}
@media print, screen and (min-width: 992px) {
  .page-title--basic {
    min-height: 15rem;
  }
}
@media print {
  .page-title--basic {
    min-height: 15rem;
  }
}
.page-title--basic .page-title__main {
  background-color: transparent;
}
.page-title__container {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1520px;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  position: relative;
  width: 100%;
  width: 100%;
  z-index: 10;
}
@media print, screen and (min-width: 992px) {
  .page-title__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .page-title__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .page-title__container {
    gap: 2.5rem;
  }
}
@media print {
  .page-title__container {
    gap: 2.5rem;
  }
}
.page-title__main {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: rgba(255, 255, 255, 0.65);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 12.5rem;
  padding: 1rem;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .page-title__main {
    gap: 1.5rem;
    min-width: 25rem;
    padding: 1.5rem 3rem;
    padding-left: 1rem;
  }
}
@media print {
  .page-title__main {
    gap: 1.5rem;
    min-width: 25rem;
    padding: 1.5rem 3rem;
    padding-left: 1rem;
  }
}
.page-title__parent {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  gap: 0.5em;
  line-height: 1.25;
  list-style: none;
  margin: 0;
  opacity: 0.75;
  padding: 0;
}
@media print, screen and (min-width: 992px) {
  .page-title__parent {
    font-size: 1.25rem;
  }
}
@media print {
  .page-title__parent {
    font-size: 1.25rem;
  }
}
.page-title__parent > span {
  align-items: center;
  display: flex;
  gap: 0.25em;
  position: relative;
}
.page-title__parent > span::before {
  background-color: #131313;
  content: "";
  display: block;
  height: 1px;
  opacity: 0.5;
  position: relative;
  width: 1em;
}
.page-title__page {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .page-title__page {
    gap: 0.5rem;
  }
}
@media print {
  .page-title__page {
    gap: 0.5rem;
  }
}
.page-title__ja {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
}
@media print, screen and (min-width: 992px) {
  .page-title__ja {
    font-size: 1.5rem;
  }
}
@media print {
  .page-title__ja {
    font-size: 1.5rem;
  }
}
.page-title__en {
  color: #a19e99;
  font-family: "Cormorant", serif;
  font-size: 2rem;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
@media print, screen and (min-width: 992px) {
  .page-title__en {
    font-size: 4rem;
  }
}
@media print {
  .page-title__en {
    font-size: 4rem;
  }
}
.page-title__cats {
  display: flex;
  flex-wrap: wrap;
  font-size: 95%;
  gap: 0.25em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-title__cats > li,
.page-title__cats > span,
.page-title__cats > div,
.page-title__cats > p {
  background-color: rgba(135, 118, 103, 0.1);
  color: #666;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  min-width: 4em;
  padding: 0.15em 1em;
}
.page-title__detail {
  border-top: 1px solid #eaeaea;
  display: flex;
  padding-top: 1em;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .page-title__detail {
    justify-content: space-between;
  }
}
@media print {
  .page-title__detail {
    justify-content: space-between;
  }
}
.page-title__image {
  background-color: #f6f6f6;
  bottom: 0;
  left: 15vw;
  margin-left: 8px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
@media print, screen and (min-width: 992px) {
  .page-title__image {
    left: 25vw;
  }
}
@media print {
  .page-title__image {
    left: 25vw;
  }
}
.page-title__image img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}

.pagetopbtn {
  -webkit-transform: translate(0, 50%);
  bottom: 10px;
  cursor: pointer;
  opacity: 0;
  pointer-events: auto;
  position: fixed;
  right: 5px;
  text-decoration: none !important;
  transform: translate(0, 50%);
  transition: all 0.25s ease;
  visibility: hidden;
  z-index: 90;
}
@media print, screen and (min-width: 768px) {
  .pagetopbtn {
    bottom: 10px;
    right: 10px;
  }
}
@media print {
  .pagetopbtn {
    bottom: 10px;
    right: 10px;
  }
}
.pagetopbtn.active {
  -webkit-transform: translate(0);
  opacity: 1;
  transform: translate(0);
  visibility: visible;
}
.pagetopbtn__text {
  -webkit-transform-origin: right top;
  -webkit-transform: rotate(90deg);
  color: #131313;
  display: block;
  font-family: "Cormorant", serif;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.3;
  padding: 10px;
  padding-right: 0;
  position: relative;
  transform: rotate(90deg);
  transform-origin: right top;
  z-index: 10;
}
.pagetopbtn__text::after {
  -webkit-animation: pagetopanime 1s infinite cubic-bezier(0.6, 0, 0.3, 1);
  animation: pagetopanime 1s infinite cubic-bezier(0.6, 0, 0.3, 1);
  background-color: #131313;
  content: " ";
  display: block;
  height: 1px;
  opacity: 1;
  position: absolute;
  right: 110%;
  top: 50%;
  width: 0;
  z-index: 1;
}
@-webkit-keyframes pagetopanime {
  0% {
    opacity: 1;
    width: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
    width: 40px;
  }
}
@keyframes pagetopanime {
  0% {
    opacity: 1;
    width: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.1;
    width: 40px;
  }
}

.pagination {
  display: flex;
  font-family: "Cormorant", serif;
  font-size: 0.8125rem;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .pagination {
    font-size: 1rem;
  }
}
@media print {
  .pagination {
    font-size: 1rem;
  }
}
.pagination ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 992px) {
  .pagination ul.page-numbers {
    gap: 0.5rem 1rem;
  }
}
@media print {
  .pagination ul.page-numbers {
    gap: 0.5rem 1rem;
  }
}
.pagination ul.page-numbers li {
  display: flex;
  padding: 0;
}
.pagination a,
.pagination span {
  align-items: center;
  background-color: transparent;
  border-radius: 50%;
  color: #999;
  display: flex;
  font-weight: 700;
  height: 2.5em;
  justify-content: center;
  text-align: center;
  width: 2.5em;
}
.pagination span {
  background-color: transparent;
}
.pagination span.current {
  background-color: #a19e99;
  color: #fff;
}
.pagination a {
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .pagination a {
    transition: all 0.25s ease;
  }
  .pagination a:hover {
    background-color: rgba(135, 118, 103, 0.1);
    color: #131313;
  }
}
.pagination a.page-numbers__next, .pagination a.page-numbers__prev {
  background-color: transparent;
  border-color: transparent;
}
.pagination a.page-numbers__next > span, .pagination a.page-numbers__prev > span {
  -webkit-transform: rotate(45deg);
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-right: 2px solid #131313;
  border-top: 2px solid #131313;
  height: 0.5em;
  opacity: 0.45;
  position: relative;
  transform: rotate(45deg);
  transition: all 0.25s ease;
  width: 0.5em;
}
@media (hover: hover) and (pointer: fine) {
  .pagination a.page-numbers__next:hover > span, .pagination a.page-numbers__prev:hover > span {
    opacity: 0.8;
  }
}
.pagination a.page-numbers__prev > span {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.paper, .paper--side {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 2.5rem 1rem;
}
@media print, screen and (min-width: 992px) {
  .paper, .paper--side {
    gap: 5rem;
    margin-left: 0;
    margin-right: 0;
    padding: 5rem;
  }
}
@media print {
  .paper, .paper--side {
    gap: 5rem;
    margin-left: 0;
    margin-right: 0;
    padding: 5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .paper--side {
    padding-right: 0;
  }
}
@media print {
  .paper--side {
    padding-right: 0;
  }
}

#lightcase-overlay {
  background-color: #555;
}

#lightcase-loading {
  color: #999;
}

.lightcase-icon-close {
  display: none !important;
}

#lightcase-case {
  text-shadow: none;
}
#lightcase-case #lightcase-content {
  background-color: transparent;
}
#lightcase-case #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
  padding: 0;
}
#lightcase-case #lightcase-content .popup-modal {
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 16px 8px;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  #lightcase-case #lightcase-content .popup-modal {
    gap: 1.5rem;
    padding: 32px 40px;
  }
}
@media print {
  #lightcase-case #lightcase-content .popup-modal {
    gap: 1.5rem;
    padding: 32px 40px;
  }
}
#lightcase-case #lightcase-content .popup-modal *,
#lightcase-case #lightcase-content .popup-modal p {
  color: #131313;
  text-shadow: none;
}
#lightcase-case #lightcase-content .popup-modal__close {
  -webkit-appearance: none;
  -webkit-transform: translate(8px, -8px);
  appearance: none;
  background-color: #a19e99;
  border: none;
  border-radius: 50%;
  font-size: 32px;
  height: 1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: 200%;
  top: 0;
  transform: translate(8px, -8px);
  white-space: nowrap;
  width: 1em;
}
@media (hover: hover) and (pointer: fine) {
  #lightcase-case #lightcase-content .popup-modal__close {
    transition: all 0.25s ease;
  }
  #lightcase-case #lightcase-content .popup-modal__close:hover {
    opacity: 0.65;
  }
}
@media print, screen and (min-width: 768px) {
  #lightcase-case #lightcase-content .popup-modal__close {
    -webkit-transform: none;
    font-size: 40px;
    right: 8px;
    top: 8px;
    transform: none;
  }
}
@media print {
  #lightcase-case #lightcase-content .popup-modal__close {
    -webkit-transform: none;
    font-size: 40px;
    right: 8px;
    top: 8px;
    transform: none;
  }
}
#lightcase-case #lightcase-content .popup-modal__close::before, #lightcase-case #lightcase-content .popup-modal__close::after {
  background-color: #fff;
  border-radius: 999em;
  content: " ";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 50%;
}
#lightcase-case #lightcase-content .popup-modal__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#lightcase-case #lightcase-content .popup-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
#lightcase-case #lightcase-content .popup-modal__main {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  #lightcase-case #lightcase-content .popup-modal__main {
    gap: 0.5rem;
  }
}
@media print {
  #lightcase-case #lightcase-content .popup-modal__main {
    gap: 0.5rem;
  }
}
#lightcase-case #lightcase-content .popup-modal__cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25em;
  list-style: none;
  margin: 0;
  padding: 0;
}
#lightcase-case #lightcase-content .popup-modal__cats > li,
#lightcase-case #lightcase-content .popup-modal__cats > span,
#lightcase-case #lightcase-content .popup-modal__cats > div,
#lightcase-case #lightcase-content .popup-modal__cats > p {
  background-color: rgba(135, 118, 103, 0.1);
  color: #666;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  min-width: 4em;
  padding: 0.15em 1em;
}
#lightcase-case #lightcase-content .popup-modal__image {
  text-align: center;
}
#lightcase-case #lightcase-content .popup-modal__image img {
  height: auto;
  max-height: 40rem;
  max-width: 100%;
  width: auto;
}
#lightcase-case #lightcase-content .popup-modal__title {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  #lightcase-case #lightcase-content .popup-modal__title {
    font-size: 1.5rem;
  }
}
@media print {
  #lightcase-case #lightcase-content .popup-modal__title {
    font-size: 1.5rem;
  }
}
#lightcase-case #lightcase-content .popup-modal__title strong {
  font-size: 115%;
}
.postTitle {
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .postTitle {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .postTitle {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.postTitle__container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 7.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .postTitle__container {
    min-height: 15rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .postTitle__container {
    min-height: 15rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.postTitle__main {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: relative;
  width: 100%;
  z-index: 10;
}
@media print, screen and (min-width: 992px) {
  .postTitle__main {
    gap: 1rem;
  }
}
@media print {
  .postTitle__main {
    gap: 1rem;
  }
}
.postTitle__meta {
  align-items: center;
  display: flex;
  gap: 0.5em;
}
.postTitle__cats {
  display: flex;
  flex-wrap: wrap;
  font-size: 95%;
  gap: 0.25em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.postTitle__cats > li,
.postTitle__cats > span,
.postTitle__cats > div,
.postTitle__cats > p {
  background-color: rgba(135, 118, 103, 0.1);
  color: #666;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  min-width: 4em;
  padding: 0.15em 1em;
}
.postTitle__time {
  font-family: "Cormorant", serif;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  opacity: 0.75;
}
.postTitle__page {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .postTitle__page {
    gap: 1rem;
  }
}
@media print {
  .postTitle__page {
    gap: 1rem;
  }
}
.postTitle__en {
  color: #a19e99;
  font-family: "Cormorant", serif;
  font-size: 1.125rem;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
@media print, screen and (min-width: 992px) {
  .postTitle__en {
    font-size: 1.5rem;
  }
}
@media print {
  .postTitle__en {
    font-size: 1.5rem;
  }
}
.postTitle__ja {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}
@media print, screen and (min-width: 992px) {
  .postTitle__ja {
    font-size: 2.5rem;
  }
}
@media print {
  .postTitle__ja {
    font-size: 2.5rem;
  }
}

.postBlock {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .postBlock {
    gap: 2.5rem;
  }
}
@media print {
  .postBlock {
    gap: 2.5rem;
  }
}
.postBlock .image {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-height: 640px;
  max-width: 800px;
  width: auto;
}

.side-nav, .side-nav--sticky {
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5em 1em;
}
@media print, screen and (min-width: 992px) {
  .side-nav--sticky {
    position: sticky;
    top: 10rem;
    z-index: 100;
  }
}
@media print {
  .side-nav--sticky {
    position: sticky;
    top: 10rem;
    z-index: 100;
  }
}
.side-nav__title {
  color: #131313;
  font-family: "Cormorant", serif;
  font-size: 0.9375rem;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.25;
}
@media print, screen and (min-width: 992px) {
  .side-nav__title {
    font-size: 1.125rem;
  }
}
@media print {
  .side-nav__title {
    font-size: 1.125rem;
  }
}

.swiper-ui {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 768px) {
  .swiper-ui {
    gap: 4rem;
    margin-top: 2.5rem;
  }
}
@media print {
  .swiper-ui {
    gap: 4rem;
    margin-top: 2.5rem;
  }
}
.swiper-ui.slideNone {
  display: none;
}

.swiper-scrollbar, .swiper-scrollbar--white {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 999em;
  flex: 1;
  height: 0.5rem;
  position: relative !important;
  width: 100%;
}
.swiper-scrollbar .swiper-scrollbar-drag, .swiper-scrollbar--white .swiper-scrollbar-drag {
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  transition: -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}
.swiper-scrollbar--white {
  background: rgba(255, 255, 255, 0.1);
}
.swiper-scrollbar--white .swiper-scrollbar-drag {
  background: rgba(255, 255, 255, 0.4);
}

.swiper-buttons, .swiper-buttons--white {
  display: flex;
  gap: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .swiper-buttons, .swiper-buttons--white {
    gap: 1.5rem;
  }
}
@media print {
  .swiper-buttons, .swiper-buttons--white {
    gap: 1.5rem;
  }
}
.swiper-buttons__button--prev, .swiper-buttons__button--next {
  background-color: #131313;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  font-size: 2rem;
  font-size: 2rem;
  height: 1em;
  position: relative;
  transition: all 0.25s ease;
  width: 1em;
}
@media (hover: hover) and (pointer: fine) {
  .swiper-buttons__button--prev:hover, .swiper-buttons__button--next:hover {
    background-color: #333;
  }
}
@media print, screen and (min-width: 992px) {
  .swiper-buttons__button--prev, .swiper-buttons__button--next {
    font-size: 3rem;
  }
}
@media print {
  .swiper-buttons__button--prev, .swiper-buttons__button--next {
    font-size: 3rem;
  }
}
.swiper-buttons__button--prev::before, .swiper-buttons__button--prev::after, .swiper-buttons__button--next::before, .swiper-buttons__button--next::after {
  background-color: #fff;
  content: " ";
  display: block;
  height: 2px;
  left: 48%;
  position: absolute;
  top: 50%;
  transition: all 0.25s ease;
  width: 20%;
}
.swiper-buttons__button--prev::before, .swiper-buttons__button--next::before {
  -webkit-transform-origin: right bottom;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  transform-origin: right bottom;
}
.swiper-buttons__button--prev::after, .swiper-buttons__button--next::after {
  -webkit-transform-origin: right top;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: right top;
}
.swiper-buttons__button--prev.swiper-button-disabled, .swiper-buttons__button--next.swiper-button-disabled {
  opacity: 0.1;
  pointer-events: none;
}
.swiper-buttons__button--prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper-buttons--white .swiper-buttons__button--prev,
.swiper-buttons--white .swiper-buttons__button--next {
  background-color: #fff;
}
.swiper-buttons--white .swiper-buttons__button--prev::before, .swiper-buttons--white .swiper-buttons__button--prev::after,
.swiper-buttons--white .swiper-buttons__button--next::before,
.swiper-buttons--white .swiper-buttons__button--next::after {
  background-color: #131313;
}

.thumb-slider .swiper-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
}
.thumb-slider__thumbnail {
  margin-top: 1em;
}
.thumb-slider__thumbnail .swiper-slide {
  border: 1px solid #fff;
  border-radius: 0.25rem;
  opacity: 0.5;
  overflow: hidden;
  position: relative;
  transition: opacity 0.65s;
  width: 4rem;
}
@media print, screen and (min-width: 992px) {
  .thumb-slider__thumbnail .swiper-slide {
    border-radius: 0.5rem;
  }
}
@media print {
  .thumb-slider__thumbnail .swiper-slide {
    border-radius: 0.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .thumb-slider__thumbnail .swiper-slide {
    width: 7.5rem;
  }
}
@media print {
  .thumb-slider__thumbnail .swiper-slide {
    width: 7.5rem;
  }
}
.thumb-slider__thumbnail .swiper-slide > p {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.thumb-slider__thumbnail .swiper-slide > p img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}
.thumb-slider__thumbnail .swiper-slide.swiper-slide-thumb-active {
  border: 2px solid #131313;
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .responsive-table-wrapper {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: block;
    margin-right: -1rem;
    overflow-y: hidden;
    padding-bottom: 0.5rem;
  }
  .responsive-table-wrapper__inner {
    display: inline-block;
    min-width: 100%;
    padding-right: 1rem;
  }
  .responsive-table-wrapper table {
    min-width: 40rem;
  }
  .responsive-table-wrapper--sticky table thead tr th:first-child,
  .responsive-table-wrapper--sticky table tbody tr th:first-child {
    box-shadow: 0 5px 5px rgb(0, 0, 0);
    left: 0;
    position: sticky;
    z-index: 10;
  }
  .responsive-table-wrapper .scroll-hint-icon {
    top: 1.5rem;
  }
}
@media screen and (max-width: 991px) and (min-width: 992px) {
  .responsive-table-wrapper .scroll-hint-icon {
    top: 2.5rem;
  }
}

.table, .table--tantou {
  background-color: #fff;
  border-collapse: collapse;
  border-left: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
  line-height: 1.5;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .table, .table--tantou {
    table-layout: fixed;
  }
}
@media print {
  .table, .table--tantou {
    table-layout: fixed;
  }
}
.table tr, .table--tantou tr {
  border-bottom: 1px solid #eaeaea;
}
.table th, .table--tantou th,
.table td,
.table--tantou td {
  border-right: 1px solid #eaeaea;
  padding: 0.25rem;
  position: relative;
  vertical-align: middle;
}
@media print, screen and (min-width: 992px) {
  .table th, .table--tantou th,
  .table td,
  .table--tantou td {
    padding: 0.5rem 1rem;
  }
}
@media print {
  .table th, .table--tantou th,
  .table td,
  .table--tantou td {
    padding: 0.5rem 1rem;
  }
}
.table thead th, .table--tantou thead th,
.table thead td,
.table--tantou thead td {
  background-color: #89857e;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.table thead th:first-child, .table--tantou thead th:first-child,
.table thead td:first-child,
.table--tantou thead td:first-child {
  width: 9em;
}
@media print, screen and (min-width: 992px) {
  .table thead th:first-child, .table--tantou thead th:first-child,
  .table thead td:first-child,
  .table--tantou thead td:first-child {
    width: 15em;
  }
}
@media print {
  .table thead th:first-child, .table--tantou thead th:first-child,
  .table thead td:first-child,
  .table--tantou thead td:first-child {
    width: 15em;
  }
}
.table tbody th, .table--tantou tbody th {
  background-color: rgba(135, 118, 103, 0.1);
  font-weight: 400;
  text-align: left;
  width: 9em;
}
@media print, screen and (min-width: 992px) {
  .table tbody th, .table--tantou tbody th {
    height: 3rem;
    width: 15em;
  }
}
@media print {
  .table tbody th, .table--tantou tbody th {
    height: 3rem;
    width: 15em;
  }
}
@media print, screen and (min-width: 992px) {
  .table tbody td, .table--tantou tbody td {
    height: 3rem;
  }
}
@media print {
  .table tbody td, .table--tantou tbody td {
    height: 3rem;
  }
}
.table tbody td.td--price, .table--tantou tbody td.td--price {
  text-align: center;
  width: 10em;
}
@media print, screen and (min-width: 992px) {
  .table tbody td.td--price, .table--tantou tbody td.td--price {
    width: 12em;
  }
}
@media print {
  .table tbody td.td--price, .table--tantou tbody td.td--price {
    width: 12em;
  }
}
.table__td--min {
  font-size: 95%;
}
.table small, .table--tantou small {
  font-weight: 500;
}
.table strong, .table--tantou strong {
  font-size: 110%;
  font-weight: 700;
}
.table a, .table--tantou a {
  text-decoration: underline;
}
.table--tantou {
  table-layout: fixed;
}
.table--tantou tbody td {
  font-size: 1rem;
  font-size: 0.85rem;
  word-break: break-all;
}
.table--tantou tbody td * {
  word-wrap: break-word;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: break-word;
}
.table--tantou tbody td button,
.table--tantou tbody td input,
.table--tantou tbody td select,
.table--tantou tbody td textarea {
  font-size: 100%;
  font-weight: 500;
  line-height: 1.66;
}
.table--tantou tbody td h1,
.table--tantou tbody td h2,
.table--tantou tbody td h3,
.table--tantou tbody td h4,
.table--tantou tbody td h5,
.table--tantou tbody td h6 {
  font-weight: 700;
  line-height: 1.5;
  margin-top: 2.5em;
}
.table--tantou tbody td h1:first-child,
.table--tantou tbody td h2:first-child,
.table--tantou tbody td h3:first-child,
.table--tantou tbody td h4:first-child,
.table--tantou tbody td h5:first-child,
.table--tantou tbody td h6:first-child,
.table--tantou tbody td p:first-child {
  margin-top: 0;
}
.table--tantou tbody td h1 {
  font-size: 1.75rem;
}
@media print, screen and (min-width: 992px) {
  .table--tantou tbody td h1 {
    font-size: 3rem;
  }
}
@media print {
  .table--tantou tbody td h1 {
    font-size: 3rem;
  }
}
.table--tantou tbody td a {
  color: #131313;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .table--tantou tbody td a {
    transition: all 0.25s ease;
  }
  .table--tantou tbody td a:hover {
    color: #2d2d2d;
  }
}
@media (hover: hover) and (pointer: fine) {
  .table--tantou tbody td .btn:hover {
    color: #fff;
  }
}
@media (hover: hover) and (pointer: fine) {
  .table--tantou tbody td a img {
    transition: all 0.25s ease;
  }
  .table--tantou tbody td a img:hover {
    opacity: 0.65;
  }
}
.table--tantou tbody td img {
  display: block;
  height: auto;
  margin-bottom: 1em;
  margin-top: 1em;
  max-width: 100%;
}
.table--tantou tbody td img.alignright {
  display: block;
  margin-left: auto;
}
.table--tantou tbody td img.alignleft {
  display: block;
  margin-right: auto;
}
.table--tantou tbody td img.aligncenter {
  display: block;
  margin: 1em auto;
}
.table--tantou tbody td p,
.table--tantou tbody td table,
.table--tantou tbody td img,
.table--tantou tbody td ul,
.table--tantou tbody td ol,
.table--tantou tbody td > div {
  margin-top: 1.5em;
}
.table--tantou tbody td p > img:first-child {
  margin-top: 0;
}
.table--tantou tbody td dfn,
.table--tantou tbody td cite,
.table--tantou tbody td em,
.table--tantou tbody td i {
  font-style: italic;
}
.table--tantou tbody td blockquote {
  background-color: #f7f7f7;
  color: #666;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0.5em;
  padding-left: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .table--tantou tbody td blockquote {
    font-size: 15px;
  }
}
@media print {
  .table--tantou tbody td blockquote {
    font-size: 15px;
  }
}
.table--tantou tbody td blockquote.alignleft,
.table--tantou tbody td blockquote.alignright {
  font-size: 0.875rem;
  width: 34%;
}
.table--tantou tbody td address {
  margin: 0 0 1.5em;
}
.table--tantou tbody td pre {
  background: #f7f7f7;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.table--tantou tbody td code,
.table--tantou tbody td kbd,
.table--tantou tbody td tt,
.table--tantou tbody td var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
.table--tantou tbody td abbr,
.table--tantou tbody td acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.table--tantou tbody td mark,
.table--tantou tbody td ins {
  background: #eee;
  text-decoration: none;
}
.table--tantou tbody td big {
  font-size: 125%;
}
.table--tantou tbody td dl dt {
  font-weight: 700;
}
.table--tantou tbody td blockquote,
.table--tantou tbody td q {
  quotes: "" "";
}
.table--tantou tbody td blockquote:before,
.table--tantou tbody td blockquote:after,
.table--tantou tbody td q:before,
.table--tantou tbody td q:after {
  content: "";
}
.table--tantou tbody td hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1em;
}
.table--tantou tbody td ul,
.table--tantou tbody td ol {
  margin-bottom: 1em;
  margin-left: 1em;
  margin-top: 1em;
  padding: 0;
}
.table--tantou tbody td ul {
  list-style: disc;
}
.table--tantou tbody td ol h1,
.table--tantou tbody td ol h2,
.table--tantou tbody td ol h3,
.table--tantou tbody td ol h4,
.table--tantou tbody td ol h5,
.table--tantou tbody td ol h6 {
  border: none;
  padding: 0;
}
.table--tantou tbody td ol h3 {
  font-size: 1rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .table--tantou tbody td ol h3 {
    font-size: 1.125rem;
  }
}
@media print {
  .table--tantou tbody td ol h3 {
    font-size: 1.125rem;
  }
}
.table--tantou tbody td ol h4 {
  font-size: 0.9375rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .table--tantou tbody td ol h4 {
    font-size: 1rem;
  }
}
@media print {
  .table--tantou tbody td ol h4 {
    font-size: 1rem;
  }
}
.table--tantou tbody td li > ul,
.table--tantou tbody td li > ol {
  margin-bottom: 1em;
  margin-left: 1em;
}
.table--tantou tbody td li ol {
  font-size: 90%;
}
.table--tantou tbody td li ol li {
  margin-bottom: 0.5em;
}
.table--tantou tbody td table {
  font-size: 0.6875rem;
}
@media print, screen and (min-width: 768px) {
  .table--tantou tbody td table {
    font-size: 1rem;
  }
}
@media print {
  .table--tantou tbody td table {
    font-size: 1rem;
  }
}
.table--tantou tbody td .iframe {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.table--tantou tbody td .iframe iframe,
.table--tantou tbody td .iframe object,
.table--tantou tbody td .iframe embed {
  border: none;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.table--tantou tbody td embed,
.table--tantou tbody td iframe,
.table--tantou tbody td object {
  margin-top: 2em;
  max-width: 100%;
}
.table--tantou tbody td strong {
  font-weight: 700;
}
.table--tantou tbody td em {
  font-style: italic;
}
.table--tantou tbody td blockquote {
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
  display: block;
}
.table--tantou tbody td #toc_container {
  background-color: #f3f3f3;
  border: none;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  font-size: 0.8125rem;
  gap: 8px;
  margin-top: 1em;
  padding: 16px;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .table--tantou tbody td #toc_container {
    font-size: 1rem;
    padding: 24px;
  }
}
@media print {
  .table--tantou tbody td #toc_container {
    font-size: 1rem;
    padding: 24px;
  }
}
.table--tantou tbody td #toc_container .toc_title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2;
  opacity: 0.4;
  text-align: left;
}
.table--tantou tbody td #toc_container .toc_depth_1 {
  display: inline-flex;
  margin-right: 0.5em;
}
.table--tantou tbody td #toc_container .toc_depth_1::after {
  content: ".";
  display: block;
  position: relative;
}
.table--tantou tbody td #toc_container .toc_list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.table--tantou tbody td #toc_container .toc_list li {
  background-image: linear-gradient(90deg, #ddd 25%, transparent 25%);
  background-position: 0 bottom;
  background-repeat: repeat-x;
  background-size: 8px 2px;
  border: none;
  padding: 8px;
}
.table--tantou tbody td #toc_container .toc_list li a {
  color: #131313;
}
@media (hover: hover) and (pointer: fine) {
  .table--tantou tbody td #toc_container .toc_list li a {
    transition: all 0.25s ease;
  }
  .table--tantou tbody td #toc_container .toc_list li a:hover {
    color: #131313;
    text-decoration: none;
  }
}

.transform-table {
  border-collapse: collapse;
  border-top: 1px solid #eaeaea;
  display: block;
  line-height: 1.5;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .transform-table {
    display: table;
  }
}
@media print {
  .transform-table {
    display: table;
  }
}
.transform-table tr {
  border-bottom: 1px solid #eaeaea;
  display: flex;
  flex-direction: column;
  gap: 0.25em;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .transform-table tr {
    display: table-row;
  }
}
@media print {
  .transform-table tr {
    display: table-row;
  }
}
.transform-table thead th,
.transform-table thead td {
  background-color: #666;
  color: #fff;
  height: auto;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
}
.transform-table tbody {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .transform-table tbody {
    display: table-row-group;
  }
}
@media print {
  .transform-table tbody {
    display: table-row-group;
  }
}
.transform-table tbody th,
.transform-table tbody td {
  display: block;
}
@media print, screen and (min-width: 992px) {
  .transform-table tbody th,
  .transform-table tbody td {
    display: table-cell;
    height: 4rem;
    vertical-align: middle;
  }
}
@media print {
  .transform-table tbody th,
  .transform-table tbody td {
    display: table-cell;
    height: 4rem;
    vertical-align: middle;
  }
}
.transform-table tbody th {
  color: #666;
  font-size: 0.85em;
  font-weight: 400;
  padding: 1rem 0.5rem 0;
  text-align: left;
}
@media print, screen and (min-width: 992px) {
  .transform-table tbody th {
    font-size: 1em;
    padding-bottom: 1rem;
    padding-top: calc(1.5rem + 0.2em);
    vertical-align: top;
    width: 10em;
  }
}
@media print {
  .transform-table tbody th {
    font-size: 1em;
    padding-bottom: 1rem;
    padding-top: calc(1.5rem + 0.2em);
    vertical-align: top;
    width: 10em;
  }
}
@media print, screen and (min-width: 992px) {
  .transform-table tbody th.th--sm {
    width: 5em;
  }
}
@media print {
  .transform-table tbody th.th--sm {
    width: 5em;
  }
}
.transform-table tbody td {
  padding: 0.5rem;
}
@media print, screen and (min-width: 992px) {
  .transform-table tbody td {
    padding: 1.5rem 1rem;
  }
}
@media print {
  .transform-table tbody td {
    padding: 1.5rem 1rem;
  }
}
.transform-table a {
  text-decoration: underline;
}

.tel-block {
  align-items: center;
  color: #131313;
  display: flex;
  gap: 0.15em;
}
.tel-block__number {
  font-family: "Cormorant", serif;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.tel-block__icon {
  font-size: 0.75em;
  line-height: 1;
}
.tel-block__icon svg {
  fill: #131313;
  height: auto;
  vertical-align: middle;
  width: 1em;
}

.note-block > p {
  font-size: 85%;
  line-height: 1.5;
  margin-top: 0 !important;
  opacity: 0.65;
  padding-left: 1em;
  text-indent: -1em;
}

.note-text, .note-text--right, .note-text--alert, .note-text--red {
  font-size: 75%;
  line-height: 1.5;
  opacity: 0.65;
  padding-left: 1em;
  text-indent: -1em;
}
.note-text--red {
  color: #f1533d;
  font-weight: 500;
  opacity: 1;
}
.note-text--alert {
  color: #f1533d;
  font-size: 100%;
  font-weight: 700;
  opacity: 1;
}
@media print, screen and (min-width: 768px) {
  .note-text--right {
    text-align: right;
  }
}
@media print {
  .note-text--right {
    text-align: right;
  }
}

.text {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .text {
    font-size: 1rem;
  }
}
@media print {
  .text {
    font-size: 1rem;
  }
}
.text p {
  margin-top: 1em;
}
.text p:first-child {
  margin-top: 0;
}
.text--min {
  font-size: 85%;
  line-height: 1.75;
}
.text--xs {
  font-size: 0.75rem;
}
@media print, screen and (min-width: 992px) {
  .text--xs {
    font-size: 0.8125rem;
  }
}
@media print {
  .text--xs {
    font-size: 0.8125rem;
  }
}
.text--xs p {
  margin-top: 1em;
}
.text--xs p:first-child {
  margin-top: 0;
}
.text--sm {
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 992px) {
  .text--sm {
    font-size: 0.875rem;
  }
}
@media print {
  .text--sm {
    font-size: 0.875rem;
  }
}
.text--sm p {
  margin-top: 1em;
}
.text--sm p:first-child {
  margin-top: 0;
}
.text--lg {
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 992px) {
  .text--lg {
    font-size: 1.125rem;
  }
}
@media print {
  .text--lg {
    font-size: 1.125rem;
  }
}
.text--lg p {
  margin-top: 1em;
}
.text--lg p:first-child {
  margin-top: 0;
}
.text--red {
  color: #f1533d;
}
.text--right {
  text-align: right;
}
.text--center {
  text-align: center;
}
.text--center-pc {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .text--center-pc {
    text-align: center;
  }
}
@media print {
  .text--center-pc {
    text-align: center;
  }
}
.text--bold {
  font-weight: 700;
}
.text--light {
  opacity: 0.75;
}

.lead {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .lead {
    font-size: 2rem;
  }
}
@media print {
  .lead {
    font-size: 2rem;
  }
}
.lead strong {
  font-size: 115%;
}
.lead--sm {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .lead--sm {
    font-size: 1.5rem;
  }
}
@media print {
  .lead--sm {
    font-size: 1.5rem;
  }
}
.lead--sm strong {
  font-size: 115%;
}
.lead--lg {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .lead--lg {
    font-size: 2.5rem;
  }
}
@media print {
  .lead--lg {
    font-size: 2.5rem;
  }
}
.lead--lg strong {
  font-size: 115%;
}
.lead--xl {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .lead--xl {
    font-size: 3rem;
  }
}
@media print {
  .lead--xl {
    font-size: 3rem;
  }
}
.lead--xl strong {
  font-size: 115%;
}

.marker-text {
  background-image: linear-gradient(transparent 60%, rgba(19, 19, 19, 0.3) 60%);
  background-repeat: repeat-x;
  background-size: 200% 100%;
  font-size: 110%;
  font-weight: 700;
  padding-bottom: 0.1em;
}

/* =====================
  footer
===================== */
/*フッター */
.footer {
  background-color: rgba(135, 118, 103, 0.1);
  display: flex;
  flex-direction: column;
  font-size: 0.8125rem;
  padding-bottom: 1.5rem;
  padding-top: 3rem;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .footer {
    padding-top: 5rem;
  }
}
@media print {
  .footer {
    padding-top: 5rem;
  }
}
.footer__container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .footer__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .footer__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.footer__row {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .footer__row {
    flex-direction: row;
  }
}
@media print {
  .footer__row {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 992px) {
  .footer__info {
    width: 25rem;
  }
}
@media print {
  .footer__info {
    width: 25rem;
  }
}
.footer-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .footer-info {
    gap: 1.5rem;
  }
}
@media print {
  .footer-info {
    gap: 1.5rem;
  }
}
.footer-info__header {
  display: flex;
  gap: 2.5rem;
}
.footer-info__logo {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-info__sns {
  flex: 1;
}
.footer-logo {
  width: 7.5rem;
}
.footer-logo img {
  height: auto;
  width: 100%;
}
.footer__address {
  line-height: 1.75;
}
.footer__note {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.footer__nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .footer__nav {
    flex: 1;
    flex-direction: row;
    gap: 2.5rem;
  }
}
@media print {
  .footer__nav {
    flex: 1;
    flex-direction: row;
    gap: 2.5rem;
  }
}
.footer__copy {
  font-family: "Cormorant", serif;
  font-size: 0.75rem;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}

.footer-dl {
  display: flex;
  gap: 1em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.footer-dl dt {
  align-items: center;
  border: 1px solid #131313;
  display: flex;
  justify-content: center;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  padding: 0.25em 1em;
  text-align: center;
}
.footer-dl dd {
  align-items: center;
  display: flex;
  margin: 0;
  padding: 0;
}

.footer-sns {
  align-items: center;
  display: flex;
  font-size: 1.25rem;
  gap: 0.5em;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-sns > li {
  margin: 0;
  padding: 0;
}
.footer-sns > li a {
  align-items: center;
  background-color: #a19e99;
  border-radius: 50%;
  display: flex;
  height: 2.25em;
  justify-content: center;
  width: 2.25em;
}
.footer-sns > li a svg {
  fill: #fff;
  height: auto;
  width: 1em;
}

.footer-btn {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 999em;
  color: #fff;
  display: flex;
  font-family: "Cormorant", serif;
  font-size: 1.25rem;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  height: 15rem;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 15rem;
}
@media print, screen and (min-width: 992px) {
  .footer-btn {
    font-size: 1.5rem;
  }
}
@media print {
  .footer-btn {
    font-size: 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer-btn {
    transition: all 0.25s ease;
  }
  .footer-btn:hover {
    background-color: #fff;
    color: #131313;
  }
}

.footer-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .footer-list {
    flex-direction: column;
    gap: 2em;
  }
}
@media print {
  .footer-list {
    flex-direction: column;
    gap: 2em;
  }
}
.footer-list > li {
  display: flex;
  flex-direction: column;
  width: 50%;
}
@media print, screen and (min-width: 992px) {
  .footer-list > li {
    justify-content: flex-start;
    width: 100%;
  }
}
@media print {
  .footer-list > li {
    justify-content: flex-start;
    width: 100%;
  }
}
.footer-list > li.has-child {
  width: 100%;
}
.footer-list > li > a,
.footer-list > li > span {
  align-items: center;
  color: #131313;
  display: flex;
  flex-wrap: wrap;
  height: 3rem;
  line-height: 1.5;
  position: relative;
  text-decoration: none !important;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .footer-list > li > a,
  .footer-list > li > span {
    height: auto;
    justify-content: flex-start;
    text-align: left;
  }
}
@media print {
  .footer-list > li > a,
  .footer-list > li > span {
    height: auto;
    justify-content: flex-start;
    text-align: left;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer-list > li > a {
    transition: all 0.25s ease;
  }
  .footer-list > li > a:hover {
    opacity: 0.8;
  }
}
.footer-list--child {
  border-top: 1px solid #eaeaea;
  display: flex;
  flex-wrap: wrap;
  font-size: 90%;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 1em;
  padding-top: 1em;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .footer-list--child {
    border-top: none;
    gap: 0.5rem;
    padding-bottom: 0;
  }
}
@media print {
  .footer-list--child {
    border-top: none;
    gap: 0.5rem;
    padding-bottom: 0;
  }
}
.footer-list--child > li {
  display: flex;
  width: calc(50% - 0.25rem);
}
@media print, screen and (min-width: 992px) {
  .footer-list--child > li {
    width: 100%;
  }
}
@media print {
  .footer-list--child > li {
    width: 100%;
  }
}
.footer-list--child > li a {
  color: #131313;
  display: flex;
  flex-wrap: wrap;
  opacity: 0.7;
  text-decoration: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .footer-list--child > li a {
    transition: all 0.25s ease;
  }
  .footer-list--child > li a:hover {
    opacity: 1;
  }
}

/*=====================
  header
===================== */
.header {
  display: flex;
  height: 3.5rem;
  justify-content: space-between;
  padding-left: 1rem;
  position: fixed;
  top: 0;
  transition: all 0.25s ease;
  width: 100%;
  z-index: 980;
}
@media print, screen and (min-width: 992px) {
  .header {
    height: 8rem;
    padding-left: 2.5rem;
  }
}
@media print {
  .header {
    height: 8rem;
    padding-left: 2.5rem;
  }
}
@media print {
  .header {
    position: absolute;
  }
}
.header[data-status=scrolled] {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
}
@media print, screen and (min-width: 992px) {
  .header[data-status=scrolled] {
    height: 4rem;
    left: 0;
    padding-left: 1rem;
    padding-right: 0;
    right: 0;
  }
  .header[data-status=scrolled] .header-logo {
    height: 2.6666666667rem;
    width: 6.0833333333rem;
  }
  .header[data-status=scrolled] .global-list-btn {
    border-radius: 0;
  }
}
@media print {
  .header[data-status=scrolled] {
    height: 4rem;
    left: 0;
    padding-left: 1rem;
    padding-right: 0;
    right: 0;
  }
  .header[data-status=scrolled] .header-logo {
    height: 2.6666666667rem;
    width: 6.0833333333rem;
  }
  .header[data-status=scrolled] .global-list-btn {
    border-radius: 0;
  }
}
.header__logo {
  align-items: center;
  display: flex;
  justify-content: center;
}

.header-logo {
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #131313;
  font-size: 0;
  height: 2.6666666667rem;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  width: 6.0833333333rem;
}
@media print, screen and (min-width: 992px) {
  .header-logo {
    height: 4rem;
    width: 9.125rem;
  }
}
@media print {
  .header-logo {
    height: 4rem;
    width: 9.125rem;
  }
}

_::-webkit-full-page-media,
_:future,
:root .global-nav__list.dropdown-open::before {
  opacity: 0 !important;
}

.sub-page--light {
  background-color: rgba(135, 118, 103, 0.1);
}
.sub-page__padding {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding-bottom: 4rem;
  padding-top: 4rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .sub-page__padding {
    gap: 10rem;
    padding-bottom: 10rem;
    padding-top: 7.5rem;
  }
}
@media print {
  .sub-page__padding {
    gap: 10rem;
    padding-bottom: 10rem;
    padding-top: 7.5rem;
  }
}

.access-iframe {
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .access-iframe {
    padding-bottom: 30rem;
  }
}
@media print {
  .access-iframe {
    padding-bottom: 30rem;
  }
}
.access-iframe iframe,
.access-iframe object,
.access-iframe embed {
  border: none;
  bottom: 0;
  height: calc(100% + 400px);
  left: 0;
  position: absolute;
  top: -200px;
  width: 100%;
}

.file-list {
  border-top: 1px solid #eaeaea;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.file-list > li {
  border-bottom: 1px solid #eaeaea;
  display: flex;
  width: 100%;
}
.file-list > li > a {
  color: #131313;
  display: flex;
  gap: 0.5em;
  padding: 0.5rem;
  text-decoration: underline;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .file-list > li > a {
    padding: 1rem;
  }
}
@media print {
  .file-list > li > a {
    padding: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .file-list > li > a {
    transition: all 0.25s ease;
  }
  .file-list > li > a:hover {
    background-color: #f3f4f5;
    color: #666;
  }
}
.file-list__text {
  flex: 1;
}
.file-list__icon {
  align-self: center;
  display: block;
  line-height: 1;
  width: 2em;
}
.file-list__icon svg {
  fill: #131313;
  height: auto;
  width: 100%;
}

.page-list {
  border-top: 1px solid #eaeaea;
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.page-list__item {
  border-bottom: 1px solid #eaeaea;
  display: flex;
  position: relative;
}

.page-card {
  align-items: center;
  color: #131313;
  display: flex;
  gap: 0.5rem;
  padding: 1rem 0;
  position: relative;
  text-decoration: none !important;
  width: 100%;
  z-index: 10;
}
@media (hover: hover) and (pointer: fine) {
  .page-card {
    transition: all 0.25s linear;
  }
  .page-card:hover {
    background-color: rgba(135, 118, 103, 0.1);
    color: #131313;
  }
  .page-card:hover span[class^=link-arrow] {
    -webkit-transform: translate(25%, 0);
    transform: translate(25%, 0);
  }
}
@media print, screen and (min-width: 992px) {
  .page-card {
    gap: 2.5rem;
    padding: 2.5rem 0;
  }
}
@media print {
  .page-card {
    gap: 2.5rem;
    padding: 2.5rem 0;
  }
}
.page-card__image {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .page-card__image {
    width: 15rem;
  }
}
@media print {
  .page-card__image {
    width: 15rem;
  }
}
.page-card__image img {
  height: auto;
  max-width: 100%;
}
.page-card__main {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5em;
}
.page-card__title {
  align-items: flex-start;
  display: flex;
  display: flex;
  flex-direction: column;
  flex-direction: column;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .page-card__title {
    font-size: 1.5rem;
  }
}
@media print {
  .page-card__title {
    font-size: 1.5rem;
  }
}
.page-card__title strong {
  font-size: 115%;
}
.page-card__text {
  font-size: 0.875rem;
  opacity: 0.8;
}
@media print, screen and (min-width: 992px) {
  .page-card__text {
    font-size: 1rem;
  }
}
@media print {
  .page-card__text {
    font-size: 1rem;
  }
}
.page-card__text p {
  margin-top: 1em;
}
.page-card__text p:first-child {
  margin-top: 0;
}

.about-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 992px) {
  .about-list {
    gap: 5rem;
  }
}
@media print {
  .about-list {
    gap: 5rem;
  }
}
.about-list__item {
  margin: 0;
  padding: 0;
}
@media print, screen and (min-width: 992px) {
  .about-list__item:nth-child(even) .about-block__container {
    flex-direction: row-reverse;
  }
}
@media print {
  .about-list__item:nth-child(even) .about-block__container {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 992px) {
  .about-list__item:nth-child(even) .about-block__main {
    padding-left: calc(50vw - 45rem);
    padding-right: 0;
  }
}
@media print {
  .about-list__item:nth-child(even) .about-block__main {
    padding-left: calc(50vw - 45rem);
    padding-right: 0;
  }
}

.about-block__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media print, screen and (min-width: 992px) {
  .about-block__container {
    align-items: stretch;
    flex-direction: row;
    gap: 5rem;
  }
}
@media print {
  .about-block__container {
    align-items: stretch;
    flex-direction: row;
    gap: 5rem;
  }
}
.about-block__image {
  display: flex;
  gap: 1rem;
  justify-content: center;
  max-width: 95vw;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .about-block__image {
    gap: 2rem;
    width: 50%;
  }
}
@media print {
  .about-block__image {
    gap: 2rem;
    width: 50%;
  }
}
.about-block__imageInner {
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
  width: 100%;
}
.about-block__imageInner img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}
.about-block__main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media print, screen and (min-width: 992px) {
  .about-block__main {
    flex: 1;
    gap: 3rem;
    padding: 0;
    padding-right: calc(50vw - 45rem);
  }
}
@media print {
  .about-block__main {
    flex: 1;
    gap: 3rem;
    padding: 0;
    padding-right: calc(50vw - 45rem);
  }
}
.about-block__lead {
  align-items: flex-start;
  display: flex;
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}
@media print, screen and (min-width: 992px) {
  .about-block__lead {
    font-size: 1.5rem;
  }
}
@media print {
  .about-block__lead {
    font-size: 1.5rem;
  }
}
.about-block__lead strong {
  font-size: 115%;
}
.about-block__lead > span {
  border-bottom: 1px solid currentColor;
  display: flex;
}
.about-block__text {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .about-block__text {
    font-size: 1rem;
  }
}
@media print {
  .about-block__text {
    font-size: 1rem;
  }
}
.about-block__text p {
  margin-top: 1em;
}
.about-block__text p:first-child {
  margin-top: 0;
}

.process-slider {
  display: flex;
  flex-direction: column;
  overflow: visible !important;
  width: 100%;
}
.process-slider__list {
  height: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.process-slider__item {
  position: relative;
  width: auto !important;
}
.process-slider__arrow {
  -webkit-transform: translate(2px, -50%);
  color: #a19e99;
  font-size: 1.25rem;
  height: 0.75em;
  left: 100%;
  position: absolute;
  top: 50%;
  transform: translate(2px, -50%);
  width: 0.75em;
}
@media print, screen and (min-width: 992px) {
  .process-slider__arrow {
    font-size: 3rem;
  }
}
@media print {
  .process-slider__arrow {
    font-size: 3rem;
  }
}
.process-slider__arrow::before, .process-slider__arrow::after {
  content: " ";
  display: block;
  position: absolute;
}
.process-slider__arrow::before {
  -webkit-transform: translate(0, -50%);
  background-color: currentColor;
  height: 1px;
  left: 0;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.process-slider__arrow::after {
  -webkit-transform: translate(-10%, -48%) rotate(45deg);
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  height: 0.35em;
  right: 0;
  top: 50%;
  transform: translate(-10%, -48%) rotate(45deg);
  width: 0.35em;
}

.process-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  width: 17.5rem;
}
@media print, screen and (min-width: 992px) {
  .process-card {
    gap: 1.5rem;
    width: 25rem;
  }
}
@media print {
  .process-card {
    gap: 1.5rem;
    width: 25rem;
  }
}
.process-card__image img {
  height: auto;
  max-width: 100%;
}
.process-card__header {
  display: flex;
  gap: 1rem;
}
@media print, screen and (min-width: 992px) {
  .process-card__header {
    gap: 1.5rem;
  }
}
@media print {
  .process-card__header {
    gap: 1.5rem;
  }
}
.process-card__number {
  align-items: flex-start;
  border-right: 1px solid #a19e99;
  color: #a19e99;
  display: flex;
  font-family: "Cormorant", serif;
  font-size: 2.5rem;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1;
  padding-right: 0.25em;
  width: 1.5em;
}
@media print, screen and (min-width: 992px) {
  .process-card__number {
    font-size: 4rem;
  }
}
@media print {
  .process-card__number {
    font-size: 4rem;
  }
}
.process-card__title {
  font-size: 0.8125rem;
  line-height: 1.75;
}
@media print, screen and (min-width: 992px) {
  .process-card__title {
    font-size: 0.875rem;
  }
}
@media print {
  .process-card__title {
    font-size: 0.875rem;
  }
}
.process-card__title p {
  margin-top: 1em;
}
.process-card__title p:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 992px) {
  .process-card__title {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 992px) and (min-width: 992px) {
  .process-card__title {
    font-size: 1rem;
  }
}
@media print {
  .process-card__title {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 992px) {
  .process-card__title p {
    margin-top: 1em;
  }
  .process-card__title p:first-child {
    margin-top: 0;
  }
}
@media print {
  .process-card__title {
    font-size: 0.875rem;
  }
}
@media print {
  .process-card__title {
    font-size: 1rem;
  }
}
@media print {
  .process-card__title {
    font-size: 1rem;
  }
  .process-card__title p {
    margin-top: 1em;
  }
  .process-card__title p:first-child {
    margin-top: 0;
  }
}
.process-card__text {
  font-size: 0.875rem;
  opacity: 0.75;
}
@media print, screen and (min-width: 992px) {
  .process-card__text {
    font-size: 1rem;
  }
}
@media print {
  .process-card__text {
    font-size: 1rem;
  }
}
.process-card__text p {
  margin-top: 1em;
}
.process-card__text p:first-child {
  margin-top: 0;
}

.menu-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .menu-list {
    gap: 1.5rem 2.5rem;
  }
}
@media print {
  .menu-list {
    gap: 1.5rem 2.5rem;
  }
}
.menu-list__item {
  display: flex;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .menu-list__item {
    width: calc(33.333% - 1.6875rem);
  }
}
@media print {
  .menu-list__item {
    width: calc(33.333% - 1.6875rem);
  }
}

.menu-card {
  border: 1px solid #eaeaea;
  border-radius: 2px;
  display: flex;
  display: flex;
  gap: 0.5em;
  padding: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .menu-card {
    padding: 2.5rem;
  }
}
@media print {
  .menu-card {
    padding: 2.5rem;
  }
}
.menu-card__title {
  display: flex;
  font-size: 0.9375rem;
  gap: 1em;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .menu-card__title {
    font-size: 1.125rem;
  }
}
@media print {
  .menu-card__title {
    font-size: 1.125rem;
  }
}
.menu-card__title p {
  margin-top: 1em;
}
.menu-card__title p:first-child {
  margin-top: 0;
}
.menu-card__title > span {
  flex: 1;
}
.menu-card__title::before {
  background-color: #a19e99;
  border-radius: 50%;
  content: " ";
  display: block;
  height: 0.25em;
  margin-top: 0.95em;
  position: relative;
  width: 0.25em;
}
.menu-card__text {
  font-size: 0.8125rem;
  opacity: 0.75;
}
@media print, screen and (min-width: 992px) {
  .menu-card__text {
    font-size: 0.875rem;
  }
}
@media print {
  .menu-card__text {
    font-size: 0.875rem;
  }
}
.menu-card__text p {
  margin-top: 1em;
}
.menu-card__text p:first-child {
  margin-top: 0;
}

.top-h2 {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.top-h2__en {
  font-family: "Cormorant", serif;
  font-size: 2rem;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
@media print, screen and (min-width: 992px) {
  .top-h2__en {
    font-size: 3rem;
  }
}
@media print {
  .top-h2__en {
    font-size: 3rem;
  }
}
.top-h2__ja {
  color: #a19e99;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
}
@media print, screen and (min-width: 992px) {
  .top-h2__ja {
    font-size: 1.125rem;
  }
}
@media print {
  .top-h2__ja {
    font-size: 1.125rem;
  }
}

.top-header {
  align-items: flex-end;
  display: flex;
  gap: 1.5rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-header {
    gap: 2.5rem;
  }
}
@media print {
  .top-header {
    gap: 2.5rem;
  }
}
.top-header__main {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.5rem;
}
@media print, screen and (min-width: 992px) {
  .top-header__main {
    align-items: flex-end;
    flex-direction: row;
    gap: 0.5rem;
  }
}
@media print {
  .top-header__main {
    align-items: flex-end;
    flex-direction: row;
    gap: 0.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-header__title {
    width: 20rem;
  }
}
@media print {
  .top-header__title {
    width: 20rem;
  }
}
.top-header__text {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .top-header__text {
    font-size: 1rem;
  }
}
@media print {
  .top-header__text {
    font-size: 1rem;
  }
}
.top-header__text p {
  margin-top: 1em;
}
.top-header__text p:first-child {
  margin-top: 0;
}
@media print, screen and (min-width: 992px) {
  .top-header__text {
    flex: 1;
  }
}
@media print {
  .top-header__text {
    flex: 1;
  }
}
.top-header__btn--pc {
  display: none;
}
@media print, screen and (min-width: 992px) {
  .top-header__btn--pc {
    display: block;
  }
}
@media print {
  .top-header__btn--pc {
    display: block;
  }
}

.top-contents {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding-bottom: 4rem;
  padding-top: 4rem;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-contents {
    gap: 10rem;
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }
}
@media print {
  .top-contents {
    gap: 10rem;
    padding-bottom: 7.5rem;
    padding-top: 7.5rem;
  }
}

.top-about__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-about__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .top-about__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 992px) {
  .top-about__container {
    align-items: stretch;
    flex-direction: row;
    gap: 5rem;
  }
}
@media print {
  .top-about__container {
    align-items: stretch;
    flex-direction: row;
    gap: 5rem;
  }
}
.top-about__images {
  display: flex;
  gap: 1rem;
  justify-content: center;
  max-width: 85vw;
  min-height: 20rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-about__images {
    gap: 2rem;
    max-width: none;
    min-height: 41.875rem;
    width: 50%;
  }
}
@media print {
  .top-about__images {
    gap: 2rem;
    max-width: none;
    min-height: 41.875rem;
    width: 50%;
  }
}
.top-about__image {
  width: 100%;
}
.top-about__image:nth-child(1) {
  align-self: flex-start;
}
.top-about__image:nth-child(2) {
  align-self: flex-end;
}
.top-about__imageInner {
  overflow: hidden;
  padding-bottom: 143%;
  position: relative;
}
.top-about__imageInner img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}
.top-about__main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
}
@media print, screen and (min-width: 992px) {
  .top-about__main {
    gap: 3rem;
  }
}
@media print {
  .top-about__main {
    gap: 3rem;
  }
}
.top-about__text {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .top-about__text {
    font-size: 1rem;
  }
}
@media print {
  .top-about__text {
    font-size: 1rem;
  }
}
.top-about__text p {
  margin-top: 1em;
}
.top-about__text p:first-child {
  margin-top: 0;
}

.top-service {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-service {
    gap: 2.5rem;
    overflow: hidden;
    padding-bottom: 100vh;
  }
}
@media print {
  .top-service {
    gap: 2.5rem;
    overflow: hidden;
    padding-bottom: 100vh;
  }
}
.top-service__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-service__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .top-service__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.top-service__item {
  display: flex;
  position: relative;
}
.top-service__item:nth-child(1) {
  z-index: 90;
}
.top-service__item:nth-child(2) {
  z-index: 80;
}
.top-service__item:nth-child(3) {
  z-index: 70;
}

.top-service-content {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-service-content {
    height: 100vh;
    pointer-events: none;
    z-index: 10;
  }
}
@media print {
  .top-service-content {
    height: 100vh;
    pointer-events: none;
    z-index: 10;
  }
}
@media print, screen and (min-width: 992px) {
  .top-service-content.active, .top-service-content.first-active {
    pointer-events: auto;
    z-index: 20;
  }
  .top-service-content.active .top-service-content__image, .top-service-content.first-active .top-service-content__image {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  .top-service-content.active .top-service-content__main-inner,
  .top-service-content.active .top-service-content__deco, .top-service-content.first-active .top-service-content__main-inner,
  .top-service-content.first-active .top-service-content__deco {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
    transition-duration: 0.9s;
  }
}
@media print {
  .top-service-content.active, .top-service-content.first-active {
    pointer-events: auto;
    z-index: 20;
  }
  .top-service-content.active .top-service-content__image, .top-service-content.first-active .top-service-content__image {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  .top-service-content.active .top-service-content__main-inner,
  .top-service-content.active .top-service-content__deco, .top-service-content.first-active .top-service-content__main-inner,
  .top-service-content.first-active .top-service-content__deco {
    -webkit-transform: translate(0, 0);
    opacity: 1;
    transform: translate(0, 0);
    transition-duration: 0.9s;
  }
}
@media print, screen and (min-width: 992px) {
  .top-service-content.after .top-service-content__image {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transition: 0.95s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .top-service-content.after .top-service-content__main-inner,
  .top-service-content.after .top-service-content__deco {
    -webkit-transform: translate(0, -2.5rem);
    opacity: 0;
    transform: translate(0, -2.5rem);
    transition: 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0;
  }
}
@media print {
  .top-service-content.after .top-service-content__image {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
    transition: 0.95s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .top-service-content.after .top-service-content__main-inner,
  .top-service-content.after .top-service-content__deco {
    -webkit-transform: translate(0, -2.5rem);
    opacity: 0;
    transform: translate(0, -2.5rem);
    transition: 0.65s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0;
  }
}
.top-service-content__inner {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-service-content__inner {
    flex-direction: row;
    height: 100vh;
  }
}
@media print {
  .top-service-content__inner {
    flex-direction: row;
    height: 100vh;
  }
}
.top-service-content__main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 1rem 5rem;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 992px) {
  .top-service-content__main {
    flex: 1;
    gap: 3rem;
    justify-content: center;
    overflow: hidden;
    padding: 5rem 7.5rem 5rem calc(50vw - 45rem);
  }
}
@media print {
  .top-service-content__main {
    flex: 1;
    gap: 3rem;
    justify-content: center;
    overflow: hidden;
    padding: 5rem 7.5rem 5rem calc(50vw - 45rem);
  }
}
.top-service-content__main-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 992px) {
  .top-service-content__main-inner {
    -webkit-transform: translate(0, 2.5rem);
    flex: 1;
    gap: 2.5rem;
    justify-content: center;
    opacity: 0;
    transform: translate(0, 2.5rem);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media print {
  .top-service-content__main-inner {
    -webkit-transform: translate(0, 2.5rem);
    flex: 1;
    gap: 2.5rem;
    justify-content: center;
    opacity: 0;
    transform: translate(0, 2.5rem);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.top-service-content__en {
  align-items: center;
  display: flex;
  font-family: "Cormorant", serif;
  font-size: 0.875rem;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  gap: 1em;
  letter-spacing: 0.05em;
  line-height: 1.25;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .top-service-content__en {
    font-size: 1rem;
  }
}
@media print {
  .top-service-content__en {
    font-size: 1rem;
  }
}
.top-service-content__en::before {
  background-color: #131313;
  content: " ";
  display: block;
  height: 1px;
  opacity: 0.15;
  position: relative;
  width: 2em;
}
.top-service-content__title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.25;
}
@media print, screen and (min-width: 992px) {
  .top-service-content__title {
    font-size: 2rem;
  }
}
@media print {
  .top-service-content__title {
    font-size: 2rem;
  }
}
.top-service-content__text {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 992px) {
  .top-service-content__text {
    font-size: 1rem;
  }
}
@media print {
  .top-service-content__text {
    font-size: 1rem;
  }
}
.top-service-content__text p {
  margin-top: 1em;
}
.top-service-content__text p:first-child {
  margin-top: 0;
}
.top-service-content__btn {
  text-align: left;
}
.top-service-content__deco {
  bottom: 0;
  left: 0;
  position: absolute;
}
@media print, screen and (min-width: 992px) {
  .top-service-content__deco {
    -webkit-transform: translate(0, 2.5rem);
    opacity: 0;
    transform: translate(0, 2.5rem);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media print {
  .top-service-content__deco {
    -webkit-transform: translate(0, 2.5rem);
    opacity: 0;
    transform: translate(0, 2.5rem);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.top-service-content__deco img {
  height: auto;
  opacity: 0.75;
  width: 75%;
}
.top-service-content__image {
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-service-content__image {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    display: flex;
    transition: 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 50%;
  }
}
@media print {
  .top-service-content__image {
    -webkit-clip-path: inset(100% 0 0 0);
    clip-path: inset(100% 0 0 0);
    display: flex;
    transition: 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 50%;
  }
}
.top-service-content__image-inner {
  background-color: rgba(135, 118, 103, 0.1);
  height: 0;
  padding-bottom: 65%;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-service-content__image-inner {
    display: flex;
    height: auto;
    padding-bottom: 0;
  }
}
@media print {
  .top-service-content__image-inner {
    display: flex;
    height: auto;
    padding-bottom: 0;
  }
}
.top-service-content__image-inner img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}

.top-gallery {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  overflow: hidden;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-gallery {
    gap: 3rem;
  }
}
@media print {
  .top-gallery {
    gap: 3rem;
  }
}
.top-gallery__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-gallery__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .top-gallery__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.top-gallery__btn {
  text-align: center;
}

.gallery-slider {
  display: flex;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .gallery-slider {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .gallery-slider {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@-webkit-keyframes gallerySlider {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@keyframes gallerySlider {
  from {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  to {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.gallery-slider.active {
  -webkit-animation: gallerySlider 24s linear infinite;
  -webkit-backface-visibility: hidden;
  animation: gallerySlider 24s linear infinite;
  backface-visibility: hidden;
  padding-left: 0;
  padding-right: 0;
  will-change: transform, animation;
}
.gallery-slider.active .gallery-slider__list {
  width: auto;
}
.gallery-slider__list {
  display: flex;
  gap: 0.5rem;
  height: auto;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .gallery-slider__list {
    gap: 1.5rem;
  }
}
@media print {
  .gallery-slider__list {
    gap: 1.5rem;
  }
}
.gallery-slider__item {
  align-items: center;
  display: flex;
  width: 10rem;
}
@media print, screen and (min-width: 992px) {
  .gallery-slider__item {
    width: 25rem;
  }
}
@media print {
  .gallery-slider__item {
    width: 25rem;
  }
}

.gallery-card {
  height: 0;
  overflow: hidden;
  padding-bottom: 100%;
  position: relative;
  width: 100%;
}
.gallery-card img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}

.top-shop {
  display: flex;
  flex-direction: column;
  gap: 5rem;
  padding-top: 12.5rem;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-shop {
    gap: 10rem;
    padding-top: 25rem;
  }
}
@media print {
  .top-shop {
    gap: 10rem;
    padding-top: 25rem;
  }
}
.top-shop__image {
  height: 17.5rem;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
@media print, screen and (min-width: 992px) {
  .top-shop__image {
    height: 35rem;
  }
}
@media print {
  .top-shop__image {
    height: 35rem;
  }
}
.top-shop__image img {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  max-height: inherit;
  max-width: inherit;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: all 0.45s ease;
  width: 100%;
}
.top-shop__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1520px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-shop__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print {
  .top-shop__container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.top-shop__row {
  background-color: #fcfcfb;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 1.5rem 1rem 0;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-shop__row {
    flex-direction: row;
    gap: 5rem;
    padding: 5rem;
    padding-bottom: 0;
  }
}
@media print {
  .top-shop__row {
    flex-direction: row;
    gap: 5rem;
    padding: 5rem;
    padding-bottom: 0;
  }
}
.top-shop__main {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-shop__main {
    gap: 2.5rem;
  }
}
@media print {
  .top-shop__main {
    gap: 2.5rem;
  }
}
.top-shop__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}
@media print, screen and (min-width: 992px) {
  .top-shop__content {
    gap: 1.5rem;
  }
}
@media print {
  .top-shop__content {
    gap: 1.5rem;
  }
}
.top-shop__text {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  width: 100%;
}
.top-shop__text > p {
  font-size: 0.8125rem;
}
@media print, screen and (min-width: 992px) {
  .top-shop__text > p {
    font-size: 0.875rem;
  }
}
@media print {
  .top-shop__text > p {
    font-size: 0.875rem;
  }
}
.top-shop__text > p p {
  margin-top: 1em;
}
.top-shop__text > p p:first-child {
  margin-top: 0;
}
.top-shop__text strong {
  border-bottom: 1px solid #131313;
  font-size: 125%;
}
.top-shop__lead {
  display: flex;
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 992px) {
  .top-shop__lead {
    font-size: 1.125rem;
  }
}
@media print {
  .top-shop__lead {
    font-size: 1.125rem;
  }
}
.top-shop__lead p {
  margin-top: 1em;
}
.top-shop__lead p:first-child {
  margin-top: 0;
}
.top-shop__lead > span {
  border-bottom: 1px solid currentColor;
  display: flex;
}
.top-shop__map {
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .top-shop__map {
    margin: 0;
    width: 100%;
  }
}
@media print {
  .top-shop__map {
    margin: 0;
    width: 100%;
  }
}
.top-shop__iframe {
  height: 0;
  overflow: hidden;
  padding-bottom: 64%;
  position: relative;
}
@media print, screen and (min-width: 992px) {
  .top-shop__iframe {
    padding-bottom: 27.5rem;
  }
}
@media print {
  .top-shop__iframe {
    padding-bottom: 27.5rem;
  }
}
.top-shop__iframe iframe,
.top-shop__iframe object,
.top-shop__iframe embed {
  border: none;
  bottom: 0;
  height: calc(100% + 400px);
  left: 0;
  position: absolute;
  top: -200px;
  width: 100%;
}
/* =========================================
   店舗案内 背景スライドショー
   ========================================= */
/* 背景エリアの基準 */
.sub-page__padding {
  position: relative; /* これを基準に背景を配置 */
}

/* スライドショー全体の枠 */
.bg-slider-wrapper,
.bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* コンテンツより後ろに配置 */
}

/* 各画像の設定 */
.bg-slider__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* ▼ ここを修正 ▼ */
  background-size: cover; /* 画面いっぱいに広げる設定 */
  background-position: center; /* 中央に合わせて表示 */
  /* ▲ ここまで ▲ */
  opacity: 0;
  animation: fadeSlider 12s infinite;
}

/* 2枚目の画像は時間をずらす */
.bg-slider__item:nth-child(2) {
  animation-delay: 6s; /* 6秒後にスタート */
}

/* ふんわり切り替わるアニメーションの定義 */
@keyframes fadeSlider {
  0% { opacity: 0; }
  15% { opacity: 1; } /* ふわっと表示 */
  50% { opacity: 1; } /* しばらく表示 */
  65% { opacity: 0; } /* ふわっと消える */
  100% { opacity: 0; }
}

/* 文字を読みやすくするための薄い白のカバー */
.bg-overlay {
  background-color: rgba(255, 255, 255, 0.4); /* 写真が綺麗に見えるバランスです */
  z-index: 0;
}

/* コンテンツを少し浮かび上がらせる */
.shop .section {
    /* ▼ 0.95 に変更（ほぼ真っ白になります） ▼ */
    background-color: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 10px;
    /* ▼ ついでに少し影をつけて、さらに読みやすくします（お好みで） ▼ */
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}