/*
Theme Name:     HABSBURG WEDDING
Theme URI:      https://digiheads.co.jp/
Description:    Base Theme
Author:         Digiheads Inc.
Author URI:     https://digiheads.co.jp/
Version:        1.0.1
License:
License URI:
*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

.elevation200 {
  -webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.2);
}

.elevation300 {
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
}

#primary textarea {
  width: 100% !important;
  padding: 0.75rem;
  border: 0.0625rem solid #9f9e9c;
  border-radius: 0.375rem;
  background-color: #FFFFFF;
}
#primary input[type=text], #primary input[type=email], #primary input[type=tel] {
  width: 100% !important;
  padding: 0.9375rem 0.75rem;
  margin: 0;
  border: 0.0625rem solid #9f9e9c;
  border-radius: 0.375rem;
  background-color: #FFFFFF;
}
#primary input[type=checkbox] {
  display: none;
}
#primary input[type=checkbox] + .wpcf7-list-item-label {
  padding-left: 2.5rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
#primary input[type=checkbox] + .wpcf7-list-item-label::before, #primary input[type=checkbox] + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  border: 0.0625rem solid #9f9e9c;
  border-radius: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #primary input[type=checkbox] + .wpcf7-list-item-label::before, #primary input[type=checkbox] + .wpcf7-list-item-label::after {
    bottom: 0;
    margin: auto;
  }
}
#primary input[type=checkbox] + .wpcf7-list-item-label::after {
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cg clip-path='url(%23clip0_17679_152948)'%3E%3Crect x='0.5' y='0.5' width='23' height='23' rx='3.5' fill='%23808080' stroke='%23808080'/%3E%3Cpath d='M9.795 16.86C9.5643 16.8599 9.34308 16.7682 9.18 16.605L5 12.475L6.23 11.23L9.8 14.76L17.8 7L19 8.255L10.405 16.61C10.242 16.7697 10.0232 16.8594 9.795 16.86Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17679_152948'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
#primary input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  border: none;
}
#primary input[type=radio] {
  position: relative;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #474444;
  border-radius: 50%;
  vertical-align: -0.125rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  margin-right: 0.5em;
}
#primary input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.5625rem;
  height: 0.5625rem;
  border-radius: 50%;
  background: #474444;
  content: "";
}
#primary select {
  width: 100%;
  background-color: #FFFFFF;
  font-family: "Noto Sans JP", "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.04em;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='m29.9,11.1l-12.9,12.9c-.6.6-1.5.6-2.1,0L1.9,11.1l2.2-2.1,11.9,11.8,11.8-11.8,2.1,2.1Z' style='fill: %2364645b;'/%3E%3C/svg%3E");
  background-size: 1rem;
  background-position: 100% 50%;
  background-position-x: calc(100% - 1rem);
  background-repeat: no-repeat;
  border: 0.0625rem solid #9f9e9c;
  border-radius: 0.375rem;
  padding: 0.9375rem 0.75rem;
  height: 3.5rem;
  color: #474444;
}
#primary select.is_empty {
  color: #ABABAB;
}
#primary .wpcf7-spinner {
  position: absolute;
}
#primary .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  color: #DD3352;
  font-family: "Noto Sans JP", "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.04em;
  font-weight: 500;
}
#primary .wpcf7-acceptance {
  margin-top: 1rem;
  display: inline-block;
}
#primary .wpcf7-acceptance .wpcf7-list-item-label {
  line-height: 160%;
}
#primary .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 0.5rem;
}
#primary .wpcf7-submit {
  background-color: #474444;
  color: #f9faf9;
  padding: 0.25rem 3rem;
}
#primary span.wpcf7-list-item {
  margin-left: 0;
}
#primary .wpcf7 .required {
  color: #DD3352;
  font-size: 0.75rem;
  font-weight: 400;
}
#primary .wpcf7 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#primary .wpcf7 form .wpcf7-response-output {
  margin: 0 0 2.5rem;
  padding: 0.75rem;
  font-family: "Noto Sans JP", "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 175%;
  letter-spacing: 0em;
  line-height: 131.25%;
  font-weight: 500;
  border: none;
  border-radius: 0.375rem;
}
@media screen and (max-width: 767px) {
  #primary .wpcf7 form .wpcf7-response-output {
    font-size: 0.875rem;
  }
}
#primary .wpcf7 form.invalid .wpcf7-response-output, #primary .wpcf7 form.spam .wpcf7-response-output {
  color: #DD3352;
  background-color: rgba(221, 51, 82, 0.2);
}
#primary .wpcf7 form.invalid .wpcf7-not-valid, #primary .wpcf7 form.spam .wpcf7-not-valid {
  border-color: #DD3352;
}
@media screen and (max-width: 767px) {
  #primary .wpcf7 form {
    border-radius: 0.75rem;
  }
}
#primary .wpcf7 form .form_section .ent_box {
  display: block;
  margin-bottom: 2.5rem;
}
#primary .wpcf7 form .form_section .ent_box .fm_tit {
  font-family: "Noto Sans JP", "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 175%;
  letter-spacing: 0em;
  line-height: 131.25%;
  font-weight: 500;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  #primary .wpcf7 form .form_section .ent_box .fm_tit {
    font-size: 0.875rem;
  }
}
#primary .wpcf7 form .form_section .ent_box .fm_tit .required {
  font-family: "Noto Sans JP", "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #DD3352;
}
#primary .wpcf7 form .form_section .ent_box .fm_dit .wpcf7-form-control-wrap {
  display: block;
  max-width: 37.5rem;
}
#primary .wpcf7 form .form_section .ent_box .fm_dit.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#primary .wpcf7 form .form_section .ent_box .fm_dit.cols span.wpcf7-form-control-wrap {
  max-width: 12.5rem;
}
#primary .wpcf7 form .form_section .ent_box .fm_dit.cols span:first-child {
  margin-right: 1rem;
}
#primary .wpcf7 form .form_section .ent_box .fm_dit.full_width .wpcf7-form-control-wrap {
  max-width: 100%;
}
#primary .wpcf7 form .form_section .ent_box .venue .wpcf7-form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 1em;
}
#primary .wpcf7 form .form_section .ent_box .venue .wpcf7-form-control .wpcf7-list-item {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #primary .wpcf7 form .form_section .ent_box .venue .wpcf7-form-control .wpcf7-list-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
#primary .wpcf7 form .form_section .ent_box .venue .wpcf7-form-control .wpcf7-list-item .cover {
  margin-bottom: 0.4em;
}
#primary .wpcf7 form .form_section .ent_box .venue .wpcf7-form-control .wpcf7-list-item .cover h4 {
  padding: 0.7em 0 0.8em;
}
#primary .wpcf7 form .form_section .ent_box .venue .wpcf7-form-control .wpcf7-list-item label {
  border: 0.0625rem solid #bdbdbd;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5em;
  text-align: center;
}
#primary .wpcf7 form .form_section .entry_notes pre {
  font-family: "Noto Sans JP", "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.875rem;
  font-weight: 200;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 214.2857142857%;
  letter-spacing: 0.04em;
  white-space: pre-line;
  max-height: 12.5rem;
}
@media screen and (max-width: 767px) {
  #primary .wpcf7 form .form_section .entry_notes pre {
    font-size: 0.875rem;
    line-height: 171.4285714286%;
  }
}
#primary .wpcf7 form .form_section hr {
  margin: 4em 0;
}
#primary .wpcf7 form .form_section h3 {
  margin-bottom: 2em;
}
#primary .wpcf7 form .form_section h6 {
  font-family: "Noto Sans JP", "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}
#primary .wpcf7 form .from_chk .wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
}
#primary .wpcf7 form .from_chk .wpcf7-form-control-wrap .wpcf7-acceptance {
  display: inline-block;
  width: 100%;
  background: #ebebeb;
  padding: 1.5rem;
  border-radius: 0.75rem;
  font-family: "Noto Sans JP", "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 175%;
  letter-spacing: 0em;
  line-height: 131.25%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #primary .wpcf7 form .from_chk .wpcf7-form-control-wrap .wpcf7-acceptance {
    font-size: 0.875rem;
  }
}
#primary .wpcf7 form .from_chk .wpcf7-form-control-wrap .wpcf7-acceptance.wpcf7-not-valid .wpcf7-list-item-label::before {
  border-color: #DD3352;
}
#primary .wpcf7 form .from_chk .wpcf7-form-control-wrap .wpcf7-acceptance a {
  color: #474444;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #primary .wpcf7 form .from_chk .wpcf7-form-control-wrap .wpcf7-acceptance a {
    padding: 0;
  }
}
#primary .wpcf7 form .from_chk .wpcf7-form-control-wrap .wpcf7-acceptance a:hover {
  color: #323030;
}
#primary .wpcf7 form .from_chk .wpcf7-form-control-wrap .wpcf7-acceptance .required {
  font-family: "Noto Sans JP", "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.04em;
  font-weight: 500;
  color: #DD3352;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  #primary .wpcf7 form .from_chk .wpcf7-form-control-wrap .wpcf7-acceptance .required {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  #primary .wpcf7 form .from_chk .wpcf7-form-control-wrap .wpcf7-acceptance {
    padding: 1.25rem 0;
  }
}
#primary .wpcf7 form .form_bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
}
#primary .wpcf7 form .form_bot .fm_bot {
  display: block;
  text-align: center;
}

:root {
  --slide-down-y: -6.25rem;
}
@media screen and (max-width: 767px) {
  :root {
    --slide-down-y: -3.5rem;
  }
}

.wow {
  -webkit-transition: opacity 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  transition: opacity 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0.625rem, 0);
            transform: translate3d(0, 0.625rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0.625rem, 0);
            transform: translate3d(0, 0.625rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.uk-animation-slide-right-small {
  -webkit-animation-name: uk-slide-right-small;
          animation-name: uk-slide-right-small;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .uk-animation-slide-right-small {
    -webkit-animation-name: none;
            animation-name: none;
  }
}

@-webkit-keyframes uk-slide-right-small {
  0% {
    -webkit-transform: translateX(0.125rem);
            transform: translateX(0.125rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes uk-slide-right-small {
  0% {
    -webkit-transform: translateX(0.125rem);
            transform: translateX(0.125rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.uk-animation-slide-top-small {
  -webkit-animation-name: uk-slide-top-small;
          animation-name: uk-slide-top-small;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .uk-animation-slide-top-small {
    -webkit-animation-name: none;
            animation-name: none;
  }
}

@-webkit-keyframes uk-slide-top-small {
  0% {
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes uk-slide-top-small {
  0% {
    -webkit-transform: translateY(-0.125rem);
            transform: translateY(-0.125rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.uk-animation-slide-bottom-small {
  -webkit-animation-name: uk-slide-bottom-small;
          animation-name: uk-slide-bottom-small;
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
}
@media screen and (max-width: 767px) {
  .uk-animation-slide-bottom-small {
    -webkit-animation-name: none;
            animation-name: none;
  }
}

@-webkit-keyframes uk-slide-bottom-small {
  0% {
    -webkit-transform: translateY(0.125rem);
            transform: translateY(0.125rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes uk-slide-bottom-small {
  0% {
    -webkit-transform: translateY(0.125rem);
            transform: translateY(0.125rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.uk-animation-slide-bottom-medium {
  -webkit-animation-name: uk-fade, uk-slide-bottom-medium;
          animation-name: uk-fade, uk-slide-bottom-medium;
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
  -webkit-animation-duration: 400ms;
          animation-duration: 400ms;
}

@-webkit-keyframes uk-slide-bottom-medium {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes uk-slide-bottom-medium {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sp-circle {
  border: 0.1875rem rgba(0, 0, 0, 0.1) solid;
  border-top: 0.1875rem rgba(0, 0, 0, 0.25) solid;
  border-radius: 50%;
  -webkit-animation: spCircRot 0.6s infinite linear;
          animation: spCircRot 0.6s infinite linear;
  width: 3rem;
  height: 3rem;
  clear: both;
  margin: 3rem auto 0;
}

@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1.0416666667vw);
            transform: translateY(-1.0416666667vw);
  }
}
@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-1.0416666667vw);
            transform: translateY(-1.0416666667vw);
  }
}
@-webkit-keyframes pathmove {
  0% {
    bottom: 0;
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    bottom: var(--slide-down-y);
    opacity: 1;
  }
}
@keyframes pathmove {
  0% {
    bottom: 0;
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    bottom: var(--slide-down-y);
    opacity: 1;
  }
}
.icon_menu::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bopacity:.35;%7D.d,.e%7Bstroke-width:0px;%7D.e%7Bfill:%23f9faf9;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpath class='d' d='m16,32C7.178,32,0,24.822,0,16S7.178,0,16,0s16,7.178,16,16-7.177,16-16,16Z'/%3E%3Cpath class='e' d='m22.233,10.899h-13.166c-.278,0-.503-.225-.503-.503s.225-.503.503-.503h13.166c.278,0,.503.225.503.503s-.225.503-.503.503Z'/%3E%3Cpath class='e' d='m26.026,16.588H9.067c-.278,0-.503-.225-.503-.503s.225-.503.503-.503h16.959c.278,0,.503.225.503.503s-.225.503-.503.503Z'/%3E%3Cpath class='e' d='m22.233,22.277h-13.166c-.278,0-.503-.225-.503-.503s.225-.503.503-.503h13.166c.278,0,.503.225.503.503s-.225.503-.503.503Z'/%3E%3Cpath class='e' d='m16,32C7.178,32,0,24.822,0,16S7.178,0,16,0s16,7.178,16,16-7.177,16-16,16Zm0-30.993C7.733,1.007,1.007,7.733,1.007,16s6.726,14.993,14.993,14.993,14.993-6.726,14.993-14.993S24.267,1.007,16,1.007Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 2rem;
  height: 2rem;
}

.icon_menu_close::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23fff;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpath class='d' d='m12.549,12L23.886.663c.152-.152.152-.398,0-.549-.152-.152-.398-.152-.549,0l-11.337,11.337L.663.114C.511-.038.265-.038.114.114-.038.265-.038.511.114.663l11.337,11.337L.114,23.337c-.152.152-.152.398,0,.549.076.076.175.114.274.114s.199-.038.275-.114l11.337-11.337,11.337,11.337c.076.076.176.114.275.114s.198-.038.274-.114c.152-.152.152-.398,0-.549l-11.337-11.337Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.0625rem;
  height: 1.0625rem;
}

.icon_modal_close {
  font-size: 0;
  right: 1.25rem;
  top: 1.25rem;
  margin: auto !important;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  position: absolute;
}
.icon_modal_close::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='22.52' height='23.197' viewBox='0 0 22.52 23.197'%3E%3Cdefs%3E%3Cstyle%3E.e%7Bfill:%23fff;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cg id='d'%3E%3Cpath class='e' d='m11.774,11.598L22.413.641c.142-.147.142-.384,0-.531-.142-.146-.373-.146-.516,0l-10.637,10.958L.623.11C.48-.036.249-.036.106.11-.035.257-.035.494.106.641l10.637,10.958L.108,22.556c-.142.147-.142.384,0,.531.071.073.164.11.258.11s.187-.037.258-.11l10.637-10.958,10.637,10.958c.071.073.165.11.258.11s.186-.037.258-.11c.142-.147.142-.384,0-.531l-10.637-10.958h-.002Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.icon_arrow::after {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%239f9368;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpolygon class='d' points='1.332 0 0 0 4.668 5 0 10 1.332 10 6 5 1.332 0'/%3E%3C/g%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%239f9368;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpolygon class='d' points='1.332 0 0 0 4.668 5 0 10 1.332 10 6 5 1.332 0'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 0.375rem;
  height: 0.625rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #9f9368;
}

.icon_arrow_small::after {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='4' height='6' viewBox='0 0 4 6'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23f9faf9;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpath class='d' d='m3.927,2.822L1.204.074c-.047-.047-.11-.074-.177-.074H.25C.149,0,.058.061.019.156S.002.359.073.431l2.546,2.569L.073,5.569c-.072.072-.093.181-.054.275.039.094.13.156.231.156h.777c.066,0,.13-.027.177-.074l2.723-2.748c.047-.047.073-.111.073-.178s-.026-.131-.073-.178Z'/%3E%3C/g%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='4' height='6' viewBox='0 0 4 6'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23f9faf9;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpath class='d' d='m3.927,2.822L1.204.074c-.047-.047-.11-.074-.177-.074H.25C.149,0,.058.061.019.156S.002.359.073.431l2.546,2.569L.073,5.569c-.072.072-.093.181-.054.275.039.094.13.156.231.156h.777c.066,0,.13-.027.177-.074l2.723-2.748c.047-.047.073-.111.073-.178s-.026-.131-.073-.178Z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='3.501' height='5.204' viewBox='0 0 3.501 5.204'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23f9faf9;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpath class='d' d='m3.437,2.447L1.053.064c-.041-.041-.097-.064-.155-.064H.219C.13,0,.05.053.017.135s-.015.176.047.238l2.229,2.228L.064,4.83c-.063.062-.081.157-.047.238.034.082.114.135.202.135h.68c.058,0,.114-.023.155-.064l2.383-2.383c.041-.041.064-.097.064-.155s-.023-.114-.064-.155Z'/%3E%3C/g%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='3.501' height='5.204' viewBox='0 0 3.501 5.204'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23f9faf9;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpath class='d' d='m3.437,2.447L1.053.064c-.041-.041-.097-.064-.155-.064H.219C.13,0,.05.053.017.135s-.015.176.047.238l2.229,2.228L.064,4.83c-.063.062-.081.157-.047.238.034.082.114.135.202.135h.68c.058,0,.114-.023.155-.064l2.383-2.383c.041-.041.064-.097.064-.155s-.023-.114-.064-.155Z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 0.25rem;
  height: 0.375rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.3125rem;
  margin: auto;
  background-color: #474444;
  z-index: 1;
}

.icon_arrow_bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.875rem;
  background-color: #9f9368;
}
.icon_arrow_bg::after {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='4' height='6' viewBox='0 0 4 6'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23f9faf9;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpath class='d' d='m3.927,2.822L1.204.074c-.047-.047-.11-.074-.177-.074H.25C.149,0,.058.061.019.156S.002.359.073.431l2.546,2.569L.073,5.569c-.072.072-.093.181-.054.275.039.094.13.156.231.156h.777c.066,0,.13-.027.177-.074l2.723-2.748c.047-.047.073-.111.073-.178s-.026-.131-.073-.178Z'/%3E%3C/g%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='4' height='6' viewBox='0 0 4 6'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23f9faf9;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpath class='d' d='m3.927,2.822L1.204.074c-.047-.047-.11-.074-.177-.074H.25C.149,0,.058.061.019.156S.002.359.073.431l2.546,2.569L.073,5.569c-.072.072-.093.181-.054.275.039.094.13.156.231.156h.777c.066,0,.13-.027.177-.074l2.723-2.748c.047-.047.073-.111.073-.178s-.026-.131-.073-.178Z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='3.501' height='5.204' viewBox='0 0 3.501 5.204'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23f9faf9;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpath class='d' d='m3.437,2.447L1.053.064c-.041-.041-.097-.064-.155-.064H.219C.13,0,.05.053.017.135s-.015.176.047.238l2.229,2.228L.064,4.83c-.063.062-.081.157-.047.238.034.082.114.135.202.135h.68c.058,0,.114-.023.155-.064l2.383-2.383c.041-.041.064-.097.064-.155s-.023-.114-.064-.155Z'/%3E%3C/g%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='3.501' height='5.204' viewBox='0 0 3.501 5.204'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23f9faf9;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpath class='d' d='m3.437,2.447L1.053.064c-.041-.041-.097-.064-.155-.064H.219C.13,0,.05.053.017.135s-.015.176.047.238l2.229,2.228L.064,4.83c-.063.062-.081.157-.047.238.034.082.114.135.202.135h.68c.058,0,.114-.023.155-.064l2.383-2.383c.041-.041.064-.097.064-.155s-.023-.114-.064-.155Z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 0.25rem;
  height: 0.375rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.3125rem;
  margin: auto;
  background-color: #474444;
  z-index: 1;
}

.button_default.center {
  text-align: center;
}
.button_default.invert .module-buttons-item .ui {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  position: relative;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none !important;
  font-family: "trajan-pro-3", serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  will-change: transform;
  padding: 0 1rem;
  margin-top: 2rem;
  background-color: #f9faf9;
  color: #474444 !important;
}
.button_default.invert .module-buttons-item .ui::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  aspect-ratio: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  z-index: -1;
}
.button_default.invert .module-buttons-item .ui:hover::after {
  width: 200%;
}
@media screen and (max-width: 767px) {
  .button_default.invert .module-buttons-item .ui {
    padding: 0.75rem 1.25rem;
  }
}
.button_default.invert .module-buttons-item .ui::before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='4' height='6' viewBox='0 0 4 6'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23f9faf9;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpath class='d' d='m3.927,2.822L1.204.074c-.047-.047-.11-.074-.177-.074H.25C.149,0,.058.061.019.156S.002.359.073.431l2.546,2.569L.073,5.569c-.072.072-.093.181-.054.275.039.094.13.156.231.156h.777c.066,0,.13-.027.177-.074l2.723-2.748c.047-.047.073-.111.073-.178s-.026-.131-.073-.178Z'/%3E%3C/g%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='4' height='6' viewBox='0 0 4 6'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23f9faf9;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpath class='d' d='m3.927,2.822L1.204.074c-.047-.047-.11-.074-.177-.074H.25C.149,0,.058.061.019.156S.002.359.073.431l2.546,2.569L.073,5.569c-.072.072-.093.181-.054.275.039.094.13.156.231.156h.777c.066,0,.13-.027.177-.074l2.723-2.748c.047-.047.073-.111.073-.178s-.026-.131-.073-.178Z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='3.501' height='5.204' viewBox='0 0 3.501 5.204'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23f9faf9;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpath class='d' d='m3.437,2.447L1.053.064c-.041-.041-.097-.064-.155-.064H.219C.13,0,.05.053.017.135s-.015.176.047.238l2.229,2.228L.064,4.83c-.063.062-.081.157-.047.238.034.082.114.135.202.135h.68c.058,0,.114-.023.155-.064l2.383-2.383c.041-.041.064-.097.064-.155s-.023-.114-.064-.155Z'/%3E%3C/g%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='3.501' height='5.204' viewBox='0 0 3.501 5.204'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23f9faf9;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpath class='d' d='m3.437,2.447L1.053.064c-.041-.041-.097-.064-.155-.064H.219C.13,0,.05.053.017.135s-.015.176.047.238l2.229,2.228L.064,4.83c-.063.062-.081.157-.047.238.034.082.114.135.202.135h.68c.058,0,.114-.023.155-.064l2.383-2.383c.041-.041.064-.097.064-.155s-.023-.114-.064-.155Z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 0.25rem;
  height: 0.375rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.3125rem;
  margin: auto;
  background-color: #474444;
  z-index: 1;
  left: unset;
  right: 0.5rem;
  background-color: #f9faf9;
}
.button_default.invert .module-buttons-item .ui::before {
  background-color: #474444;
}
.button_default.invert .module-buttons-item .ui::after {
  background-color: rgba(71, 68, 68, 0.25);
}
.button_default.border .module-buttons-item .ui {
  margin-top: 0;
  border: 0.0625rem solid #f9faf9;
  color: #f9faf9;
}
.button_default .module-buttons-item {
  position: relative;
}
.button_default .module-buttons-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-filter: blur(12px);
          filter: blur(12px);
  will-change: filter;
}
.button_default .module-buttons-item .ui {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  position: relative;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none !important;
  font-family: "trajan-pro-3", serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  will-change: transform;
  padding: 0 1rem;
  margin-top: 2rem;
  background-color: #474444;
  color: #f9faf9 !important;
  min-width: 8.75rem;
  height: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.button_default .module-buttons-item .ui::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  aspect-ratio: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  z-index: -1;
}
.button_default .module-buttons-item .ui:hover::after {
  width: 200%;
}
@media screen and (max-width: 767px) {
  .button_default .module-buttons-item .ui {
    padding: 0.75rem 1.25rem;
  }
}
.button_default .module-buttons-item .ui::before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='4' height='6' viewBox='0 0 4 6'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23f9faf9;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpath class='d' d='m3.927,2.822L1.204.074c-.047-.047-.11-.074-.177-.074H.25C.149,0,.058.061.019.156S.002.359.073.431l2.546,2.569L.073,5.569c-.072.072-.093.181-.054.275.039.094.13.156.231.156h.777c.066,0,.13-.027.177-.074l2.723-2.748c.047-.047.073-.111.073-.178s-.026-.131-.073-.178Z'/%3E%3C/g%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='4' height='6' viewBox='0 0 4 6'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23f9faf9;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpath class='d' d='m3.927,2.822L1.204.074c-.047-.047-.11-.074-.177-.074H.25C.149,0,.058.061.019.156S.002.359.073.431l2.546,2.569L.073,5.569c-.072.072-.093.181-.054.275.039.094.13.156.231.156h.777c.066,0,.13-.027.177-.074l2.723-2.748c.047-.047.073-.111.073-.178s-.026-.131-.073-.178Z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='3.501' height='5.204' viewBox='0 0 3.501 5.204'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23f9faf9;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpath class='d' d='m3.437,2.447L1.053.064c-.041-.041-.097-.064-.155-.064H.219C.13,0,.05.053.017.135s-.015.176.047.238l2.229,2.228L.064,4.83c-.063.062-.081.157-.047.238.034.082.114.135.202.135h.68c.058,0,.114-.023.155-.064l2.383-2.383c.041-.041.064-.097.064-.155s-.023-.114-.064-.155Z'/%3E%3C/g%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='3.501' height='5.204' viewBox='0 0 3.501 5.204'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23f9faf9;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpath class='d' d='m3.437,2.447L1.053.064c-.041-.041-.097-.064-.155-.064H.219C.13,0,.05.053.017.135s-.015.176.047.238l2.229,2.228L.064,4.83c-.063.062-.081.157-.047.238.034.082.114.135.202.135h.68c.058,0,.114-.023.155-.064l2.383-2.383c.041-.041.064-.097.064-.155s-.023-.114-.064-.155Z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 0.25rem;
  height: 0.375rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.3125rem;
  margin: auto;
  background-color: #474444;
  z-index: 1;
  left: unset;
  right: 0.5rem;
  background-color: #f9faf9;
}
.button_default .module-buttons-item .ui::after {
  background-color: rgba(249, 250, 249, 0.25);
}

@media screen and (min-width: 768px) {
  .button_arrow {
    margin-top: 1rem;
  }
}
.button_arrow .module-buttons-item {
  position: relative;
}
.button_arrow .module-buttons-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-filter: blur(12px);
          filter: blur(12px);
  will-change: filter;
}
.button_arrow .module-buttons-item .ui {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  position: relative;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none !important;
  font-family: "trajan-pro-3", serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  will-change: transform;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: transparent;
  border-bottom: 0.0625rem solid #474444;
  position: relative;
  height: 1.75rem;
  min-width: 7.75rem;
  padding: 0;
  font-size: 0.9375rem;
  letter-spacing: 0.26em;
  margin: 0;
}
.button_arrow .module-buttons-item .ui::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0;
  aspect-ratio: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
  z-index: -1;
}
.button_arrow .module-buttons-item .ui:hover::after {
  width: 200%;
}
.button_arrow .module-buttons-item .ui::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 1.5rem;
  border-right: 0.0625rem solid #474444;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
@media screen and (max-width: 767px) {
  .button_arrow .module-buttons-item .ui::before {
    height: 1rem;
  }
}
.button_arrow .module-buttons-item .ui::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .button_arrow .module-buttons-item .ui {
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .button_arrow .module-buttons-item .ui {
    min-width: 5.875rem;
  }
}
.button_arrow .module-buttons-item .ui::after {
  background-color: rgba(249, 250, 249, 0.25);
}

.module-buttons.align_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .module-buttons.button_default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

@media screen and (max-width: 767px) {
  .dpc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .dsp {
    display: none !important;
  }
}

br.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.sp {
    display: block;
  }
}

/* UIKit Reset
*/
.uk-navbar-nav > li > a {
  text-transform: none;
}

.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
  min-height: 0;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
  background: #FFFFFF;
}

.uk-slideshow-items > :not(.uk-active) {
  display: none !important;
}

.uk-slidenav {
  background-color: #d8d8d8;
  border-radius: 100px;
  color: #f9faf9;
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .uk-slidenav {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.uk-slidenav svg {
  display: none;
}
.uk-slidenav::before {
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23f9faf9;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpolygon class='d' points='6.185 0 8 0 1.815 6.5 8 13 6.185 13 0 6.5 6.185 0'/%3E%3C/g%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='8' height='13' viewBox='0 0 8 13'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23f9faf9;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpolygon class='d' points='6.185 0 8 0 1.815 6.5 8 13 6.185 13 0 6.5 6.185 0'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 0.5rem;
  height: 0.8125rem;
  background-color: #f9faf9;
}
@media screen and (max-width: 767px) {
  .uk-slidenav::before {
    width: 0.3125rem;
    height: 0.5rem;
  }
}
.uk-slidenav.uk-slidenav-next::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.uk-slidenav.invert {
  top: unset;
  bottom: 23.375rem;
}
.uk-slidenav.invert::before {
  background-color: #474444;
}

.uk-dotnav {
  margin-left: -0.625rem;
}
.uk-dotnav.invert > *.uk-active > * {
  background-color: #f9faf9;
}
.uk-dotnav.invert > * > * {
  background-color: #474444;
  border-color: #f9faf9;
}
@media screen and (max-width: 767px) {
  .uk-dotnav {
    margin-left: -0.5rem;
  }
}
.uk-dotnav > * {
  padding-left: 0.625rem;
}
@media screen and (max-width: 767px) {
  .uk-dotnav > * {
    padding-left: 0.5rem;
  }
}
.uk-dotnav > *.uk-active > * {
  background-color: #474444;
}
.uk-dotnav > * > * {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #f9faf9;
  border-color: #474444;
}
@media screen and (max-width: 767px) {
  .uk-dotnav > * > * {
    width: 0.375rem;
    height: 0.375rem;
  }
}

.uk-thumbnav {
  margin-left: 0;
}

.uk-thumbnav > * > ::after {
  background-image: none;
}

.uk-thumbnav > * {
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .uk-accordion-title {
    pointer-events: none;
  }
}
.uk-accordion-title::before {
  content: none;
}
.uk-accordion-title h6 {
  margin-top: 5rem;
  color: #a05957;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: 0.44em;
}
@media screen and (max-width: 767px) {
  .uk-accordion-title h6 {
    margin-top: 2rem;
    line-height: 1.75rem !important;
    background-color: #474444;
    color: #f9faf9;
    text-align: left;
    padding-left: 0.5rem;
    position: relative;
  }
  .uk-accordion-title h6::after {
    content: "";
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='16' height='11' viewBox='0 0 16 11'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23f9faf9;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpolygon class='d' points='16 2.496 16 0 8 8.504 0 0 0 2.496 8 11 16 2.496'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    aspect-ratio: 1;
    width: 1.75rem;
    background-color: #9f9368;
    background-size: 0.5rem;
  }
}

.uk-accordion-content {
  margin-top: 0;
}

.uk-accordion .uk-open h6::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#primary,
#tbp_content {
  /*
      .tf_w.tf_vd_lazy video {
          aspect-ratio: unset !important;
      }

      & > .themify_builder_content {
          background-color: $color_background_light;
      }
  */
}
@media screen and (max-width: 767px) {
  #primary,
  #tbp_content {
    overflow-x: hidden;
  }
}
#primary .themify_builder .wow,
#tbp_content .themify_builder .wow {
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}
#primary .module_row:not(.fullwidth) .row_inner,
#tbp_content .module_row:not(.fullwidth) .row_inner {
  width: 100%;
  max-width: 100%;
}
#primary .module_row:not(.vmiddle):not(.nopadding),
#tbp_content .module_row:not(.vmiddle):not(.nopadding) {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  #primary .module_row:not(.vmiddle):not(.nopadding),
  #tbp_content .module_row:not(.vmiddle):not(.nopadding) {
    padding: 4rem 0;
  }
  #primary .module_row:not(.vmiddle):not(.nopadding).narrow_padding,
  #tbp_content .module_row:not(.vmiddle):not(.nopadding).narrow_padding {
    padding-top: 2rem;
  }
}
#primary .module_row .module-image.landscape img, #primary .module_row figure.landscape img,
#tbp_content .module_row .module-image.landscape img,
#tbp_content .module_row figure.landscape img {
  max-width: 23.75rem;
}
@media screen and (max-width: 767px) {
  #primary .module_row .module-image.landscape img, #primary .module_row figure.landscape img,
  #tbp_content .module_row .module-image.landscape img,
  #tbp_content .module_row figure.landscape img {
    max-width: 18.75rem;
  }
}
#primary .module_row .module-image.portrait img, #primary .module_row figure.portrait img,
#tbp_content .module_row .module-image.portrait img,
#tbp_content .module_row figure.portrait img {
  max-width: 17.5rem;
}
@media screen and (max-width: 767px) {
  #primary .module_row .module-image.portrait img, #primary .module_row figure.portrait img,
  #tbp_content .module_row .module-image.portrait img,
  #tbp_content .module_row figure.portrait img {
    max-width: 12.5rem;
  }
}
#primary .module_row:not(.fullwidth) .row_inner,
#tbp_content .module_row:not(.fullwidth) .row_inner {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
#primary .module_row:not(.fullwidth) .row_inner .module_subrow,
#tbp_content .module_row:not(.fullwidth) .row_inner .module_subrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 53.125rem;
}
@media screen and (max-width: 767px) {
  #primary .module_row:not(.fullwidth) .row_inner .module_subrow,
  #tbp_content .module_row:not(.fullwidth) .row_inner .module_subrow {
    width: 21.875rem;
    row-gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #primary .module_row:not(.fullwidth) .row_inner .module_subrow.narrow,
  #tbp_content .module_row:not(.fullwidth) .row_inner .module_subrow.narrow {
    max-width: 45.625rem;
  }
  #primary .module_row:not(.fullwidth) .row_inner .module_subrow.exnarrow,
  #tbp_content .module_row:not(.fullwidth) .row_inner .module_subrow.exnarrow {
    max-width: 43.75rem;
  }
  #primary .module_row:not(.fullwidth) .row_inner .module_subrow.exxnarrow,
  #tbp_content .module_row:not(.fullwidth) .row_inner .module_subrow.exxnarrow {
    max-width: 33rem;
  }
}
#primary .module_row.vmiddle,
#tbp_content .module_row.vmiddle {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #primary .module_row.vmiddle,
  #tbp_content .module_row.vmiddle {
    padding: 3.75rem 0;
  }
}
#primary .module_row.vmiddle .row_inner,
#tbp_content .module_row.vmiddle .row_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#primary .module_row.bg_light,
#primary .module_row .bg_light,
#tbp_content .module_row.bg_light,
#tbp_content .module_row .bg_light {
  background-color: #ebebeb;
}
#primary .module_row.bg_primary,
#primary .module_row .bg_primary,
#tbp_content .module_row.bg_primary,
#tbp_content .module_row .bg_primary {
  background-color: #474444;
}
#primary .module_row .module_subrow + .module_subrow,
#tbp_content .module_row .module_subrow + .module_subrow {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  #primary .module_row .module_subrow + .module_subrow,
  #tbp_content .module_row .module_subrow + .module_subrow {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #primary .module_row .module_subrow.reverse,
  #tbp_content .module_row .module_subrow.reverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#primary .module_row .module_subrow.subgrid .sub_column, #primary .module_row .module_subrow.subgrid .tb-column-inner,
#tbp_content .module_row .module_subrow.subgrid .sub_column,
#tbp_content .module_row .module_subrow.subgrid .tb-column-inner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
#primary .module_row .module_subrow.subgrid .logo,
#tbp_content .module_row .module_subrow.subgrid .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  #primary .module_row .module_subrow.subgrid .logo,
  #tbp_content .module_row .module_subrow.subgrid .logo {
    min-height: 8.75rem;
  }
}
#primary .module_row .module_subrow.subgrid .logo img,
#tbp_content .module_row .module_subrow.subgrid .logo img {
  padding: 1rem 0;
}
#primary .module_row .module_subrow.bg_habsburg::before,
#tbp_content .module_row .module_subrow.bg_habsburg::before {
  content: "";
  background-image: url("../../uploads/2023/12/top_dit_bg_txt.svg");
  background-repeat: no-repeat;
  aspect-ratio: 896/347;
  display: inline-block;
  position: absolute;
  width: 56rem;
  left: -17.0625rem;
  top: -2rem;
}
@media screen and (max-width: 767px) {
  #primary .module_row .module_subrow.bg_habsburg::before,
  #tbp_content .module_row .module_subrow.bg_habsburg::before {
    width: 204%;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
    left: -48vw;
    top: -8vw;
  }
}
@media screen and (min-width: 768px) {
  #primary .module_row .module_subrow.alternate .module-text,
  #tbp_content .module_row .module_subrow.alternate .module-text {
    width: 88%;
  }
  #primary .module_row .module_subrow.alternate.right .module-text,
  #tbp_content .module_row .module_subrow.alternate.right .module-text {
    margin-left: auto;
  }
}
#primary .module-post .builder-posts-wrap,
#tbp_content .module-post .builder-posts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
#primary .module-post article,
#tbp_content .module-post article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin: 0;
}
#primary .module-post article::after,
#tbp_content .module-post article::after {
  content: none;
}
@media screen and (max-width: 767px) {
  #primary .module-post article,
  #tbp_content .module-post article {
    gap: 1rem;
  }
}
#primary .module-post article .post-image,
#tbp_content .module-post article .post-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
  max-width: none;
}
#primary .module-post article .post-image img,
#tbp_content .module-post article .post-image img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 12.8125rem;
  height: 12.8125rem;
}
@media screen and (max-width: 767px) {
  #primary .module-post article .post-image img,
  #tbp_content .module-post article .post-image img {
    width: 6.25rem;
    height: 6.25rem;
  }
}
#primary .module-post article .post-meta .post-category,
#tbp_content .module-post article .post-meta .post-category {
  display: inline-block;
  font-family: "Noto Sans JP", "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 100%;
  letter-spacing: 0.04em;
  color: #f9faf9;
  text-align: center;
  padding: 0.3125rem 0.5rem;
  background-color: #9f9e9c;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  #primary .module-post article .post-meta .post-category,
  #tbp_content .module-post article .post-meta .post-category {
    font-size: 0.6875rem;
  }
}
#primary .module-post article .post-meta .post-category span,
#tbp_content .module-post article .post-meta .post-category span {
  margin: 0;
}
#primary .module-post article .post-meta .post-date,
#tbp_content .module-post article .post-meta .post-date {
  font-family: "Noto Sans JP", "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1rem;
  font-weight: 100;
  line-height: 168.75%;
  letter-spacing: 0.18em;
  color: #a05957;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #primary .module-post article .post-meta .post-date,
  #tbp_content .module-post article .post-meta .post-date {
    font-size: 0.75rem;
  }
}
#primary .module-post article .post-title,
#tbp_content .module-post article .post-title {
  font-family: "Noto Sans JP", "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.0625rem;
  font-weight: 200;
  line-height: 164.7058823529%;
  letter-spacing: 0;
  max-width: 20rem;
  word-break: keep-all;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  #primary .module-post article .post-title,
  #tbp_content .module-post article .post-title {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  #primary .module-post article .post-title,
  #tbp_content .module-post article .post-title {
    word-break: normal;
  }
}
#primary .module-post article .post-content p,
#tbp_content .module-post article .post-content p {
  font-size: 0.8125rem;
  letter-spacing: 0;
}
#primary .module-post .edit-button,
#tbp_content .module-post .edit-button {
  display: none;
}
#primary .module-image.image-right .image-wrap, #primary .module-image.image-left .image-wrap,
#tbp_content .module-image.image-right .image-wrap,
#tbp_content .module-image.image-left .image-wrap {
  margin: 0;
}
#primary .module-image.title_top,
#tbp_content .module-image.title_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#primary .module-image.title_top .image-title,
#tbp_content .module-image.title_top .image-title {
  margin-bottom: 0;
}
#primary .module-image .image-caption h6,
#tbp_content .module-image .image-caption h6 {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 178.5714285714%;
  letter-spacing: 0.26em;
  color: #a05957;
}
@media screen and (max-width: 767px) {
  #primary .module-image .image-caption h6,
  #tbp_content .module-image .image-caption h6 {
    font-size: 0.625rem;
    line-height: 150%;
  }
}
#primary .module-image.margin_top .image-caption,
#tbp_content .module-image.margin_top .image-caption {
  margin-top: 2rem;
}
#primary .menu-nav,
#tbp_content .menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 3rem;
}
#primary .menu-nav li,
#tbp_content .menu-nav li {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
#primary .menu-nav li::after,
#tbp_content .menu-nav li::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='11' height='7' viewBox='0 0 11 7'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23fff;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpolygon class='d' points='11 1.588 11 0 5.5 5.412 0 0 0 1.588 5.5 7 11 1.588'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 0.375rem;
  display: block;
  width: 0.75rem;
  height: 100%;
}
#primary .menu-nav li a,
#tbp_content .menu-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 3.75rem;
  border-left: 0.0625rem solid #9f9368;
  border-bottom: 0.03125rem solid #5d5a5a;
  padding-left: 0.5rem;
}
#primary .menu-nav li a.private,
#tbp_content .menu-nav li a.private {
  pointer-events: none;
}
#primary .menu-nav li a .en,
#tbp_content .menu-nav li a .en {
  color: #9f9368;
  display: block;
  font-family: azote, "noto-serif", serif;
  font-size: 0.75rem;
  line-height: 128%;
  letter-spacing: 0.12em;
}
#primary .menu-nav li a .ja,
#tbp_content .menu-nav li a .ja {
  color: #f9faf9;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
  line-height: 128%;
  letter-spacing: 0em;
}
#primary .slide-contents .uk-slider-items a.private,
#primary .slide-contents .uk-slideshow-items a.private,
#tbp_content .slide-contents .uk-slider-items a.private,
#tbp_content .slide-contents .uk-slideshow-items a.private {
  pointer-events: none;
}
#primary .slide-contents .uk-slider-items a.private .frame::after,
#primary .slide-contents .uk-slideshow-items a.private .frame::after,
#tbp_content .slide-contents .uk-slider-items a.private .frame::after,
#tbp_content .slide-contents .uk-slideshow-items a.private .frame::after {
  content: "Comming Soon";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #f9faf9;
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 178.5714285714%;
  letter-spacing: 0.26em;
  text-shadow: 0 0 0.5rem rgba(20, 20, 20, 0.5), 0 0 1rem rgba(20, 20, 20, 0.6);
}
@media screen and (max-width: 767px) {
  #primary .slide-contents .uk-slider-items a.private .frame::after,
  #primary .slide-contents .uk-slideshow-items a.private .frame::after,
  #tbp_content .slide-contents .uk-slider-items a.private .frame::after,
  #tbp_content .slide-contents .uk-slideshow-items a.private .frame::after {
    font-size: 0.625rem;
    line-height: 150%;
  }
}
@media screen and (max-width: 767px) {
  #primary .slide-contents .uk-slider-items a.private .frame::after,
  #primary .slide-contents .uk-slideshow-items a.private .frame::after,
  #tbp_content .slide-contents .uk-slider-items a.private .frame::after,
  #tbp_content .slide-contents .uk-slideshow-items a.private .frame::after {
    font-size: 0.5625rem;
  }
}
#primary .slide-contents .uk-slider-items figure,
#primary .slide-contents .uk-slideshow-items figure,
#tbp_content .slide-contents .uk-slider-items figure,
#tbp_content .slide-contents .uk-slideshow-items figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
#primary .slide-contents .uk-slider-items figure .frame,
#primary .slide-contents .uk-slideshow-items figure .frame,
#tbp_content .slide-contents .uk-slider-items figure .frame,
#tbp_content .slide-contents .uk-slideshow-items figure .frame {
  position: relative;
  aspect-ratio: 315/418;
  width: 15.875rem;
}
@media screen and (max-width: 767px) {
  #primary .slide-contents .uk-slider-items figure .frame,
  #primary .slide-contents .uk-slideshow-items figure .frame,
  #tbp_content .slide-contents .uk-slider-items figure .frame,
  #tbp_content .slide-contents .uk-slideshow-items figure .frame {
    width: 9.9375rem;
  }
}
#primary .slide-contents .uk-slider-items figure .frame::before,
#primary .slide-contents .uk-slideshow-items figure .frame::before,
#tbp_content .slide-contents .uk-slider-items figure .frame::before,
#tbp_content .slide-contents .uk-slideshow-items figure .frame::before {
  content: "";
  -webkit-mask: url("../../uploads/2023/12/contents_frame.svg");
          mask: url("../../uploads/2023/12/contents_frame.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #e7e4da;
  -webkit-mask-size: cover;
          mask-size: cover;
  height: auto;
  display: block;
  position: absolute;
  aspect-ratio: 315/418;
  width: 15.875rem;
}
@media screen and (max-width: 767px) {
  #primary .slide-contents .uk-slider-items figure .frame::before,
  #primary .slide-contents .uk-slideshow-items figure .frame::before,
  #tbp_content .slide-contents .uk-slider-items figure .frame::before,
  #tbp_content .slide-contents .uk-slideshow-items figure .frame::before {
    width: 9.9375rem;
  }
}
#primary .slide-contents .uk-slider-items figure .frame img,
#primary .slide-contents .uk-slideshow-items figure .frame img,
#tbp_content .slide-contents .uk-slider-items figure .frame img,
#tbp_content .slide-contents .uk-slideshow-items figure .frame img {
  padding: 1.625rem;
}
@media screen and (max-width: 767px) {
  #primary .slide-contents .uk-slider-items figure .frame img,
  #primary .slide-contents .uk-slideshow-items figure .frame img,
  #tbp_content .slide-contents .uk-slider-items figure .frame img,
  #tbp_content .slide-contents .uk-slideshow-items figure .frame img {
    padding: 1rem;
  }
}
#primary .slide-contents .uk-slider-items figure figcaption,
#primary .slide-contents .uk-slideshow-items figure figcaption,
#tbp_content .slide-contents .uk-slider-items figure figcaption,
#tbp_content .slide-contents .uk-slideshow-items figure figcaption {
  font-family: "Noto Serif JP", serif;
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 141.1764705882%;
  letter-spacing: 0.1em;
  text-align: center;
  color: #474444;
}
@media screen and (max-width: 767px) {
  #primary .slide-contents .uk-slider-items figure figcaption,
  #primary .slide-contents .uk-slideshow-items figure figcaption,
  #tbp_content .slide-contents .uk-slider-items figure figcaption,
  #tbp_content .slide-contents .uk-slideshow-items figure figcaption {
    font-size: 0.8125rem;
  }
}
#primary .slide-contents .uk-slidenav[class*=uk-position-bottom-],
#tbp_content .slide-contents .uk-slidenav[class*=uk-position-bottom-] {
  bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  #primary .slide-contents .uk-slidenav[class*=uk-position-bottom-],
  #tbp_content .slide-contents .uk-slidenav[class*=uk-position-bottom-] {
    bottom: 0.625rem;
  }
}
#primary main,
#tbp_content main {
  overflow-x: hidden;
}
#primary a,
#tbp_content a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: color, background-color, opacity, -webkit-transform;
  transition-property: color, background-color, opacity, -webkit-transform;
  transition-property: color, background-color, transform, opacity;
  transition-property: color, background-color, transform, opacity, -webkit-transform;
}
#primary a:hover,
#tbp_content a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #primary a:not(.ui):not([class*=button_]) > *,
  #tbp_content a:not(.ui):not([class*=button_]) > * {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition-property: color, background-color, opacity, -webkit-transform;
    transition-property: color, background-color, opacity, -webkit-transform;
    transition-property: color, background-color, transform, opacity;
    transition-property: color, background-color, transform, opacity, -webkit-transform;
  }
}
#primary i,
#tbp_content i {
  font-size: 0;
  line-height: 1;
  display: inline-block;
}
#primary .top_logo,
#tbp_content .top_logo {
  width: 5.625rem;
  height: 5.625rem;
  margin: auto;
  display: block;
}
#primary dt,
#tbp_content dt {
  font-weight: unset;
}
#primary .module-fancy-heading,
#tbp_content .module-fancy-heading {
  z-index: 1;
}
#primary .module-fancy-heading h2.fancy-heading,
#tbp_content .module-fancy-heading h2.fancy-heading {
  margin-bottom: 3rem;
}
#primary .module-fancy-heading h2.fancy-heading .main-head,
#tbp_content .module-fancy-heading h2.fancy-heading .main-head {
  font-family: azote, "noto-serif", serif;
  font-size: 3.125rem;
  line-height: 140%;
  letter-spacing: 0.09em;
  line-height: 1;
  color: #474444;
}
@media screen and (max-width: 767px) {
  #primary .module-fancy-heading h2.fancy-heading .main-head,
  #tbp_content .module-fancy-heading h2.fancy-heading .main-head {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
  }
}
#primary .module-fancy-heading h2.fancy-heading .sub-head,
#tbp_content .module-fancy-heading h2.fancy-heading .sub-head {
  font-family: "trajan-pro-3", serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 178.5714285714%;
  letter-spacing: 0.26em;
  color: #a05957;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  #primary .module-fancy-heading h2.fancy-heading .sub-head,
  #tbp_content .module-fancy-heading h2.fancy-heading .sub-head {
    font-size: 0.625rem;
    line-height: 150%;
  }
}
@media screen and (max-width: 767px) {
  #primary .module-fancy-heading h2.fancy-heading .sub-head,
  #tbp_content .module-fancy-heading h2.fancy-heading .sub-head {
    padding-top: 1rem;
  }
}
#primary .module-fancy-heading h2.fancy-heading::after,
#tbp_content .module-fancy-heading h2.fancy-heading::after {
  content: "";
  display: inline-block;
  width: 4rem;
  height: 0.0625rem;
  border-bottom: 0.0625rem solid #9f9e9c;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  #primary .module-fancy-heading h2.fancy-heading::after,
  #tbp_content .module-fancy-heading h2.fancy-heading::after {
    margin-top: 1.5rem;
    width: 2rem;
  }
}
@media screen and (max-width: 767px) {
  #primary .module-fancy-heading h2.fancy-heading,
  #tbp_content .module-fancy-heading h2.fancy-heading {
    margin-bottom: 1.5rem;
  }
}
#primary .module-fancy-heading.nosub .sub-head,
#tbp_content .module-fancy-heading.nosub .sub-head {
  display: none;
}
#primary .module-fancy-heading.no_divider h2.fancy-heading,
#tbp_content .module-fancy-heading.no_divider h2.fancy-heading {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #primary .module-fancy-heading.no_divider h2.fancy-heading,
  #tbp_content .module-fancy-heading.no_divider h2.fancy-heading {
    margin-bottom: 1rem;
  }
}
#primary .module-fancy-heading.no_divider h2.fancy-heading::after,
#tbp_content .module-fancy-heading.no_divider h2.fancy-heading::after {
  content: none;
}
#primary h3,
#tbp_content h3 {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 166.6666666667%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #primary h3,
  #tbp_content h3 {
    font-size: 1.125rem;
  }
}
#primary h3.center,
#tbp_content h3.center {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 166.6666666667%;
  letter-spacing: 0.08em;
  line-height: 190.4761904762%;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #primary h3.center,
  #tbp_content h3.center {
    font-size: 1.125rem;
  }
}
#primary h3.center + p,
#tbp_content h3.center + p {
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 314.2857142857%;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #primary h3.center + p,
  #tbp_content h3.center + p {
    font-size: 0.9375rem;
    line-height: 240%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  #primary h3,
  #tbp_content h3 {
    text-align: center;
  }
}
#primary h3 + p,
#tbp_content h3 + p {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  #primary h3 + p,
  #tbp_content h3 + p {
    margin-top: 2rem;
  }
}
#primary h4,
#tbp_content h4 {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 1.1875rem;
  font-weight: 400;
  line-height: 131.5789473684%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #primary h4,
  #tbp_content h4 {
    font-size: 1.1875rem;
  }
}
#primary h3.narrow, #primary h4.narrow,
#tbp_content h3.narrow,
#tbp_content h4.narrow {
  letter-spacing: 0.05em;
  white-space: nowrap;
}
#primary h3.exnarrow, #primary h4.exnarrow,
#tbp_content h3.exnarrow,
#tbp_content h4.exnarrow {
  letter-spacing: -0.05em;
  white-space: nowrap;
}
#primary h5,
#tbp_content h5 {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 172.2222222222%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #primary h5,
  #tbp_content h5 {
    font-size: 0.875rem;
  }
}
#primary h6,
#tbp_content h6 {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 300%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #primary h6,
  #tbp_content h6 {
    font-size: 0.8125rem;
  }
}
#primary h6.top_title,
#tbp_content h6.top_title {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #primary h6.top_title,
  #tbp_content h6.top_title {
    margin-bottom: 0.5rem;
  }
}
#primary p, #primary li,
#tbp_content p,
#tbp_content li {
  font-family: "Noto Sans JP", "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.875rem;
  font-weight: 200;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 214.2857142857%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #primary p, #primary li,
  #tbp_content p,
  #tbp_content li {
    font-size: 0.875rem;
    line-height: 171.4285714286%;
  }
}
#primary ol,
#tbp_content ol {
  counter-reset: cnt;
}
#primary ol li,
#tbp_content ol li {
  text-indent: -2em;
  padding-left: 2em;
  word-break: break-all;
}
#primary ol li::before,
#tbp_content ol li::before {
  counter-increment: cnt;
  content: "(" counter(cnt) ")";
  width: 2em;
  margin-left: 2em;
  margin-right: -2em;
  display: inline-block;
}
#primary ol + p,
#tbp_content ol + p {
  margin-top: 2em;
}
#primary p + p,
#tbp_content p + p {
  margin-top: 2em;
}
#primary .js-turn-on-builder,
#tbp_content .js-turn-on-builder {
  display: none;
}
#primary .module_row,
#tbp_content .module_row {
  background-color: #f9faf9;
}
#primary .module_row.bg,
#tbp_content .module_row.bg {
  background-color: #f1f1ea;
}
#primary .module_row.bg_elisabeth,
#tbp_content .module_row.bg_elisabeth {
  background-color: #eeeeff;
}
#primary .module_row.bg_marie,
#tbp_content .module_row.bg_marie {
  background-color: #fde4e3;
}
#primary .module_row.bg_maria,
#tbp_content .module_row.bg_maria {
  background-color: #eddcc7;
}
#primary .module_row.bgimg h2 .main-head, #primary .module_row.bg_primary h2 .main-head,
#tbp_content .module_row.bgimg h2 .main-head,
#tbp_content .module_row.bg_primary h2 .main-head {
  color: #f9faf9;
}
#primary .module_row.bgimg h3, #primary .module_row.bgimg h4, #primary .module_row.bgimg h5, #primary .module_row.bgimg p, #primary .module_row.bgimg figcaption, #primary .module_row.bg_primary h3, #primary .module_row.bg_primary h4, #primary .module_row.bg_primary h5, #primary .module_row.bg_primary p, #primary .module_row.bg_primary figcaption,
#tbp_content .module_row.bgimg h3,
#tbp_content .module_row.bgimg h4,
#tbp_content .module_row.bgimg h5,
#tbp_content .module_row.bgimg p,
#tbp_content .module_row.bgimg figcaption,
#tbp_content .module_row.bg_primary h3,
#tbp_content .module_row.bg_primary h4,
#tbp_content .module_row.bg_primary h5,
#tbp_content .module_row.bg_primary p,
#tbp_content .module_row.bg_primary figcaption {
  color: #f9faf9;
}
#primary .module_row.scroll_down .scroll_arrow,
#tbp_content .module_row.scroll_down .scroll_arrow {
  position: absolute;
  bottom: 0;
  left: 6.25rem;
}
@media screen and (max-width: 767px) {
  #primary .module_row.scroll_down .scroll_arrow,
  #tbp_content .module_row.scroll_down .scroll_arrow {
    left: 1rem;
  }
}
#primary .module_row.scroll_down .scroll_arrow.uk-scrollspy-inview::after,
#tbp_content .module_row.scroll_down .scroll_arrow.uk-scrollspy-inview::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='8' height='227' viewBox='0 0 8 227'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%239f9e9c;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpath class='d' d='M3.724,227c-.172,0-.312-.139-.312-.311V78.427c0-.172.14-.311.312-.311s.312.139.312.311v148.262c0,.172-.14.311-.312.311Z'/%3E%3Cpath class='d' d='M0,2.462c0,1.132.623,2.293,2.015,2.335.026,0,.051.001.077.001,1.429,0,1.885-1.091,2.258-2.306.353-1.102.755-1.732,1.732-1.698.926.036,1.376.557,1.376,1.593,0,.784-.364,1.311-1.178,1.707h-.975c-.054,0-.098.044-.098.098v.28c0,.054.044.098.098.098h2.443c.054,0,.098-.044.098-.098v-.28c0-.054-.044-.098-.098-.098h-.578c.122-.091.237-.199.346-.322.282-.334.419-.791.419-1.397,0-1.296-.656-2.015-1.899-2.08-1.372-.048-1.871,1.074-2.157,2.052-.357,1.196-.811,1.979-1.885,1.951-1.128-.039-1.53-.966-1.53-1.822C.465,1.523.97.898,2.1.45h.902c.054,0,.098-.044.098-.098V.098c0-.054-.044-.098-.098-.098H.303c-.055,0-.098.044-.098.098v.254c0,.054.044.098.098.098h.702c-.196.116-.366.258-.509.423-.334.386-.497.906-.497,1.589Z'/%3E%3Cpath class='d' d='M4.038,11.375C1.488,11.375.025,12.513.025,14.497c0,1.228.753,2.307,1.918,2.748.012.004.024.006.036.006.039,0,.076-.023.091-.062l.102-.254c.02-.049-.004-.106-.053-.127-1.004-.42-1.628-1.306-1.628-2.312,0-1.691,1.26-2.622,3.547-2.622s3.471,1.325,3.471,2.635c0,.952-.716,2.012-1.744,2.012h-.78c-.054,0-.098.044-.098.098v.267c0,.054.044.098.098.098h2.661c.054,0,.098-.044.098-.098v-.267c0-.054-.044-.098-.098-.098h-.645c.623-.432.999-1.176.999-2.012,0-2.058-1.993-3.135-3.962-3.135Z'/%3E%3Cpath class='d' d='M.258,28.556c-.033.017-.053.05-.053.087v.852c0,.054.044.098.098.098h.256c.054,0,.098-.044.098-.098v-.601l3.255-1.635c.109.992.897,1.647,2.006,1.647,1.173,0,1.991-.741,1.991-1.801v-3.126c0-.054-.044-.098-.098-.098h-.269c-.054,0-.098.044-.098.098v.525H.657v-.525c0-.054-.044-.098-.098-.098h-.256c-.055,0-.098.044-.098.098v1.639c0,.054.044.098.098.098h.256c.054,0,.098-.044.098-.098v-.614h3.244v1.673l-3.644,1.879ZM5.919,28.405c-.87,0-1.552-.61-1.552-1.389v-2.012h3.078v2.037c0,.803-.627,1.364-1.526,1.364Z'/%3E%3Cpath class='d' d='M4.013,35.98c-2.422,0-3.987,1.201-3.987,3.059s1.565,3.047,3.987,3.047c2.385,0,3.987-1.224,3.987-3.047,0-1.858-1.565-3.059-3.987-3.059ZM4.013,41.585c-2.139,0-3.522-.999-3.522-2.546,0-1.53,1.415-2.558,3.522-2.558,2.091,0,3.496,1.028,3.496,2.558,0,1.547-1.372,2.546-3.496,2.546Z'/%3E%3Cpath class='d' d='M.559,48.816h-.256c-.055,0-.098.044-.098.098v4.181c0,.048.035.089.083.096l2.239.356c.005,0,.01.001.015.001.023,0,.046-.008.064-.023.022-.019.035-.046.035-.074v-.318c0-.048-.035-.089-.083-.096l-1.9-.305v-2.793h6.8v.677c0,.054.044.098.098.098h.256c.055,0,.098-.044.098-.098v-1.703c0-.054-.044-.098-.098-.098h-.256c-.054,0-.098.044-.098.098v.525H.657v-.525c0-.054-.044-.098-.098-.098Z'/%3E%3Cpath class='d' d='M.205,64.546c0,.048.035.089.083.096l2.239.356c.005,0,.01.001.015.001.023,0,.046-.008.064-.023.022-.019.035-.046.035-.074v-.318c0-.048-.035-.089-.083-.096l-1.9-.305v-2.793h6.8v.678c0,.054.044.098.098.098h.256c.055,0,.098-.044.098-.098v-1.703c0-.054-.044-.098-.098-.098h-.256c-.054,0-.098.044-.098.098v.525H.657v-.525c0-.054-.044-.098-.098-.098h-.256c-.055,0-.098.044-.098.098v4.181Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  bottom: 0;
  width: 0.5rem;
  height: 14.1875rem;
  -webkit-animation: pathmove 1.4s ease-in-out forwards;
          animation: pathmove 1.4s ease-in-out forwards;
  z-index: 1;
  opacity: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  #primary .module_row.scroll_down .scroll_arrow.uk-scrollspy-inview::after,
  #tbp_content .module_row.scroll_down .scroll_arrow.uk-scrollspy-inview::after {
    width: 0.375rem;
    height: 9.75rem;
  }
}
#primary .module_row.scroll_down.right .scroll_arrow,
#tbp_content .module_row.scroll_down.right .scroll_arrow {
  left: unset;
  right: 6.25rem;
}
@media screen and (max-width: 767px) {
  #primary .module_row.scroll_down.right .scroll_arrow,
  #tbp_content .module_row.scroll_down.right .scroll_arrow {
    right: 1rem;
  }
}
#primary .animation-pathmove,
#tbp_content .animation-pathmove {
  -webkit-animation-name: pathmove;
          animation-name: pathmove;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
#primary .video-top .video-content,
#tbp_content .video-top .video-content {
  position: relative;
}
#primary .video-top .video-content .video-caption,
#tbp_content .video-top .video-content .video-caption {
  margin-bottom: 0;
}
#primary .video-top .video-content .video-caption .hero_spy .hero_menu_wrap,
#tbp_content .video-top .video-content .video-caption .hero_spy .hero_menu_wrap {
  margin-top: -5rem;
  background-color: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  #primary .video-top .video-content .video-caption .hero_spy .hero_menu_wrap,
  #tbp_content .video-top .video-content .video-caption .hero_spy .hero_menu_wrap {
    margin-top: -3.6875rem;
    background-color: transparent;
  }
}
#primary .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu,
#tbp_content .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu {
  max-width: 53.125rem;
  margin: auto;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #primary .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu,
  #tbp_content .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu {
    height: 3.6875rem;
  }
}
#primary .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu img,
#tbp_content .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu img {
  width: 5rem;
  height: 5rem;
}
#primary .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi,
#tbp_content .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 23.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 1rem;
}
#primary .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li a,
#tbp_content .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li a {
  font-family: azote, "noto-serif", serif;
  font-size: 3.125rem;
  line-height: 140%;
  letter-spacing: 0.09em;
  font-size: 1.125rem;
  color: #f9faf9;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #primary .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li a,
  #tbp_content .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li a {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
  }
}
#primary .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li a .ja,
#tbp_content .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li a .ja {
  display: none;
}
#primary .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li + li a .en::before,
#tbp_content .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li + li a .en::before {
  content: "/";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
#primary .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li:nth-child(4) a .en::before,
#tbp_content .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li:nth-child(4) a .en::before {
  content: none;
}
#primary .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp,
#tbp_content .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp {
  background-color: #f9faf9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem;
  width: 100%;
  padding: 0.125rem;
  position: fixed;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #primary .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp,
  #tbp_content .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp {
    display: none !important;
  }
}
#primary .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li,
#tbp_content .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #9f9368;
  padding: 0.25rem;
}
#primary .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li.contact,
#tbp_content .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li.contact {
  background-color: #a05957;
}
#primary .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a,
#tbp_content .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a {
  width: 100%;
  padding: 0.5rem 0;
  display: inline-block;
  text-align: center;
}
#primary .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span,
#tbp_content .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
#primary .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span .en,
#tbp_content .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span .en {
  display: none;
  font-family: azote, "noto-serif", serif;
  font-size: 3.125rem;
  line-height: 140%;
  letter-spacing: 0.09em;
  line-height: 100%;
  color: #9f9368;
}
@media screen and (max-width: 767px) {
  #primary .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span .en,
  #tbp_content .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span .en {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  #primary .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span .en,
  #tbp_content .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span .en {
    font-size: 0.75rem;
  }
}
#primary .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span .ja,
#tbp_content .video-top .video-content .video-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span .ja {
  font-family: "Noto Sans JP", "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 100;
  line-height: 160%;
  letter-spacing: 0.105em;
  font-size: 0.875rem;
  font-weight: 200;
  color: #f9faf9;
}
#primary .video-top .video-content .video-caption .hero_spy.dsp,
#tbp_content .video-top .video-content .video-caption .hero_spy.dsp {
  display: none;
}
#primary .module-image.image-center .image-content,
#tbp_content .module-image.image-center .image-content {
  position: relative;
  padding: 0;
}
#primary .module-image.image-center .image-content .image-caption,
#tbp_content .module-image.image-center .image-content .image-caption {
  margin-bottom: 0;
}
#primary .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap,
#tbp_content .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap {
  margin-top: -5rem;
  background-color: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  #primary .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap,
  #tbp_content .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap {
    margin-top: -3.6875rem;
    background-color: transparent;
  }
}
#primary .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu,
#tbp_content .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu {
  max-width: 53.125rem;
  margin: auto;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #primary .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu,
  #tbp_content .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu {
    height: 3.6875rem;
  }
}
#primary .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu img,
#tbp_content .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu img {
  width: 5rem;
  height: 5rem;
}
#primary .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi,
#tbp_content .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 23.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 1rem;
}
#primary .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li a,
#tbp_content .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li a {
  font-family: azote, "noto-serif", serif;
  font-size: 3.125rem;
  line-height: 140%;
  letter-spacing: 0.09em;
  font-size: 1.125rem;
  color: #f9faf9;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #primary .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li a,
  #tbp_content .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li a {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
  }
}
#primary .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li a .ja,
#tbp_content .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li a .ja {
  display: none;
}
#primary .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li + li a .en::before,
#tbp_content .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li + li a .en::before {
  content: "/";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
#primary .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li:nth-child(4) a .en::before,
#tbp_content .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li:nth-child(4) a .en::before {
  content: none;
}
#primary .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp,
#tbp_content .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp {
  background-color: #f9faf9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem;
  width: 100%;
  padding: 0.125rem;
  position: fixed;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #primary .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp,
  #tbp_content .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp {
    display: none !important;
  }
}
#primary .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li,
#tbp_content .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #9f9368;
  padding: 0.25rem;
}
#primary .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li.contact,
#tbp_content .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li.contact {
  background-color: #a05957;
}
#primary .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a,
#tbp_content .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a {
  width: 100%;
  padding: 0.5rem 0;
  display: inline-block;
  text-align: center;
}
#primary .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span,
#tbp_content .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
#primary .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span .en,
#tbp_content .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span .en {
  display: none;
  font-family: azote, "noto-serif", serif;
  font-size: 3.125rem;
  line-height: 140%;
  letter-spacing: 0.09em;
  line-height: 100%;
  color: #9f9368;
}
@media screen and (max-width: 767px) {
  #primary .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span .en,
  #tbp_content .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span .en {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  #primary .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span .en,
  #tbp_content .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span .en {
    font-size: 0.75rem;
  }
}
#primary .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span .ja,
#tbp_content .module-image.image-center .image-content .image-caption .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span .ja {
  font-family: "Noto Sans JP", "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 100;
  line-height: 160%;
  letter-spacing: 0.105em;
  font-size: 0.875rem;
  font-weight: 200;
  color: #f9faf9;
}
#primary .module-image.image-center .image-content .image-caption .hero_spy.dsp,
#tbp_content .module-image.image-center .image-content .image-caption .hero_spy.dsp {
  display: none;
}
#primary .module-text.comming_soon,
#tbp_content .module-text.comming_soon {
  min-height: 20em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#primary .module-text.comming_soon p,
#tbp_content .module-text.comming_soon p {
  font-size: 1.5rem;
}

#floating_bnr {
  display: none;
  position: fixed;
  right: 1.75rem;
  bottom: 1.75rem;
  z-index: 2;
}
#floating_bnr .image-wrap {
  cursor: pointer;
}
#floating_bnr .image-wrap::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23f9faf9;%7D.d,.e%7Bstroke-width:0px;%7D.e%7Bfill:%23cdcdcb;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Crect class='e' width='15' height='15' rx='1.422' ry='1.422'/%3E%3Cpolygon class='d' points='11.879 3.795 11.205 3.121 7.5 6.826 3.795 3.121 3.121 3.795 6.827 7.5 3.121 11.205 3.795 11.879 7.5 8.174 11.205 11.879 11.879 11.205 8.174 7.5 11.879 3.795'/%3E%3C/g%3E%3C/svg%3E");
  width: 0.9375rem;
  height: 0.9375rem;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0.625rem;
  right: 0.75rem;
}
#floating_bnr img {
  width: 18.4375rem;
}
@media screen and (max-width: 767px) {
  #floating_bnr {
    display: none !important;
  }
}

.page.privacy-policy #floating_bnr,
.page.contact #floating_bnr,
.page.parent-page-contact #floating_bnr {
  display: none !important;
}

#page_header picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  #page_header picture {
    padding: 2rem 0 0;
  }
}
#page_header picture img {
  width: 22.5rem;
  height: 22.5rem;
  margin: 0 0 3rem;
}
@media screen and (max-width: 767px) {
  #page_header picture img {
    width: 5.625rem;
    height: 5.625rem;
    margin: 0 auto -1.0625rem;
  }
}

.uk-totop {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

@media screen and (min-width: 414px) {
  .hidden\@s {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .hidden\@m {
    display: none !important;
  }
}
@media screen and (min-width: 1260px) {
  .hidden\@l {
    display: none !important;
  }
}
@media screen and (min-width: 1440px) {
  .hidden\@xl {
    display: none !important;
  }
}
@media screen and (max-width: 413px) {
  .visible\@s {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .visible\@m {
    display: none !important;
  }
}
@media screen and (max-width: 1259px) {
  .visible\@l {
    display: none !important;
  }
}
@media screen and (max-width: 1439px) {
  .visible\@xl {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
  background-color: #474444;
}

body {
  color: #474444;
  background-color: #474444;
  min-height: 100svh;
}

html, body {
  font-size: inherit;
}
@media screen and (min-width: 768px) and (max-width: 1259px) {
  html, body {
    font-size: calc(16 / 1260 * 100 * 1vw);
  }
}
@media screen and (max-width: 413px) {
  html, body {
    font-size: calc(16 / 414 * 100 * 1vw);
  }
}

.g-recaptcha {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 170%;
  letter-spacing: 0.04em;
}

.grecaptcha-badge {
  visibility: hidden;
}

#tbp_footer .hero_spy .hero_menu_wrap {
  margin-top: -5rem;
  background-color: rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  #tbp_footer .hero_spy .hero_menu_wrap {
    margin-top: -3.6875rem;
    background-color: transparent;
  }
}
#tbp_footer .hero_spy .hero_menu_wrap .hero_menu {
  max-width: 53.125rem;
  margin: auto;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #tbp_footer .hero_spy .hero_menu_wrap .hero_menu {
    height: 3.6875rem;
  }
}
#tbp_footer .hero_spy .hero_menu_wrap .hero_menu img {
  width: 5rem;
  height: 5rem;
}
#tbp_footer .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 23.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 1rem;
}
#tbp_footer .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li a {
  font-family: azote, "noto-serif", serif;
  font-size: 3.125rem;
  line-height: 140%;
  letter-spacing: 0.09em;
  font-size: 1.125rem;
  color: #f9faf9;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #tbp_footer .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li a {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
  }
}
#tbp_footer .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li a .ja {
  display: none;
}
#tbp_footer .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li + li a .en::before {
  content: "/";
  margin-left: 0.5em;
  margin-right: 0.5em;
}
#tbp_footer .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li:nth-child(4) a .en::before {
  content: none;
}
#tbp_footer .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp {
  background-color: #f9faf9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem;
  width: 100%;
  padding: 0.125rem;
  position: fixed;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #tbp_footer .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp {
    display: none !important;
  }
}
#tbp_footer .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #9f9368;
  padding: 0.25rem;
}
#tbp_footer .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li.contact {
  background-color: #a05957;
}
#tbp_footer .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a {
  width: 100%;
  padding: 0.5rem 0;
  display: inline-block;
  text-align: center;
}
#tbp_footer .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
#tbp_footer .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span .en {
  display: none;
  font-family: azote, "noto-serif", serif;
  font-size: 3.125rem;
  line-height: 140%;
  letter-spacing: 0.09em;
  line-height: 100%;
  color: #9f9368;
}
@media screen and (max-width: 767px) {
  #tbp_footer .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span .en {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  #tbp_footer .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span .en {
    font-size: 0.75rem;
  }
}
#tbp_footer .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi-sp li a > span .ja {
  font-family: "Noto Sans JP", "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 100;
  line-height: 160%;
  letter-spacing: 0.105em;
  font-size: 0.875rem;
  font-weight: 200;
  color: #f9faf9;
}
#tbp_footer .hero_spy.dsp {
  display: none;
}

.sub-menu-wrap {
  display: none;
}

header {
  max-width: 53.125rem;
  margin: auto;
}
header .h_navi_main {
  height: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr auto;
}
header .h_navi_main .uk-navbar-right .uk-navbar-nav {
  gap: 0.75rem;
}
header .h_navi_main .uk-navbar-right .uk-navbar-nav li a {
  min-height: initial;
}
header .h_navi_main .uk-navbar-right .uk-navbar-nav li a.sp_navi_open {
  position: absolute;
  gap: 0;
  line-height: 2rem;
  width: 2rem;
  top: 2rem;
  right: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  header .h_navi_main .uk-navbar-right .uk-navbar-nav li a.sp_navi_open {
    top: 1.25rem;
    right: 1.25rem;
  }
}
header .h_navi_main .uk-navbar-right .uk-navbar-nav li a.sp_navi_open .icon_menu,
header .h_navi_main .uk-navbar-right .uk-navbar-nav li a.sp_navi_open .icon_menu_close {
  width: 2rem;
  height: 2rem;
  font-style: normal;
}

.uk-offcanvas-page .icon_menu {
  display: none;
}

#back_to_top {
  text-align: center;
  color: #FFFFFF;
  position: fixed;
  right: 1.75rem;
  bottom: 1.75rem;
  z-index: 10;
  width: 2.75rem;
  height: 2.75rem;
  line-height: 2.75rem;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0;
  display: none;
}
#back_to_top svg {
  width: 0.875rem;
  vertical-align: middle;
  margin-top: -0.125rem;
}
#back_to_top:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  #back_to_top {
    right: 0.5rem;
    bottom: 4rem;
  }
}

#tbp_footer {
  position: sticky;
  top: 100svh;
  z-index: 2;
}
#tbp_footer .band {
  border-top: 0.0625rem solid #9f9368;
}
#tbp_footer .band .tb_text_wrap {
  background-color: #474444;
  height: 20.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  #tbp_footer .band .tb_text_wrap {
    height: 22.625rem;
    padding: 2rem 0;
  }
}
#tbp_footer .band .tb_text_wrap .logo img {
  width: 9.375rem;
  height: 9.375rem;
}
@media screen and (max-width: 767px) {
  #tbp_footer .band .tb_text_wrap .logo img {
    width: 6.5625rem;
    height: 6.5625rem;
  }
}
#tbp_footer .band .tb_text_wrap nav {
  height: 100%;
}
#tbp_footer .band .tb_text_wrap nav > * {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  #tbp_footer .band .tb_text_wrap nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#tbp_footer .band .tb_text_wrap nav .uk-navbar-center {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  #tbp_footer .band .tb_text_wrap nav .uk-navbar-center {
    row-gap: 0;
  }
}
#tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav {
  gap: 0;
}
@media screen and (max-width: 767px) {
  #tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav {
    margin-top: 0.75rem;
  }
}
#tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-navi {
  width: 44.375rem;
}
@media screen and (max-width: 767px) {
  #tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-navi {
    width: 18.75rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0.75rem;
  }
  #tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-navi > li {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-navi > li > a {
    padding-left: 0.375rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
  }
}
#tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-navi .sub-menu-wrap {
  display: none !important;
}
#tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-sub-navi {
  width: 22rem;
}
@media screen and (max-width: 767px) {
  #tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-sub-navi {
    width: 18.75rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 0.75rem;
  }
  #tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-sub-navi > li {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-sub-navi > li > a {
    padding-left: 0.375rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
  }
}
#tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav li:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav li:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav li a {
  color: #f9faf9;
  font-size: 0.875rem;
  font-family: "Noto Sans JP", "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 100;
  line-height: 160%;
  letter-spacing: 0.105em;
  line-height: 120%;
}
#tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav li a .en {
  display: none;
}
#tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav li + li a {
  border-left: 0.0625rem solid #f9faf9;
}
@media screen and (max-width: 767px) {
  #tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav li:first-child a {
    border-left: 0.0625rem solid #f9faf9;
  }
}
#tbp_footer .band .tb_text_wrap .copyright {
  color: #f9faf9;
  font-family: "Noto Sans JP", "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 100;
  line-height: 160%;
  letter-spacing: 0.105em;
  font-size: 0.625rem;
  text-align: center;
}

#modal-menu {
  padding: 0;
  overflow: hidden;
  /*
      &.uk-open {
          & > .uk-modal-dialog {
              transform: translateY(rem($hd_height_main_sp));
          }
      }*/
}
@media screen and (min-width: 768px) {
  #modal-menu {
    padding: 0;
  }
  #modal-menu.uk-open > .uk-modal-dialog {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#modal-menu .uk-modal-dialog {
  background-color: #474444;
  padding: 4rem;
  width: 26.75rem;
  position: relative;
  overflow-y: scroll;
  border-left: 0.0625rem solid #9f9368;
  scrollbar-width: none;
  height: 100dvh;
}
#modal-menu .uk-modal-dialog::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  #modal-menu .uk-modal-dialog {
    margin-right: 0;
    -webkit-transform: translateX(6.25rem);
            transform: translateX(6.25rem);
  }
}
@media screen and (max-width: 767px) {
  #modal-menu .uk-modal-dialog {
    width: 100vw;
    height: 100dvh;
  }
}
#modal-menu .uk-modal-dialog .uk-modal-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
#modal-menu .uk-modal-dialog .uk-modal-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  #modal-menu .uk-modal-dialog .uk-modal-body {
    max-width: 18.75rem;
    margin: auto;
  }
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi li {
  padding: 0;
  border-bottom: 0.0625rem solid #636060;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi li a {
  padding: 0.875rem 0;
  position: relative;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi li a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding-left: 0.5rem;
  border-left: 0.0625rem solid #9f9368;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi li a > span .en {
  display: block;
  color: #9f9368;
  font-family: azote, "noto-serif", serif;
  font-size: 3.125rem;
  line-height: 140%;
  letter-spacing: 0.09em;
  font-size: 1.3125rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi li a > span .en {
    font-size: 2.5rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  #modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi li a > span .en {
    font-size: 1.3125rem;
  }
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi li a > span .ja {
  display: block;
  color: #f9faf9;
  font-family: "Noto Serif JP", serif;
  line-height: 160%;
  letter-spacing: 0.105em;
  font-size: 0.875rem;
  line-height: 1;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi li.uk-parent > a::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  right: 0.125rem;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi li.uk-parent.uk-open {
  border-bottom: none;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi li.uk-parent.uk-open > a::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  right: 0.125rem;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi .uk-nav-sub {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
  border-top: 0.0625rem solid #636060;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi .uk-nav-sub li {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi .uk-nav-sub li a {
  color: #f9faf9;
  border: 0.0625rem solid #9f9368;
  padding: 0.25rem 0;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi .uk-nav-sub li a:hover {
  background-color: #9f9368;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi .uk-nav-sub li a:hover::after {
  background-color: #f9faf9;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi .uk-nav-sub li span {
  font-family: "Noto Serif JP", serif;
  line-height: 160%;
  letter-spacing: 0.105em;
  font-size: 0.75rem;
  letter-spacing: 0em;
  border: none;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  #modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi .uk-nav-sub li span {
    font-size: 0.6875rem;
  }
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi .uk-nav-sub li.parent_title a .en {
  display: none;
}
#modal-menu .uk-modal-dialog .uk-modal-body .btn_contact {
  background-color: #9f9368;
  color: #f9faf9;
  font-size: 0.9375rem;
  text-decoration: none;
  border-radius: 6.25rem;
  height: 2.5rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-family: "Noto Serif JP", serif;
  line-height: 160%;
  letter-spacing: 0.105em;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  #modal-menu .uk-modal-dialog .uk-modal-body .btn_contact {
    font-size: 0.875rem;
  }
}
#modal-menu .uk-modal-dialog .uk-modal-body .btn_contact::before {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%239f9368;%7D.d,.e%7Bstroke-width:0px;%7D.e%7Bfill:%23f1f1ea;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Cpath class='e' d='m12,24C5.383,24,0,18.617,0,12S5.383,0,12,0s12,5.383,12,12-5.383,12-12,12ZM12,.558C5.691.558.558,5.691.558,12s5.133,11.442,11.442,11.442,11.442-5.133,11.442-11.442S18.309.558,12,.558Z'/%3E%3Cpath class='e' d='m19.313,8.316v7.965c0,.118-.096.214-.214.214H4.612c-.118,0-.214-.096-.214-.214v-7.965c0-.118.096-.214.214-.214h14.487c.118,0,.214.096.214.214Z'/%3E%3Cpath class='d' d='m18.507,8.79c-.062-.094-.188-.122-.283-.062l-5.265,3.317-.111.071c-.005.002-.01.005-.014.008l-1.018.641-6.409-4.037c-.095-.059-.222-.032-.283.062-.061.094-.036.221.057.284l4.768,3.223-4.768,3.223c-.093.063-.118.19-.057.284.059.091.19.12.283.062l5.084-3.202,1.209.817c.068.046.163.046.231,0l1.209-.817,5.084,3.203c.033.021.071.032.11.032.07,0,.135-.035.173-.093.061-.094.035-.221-.057-.284l-4.768-3.223,4.768-3.223c.093-.063.118-.19.057-.284Z'/%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.5rem;
  margin: auto;
}
#modal-menu .uk-modal-dialog .uk-modal-body .btn_contact::after {
  background-color: #f9faf9;
  right: 1rem;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-sub-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-sub-navi li a {
  font-size: 0.75rem;
  color: #f9faf9;
  padding: 0;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-sub-navi li + li a {
  border-left: 0.0625rem solid #f9faf9;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-sub-navi li:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-sub-navi li:nth-child(1) a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-sub-navi li:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-sub-navi li:nth-child(2) a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-sub-navi li:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-sub-navi li:nth-child(3) a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-sns-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-sns-navi li a {
  font-size: 0;
  padding: 0;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-sns-navi li.icon-instagram a::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23474444;%7D.d,.e%7Bstroke-width:0px;%7D.e%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Ccircle class='e' cx='12' cy='12' r='12'/%3E%3Cpath class='d' d='m12,5.806c2.017,0,2.256.008,3.053.044.737.034,1.137.157,1.403.26.353.137.604.301.869.565.264.264.428.516.565.869.103.266.227.666.26,1.403.036.797.044,1.036.044,3.053s-.008,2.256-.044,3.053c-.034.737-.157,1.137-.26,1.403-.137.353-.301.604-.565.869-.264.264-.516.428-.869.565-.266.103-.666.227-1.403.26-.797.036-1.036.044-3.053.044s-2.257-.008-3.053-.044c-.737-.034-1.137-.157-1.403-.26-.353-.137-.604-.301-.869-.565-.264-.264-.428-.516-.565-.869-.103-.266-.227-.666-.26-1.403-.036-.797-.044-1.036-.044-3.053s.008-2.256.044-3.053c.034-.737.157-1.137.26-1.403.137-.353.301-.604.565-.869.264-.264.516-.428.869-.565.266-.103.666-.227,1.403-.26.797-.036,1.036-.044,3.053-.044m0-1.361c-2.052,0-2.309.009-3.115.045-.804.037-1.353.164-1.834.351-.497.193-.918.451-1.338.871-.42.42-.678.841-.871,1.338-.187.481-.315,1.03-.351,1.834-.037.806-.045,1.063-.045,3.115s.009,2.309.045,3.115c.037.804.164,1.353.351,1.834.193.497.451.918.871,1.338.42.42.841.678,1.338.871.481.187,1.03.315,1.834.351.806.037,1.063.045,3.115.045s2.309-.009,3.115-.045c.804-.037,1.353-.164,1.834-.351.497-.193.918-.451,1.338-.871.42-.42.678-.841.871-1.338.187-.481.315-1.03.351-1.834.037-.806.045-1.063.045-3.115s-.009-2.309-.045-3.115c-.037-.804-.164-1.353-.351-1.834-.193-.497-.451-.918-.871-1.338-.42-.42-.841-.678-1.338-.871-.481-.187-1.03-.315-1.834-.351-.806-.037-1.063-.045-3.115-.045h0Z'/%3E%3Cpath class='d' d='m12,8.12c-2.143,0-3.88,1.737-3.88,3.88s1.737,3.88,3.88,3.88,3.88-1.737,3.88-3.88-1.737-3.88-3.88-3.88Zm0,6.398c-1.391,0-2.519-1.128-2.519-2.519s1.128-2.519,2.519-2.519,2.519,1.128,2.519,2.519-1.128,2.519-2.519,2.519Z'/%3E%3Ccircle class='d' cx='16.033' cy='7.967' r='.907'/%3E%3C/g%3E%3C/svg%3E");
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-sns-navi li.icon-youtube a::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23474444;%7D.d,.e%7Bstroke-width:0px;%7D.e%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cg id='c'%3E%3Ccircle class='e' cx='12' cy='12' r='12'/%3E%3Cpath class='d' d='m19.666,8.149c-.184-.688-.726-1.231-1.415-1.415-1.248-.334-6.251-.334-6.251-.334,0,0-5.003,0-6.251.334-.688.184-1.231.726-1.415,1.415-.334,1.248-.334,3.851-.334,3.851,0,0,0,2.603.334,3.851.184.688.726,1.231,1.415,1.415,1.248.334,6.251.334,6.251.334,0,0,5.003,0,6.251-.334.688-.184,1.231-.726,1.415-1.415.334-1.248.334-3.851.334-3.851,0,0,0-2.603-.334-3.851Zm-9.266,6.251v-4.8l4.157,2.4-4.157,2.4Z'/%3E%3C/g%3E%3C/svg%3E");
}

.uk-modal-page .sp_navi_open {
  opacity: 0 !important;
}

.page.home .video .module-video {
  aspect-ratio: 1920/1080;
  background-image: url("../../uploads/2023/12/top_mov_dummy_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-animation: fadeIn 1.4s ease-in-out forwards;
          animation: fadeIn 1.4s ease-in-out forwards;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .page.home .video .module-video {
    aspect-ratio: 828/1366;
    background-image: url("../../uploads/2023/12/top_mov_dummy_sp.jpg");
    z-index: 2;
  }
}
.page.home .video .module-video .video-wrap-outer {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .page.home .video {
    height: 100svh;
  }
  .page.home .video .tf_w.tf_vd_lazy video {
    height: 100svh;
  }
  .page.home .video::before {
    content: "";
    background-image: url("../../uploads/2023/12/top_mv_logo_sp.svg");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 12.5rem;
    height: 1.8125rem;
    left: 1rem;
    top: 1rem;
    z-index: 3;
  }
}
.page.home #marriages .image-caption h4 {
  margin-bottom: 0.25rem;
}
.page.home #contents .slider .module-plain-text {
  margin-top: 2rem;
  background-color: #f9faf9;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .page.home #contents .slider .module-plain-text {
    padding: 2rem 1rem;
  }
}
.page.home #contents .slider .module-plain-text .slide-contents .uk-slider-items,
.page.home #contents .slider .module-plain-text .slide-contents .uk-slideshow-items {
  height: 26.875rem;
}
@media screen and (max-width: 767px) {
  .page.home #contents .slider .module-plain-text .slide-contents .uk-slider-items,
  .page.home #contents .slider .module-plain-text .slide-contents .uk-slideshow-items {
    height: 17.5rem;
  }
}
.page.home #contents .slider .module-plain-text .slide-contents .uk-slider-items li,
.page.home #contents .slider .module-plain-text .slide-contents .uk-slideshow-items li {
  display: grid;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 0.5rem;
  grid-auto-flow: row;
}
.page.home #contents .slider .module-plain-text .slide-contents .uk-slider-items.col2 li > *:nth-child(2n+1),
.page.home #contents .slider .module-plain-text .slide-contents .uk-slideshow-items.col2 li > *:nth-child(2n+1) {
  grid-column: 1/7;
}
.page.home #contents .slider .module-plain-text .slide-contents .uk-slider-items.col2 li > *:nth-child(2n),
.page.home #contents .slider .module-plain-text .slide-contents .uk-slideshow-items.col2 li > *:nth-child(2n) {
  grid-column: 7/-1;
}
.page.home #contents .slider .module-plain-text .slide-contents .uk-slider-items.col3 li > *:nth-child(3n+1),
.page.home #contents .slider .module-plain-text .slide-contents .uk-slideshow-items.col3 li > *:nth-child(3n+1) {
  grid-column: 1/5;
}
.page.home #contents .slider .module-plain-text .slide-contents .uk-slider-items.col3 li > *:nth-child(3n+2),
.page.home #contents .slider .module-plain-text .slide-contents .uk-slideshow-items.col3 li > *:nth-child(3n+2) {
  grid-column: 5/9;
}
.page.home #contents .slider .module-plain-text .slide-contents .uk-slider-items.col3 li > *:nth-child(3n),
.page.home #contents .slider .module-plain-text .slide-contents .uk-slideshow-items.col3 li > *:nth-child(3n) {
  grid-column: 9/-1;
}
.page.home #contents .slider .module-plain-text .uk-dotnav {
  margin-top: 1rem;
}
.page.home #venue .image-title {
  font-family: "p22-allyson-pro", sans-serif;
  line-height: 140%;
  letter-spacing: 0em;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .page.home #venue .module-image img {
    max-width: 10.25rem;
  }
}
.page.home #venue h4 {
  margin-bottom: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page.home #venue h4 {
    font-size: 0.84375rem;
  }
}
.page.home #venue h5 {
  margin-top: 0.5rem;
  text-align: center;
}
.page.home #venue p {
  line-height: 171.4285714286%;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .page.home #venue p {
    font-size: 0.8125rem;
    line-height: 157.6923076923%;
  }
}

.page.aboutus #primary .module_row .module-divider {
  margin: 6rem auto;
  border-color: #9f9e9c;
  border-width: 0.0625rem !important;
  width: 4rem !important;
}
@media screen and (max-width: 767px) {
  .page.aboutus #primary .module_row .module-divider {
    width: 2rem !important;
    margin: 4rem auto;
  }
}
.page.aboutus #primary .module_subrow[class*=bg_sec_0] {
  overflow: hidden;
}
.page.aboutus #primary .module_subrow[class*=bg_sec_0]::before {
  content: "";
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  width: 100%;
  background-size: cover;
  aspect-ratio: 1280/428;
}
@media screen and (max-width: 767px) {
  .page.aboutus #primary .module_subrow[class*=bg_sec_0]::before {
    width: 170%;
    left: -50vw;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
}
.page.aboutus #primary .module_subrow[class*=bg_sec_0] .image-content {
  margin-top: 3.5rem;
}
.page.aboutus #primary .module_subrow[class*=bg_sec_0] .image-content .image-caption .name {
  font-family: "Noto Serif JP", serif;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.18em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .page.aboutus #primary .module_subrow[class*=bg_sec_0] .image-content .image-caption .name {
    font-size: 1.6875rem;
  }
}
.page.aboutus #primary .module_subrow[class*=bg_sec_0] .image-content .image-caption .name_kana {
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 142.8571428571%;
  letter-spacing: 0.44em;
  color: #9f9e9c;
}
@media screen and (max-width: 767px) {
  .page.aboutus #primary .module_subrow[class*=bg_sec_0] .image-content .image-caption .name_kana {
    font-size: 0.75rem;
  }
}
.page.aboutus #primary .module_subrow.bg_sec_03::before {
  background-image: url("../../uploads/2023/12/about_sec_03_dit_bg_txt.svg");
}
.page.aboutus #primary .module_subrow.bg_sec_04::before {
  background-image: url("../../uploads/2023/12/about_sec_04_dit_bg_txt.svg");
}
.page.aboutus #primary .module_subrow.bg_sec_05_01::before {
  background-image: url("../../uploads/2023/12/about_sec_05_dit_bg_txt_01.svg");
}
.page.aboutus #primary .module_subrow.bg_sec_05_02::before {
  background-image: url("../../uploads/2023/12/about_sec_05_dit_bg_txt_02.svg");
}
.page.aboutus #primary #advisories p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 250%;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .page.aboutus #primary #advisories p {
    font-size: 0.9375rem;
    line-height: 240%;
  }
}

@media screen and (max-width: 767px) {
  .page.contents #primary #introduction .slide-contents .uk-slider-items,
  .page.contents #primary #introduction .slide-contents .uk-slideshow-items,
  .page.parent-page-contents #primary #introduction .slide-contents .uk-slider-items,
  .page.parent-page-contents #primary #introduction .slide-contents .uk-slideshow-items {
    height: 32.5rem;
  }
}
.page.contents #primary #introduction .slide-contents .uk-slider-items figure .frame,
.page.contents #primary #introduction .slide-contents .uk-slideshow-items figure .frame,
.page.parent-page-contents #primary #introduction .slide-contents .uk-slider-items figure .frame,
.page.parent-page-contents #primary #introduction .slide-contents .uk-slideshow-items figure .frame {
  width: 19.6875rem;
}
@media screen and (max-width: 767px) {
  .page.contents #primary #introduction .slide-contents .uk-slider-items figure .frame,
  .page.contents #primary #introduction .slide-contents .uk-slideshow-items figure .frame,
  .page.parent-page-contents #primary #introduction .slide-contents .uk-slider-items figure .frame,
  .page.parent-page-contents #primary #introduction .slide-contents .uk-slideshow-items figure .frame {
    width: 12.3125rem;
  }
}
.page.contents #primary #introduction .slide-contents .uk-slider-items figure .frame::before,
.page.contents #primary #introduction .slide-contents .uk-slideshow-items figure .frame::before,
.page.parent-page-contents #primary #introduction .slide-contents .uk-slider-items figure .frame::before,
.page.parent-page-contents #primary #introduction .slide-contents .uk-slideshow-items figure .frame::before {
  background-color: #595757;
  width: 19.6875rem;
}
@media screen and (max-width: 767px) {
  .page.contents #primary #introduction .slide-contents .uk-slider-items figure .frame::before,
  .page.contents #primary #introduction .slide-contents .uk-slideshow-items figure .frame::before,
  .page.parent-page-contents #primary #introduction .slide-contents .uk-slider-items figure .frame::before,
  .page.parent-page-contents #primary #introduction .slide-contents .uk-slideshow-items figure .frame::before {
    width: 12.3125rem;
  }
}
.page.contents #primary #introduction .slide-contents .uk-slider-items figure .frame img,
.page.contents #primary #introduction .slide-contents .uk-slideshow-items figure .frame img,
.page.parent-page-contents #primary #introduction .slide-contents .uk-slider-items figure .frame img,
.page.parent-page-contents #primary #introduction .slide-contents .uk-slideshow-items figure .frame img {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .page.contents #primary #introduction .slide-contents .uk-slider-items figure .frame img,
  .page.contents #primary #introduction .slide-contents .uk-slideshow-items figure .frame img,
  .page.parent-page-contents #primary #introduction .slide-contents .uk-slider-items figure .frame img,
  .page.parent-page-contents #primary #introduction .slide-contents .uk-slideshow-items figure .frame img {
    padding: 1.25rem;
  }
}
.page.contents #primary #introduction .slide-contents .uk-slider-items figure figcaption,
.page.contents #primary #introduction .slide-contents .uk-slideshow-items figure figcaption,
.page.parent-page-contents #primary #introduction .slide-contents .uk-slider-items figure figcaption,
.page.parent-page-contents #primary #introduction .slide-contents .uk-slideshow-items figure figcaption {
  color: #f9faf9;
}
@media screen and (max-width: 767px) {
  .page.contents #primary #introduction .slide-contents .uk-slider-items figure figcaption br,
  .page.contents #primary #introduction .slide-contents .uk-slideshow-items figure figcaption br,
  .page.parent-page-contents #primary #introduction .slide-contents .uk-slider-items figure figcaption br,
  .page.parent-page-contents #primary #introduction .slide-contents .uk-slideshow-items figure figcaption br {
    display: none;
  }
}
.page.contents #primary #introduction .slide-contents .uk-slider-items.col_all li,
.page.contents #primary #introduction .slide-contents .uk-slideshow-items.col_all li,
.page.parent-page-contents #primary #introduction .slide-contents .uk-slider-items.col_all li,
.page.parent-page-contents #primary #introduction .slide-contents .uk-slideshow-items.col_all li {
  display: grid;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 6rem;
  grid-auto-flow: row;
  grid-template-rows: subgrid;
  grid-row: span 3;
  position: relative;
}
.page.contents #primary #introduction .slide-contents .uk-slider-items.col_all li > *,
.page.contents #primary #introduction .slide-contents .uk-slideshow-items.col_all li > *,
.page.parent-page-contents #primary #introduction .slide-contents .uk-slider-items.col_all li > *,
.page.parent-page-contents #primary #introduction .slide-contents .uk-slideshow-items.col_all li > * {
  display: grid;
  grid-auto-flow: row;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 1rem;
}
.page.contents #primary #introduction .slide-contents .uk-slider-items.col_all li > *:nth-child(2n+1),
.page.contents #primary #introduction .slide-contents .uk-slideshow-items.col_all li > *:nth-child(2n+1),
.page.parent-page-contents #primary #introduction .slide-contents .uk-slider-items.col_all li > *:nth-child(2n+1),
.page.parent-page-contents #primary #introduction .slide-contents .uk-slideshow-items.col_all li > *:nth-child(2n+1) {
  grid-column: 1/7;
}
.page.contents #primary #introduction .slide-contents .uk-slider-items.col_all li > *:nth-child(2n),
.page.contents #primary #introduction .slide-contents .uk-slideshow-items.col_all li > *:nth-child(2n),
.page.parent-page-contents #primary #introduction .slide-contents .uk-slider-items.col_all li > *:nth-child(2n),
.page.parent-page-contents #primary #introduction .slide-contents .uk-slideshow-items.col_all li > *:nth-child(2n) {
  grid-column: 7/-1;
}
.page.contents #primary #introduction .slide-contents .uk-slider-items.col1 li,
.page.contents #primary #introduction .slide-contents .uk-slideshow-items.col1 li,
.page.parent-page-contents #primary #introduction .slide-contents .uk-slider-items.col1 li,
.page.parent-page-contents #primary #introduction .slide-contents .uk-slideshow-items.col1 li {
  display: grid;
  grid-auto-flow: row;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 1rem;
}
.page.contents #primary #introduction .slide-contents .uk-slider-items.col1 li > *,
.page.contents #primary #introduction .slide-contents .uk-slideshow-items.col1 li > *,
.page.parent-page-contents #primary #introduction .slide-contents .uk-slider-items.col1 li > *,
.page.parent-page-contents #primary #introduction .slide-contents .uk-slideshow-items.col1 li > * {
  display: grid;
  grid-auto-flow: row;
  grid-template-rows: subgrid;
  grid-row: span 3;
  row-gap: 1rem;
}
.page.contents #primary #introduction .slide-contents .uk-slider-items.col1 li .button_default,
.page.contents #primary #introduction .slide-contents .uk-slideshow-items.col1 li .button_default,
.page.parent-page-contents #primary #introduction .slide-contents .uk-slider-items.col1 li .button_default,
.page.parent-page-contents #primary #introduction .slide-contents .uk-slideshow-items.col1 li .button_default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page.contents #primary #introduction .slide-contents .uk-dotnav,
.page.parent-page-contents #primary #introduction .slide-contents .uk-dotnav {
  margin-top: 1rem;
}
.page.contents #primary #advisories,
.page.parent-page-contents #primary #advisories {
  /*
              @include mqn(md) {
                  .module_subrow {
                      &.col2 {
                          .subrow_inner {
                              display: flex;
                              justify-content: center;
                              gap: rem(56);

                              .sub_column.last {
                                  display: none;
                              }
                          }
                      }
                  }
              }
  */
}
.page.contents #primary #advisories .list_advisories,
.page.parent-page-contents #primary #advisories .list_advisories {
  display: grid;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  grid-template-columns: repeat(12, 1fr);
  row-gap: 6rem;
  grid-auto-flow: row;
}
@media screen and (max-width: 767px) {
  .page.contents #primary #advisories .list_advisories,
  .page.parent-page-contents #primary #advisories .list_advisories {
    grid-template-columns: repeat(6, 1fr);
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    row-gap: 3rem;
  }
}
.page.contents #primary #advisories .list_advisories > *,
.page.parent-page-contents #primary #advisories .list_advisories > * {
  grid-area: unset;
}
.page.contents #primary #advisories .list_advisories > *:nth-child(3n+1),
.page.parent-page-contents #primary #advisories .list_advisories > *:nth-child(3n+1) {
  grid-column: 1/5;
}
.page.contents #primary #advisories .list_advisories > *:nth-child(3n+2),
.page.parent-page-contents #primary #advisories .list_advisories > *:nth-child(3n+2) {
  grid-column: 5/9;
}
.page.contents #primary #advisories .list_advisories > *:nth-child(3n),
.page.parent-page-contents #primary #advisories .list_advisories > *:nth-child(3n) {
  grid-column: 9/-1;
}
.page.contents #primary #advisories .list_advisories > *:nth-child(4),
.page.parent-page-contents #primary #advisories .list_advisories > *:nth-child(4) {
  grid-column: 3/7;
}
.page.contents #primary #advisories .list_advisories > *:nth-child(5),
.page.parent-page-contents #primary #advisories .list_advisories > *:nth-child(5) {
  grid-column: 7/11;
}
@media screen and (max-width: 767px) {
  .page.contents #primary #advisories .list_advisories > *:nth-child(2n+1),
  .page.parent-page-contents #primary #advisories .list_advisories > *:nth-child(2n+1) {
    grid-column: 1/4;
  }
  .page.contents #primary #advisories .list_advisories > *:nth-child(2n),
  .page.parent-page-contents #primary #advisories .list_advisories > *:nth-child(2n) {
    grid-column: 4/-1;
  }
}
.page.contents #primary #advisories .description p,
.page.parent-page-contents #primary #advisories .description p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 250%;
  letter-spacing: 0.08em;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .page.contents #primary #advisories .description p,
  .page.parent-page-contents #primary #advisories .description p {
    font-size: 0.9375rem;
    line-height: 240%;
  }
}
.page.contents #primary #advisories .image-content,
.page.parent-page-contents #primary #advisories .image-content {
  margin-top: 1rem;
}
.page.contents #primary #advisories .image-content .image-caption h5,
.page.parent-page-contents #primary #advisories .image-content .image-caption h5 {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .page.contents #primary #advisories .image-content .image-caption h5,
  .page.parent-page-contents #primary #advisories .image-content .image-caption h5 {
    font-size: 0.5625rem;
  }
}
.page.contents #primary #advisories .image-content .image-caption .name,
.page.parent-page-contents #primary #advisories .image-content .image-caption .name {
  font-family: "Noto Serif JP", serif;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.18em;
  font-size: 1.75rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .page.contents #primary #advisories .image-content .image-caption .name,
  .page.parent-page-contents #primary #advisories .image-content .image-caption .name {
    font-size: 1.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .page.contents #primary #advisories .image-content .image-caption .name,
  .page.parent-page-contents #primary #advisories .image-content .image-caption .name {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .page.contents #primary #advisories .image-content .image-caption .name,
  .page.parent-page-contents #primary #advisories .image-content .image-caption .name {
    margin-top: 0.75rem;
  }
}
.page.contents #primary #advisories .image-content .image-caption .name small,
.page.parent-page-contents #primary #advisories .image-content .image-caption .name small {
  font-size: 70%;
}
.page.contents #primary #advisories .image-content .image-caption .name_kana,
.page.parent-page-contents #primary #advisories .image-content .image-caption .name_kana {
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 142.8571428571%;
  letter-spacing: 0.44em;
  font-size: 0.625rem;
  color: #9f9e9c;
}
@media screen and (max-width: 767px) {
  .page.contents #primary #advisories .image-content .image-caption .name_kana,
  .page.parent-page-contents #primary #advisories .image-content .image-caption .name_kana {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  .page.contents #primary #advisories .image-content .image-caption .name_kana,
  .page.parent-page-contents #primary #advisories .image-content .image-caption .name_kana {
    font-size: 0.4375rem;
  }
}
.page.contents.coordinate #primary .bg_elisabeth, .page.contents.coordinate #primary .bg_marie, .page.contents.coordinate #primary .bg_maria,
.page.parent-page-contents.coordinate #primary .bg_elisabeth,
.page.parent-page-contents.coordinate #primary .bg_marie,
.page.parent-page-contents.coordinate #primary .bg_maria {
  padding-bottom: 0;
}
.page.contents.coordinate #primary .bg_elisabeth .module_subrow, .page.contents.coordinate #primary .bg_marie .module_subrow, .page.contents.coordinate #primary .bg_maria .module_subrow,
.page.parent-page-contents.coordinate #primary .bg_elisabeth .module_subrow,
.page.parent-page-contents.coordinate #primary .bg_marie .module_subrow,
.page.parent-page-contents.coordinate #primary .bg_maria .module_subrow {
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .page.contents.coordinate #primary .bg_elisabeth .module_subrow, .page.contents.coordinate #primary .bg_marie .module_subrow, .page.contents.coordinate #primary .bg_maria .module_subrow,
  .page.parent-page-contents.coordinate #primary .bg_elisabeth .module_subrow,
  .page.parent-page-contents.coordinate #primary .bg_marie .module_subrow,
  .page.parent-page-contents.coordinate #primary .bg_maria .module_subrow {
    max-width: 21.875rem;
  }
}
.page.contents.coordinate #primary .bg_elisabeth::before, .page.contents.coordinate #primary .bg_marie::before, .page.contents.coordinate #primary .bg_maria::before,
.page.parent-page-contents.coordinate #primary .bg_elisabeth::before,
.page.parent-page-contents.coordinate #primary .bg_marie::before,
.page.parent-page-contents.coordinate #primary .bg_maria::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  z-index: 1;
  -webkit-animation: fadeInUp 1s forwards;
          animation: fadeInUp 1s forwards;
}
.page.contents.coordinate #primary .bg_elisabeth p, .page.contents.coordinate #primary .bg_marie p, .page.contents.coordinate #primary .bg_maria p,
.page.parent-page-contents.coordinate #primary .bg_elisabeth p,
.page.parent-page-contents.coordinate #primary .bg_marie p,
.page.parent-page-contents.coordinate #primary .bg_maria p {
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 314.2857142857%;
  letter-spacing: 0.12em;
  line-height: 200%;
  font-size: 0.9375rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .page.contents.coordinate #primary .bg_elisabeth p, .page.contents.coordinate #primary .bg_marie p, .page.contents.coordinate #primary .bg_maria p,
  .page.parent-page-contents.coordinate #primary .bg_elisabeth p,
  .page.parent-page-contents.coordinate #primary .bg_marie p,
  .page.parent-page-contents.coordinate #primary .bg_maria p {
    font-size: 0.9375rem;
    line-height: 240%;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  .page.contents.coordinate #primary .bg_elisabeth p, .page.contents.coordinate #primary .bg_marie p, .page.contents.coordinate #primary .bg_maria p,
  .page.parent-page-contents.coordinate #primary .bg_elisabeth p,
  .page.parent-page-contents.coordinate #primary .bg_marie p,
  .page.parent-page-contents.coordinate #primary .bg_maria p {
    letter-spacing: 0.02em;
    font-size: 0.875rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .page.contents.coordinate #primary .bg_elisabeth p, .page.contents.coordinate #primary .bg_marie p, .page.contents.coordinate #primary .bg_maria p,
  .page.parent-page-contents.coordinate #primary .bg_elisabeth p,
  .page.parent-page-contents.coordinate #primary .bg_marie p,
  .page.parent-page-contents.coordinate #primary .bg_maria p {
    z-index: 1;
    position: relative;
  }
}
.page.contents.coordinate #primary .bg_elisabeth::before,
.page.parent-page-contents.coordinate #primary .bg_elisabeth::before {
  background-image: url("../../uploads/2024/01/cont_02_sec01_bg_txt.svg");
  aspect-ratio: 229/695;
  right: 0;
  top: 1.25rem;
  width: 14.3125rem;
}
@media screen and (max-width: 767px) {
  .page.contents.coordinate #primary .bg_elisabeth::before,
  .page.parent-page-contents.coordinate #primary .bg_elisabeth::before {
    width: 8.25rem;
    top: 11.125rem;
  }
}
.page.contents.coordinate #primary .bg_marie::before,
.page.parent-page-contents.coordinate #primary .bg_marie::before {
  background-image: url("../../uploads/2024/01/cont_02_sec02_bg_txt.svg");
  aspect-ratio: 228/588;
  left: 0;
  top: 1.25rem;
  width: 14.25rem;
}
@media screen and (max-width: 767px) {
  .page.contents.coordinate #primary .bg_marie::before,
  .page.parent-page-contents.coordinate #primary .bg_marie::before {
    width: 8.25rem;
    top: 10rem;
    left: unset;
    right: 0;
  }
}
.page.contents.coordinate #primary .bg_maria::before,
.page.parent-page-contents.coordinate #primary .bg_maria::before {
  background-image: url("../../uploads/2024/01/cont_02_sec03_bg_txt.svg");
  aspect-ratio: 222/596;
  right: 0;
  top: 1.25rem;
  width: 13.875rem;
}
@media screen and (max-width: 767px) {
  .page.contents.coordinate #primary .bg_maria::before,
  .page.parent-page-contents.coordinate #primary .bg_maria::before {
    width: 8rem;
    top: 7.5rem;
  }
}
.page.contents.menu #primary #wedding_menu .module_subrow.bg_mikuni,
.page.parent-page-contents.menu #primary #wedding_menu .module_subrow.bg_mikuni {
  overflow: hidden;
}
.page.contents.menu #primary #wedding_menu .module_subrow.bg_mikuni::before,
.page.parent-page-contents.menu #primary #wedding_menu .module_subrow.bg_mikuni::before {
  content: "";
  background-image: url("../../uploads/2023/12/about_sec_03_dit_bg_txt.svg");
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  width: 100%;
  background-size: cover;
  aspect-ratio: 1280/428;
}
@media screen and (max-width: 767px) {
  .page.contents.menu #primary #wedding_menu .module_subrow.bg_mikuni::before,
  .page.parent-page-contents.menu #primary #wedding_menu .module_subrow.bg_mikuni::before {
    width: 170%;
    left: -50vw;
    -webkit-transform: rotate(-25deg);
            transform: rotate(-25deg);
  }
}
.page.contents.menu #primary #wedding_menu .module-image .image-caption,
.page.parent-page-contents.menu #primary #wedding_menu .module-image .image-caption {
  margin-top: 1rem;
}
.page.contents.menu #primary #wedding_menu .module-image .image-caption h5,
.page.parent-page-contents.menu #primary #wedding_menu .module-image .image-caption h5 {
  font-size: 1.125rem;
  line-height: 172%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .page.contents.menu #primary #wedding_menu .module-image .image-caption h5,
  .page.parent-page-contents.menu #primary #wedding_menu .module-image .image-caption h5 {
    font-size: 0.875rem;
  }
}
.page.contents.menu #primary #wedding_menu .module-image .image-caption .name,
.page.parent-page-contents.menu #primary #wedding_menu .module-image .image-caption .name {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.1875rem;
  line-height: 200%;
  letter-spacing: 0.24em;
}
@media screen and (max-width: 767px) {
  .page.contents.menu #primary #wedding_menu .module-image .image-caption .name,
  .page.parent-page-contents.menu #primary #wedding_menu .module-image .image-caption .name {
    font-size: 1.6875rem;
  }
}
.page.contents.menu #primary #wedding_menu .module-image .image-caption .name_kana,
.page.parent-page-contents.menu #primary #wedding_menu .module-image .image-caption .name_kana {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
  line-height: 120%;
  letter-spacing: 0.44em;
  color: #9f9e9c;
}
@media screen and (max-width: 767px) {
  .page.contents.menu #primary #wedding_menu .module-image .image-caption .name_kana,
  .page.parent-page-contents.menu #primary #wedding_menu .module-image .image-caption .name_kana {
    font-size: 0.75rem;
  }
}
.page.contents.menu #primary #gallery .fullwidth,
.page.parent-page-contents.menu #primary #gallery .fullwidth {
  max-width: 100%;
}
.page.contents.menu #primary #gallery .fullwidth .en,
.page.parent-page-contents.menu #primary #gallery .fullwidth .en {
  font-family: "Noto Serif JP", serif;
  font-size: 1.3125rem;
  letter-spacing: 0em;
  line-height: 180%;
  color: #a05957;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page.contents.menu #primary #gallery .fullwidth .en,
  .page.parent-page-contents.menu #primary #gallery .fullwidth .en {
    font-size: 0.875rem;
  }
}
.page.contents.menu #primary #gallery .fullwidth .ja,
.page.parent-page-contents.menu #primary #gallery .fullwidth .ja {
  font-family: "Noto Serif JP", serif;
  font-size: 1.3125rem;
  letter-spacing: 0.06em;
  line-height: 214%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .page.contents.menu #primary #gallery .fullwidth .ja,
  .page.parent-page-contents.menu #primary #gallery .fullwidth .ja {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .page.contents.menu #primary #gallery .fullwidth .right,
  .page.parent-page-contents.menu #primary #gallery .fullwidth .right {
    width: 31.25rem;
  }
}
@media screen and (max-width: 767px) {
  .page.contents.menu #primary #gallery .fullwidth img,
  .page.parent-page-contents.menu #primary #gallery .fullwidth img {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(10.9375rem - 50vw);
  }
  .page.contents.menu #primary #gallery .fullwidth .sub_column:nth-child(2),
  .page.parent-page-contents.menu #primary #gallery .fullwidth .sub_column:nth-child(2) {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .page.contents.menu #primary #gallery .module-image img,
  .page.parent-page-contents.menu #primary #gallery .module-image img {
    max-width: 18.75rem;
  }
}
.page.contents.menu #primary #gallery .module-image .image-content .image-caption,
.page.parent-page-contents.menu #primary #gallery .module-image .image-content .image-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
  gap: 1rem;
}
.page.contents.menu #primary #gallery .module-image .image-content .image-caption .en,
.page.parent-page-contents.menu #primary #gallery .module-image .image-content .image-caption .en {
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 138.8888888889%;
  letter-spacing: 0.03em;
  color: #a05957;
  text-align: left;
  display: block;
}
@media screen and (max-width: 767px) {
  .page.contents.menu #primary #gallery .module-image .image-content .image-caption .en,
  .page.parent-page-contents.menu #primary #gallery .module-image .image-content .image-caption .en {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .page.contents.menu #primary #gallery .module-image .image-content .image-caption .en,
  .page.parent-page-contents.menu #primary #gallery .module-image .image-content .image-caption .en {
    text-align: center;
  }
}
.page.contents.menu #primary #gallery .module-image .image-content .image-caption .ja,
.page.parent-page-contents.menu #primary #gallery .module-image .image-content .image-caption .ja {
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 138.8888888889%;
  letter-spacing: 0.03em;
  font-size: 1rem;
  text-align: left;
  display: block;
}
@media screen and (max-width: 767px) {
  .page.contents.menu #primary #gallery .module-image .image-content .image-caption .ja,
  .page.parent-page-contents.menu #primary #gallery .module-image .image-content .image-caption .ja {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .page.contents.menu #primary #gallery .module-image .image-content .image-caption .ja,
  .page.parent-page-contents.menu #primary #gallery .module-image .image-content .image-caption .ja {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .page.contents.menu #primary #gallery .module-divider,
  .page.parent-page-contents.menu #primary #gallery .module-divider {
    border-color: #9f9e9c;
    border-width: 0.0625rem !important;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .page.contents.menu #primary #gallery.module_row .module-divider,
  .page.parent-page-contents.menu #primary #gallery.module_row .module-divider {
    border-color: #9f9e9c;
    border-width: 0.0625rem !important;
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}
.page.contents.message #primary .message,
.page.parent-page-contents.message #primary .message {
  max-width: 34.375rem;
}
.page.contents.message #primary .message h3,
.page.parent-page-contents.message #primary .message h3 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .page.contents.message #primary .message h3,
  .page.parent-page-contents.message #primary .message h3 {
    margin-top: 4rem;
  }
}
.page.contents.message #primary .message .signiture img,
.page.parent-page-contents.message #primary .message .signiture img {
  width: 21.0625rem;
}
@media screen and (max-width: 767px) {
  .page.contents.message #primary .message .signiture img,
  .page.parent-page-contents.message #primary .message .signiture img {
    width: 12.375rem;
  }
}
.page.contents.sky #primary .fullwidth,
.page.parent-page-contents.sky #primary .fullwidth {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .page.contents.sky #primary .bg .fancy-heading,
  .page.parent-page-contents.sky #primary .bg .fancy-heading {
    text-align: left;
  }
  .page.contents.sky #primary .bg .fullwidth,
  .page.parent-page-contents.sky #primary .bg .fullwidth {
    display: grid;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    grid-template-columns: repeat(24, 1fr);
    grid-auto-flow: row;
  }
  .page.contents.sky #primary .bg .fullwidth .sub_column:nth-child(1),
  .page.parent-page-contents.sky #primary .bg .fullwidth .sub_column:nth-child(1) {
    grid-column: 5/14;
  }
  .page.contents.sky #primary .bg .fullwidth .sub_column:nth-child(2),
  .page.parent-page-contents.sky #primary .bg .fullwidth .sub_column:nth-child(2) {
    grid-column: 15/-1;
  }
}
.page.contents.wine #primary #Introduction .module-image.logo img,
.page.parent-page-contents.wine #primary #Introduction .module-image.logo img {
  width: 9.375rem;
}
@media screen and (max-width: 767px) {
  .page.contents.wine #primary #Introduction .module-image.logo img,
  .page.parent-page-contents.wine #primary #Introduction .module-image.logo img {
    width: 6rem;
  }
}
.page.contents.wine #primary #Introduction .module-image img,
.page.parent-page-contents.wine #primary #Introduction .module-image img {
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .page.contents.wine #primary #Introduction .module-image img,
  .page.parent-page-contents.wine #primary #Introduction .module-image img {
    width: 12.5rem;
  }
}
.page.contents.wine #primary #Introduction .module-image .image-caption,
.page.parent-page-contents.wine #primary #Introduction .module-image .image-caption {
  text-align: left;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .page.contents.wine #primary #Introduction .module-image .image-caption,
  .page.parent-page-contents.wine #primary #Introduction .module-image .image-caption {
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
.page.contents.wine #primary #Introduction .module-image .image-caption .en,
.page.parent-page-contents.wine #primary #Introduction .module-image .image-caption .en {
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  letter-spacing: 0em;
  line-height: 150%;
  color: #a05957;
  display: block;
}
@media screen and (max-width: 767px) {
  .page.contents.wine #primary #Introduction .module-image .image-caption .en,
  .page.parent-page-contents.wine #primary #Introduction .module-image .image-caption .en {
    font-size: 0.875rem;
  }
}
.page.contents.wine #primary #Introduction .module-image .image-caption .ja,
.page.parent-page-contents.wine #primary #Introduction .module-image .image-caption .ja {
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  line-height: 150%;
  display: block;
  white-space: pre-line;
}
@media screen and (max-width: 767px) {
  .page.contents.wine #primary #Introduction .module-image .image-caption .ja,
  .page.parent-page-contents.wine #primary #Introduction .module-image .image-caption .ja {
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .page.contents.wine #primary #Introduction .module-image .image-caption::after,
  .page.parent-page-contents.wine #primary #Introduction .module-image .image-caption::after {
    content: "";
    display: inline-block;
    height: 0.0625rem;
    border-bottom: 0.0625rem solid #9f9e9c;
    margin-top: 0.5rem;
    width: 2rem;
  }
}
.page.contents.dress #primary #elisabeth,
.page.parent-page-contents.dress #primary #elisabeth {
  background-color: #eeeeff;
}
.page.contents.dress #primary #elisabeth .fancy-heading .main-head,
.page.parent-page-contents.dress #primary #elisabeth .fancy-heading .main-head {
  color: #beb6d9;
}
.page.contents.dress #primary #elisabeth .fancy-heading .main-head + .sub-head,
.page.parent-page-contents.dress #primary #elisabeth .fancy-heading .main-head + .sub-head {
  color: #beb6d9;
}
.page.contents.dress #primary #elisabeth .fancy-heading .main-head + .sub-head::before,
.page.parent-page-contents.dress #primary #elisabeth .fancy-heading .main-head + .sub-head::before {
  border-color: #beb6d9;
}
.page.contents.dress #primary #elisabeth .module_subrow + .module_subrow,
.page.parent-page-contents.dress #primary #elisabeth .module_subrow + .module_subrow {
  margin-top: 0;
}
.page.contents.dress #primary #marie,
.page.parent-page-contents.dress #primary #marie {
  background-color: #fdeaed;
}
.page.contents.dress #primary #marie .fancy-heading .main-head,
.page.parent-page-contents.dress #primary #marie .fancy-heading .main-head {
  color: #ee869a;
}
.page.contents.dress #primary #marie .fancy-heading .main-head + .sub-head,
.page.parent-page-contents.dress #primary #marie .fancy-heading .main-head + .sub-head {
  color: #ee869a;
}
.page.contents.dress #primary #marie .fancy-heading .main-head + .sub-head::before,
.page.parent-page-contents.dress #primary #marie .fancy-heading .main-head + .sub-head::before {
  border-color: #ee869a;
}
.page.contents.dress #primary #marie .module_subrow + .module_subrow,
.page.parent-page-contents.dress #primary #marie .module_subrow + .module_subrow {
  margin-top: 0;
}
.page.contents.dress #primary #maria,
.page.parent-page-contents.dress #primary #maria {
  background-color: #f8f7f0;
}
.page.contents.dress #primary #maria .fancy-heading .main-head,
.page.parent-page-contents.dress #primary #maria .fancy-heading .main-head {
  color: #cfc795;
}
.page.contents.dress #primary #maria .fancy-heading .main-head + .sub-head,
.page.parent-page-contents.dress #primary #maria .fancy-heading .main-head + .sub-head {
  color: #cfc795;
}
.page.contents.dress #primary #maria .fancy-heading .main-head + .sub-head::before,
.page.parent-page-contents.dress #primary #maria .fancy-heading .main-head + .sub-head::before {
  border-color: #cfc795;
}
.page.contents.dress #primary #maria .module_subrow + .module_subrow,
.page.parent-page-contents.dress #primary #maria .module_subrow + .module_subrow {
  margin-top: 0;
}
.page.contents.dress #primary .module-fancy-heading.fancy-script .fancy-heading .main-head,
.page.parent-page-contents.dress #primary .module-fancy-heading.fancy-script .fancy-heading .main-head {
  font-family: "sweet-fancy-script", sans-serif;
  font-size: 6rem;
  white-space: nowrap;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .page.contents.dress #primary .module-fancy-heading.fancy-script .fancy-heading .main-head,
  .page.parent-page-contents.dress #primary .module-fancy-heading.fancy-script .fancy-heading .main-head {
    font-size: 4.5rem;
  }
}
.page.contents.dress #primary .module-fancy-heading.fancy-script .fancy-heading .main-head + .sub-head,
.page.parent-page-contents.dress #primary .module-fancy-heading.fancy-script .fancy-heading .main-head + .sub-head {
  font-family: "trajan-sans-pro", sans-serif;
  font-size: 0.875rem;
  padding-top: 0;
}
.page.contents.dress #primary .module-fancy-heading.fancy-script .fancy-heading .main-head + .sub-head::before,
.page.parent-page-contents.dress #primary .module-fancy-heading.fancy-script .fancy-heading .main-head + .sub-head::before {
  width: calc(50vw + 50%);
}
.page.contents.dress #primary .module-fancy-heading.fancy-script .fancy-heading::after,
.page.parent-page-contents.dress #primary .module-fancy-heading.fancy-script .fancy-heading::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .page.contents.dress #primary #elisabeth .uk-slideshow-items, .page.contents.dress #primary #maria .uk-slideshow-items, .page.contents.dress #primary #marie .uk-slideshow-items,
  .page.parent-page-contents.dress #primary #elisabeth .uk-slideshow-items,
  .page.parent-page-contents.dress #primary #maria .uk-slideshow-items,
  .page.parent-page-contents.dress #primary #marie .uk-slideshow-items {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    max-width: 100vw !important;
  }
}
.page.contents.dress #primary #elisabeth .uk-thumbnav, .page.contents.dress #primary #maria .uk-thumbnav, .page.contents.dress #primary #marie .uk-thumbnav,
.page.parent-page-contents.dress #primary #elisabeth .uk-thumbnav,
.page.parent-page-contents.dress #primary #maria .uk-thumbnav,
.page.parent-page-contents.dress #primary #marie .uk-thumbnav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .page.contents.dress #primary #elisabeth .uk-thumbnav, .page.contents.dress #primary #maria .uk-thumbnav, .page.contents.dress #primary #marie .uk-thumbnav,
  .page.parent-page-contents.dress #primary #elisabeth .uk-thumbnav,
  .page.parent-page-contents.dress #primary #maria .uk-thumbnav,
  .page.parent-page-contents.dress #primary #marie .uk-thumbnav {
    margin-top: 1.5rem;
  }
}
.page.contents.dress #primary #elisabeth .uk-thumbnav li, .page.contents.dress #primary #maria .uk-thumbnav li, .page.contents.dress #primary #marie .uk-thumbnav li,
.page.parent-page-contents.dress #primary #elisabeth .uk-thumbnav li,
.page.parent-page-contents.dress #primary #maria .uk-thumbnav li,
.page.parent-page-contents.dress #primary #marie .uk-thumbnav li {
  grid-row: 1;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media screen and (max-width: 767px) {
  .page.contents.dress #primary #elisabeth .uk-thumbnav li, .page.contents.dress #primary #maria .uk-thumbnav li, .page.contents.dress #primary #marie .uk-thumbnav li,
  .page.parent-page-contents.dress #primary #elisabeth .uk-thumbnav li,
  .page.parent-page-contents.dress #primary #maria .uk-thumbnav li,
  .page.parent-page-contents.dress #primary #marie .uk-thumbnav li {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
.page.contents.dress #primary #elisabeth .uk-thumbnav li.uk-active, .page.contents.dress #primary #maria .uk-thumbnav li.uk-active, .page.contents.dress #primary #marie .uk-thumbnav li.uk-active,
.page.parent-page-contents.dress #primary #elisabeth .uk-thumbnav li.uk-active,
.page.parent-page-contents.dress #primary #maria .uk-thumbnav li.uk-active,
.page.parent-page-contents.dress #primary #marie .uk-thumbnav li.uk-active {
  display: none;
}
.page.contents.dress #primary #elisabeth .uk-thumbnav li.uk-active + :nth-child(3), .page.contents.dress #primary #maria .uk-thumbnav li.uk-active + :nth-child(3), .page.contents.dress #primary #marie .uk-thumbnav li.uk-active + :nth-child(3),
.page.parent-page-contents.dress #primary #elisabeth .uk-thumbnav li.uk-active + :nth-child(3),
.page.parent-page-contents.dress #primary #maria .uk-thumbnav li.uk-active + :nth-child(3),
.page.parent-page-contents.dress #primary #marie .uk-thumbnav li.uk-active + :nth-child(3) {
  grid-column: 1/2;
}
.page.contents.dress #primary #elisabeth .uk-thumbnav li img, .page.contents.dress #primary #maria .uk-thumbnav li img, .page.contents.dress #primary #marie .uk-thumbnav li img,
.page.parent-page-contents.dress #primary #elisabeth .uk-thumbnav li img,
.page.parent-page-contents.dress #primary #maria .uk-thumbnav li img,
.page.parent-page-contents.dress #primary #marie .uk-thumbnav li img {
  aspect-ratio: 234/180;
  -o-object-fit: cover;
     object-fit: cover;
  width: 14.625rem;
}
@media screen and (max-width: 767px) {
  .page.contents.dress #primary #elisabeth .uk-thumbnav li img, .page.contents.dress #primary #maria .uk-thumbnav li img, .page.contents.dress #primary #marie .uk-thumbnav li img,
  .page.parent-page-contents.dress #primary #elisabeth .uk-thumbnav li img,
  .page.parent-page-contents.dress #primary #maria .uk-thumbnav li img,
  .page.parent-page-contents.dress #primary #marie .uk-thumbnav li img {
    width: 10.125rem;
  }
}

.page.habsburg #primary .bg_habsburg::before {
  background-size: cover;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.page.habsburg #primary #origin .module-image.portrait img, .page.habsburg #primary #origin figure.portrait img {
  max-width: 20.625rem;
}
@media screen and (max-width: 767px) {
  .page.habsburg #primary #origin .module-image.portrait img, .page.habsburg #primary #origin figure.portrait img {
    max-width: 12.5rem;
  }
}
.page.habsburg #primary #origin .module-plain-text {
  overflow: hidden;
}
.page.habsburg #primary #origin .module-plain-text h3 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page.habsburg #primary #origin figure.left {
    float: left;
    margin-right: 2rem;
  }
  .page.habsburg #primary #origin figure.right {
    float: right;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .page.habsburg #primary #origin figure {
    text-align: center;
    margin-bottom: 1rem;
  }
}
.page.habsburg #primary #origin figcaption, .page.habsburg #primary #origin .image-content {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.page.habsburg #primary #origin figcaption .name_en, .page.habsburg #primary #origin .image-content .name_en {
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 314.2857142857%;
  letter-spacing: 0.12em;
  color: #a05957;
  display: block;
  line-height: 220%;
}
@media screen and (max-width: 767px) {
  .page.habsburg #primary #origin figcaption .name_en, .page.habsburg #primary #origin .image-content .name_en {
    font-size: 0.9375rem;
    line-height: 240%;
    letter-spacing: 0.05em;
  }
}
.page.habsburg #primary #origin figcaption .name_ja, .page.habsburg #primary #origin .image-content .name_ja {
  font-family: "Noto Serif JP", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 250%;
  letter-spacing: 0.08em;
  font-weight: 500;
  display: block;
  line-height: 165%;
}
@media screen and (max-width: 767px) {
  .page.habsburg #primary #origin figcaption .name_ja, .page.habsburg #primary #origin .image-content .name_ja {
    font-size: 0.9375rem;
    line-height: 240%;
  }
}
@media screen and (max-width: 767px) {
  .page.habsburg #primary #origin figcaption .name_ja, .page.habsburg #primary #origin .image-content .name_ja {
    font-size: 0.875rem;
  }
}
.page.habsburg #primary #origin figcaption h5, .page.habsburg #primary #origin .image-content h5 {
  font-family: "Noto Sans JP", "Roboto", "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 0.875rem;
  font-weight: 200;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 214.2857142857%;
  letter-spacing: 0.04em;
  line-height: 150%;
}
@media screen and (max-width: 767px) {
  .page.habsburg #primary #origin figcaption h5, .page.habsburg #primary #origin .image-content h5 {
    font-size: 0.875rem;
    line-height: 171.4285714286%;
  }
}
@media screen and (max-width: 767px) {
  .page.habsburg #primary #origin figcaption h5, .page.habsburg #primary #origin .image-content h5 {
    font-size: 0.75rem;
  }
}
.page.habsburg #primary #origin .note {
  font-size: 0.625rem;
  line-height: 170%;
  display: block;
  margin-top: 1rem;
}
.page.habsburg #primary #origin [class*=bg_1]::before {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .page.habsburg #primary #origin .bg_1273 {
    margin-top: 4rem;
  }
}
.page.habsburg #primary #origin .bg_1273::before {
  content: "";
  background-image: url("../../uploads/2023/12/habsbrug_origin_bg_1273.svg");
  aspect-ratio: 510/173;
  left: -13.4375rem;
  top: -9.375rem;
  width: 31.875rem;
}
@media screen and (max-width: 767px) {
  .page.habsburg #primary #origin .bg_1273::before {
    left: calc(10.9375rem - 50vw);
    width: 13.9375rem;
    top: -4rem;
  }
}
.page.habsburg #primary #origin .bg_1516::before {
  content: "";
  background-image: url("../../uploads/2023/12/habsbrug_origin_bg_1516.svg");
  aspect-ratio: 510/173;
  right: -13.4375rem;
  bottom: 7.5rem;
  width: 31.875rem;
}
@media screen and (max-width: 767px) {
  .page.habsburg #primary #origin .bg_1516::before {
    width: 13.9375rem;
    bottom: unset;
    top: -1.5rem;
    right: calc(10.9375rem - 50vw);
  }
}
.page.habsburg #primary #origin .bg_1648::before {
  content: "";
  background-image: url("../../uploads/2023/12/habsbrug_origin_bg_1648.svg");
  aspect-ratio: 523/173;
  left: -13.4375rem;
  bottom: 7.5rem;
  width: 32.6875rem;
}
@media screen and (max-width: 767px) {
  .page.habsburg #primary #origin .bg_1648::before {
    width: 16.3125rem;
    left: unset;
    bottom: unset;
    right: calc(10.9375rem - 50vw);
    top: -1.5rem;
  }
}
.page.habsburg #primary #origin .bg_1806::before {
  content: "";
  background-image: url("../../uploads/2023/12/habsbrug_origin_bg_1806.svg");
  aspect-ratio: 557/173;
  right: -13.4375rem;
  bottom: 7.5rem;
  width: 34.8125rem;
}
@media screen and (max-width: 767px) {
  .page.habsburg #primary #origin .bg_1806::before {
    width: 17.625rem;
    right: unset;
    bottom: unset;
    left: calc(10.9375rem - 50vw);
    top: -1rem;
  }
}
.page.habsburg #primary .module_row .module-divider {
  margin: 6rem 0 2rem;
  border-color: #9f9e9c;
  border-width: 0.0625rem !important;
}
@media screen and (max-width: 767px) {
  .page.habsburg #primary .module_row .module-divider {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.page.habsburg #primary .module_row .module_subrow.subgrid .sub_column, .page.habsburg #primary .module_row .module_subrow.subgrid .tb-column-inner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media screen and (max-width: 767px) {
  .page.habsburg #primary .module_row .module_subrow .sub_column + .sub_column .module-divider {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .page.license #brand .subgrid .sub_column + .sub_column {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .page.license #brand .module_subrow + .module_subrow {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .page.contact .module_row.contact {
    padding-bottom: 0.5rem !important;
  }
}/*# sourceMappingURL=style.css.map */