@charset "UTF-8";
/*
Theme Name:     PYAMO WEB
Theme URI:      https://digiheads.co.jp/
Description:    Base Theme
Author:         Digiheads Inc.
Author URI:     https://digiheads.co.jp/
Version:        1.0.0
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-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  color: inherit;
  line-height: inherit;
  text-transform: inherit;
}

/* 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 #c9caca;
  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 #c9caca;
  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 #c9caca;
  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 #3e3a39;
  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: #3e3a39;
  content: "";
}
#primary select {
  width: 100%;
  background-color: #FFFFFF;
  font-family: "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 150%;
}
#primary select {
  letter-spacing: 0.04em;
}
#primary select {
  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 #c9caca;
  border-radius: 0.375rem;
  padding: 0.9375rem 0.75rem;
  height: 3.5rem;
  color: #3e3a39;
}
#primary select.is_empty {
  color: #608984;
}
#primary .wpcf7-spinner {
  position: absolute;
}
#primary .wpcf7-not-valid-tip {
  margin-top: 0.5rem;
  color: #DD3352;
  font-family: "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 150%;
}
#primary .wpcf7-not-valid-tip {
  letter-spacing: 0.04em;
}
#primary .wpcf7-not-valid-tip {
  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: #3e3a39;
  color: #999;
  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: "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 175%;
}
#primary .wpcf7 form .wpcf7-response-output {
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  #primary .wpcf7 form .wpcf7-response-output {
    font-size: 0.875rem;
  }
}
#primary .wpcf7 form .wpcf7-response-output {
  line-height: 131.25%;
  font-weight: 500;
}
#primary .wpcf7 form .wpcf7-response-output {
  border: none;
  border-radius: 0.375rem;
}
#primary .wpcf7 form.invalid .wpcf7-response-output {
  color: #DD3352;
  background-color: rgba(221, 51, 82, 0.2);
}
#primary .wpcf7 form.invalid .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: "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 175%;
}
#primary .wpcf7 form .form_section .ent_box .fm_tit {
  letter-spacing: 0em;
}
@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 {
  line-height: 131.25%;
  font-weight: 500;
}
#primary .wpcf7 form .form_section .ent_box .fm_tit {
  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;
}
#primary .wpcf7 form .form_section .ent_box .fm_tit .required {
  font-family: "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 150%;
}
#primary .wpcf7 form .form_section .ent_box .fm_tit .required {
  letter-spacing: 0.04em;
}
#primary .wpcf7 form .form_section .ent_box .fm_tit .required {
  font-weight: 500;
}
#primary .wpcf7 form .form_section .ent_box .fm_tit .required {
  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: "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 175%;
}
#primary .wpcf7 form .form_section .entry_notes pre {
  letter-spacing: 0.1em;
}
#primary .wpcf7 form .form_section .entry_notes pre {
  white-space: pre-line;
}
#primary .wpcf7 form .form_section dt {
  font-weight: 500;
}
#primary .wpcf7 form .form_section hr {
  margin: 4em 0;
}
#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: #efefef;
  padding: 1.5rem;
  border-radius: 0.75rem;
  font-family: "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 175%;
}
#primary .wpcf7 form .from_chk .wpcf7-form-control-wrap .wpcf7-acceptance {
  letter-spacing: 0em;
}
@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 {
  line-height: 131.25%;
  font-weight: 500;
}
#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: #666;
  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: #5e5e5e;
}
#primary .wpcf7 form .from_chk .wpcf7-form-control-wrap .wpcf7-acceptance .required {
  font-family: "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 150%;
}
#primary .wpcf7 form .from_chk .wpcf7-form-control-wrap .wpcf7-acceptance .required {
  letter-spacing: 0.04em;
}
#primary .wpcf7 form .from_chk .wpcf7-form-control-wrap .wpcf7-acceptance .required {
  font-weight: 500;
}
#primary .wpcf7 form .from_chk .wpcf7-form-control-wrap .wpcf7-acceptance .required {
  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;
}

.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: 0;
          animation-delay: 0;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@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);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes uk-slide-right-small {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
  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: 0;
          animation-delay: 0;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@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);
            transform: translateY(0);
  }
  50% {
    -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);
            transform: translateY(0);
  }
  50% {
    -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);
  }
}
.icon_menu::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='lyer2' data-name='lyer2' xmlns='http://www.w3.org/2000/svg' width='24' height='18' viewBox='0 0 24 18'%3E%3Cg id='out_parts'%3E%3Cg id='icon_nv_open'%3E%3Crect width='24' height='2' style='fill: %23fff;'/%3E%3Crect y='8' width='24' height='2' style='fill: %23fff;'/%3E%3Crect y='16' width='24' height='2' style='fill: %23fff;'/%3E%3C/g%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:%23333;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:%23333;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: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='layer2' data-name='layer2' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg id='out_parts'%3E%3Cg id='icon_arrow_rd_after'%3E%3Ccircle cx='16' cy='16' r='16' style='fill: %23608984;'/%3E%3Cpolygon points='16.02 10.01 15.293 10.739 20.031 15.485 10 15.485 10 16.515 20.031 16.515 15.273 21.282 16 22.01 22 16 16.02 10.01' style='fill: %23fff;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 2rem;
  height: 2rem;
}

.icon_news_arrow {
  width: 1rem;
  height: 1rem;
  position: relative;
}
.icon_news_arrow::after {
  background-color: #98b45c;
  content: "";
  -webkit-mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='layer3' data-name='layer3' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='out_parts'%3E%3Cpolygon id='icon_arrow_nol_after' points='8 0 7.273 .727 14.031 7.486 0 7.486 0 8.514 14.031 8.514 7.273 15.273 8 16 16 8 8 0' style='fill: %23618c8e;'/%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='layer3' data-name='layer3' xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='out_parts'%3E%3Cpolygon id='icon_arrow_nol_after' points='8 0 7.273 .727 14.031 7.486 0 7.486 0 8.514 14.031 8.514 7.273 15.273 8 16 16 8 8 0' style='fill: %23618c8e;'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-size: cover;
          mask-size: cover;
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.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: #666;
  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: #666;
  z-index: 1;
}

.button_default.center {
  text-align: center;
}
.button_default.invert .module-buttons-item .ui {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 0 1rem;
  text-decoration: none !important;
  font-family: "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 200;
  line-height: 1;
}
.button_default.invert .module-buttons-item .ui {
  letter-spacing: 0.1em;
}
.button_default.invert .module-buttons-item .ui {
  will-change: transform;
}
.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 span {
  color: #3e3a39;
}
.button_default.invert .module-buttons-item .ui::before {
  background-color: #3e3a39;
}
.button_default.invert .module-buttons-item .ui::after {
  background-color: rgba(62, 58, 57, 0.25);
}
.button_default.border .module-buttons-item .ui {
  margin-top: 0;
  color: #3e3a39;
}
.button_default .module-buttons-item {
  /*position: relative;*/
}
.button_default .module-buttons-item .ui {
  /*@include default();*/
  /*min-width: rem(140);*/
  font-size: 1rem;
  border: none;
  margin: 0;
  font-weight: 200;
  background-color: #FFFFFF;
  padding: 0;
}
.button_default .module-buttons-item .ui::after {
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='layer2' data-name='layer2' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cg id='out_parts'%3E%3Cg id='icon_arrow_rd_after'%3E%3Ccircle cx='16' cy='16' r='16' style='fill: %23608984;'/%3E%3Cpolygon points='16.02 10.01 15.293 10.739 20.031 15.485 10 15.485 10 16.515 20.031 16.515 15.273 21.282 16 22.01 22 16 16.02 10.01' style='fill: %23fff;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-left: 1em;
}
.button_default .module-buttons-item .ui:hover::after {
  -webkit-animation-name: uk-slide-right-small;
          animation-name: uk-slide-right-small;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@media screen and (max-width: 767px) {
  .button_default .module-buttons-item .ui:hover::after {
    -webkit-animation-name: none;
            animation-name: none;
  }
}

.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-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 0 1rem;
  text-decoration: none !important;
  font-family: "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 200;
  line-height: 1;
}
.button_arrow .module-buttons-item .ui {
  letter-spacing: 0.1em;
}
.button_arrow .module-buttons-item .ui {
  will-change: transform;
}
.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%;
}
@media screen and (max-width: 767px) {
  .button_arrow .module-buttons-item .ui {
    padding: 0.75rem 1.25rem;
  }
}
.button_arrow .module-buttons-item .ui {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: transparent;
  border-bottom: 0.0625rem solid #666;
  padding-left: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .button_arrow .module-buttons-item .ui {
    padding: 0.75rem 0;
  }
}
.button_arrow .module-buttons-item .ui::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2rem;
  border-right: 0.0625rem solid #666;
  right: 0;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  -webkit-transform-origin: 100% 92%;
          transform-origin: 100% 92%;
}
@media screen and (max-width: 767px) {
  .button_arrow .module-buttons-item .ui::before {
    -webkit-transform: rotate(-60deg) translateX(-1.25rem);
            transform: rotate(-60deg) translateX(-1.25rem);
    -webkit-transform-origin: 100% 20%;
            transform-origin: 100% 20%;
  }
}
.button_arrow .module-buttons-item .ui::after {
  content: none;
}
.button_arrow .module-buttons-item .ui {
  min-width: 8.75rem;
  height: 1.75rem;
  font-size: 1rem;
  min-width: 8.4375rem;
}
@media screen and (max-width: 767px) {
  .button_arrow .module-buttons-item .ui {
    min-width: 6.25rem;
  }
}
.button_arrow .module-buttons-item .ui::after {
  background-color: rgba(153, 153, 153, 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-slidenav {
  background-color: #d8d8d8;
  border-radius: 100px;
  color: #999;
  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: #999;
}
@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: 7.5rem;
}
.uk-slidenav.invert::before {
  background-color: #666;
}

.uk-dotnav {
  margin-left: -0.625rem;
}
.uk-dotnav.invert > *.uk-active > * {
  background-color: #999;
}
.uk-dotnav.invert > * > * {
  background-color: #666;
  border-color: #999;
}
@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: #666;
}
.uk-dotnav > * > * {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #999;
  border-color: #666;
}
@media screen and (max-width: 767px) {
  .uk-dotnav > * > * {
    width: 0.375rem;
    height: 0.375rem;
  }
}

.uk-overlay-primary {
  background-color: rgba(152, 180, 92, 0.5);
}

#primary,
#tbp_content,
#tbp_footer {
  overflow-x: hidden;
}
#primary .themify_builder .wow,
#tbp_content .themify_builder .wow,
#tbp_footer .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,
#tbp_footer .module_row:not(.fullwidth) .row_inner {
  width: 100%;
  max-width: 100%;
  max-width: 60rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #primary .module_row:not(.fullwidth) .row_inner,
  #tbp_content .module_row:not(.fullwidth) .row_inner,
  #tbp_footer .module_row:not(.fullwidth) .row_inner {
    max-width: 90vw;
  }
}
#primary .module_row:not(.vmiddle):not(.nopadding),
#tbp_content .module_row:not(.vmiddle):not(.nopadding),
#tbp_footer .module_row:not(.vmiddle):not(.nopadding) {
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  #primary .module_row:not(.vmiddle):not(.nopadding),
  #tbp_content .module_row:not(.vmiddle):not(.nopadding),
  #tbp_footer .module_row:not(.vmiddle):not(.nopadding) {
    padding: 1rem 0;
  }
  #primary .module_row:not(.vmiddle):not(.nopadding).narrow_padding,
  #tbp_content .module_row:not(.vmiddle):not(.nopadding).narrow_padding,
  #tbp_footer .module_row:not(.vmiddle):not(.nopadding).narrow_padding {
    padding-top: 1rem;
  }
}
#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,
#tbp_footer .module_row .module-image.landscape img,
#tbp_footer .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,
  #tbp_footer .module_row .module-image.landscape img,
  #tbp_footer .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,
#tbp_footer .module_row .module-image.portrait img,
#tbp_footer .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,
  #tbp_footer .module_row .module-image.portrait img,
  #tbp_footer .module_row figure.portrait img {
    max-width: 12.5rem;
  }
}
#primary .module_row .row_inner .module_subrow,
#tbp_content .module_row .row_inner .module_subrow,
#tbp_footer .module_row .row_inner .module_subrow {
  margin-left: auto;
  margin-right: auto;
}
#primary .module_row .row_inner .module_subrow:not(.fullwidth),
#tbp_content .module_row .row_inner .module_subrow:not(.fullwidth),
#tbp_footer .module_row .row_inner .module_subrow:not(.fullwidth) {
  max-width: 60rem;
}
@media screen and (max-width: 767px) {
  #primary .module_row .row_inner .module_subrow:not(.fullwidth),
  #tbp_content .module_row .row_inner .module_subrow:not(.fullwidth),
  #tbp_footer .module_row .row_inner .module_subrow:not(.fullwidth) {
    max-width: 90vw;
  }
}
#primary .module_row .row_inner .module_subrow.has_fancyheading,
#tbp_content .module_row .row_inner .module_subrow.has_fancyheading,
#tbp_footer .module_row .row_inner .module_subrow.has_fancyheading {
  margin-bottom: 2rem;
}
#primary .module_row.vmiddle,
#tbp_content .module_row.vmiddle,
#tbp_footer .module_row.vmiddle {
  padding: 0;
}
@media screen and (max-width: 767px) {
  #primary .module_row.vmiddle,
  #tbp_content .module_row.vmiddle,
  #tbp_footer .module_row.vmiddle {
    padding: 3.75rem 0;
  }
}
#primary .module_row.vmiddle .row_inner,
#tbp_content .module_row.vmiddle .row_inner,
#tbp_footer .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,
#tbp_footer .module_row.bg_light,
#tbp_footer .module_row .bg_light {
  background-color: #efefef;
}
#primary .module_row.bg_primary,
#primary .module_row .bg_primary,
#tbp_content .module_row.bg_primary,
#tbp_content .module_row .bg_primary,
#tbp_footer .module_row.bg_primary,
#tbp_footer .module_row .bg_primary {
  background-color: #666;
}
#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,
#tbp_footer .module_row .module_subrow.subgrid .sub_column,
#tbp_footer .module_row .module_subrow.subgrid .tb-column-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 4;
  grid-row: span 4;
}
#primary .module_row .module_subrow.subgrid .logo,
#tbp_content .module_row .module_subrow.subgrid .logo,
#tbp_footer .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,
  #tbp_footer .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,
#tbp_footer .module_row .module_subrow.subgrid .logo img {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  #primary .module_row .module_subrow.alternate .module-text,
  #tbp_content .module_row .module_subrow.alternate .module-text,
  #tbp_footer .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,
  #tbp_footer .module_row .module_subrow.alternate.right .module-text {
    margin-left: auto;
  }
}
#primary .module-post .builder-posts-wrap,
#tbp_content .module-post .builder-posts-wrap,
#tbp_footer .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,
#tbp_footer .module-post article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #primary .module-post article,
  #tbp_content .module-post article,
  #tbp_footer .module-post article {
    gap: 1rem;
  }
}
#primary .module-post article .post-image,
#tbp_content .module-post article .post-image,
#tbp_footer .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,
#tbp_footer .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,
  #tbp_footer .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,
#tbp_footer .module-post article .post-meta .post-category {
  display: inline-block;
  font-family: "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 100%;
}
#primary .module-post article .post-meta .post-category,
#tbp_content .module-post article .post-meta .post-category,
#tbp_footer .module-post article .post-meta .post-category {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #primary .module-post article .post-meta .post-category,
  #tbp_content .module-post article .post-meta .post-category,
  #tbp_footer .module-post article .post-meta .post-category {
    font-size: 0.6875rem;
  }
}
#primary .module-post article .post-meta .post-category,
#tbp_content .module-post article .post-meta .post-category,
#tbp_footer .module-post article .post-meta .post-category {
  color: #999;
  text-align: center;
  padding: 0.3125rem 0.5rem;
  background-color: #c9caca;
  margin-bottom: 0.5rem;
}
#primary .module-post article .post-meta .post-category span,
#tbp_content .module-post article .post-meta .post-category span,
#tbp_footer .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,
#tbp_footer .module-post article .post-meta .post-date {
  font-family: "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 168.75%;
}
#primary .module-post article .post-meta .post-date,
#tbp_content .module-post article .post-meta .post-date,
#tbp_footer .module-post article .post-meta .post-date {
  letter-spacing: 0.18em;
}
#primary .module-post article .post-meta .post-date,
#tbp_content .module-post article .post-meta .post-date,
#tbp_footer .module-post article .post-meta .post-date {
  color: #608984;
}
@media screen and (max-width: 767px) {
  #primary .module-post article .post-meta .post-date,
  #tbp_content .module-post article .post-meta .post-date,
  #tbp_footer .module-post article .post-meta .post-date {
    font-size: 0.75rem;
  }
}
#primary .module-post article .post-meta .post-date,
#tbp_content .module-post article .post-meta .post-date,
#tbp_footer .module-post article .post-meta .post-date {
  margin-bottom: 0;
}
#primary .module-post article .post-title,
#tbp_content .module-post article .post-title,
#tbp_footer .module-post article .post-title {
  font-family: "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 164.7058823529%;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  #primary .module-post article .post-title,
  #tbp_content .module-post article .post-title,
  #tbp_footer .module-post article .post-title {
    font-size: 0.875rem;
  }
}
#primary .module-post article .post-title,
#tbp_content .module-post article .post-title,
#tbp_footer .module-post article .post-title {
  max-width: 20rem;
  word-break: keep-all;
  margin-bottom: 0.25rem;
}
#primary .module-post article .post-content p,
#tbp_content .module-post article .post-content p,
#tbp_footer .module-post article .post-content p {
  font-size: 0.8125rem;
  letter-spacing: 0;
}
#primary .module-post .edit-button,
#tbp_content .module-post .edit-button,
#tbp_footer .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,
#tbp_footer .module-image.image-right .image-wrap,
#tbp_footer .module-image.image-left .image-wrap {
  margin: 0;
}
#primary .module-image.title_top,
#tbp_content .module-image.title_top,
#tbp_footer .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,
#tbp_footer .module-image.title_top .image-title {
  margin-bottom: 0;
}
#primary .module-image .image-caption h6,
#tbp_content .module-image .image-caption h6,
#tbp_footer .module-image .image-caption h6 {
  color: #608984;
}
#primary .module-image.margin_top .image-caption,
#tbp_content .module-image.margin_top .image-caption,
#tbp_footer .module-image.margin_top .image-caption {
  margin-top: 2rem;
}
#primary a,
#tbp_content a,
#tbp_footer a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: color, background-color, opacity;
  transition-property: color, background-color, opacity;
}
#primary a:hover,
#tbp_content a:hover,
#tbp_footer a:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  #primary a:not(.ui):not([class*=button_]) > *,
  #tbp_content a:not(.ui):not([class*=button_]) > *,
  #tbp_footer 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;
    transition-property: color, background-color, opacity;
  }
}
#primary i,
#tbp_content i,
#tbp_footer i {
  font-size: 0;
  line-height: 1;
  display: inline-block;
}
#primary .top_logo,
#tbp_content .top_logo,
#tbp_footer .top_logo {
  width: 5.625rem;
  height: 5.625rem;
  margin: auto;
  display: block;
}
#primary dt,
#tbp_content dt,
#tbp_footer dt {
  font-weight: unset;
}
#primary .js-turn-on-builder,
#tbp_content .js-turn-on-builder,
#tbp_footer .js-turn-on-builder {
  display: none;
}
#primary .module_row,
#tbp_content .module_row,
#tbp_footer .module_row {
  background-color: #fff;
}
#primary .module_row.bg,
#tbp_content .module_row.bg,
#tbp_footer .module_row.bg {
  background-color: #fff;
}
#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,
#tbp_footer .module_row.bgimg h2 .main-head,
#tbp_footer .module_row.bg_primary h2 .main-head {
  color: #999;
}
#primary .module_row.bgimg h3, #primary .module_row.bgimg h4, #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 p, #primary .module_row.bg_primary figcaption,
#tbp_content .module_row.bgimg h3,
#tbp_content .module_row.bgimg h4,
#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 p,
#tbp_content .module_row.bg_primary figcaption,
#tbp_footer .module_row.bgimg h3,
#tbp_footer .module_row.bgimg h4,
#tbp_footer .module_row.bgimg p,
#tbp_footer .module_row.bgimg figcaption,
#tbp_footer .module_row.bg_primary h3,
#tbp_footer .module_row.bg_primary h4,
#tbp_footer .module_row.bg_primary p,
#tbp_footer .module_row.bg_primary figcaption {
  color: #999;
}
#primary .module_row .bg_black,
#tbp_content .module_row .bg_black,
#tbp_footer .module_row .bg_black {
  background-color: #000000;
}
#primary .module-text.comming_soon,
#tbp_content .module-text.comming_soon,
#tbp_footer .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,
#tbp_footer .module-text.comming_soon p {
  font-size: 1.5rem;
}
#primary .movie_meta,
#tbp_content .movie_meta,
#tbp_footer .movie_meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.25rem;
}
#primary .movie_meta time,
#tbp_content .movie_meta time,
#tbp_footer .movie_meta time {
  font-family: YakuHanJP, "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 175%;
}
#primary .movie_meta time,
#tbp_content .movie_meta time,
#tbp_footer .movie_meta time {
  color: #98b45c;
}

#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: 6.25rem 0;
}
#page_header picture img {
  width: 12.5rem;
  height: 12.5rem;
}

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

@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: #FFFFFF;
}

body {
  color: #3e3a39;
  background-color: #FFFFFF;
  min-height: 100vh;
}

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: "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 170%;
}
.g-recaptcha {
  letter-spacing: 0.04em;
}

.grecaptcha-badge {
  visibility: hidden;
}

.module-fancy-heading {
  /* --- マップと @each で色を動的に設定 --- */
}
.module-fancy-heading h2.fancy-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 4rem;
  background: none;
}
@media screen and (max-width: 767px) {
  .module-fancy-heading h2.fancy-heading {
    padding-left: 3.5rem;
  }
}
.module-fancy-heading h2.fancy-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 100%;
  width: 2rem;
  background-color: #3e3a39;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .module-fancy-heading h2.fancy-heading::before {
    width: 1.5rem;
  }
}
.module-fancy-heading h2.fancy-heading::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 100%;
  width: 100vw;
  background-color: #efefef;
  z-index: 1;
}
.module-fancy-heading h2.fancy-heading .main-head {
  font-family: YakuHanJP, "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}
.module-fancy-heading h2.fancy-heading .main-head {
  letter-spacing: 0.05em;
}
.module-fancy-heading h2.fancy-heading .main-head {
  line-height: 1;
  color: #3e3a39;
  position: relative;
  z-index: 3;
}
.module-fancy-heading h2.fancy-heading .sub-head {
  display: none;
}
.module-fancy-heading.news h2.fancy-heading .main-head {
  color: #98b45c;
}
.module-fancy-heading.news h2.fancy-heading::before {
  background-color: #98b45c;
}
.module-fancy-heading.topics h2.fancy-heading .main-head {
  color: #608984;
}
.module-fancy-heading.topics h2.fancy-heading::before {
  background-color: #608984;
}
.module-fancy-heading.artists h2.fancy-heading .main-head {
  color: #4c6ba0;
}
.module-fancy-heading.artists h2.fancy-heading::before {
  background-color: #4c6ba0;
}
.module-fancy-heading.movie h2.fancy-heading .main-head {
  color: #7e6895;
}
.module-fancy-heading.movie h2.fancy-heading::before {
  background-color: #7e6895;
}
.module-fancy-heading.production h2.fancy-heading .main-head {
  color: #a36789;
}
.module-fancy-heading.production h2.fancy-heading::before {
  background-color: #a36789;
}
.module-fancy-heading.contact h2.fancy-heading .main-head {
  color: #f6ae5d;
}
.module-fancy-heading.contact h2.fancy-heading::before {
  background-color: #f6ae5d;
}

h3 {
  font-family: YakuHanJP, "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 175%;
}
h3.center {
  font-family: YakuHanJP, "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 175%;
}
h3.center {
  letter-spacing: 0.1em;
}
h3.center {
  text-align: center;
}
h3.center + p {
  font-family: "Noto Serif JP", serif;
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 314.2857142857%;
}
h3.center + p {
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  h3.center + p {
    font-size: 0.9375rem;
    line-height: 266.6666666667%;
  }
  h3.center + p {
    letter-spacing: 0.05em;
  }
}
h3.center + p * {
  text-align: center;
}
h3.narrow {
  letter-spacing: 0.05em;
}
h3.exnarrow {
  letter-spacing: -0.05em;
}
@media screen and (max-width: 767px) {
  h3 {
    text-align: center;
  }
}
h3 + p {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  h3 + p {
    margin-top: 2rem;
  }
}

h4 {
  font-family: YakuHanJP, "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 175%;
}

h5 {
  font-family: YakuHanJP, "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 100%;
}

p {
  font-family: "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 175%;
}
p {
  letter-spacing: 0.1em;
}

ol {
  counter-reset: cnt;
}
ol li {
  text-indent: -2em;
  padding-left: 2em;
  word-break: break-all;
}
ol li::before {
  counter-increment: cnt;
  content: "(" counter(cnt) ")";
  width: 2em;
  margin-left: 2em;
  margin-right: -2em;
  display: inline-block;
}
ol + p {
  margin-top: 2em;
}

p + p {
  margin-top: 2em;
}

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

header.dpc .hero_spy {
  background-color: #98b45c;
  border-bottom: 1px solid #c9caca;
}
header.dpc .hero_spy .hero_menu_wrap {
  height: 6.25rem;
  max-width: 80rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  header.dpc .hero_spy .hero_menu_wrap {
    margin-top: -3.6875rem;
    background-color: transparent;
  }
}
header.dpc .hero_spy .hero_menu_wrap .site_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16.25rem;
}
header.dpc .hero_spy .hero_menu_wrap .site_logo a {
  display: block;
  margin: 0 auto;
}
header.dpc .hero_spy .hero_menu_wrap .site_logo img {
  height: 4.0625rem;
  width: auto;
}
header.dpc .hero_spy .hero_menu_wrap .hero_menu {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  header.dpc .hero_spy .hero_menu_wrap .hero_menu {
    height: 3.6875rem;
  }
}
header.dpc .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 63.75rem;
}
header.dpc .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: color, background-color, opacity;
  transition-property: color, background-color, opacity;
  border: #fff 1px solid;
  border-bottom: none;
}
header.dpc .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li a {
  width: 9.375rem;
}
header.dpc .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li a {
  font-size: 1rem;
  color: #999;
  display: block;
  padding: 0.5em 0;
  text-align: center;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
header.dpc .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li a:hover {
  text-decoration: none;
}
header.dpc .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li.menu-item:hover {
  background-color: #98b45c;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: color, background-color, opacity;
  transition-property: color, background-color, opacity;
}
header.dpc .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li.menu-item:hover a {
  color: #FFFFFF;
  -webkit-transition: 0s;
  transition: 0s;
}
header.dpc .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li.current-menu-item {
  background-color: #98b45c;
}
header.dpc .hero_spy .hero_menu_wrap .hero_menu #menu-hero-navi li.current-menu-item a {
  color: #FFFFFF;
}
header .h_navi_main {
  height: 3.75rem;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  background-color: #98b45c;
}
header .h_navi_main .uk-navbar-right {
  gap: 46vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .h_navi_main .uk-navbar-right .site_logo img {
  height: 2.5rem;
  width: 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;
}
@media screen and (max-width: 767px) {
  header .h_navi_main .uk-navbar-right .uk-navbar-nav li a.sp_navi_open {
    top: 0.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 {
  opacity: 0;
  visibility: hidden;
  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: #608984;
  padding: 0;
  -webkit-transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out, background-color 400ms ease-in-out;
  transition: opacity 400ms ease-in-out, visibility 400ms ease-in-out, background-color 400ms ease-in-out;
}
#back_to_top svg {
  width: 0.875rem;
  vertical-align: middle;
  margin-top: -0.125rem;
}
#back_to_top:hover {
  background-color: rgba(96, 137, 132, 0.7);
}
@media screen and (max-width: 767px) {
  #back_to_top {
    right: 1.25rem;
  }
}
#back_to_top.is-visible {
  opacity: 1;
  visibility: visible;
}

#tbp_footer {
  position: sticky;
  top: 100svh;
}
#tbp_footer .band {
  border-top: 0.0625rem solid #cccccc;
}
#tbp_footer .band .tb_text_wrap {
  background-color: #efefef;
  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 0;
}
@media screen and (max-width: 767px) {
  #tbp_footer .band .tb_text_wrap {
    padding: 0.5rem 0 0;
  }
}
#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 {
  max-width: 80rem;
  margin: 2.25rem auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  row-gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #tbp_footer .band .tb_text_wrap nav .uk-navbar-center {
    row-gap: 0;
    -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;
    margin: 0 auto;
  }
}
#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: 1rem;
  }
}
#tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-navi {
  max-width: 25rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  #tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-navi {
    gap: 2rem;
    width: 18.75rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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 a {
  width: 7.5rem;
  padding: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-family: "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-weight: 300;
  line-height: 160%;
}
#tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-navi li a {
  letter-spacing: 0.105em;
}
#tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-navi li a {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-navi li a {
    width: auto;
    padding: 0;
    padding-left: 0.375rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-navi li a:hover {
  color: #000000;
}
#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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-sub-navi li a {
  max-width: 13.125rem;
  padding: 0.625rem 1.5rem;
  margin-bottom: 1rem;
  border: #999 0.0625rem solid;
  color: #999;
  font-size: 1rem;
  font-family: "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-weight: 300;
  line-height: 160%;
}
#tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-sub-navi li a {
  letter-spacing: 0.105em;
}
#tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-sub-navi li a {
  line-height: 120%;
}
#tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-sub-navi li a:hover {
  background-color: #98b45c;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-sub-navi {
    max-width: 13.125rem;
    row-gap: 0.75rem;
  }
  #tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-sub-navi > li > a {
    padding: 0.3125rem 1.5rem;
    margin-bottom: 1rem;
    border: #999 0.0625rem solid;
    font-size: 1rem;
  }
  #tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-sub-navi > li > a {
    letter-spacing: 0.05em;
  }
  #tbp_footer .band .tb_text_wrap nav .uk-navbar-center .uk-navbar-nav#menu-ft-sub-navi > li > a:hover {
    background-color: #98b45c;
    color: #FFFFFF;
  }
}
#tbp_footer .band .tb_text_wrap nav .uk-navbar-center .ft_site_logo {
  width: 12.5rem;
}
@media screen and (max-width: 767px) {
  #tbp_footer .band .tb_text_wrap nav .uk-navbar-center .ft_site_logo {
    width: 8.75rem;
    padding: 1em 0;
  }
}
#tbp_footer .band .tb_text_wrap .copyright {
  font-family: "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-weight: 300;
  line-height: 160%;
}
#tbp_footer .band .tb_text_wrap .copyright {
  letter-spacing: 0.105em;
}
#tbp_footer .band .tb_text_wrap .copyright {
  width: 100vw;
  color: #999;
  font-size: 0.875rem;
  text-align: center;
  padding: 0.5rem 0;
  border-top: #999 0.0625rem solid;
}

#modal-menu {
  padding: 5rem 3rem;
  overflow: hidden;
  /*
      &.uk-open {
          & > .uk-modal-dialog {
              transform: translateY(rem($hd_height_main_sp));
          }
      }*/
}
@media screen and (max-width: 767px) {
  #modal-menu {
    padding: 0;
  }
}
#modal-menu .uk-modal-dialog {
  background-color: #FFFFFF;
  padding: 4rem;
  width: 26.75rem;
  position: relative;
  overflow-y: scroll;
  border-left: 0.125rem solid #98b45c;
}
@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 #98b45c;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi li a {
  padding: 0.875rem 0;
  position: relative;
  background-color: #FFFFFF;
}
#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 #98b45c;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi li:hover a {
  color: #FFFFFF;
  background-color: #98b45c;
}
#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 #608984;
}
#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: #999;
  border: 0.0625rem solid #9f9368;
  padding: 0.25rem 0;
}
#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%;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi .uk-nav-sub li span {
  letter-spacing: 0.105em;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi .uk-nav-sub li span {
  letter-spacing: 0em;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-navi .uk-nav-sub li span {
  font-size: 0.75rem;
  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 {
  background-color: #9f9368;
}
#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 #menu-sp-navi .uk-nav-sub li.parent_title a::after {
  background-color: #999;
}
#modal-menu .uk-modal-dialog .uk-modal-body .btn_contact {
  background-color: #98b45c;
  color: #FFFFFF;
  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;
  padding-left: 2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 160%;
}
#modal-menu .uk-modal-dialog .uk-modal-body .btn_contact {
  letter-spacing: 0.105em;
}
#modal-menu .uk-modal-dialog .uk-modal-body .btn_contact {
  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: 1rem;
  margin: auto;
}
#modal-menu .uk-modal-dialog .uk-modal-body .btn_contact::after {
  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: #999;
  padding: 0;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-sub-navi li + li a {
  border-left: 0.0625rem solid #999;
}
#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 a::before {
  width: 2.25rem;
  height: 2.25rem;
}
#modal-menu .uk-modal-dialog .uk-modal-body #menu-sp-sns-navi li.icon-instagram a::before {
  content: "";
  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: "";
  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");
}

.page.home .top_news_section .news_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page.home .top_news_section .news_item {
  border-bottom: 1px solid #cccccc;
}
.page.home .top_news_section .news_item:first-child {
  border-top: 1px solid #cccccc;
}
.page.home .top_news_section .news_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0 1rem 1rem;
  text-decoration: none;
  color: #3e3a39;
  position: relative;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: color, background-color, opacity;
  transition-property: color, background-color, opacity;
}
@media screen and (max-width: 767px) {
  .page.home .top_news_section .news_item a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page.home .top_news_section .news_item time {
  font-family: YakuHanJP, "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 175%;
}
.page.home .top_news_section .news_item time {
  min-width: 9.375rem;
}
.page.home .top_news_section .news_item time::before {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #98b45c;
  border-radius: 50%;
  margin-right: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .page.home .top_news_section .news_item time {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.page.home .top_news_section .news_item .news_title {
  font-family: YakuHanJP, "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 175%;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: normal;
}
.page.home .top_news_section .news_item .news_title {
  margin: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .page.home .top_news_section .news_item .news_title {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 767px) {
  .page.home .top_news_section .news_item .icon_news_arrow {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page.home .top_topics_section .topics_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .page.home .top_topics_section .topics_list {
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.page.home .top_topics_section .topic_item a {
  display: block;
  text-decoration: none;
  color: inherit;
  background-color: #FFFFFF;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition-property: color, background-color, opacity;
  transition-property: color, background-color, opacity;
}
.page.home .top_topics_section .topic_item img {
  width: 100%;
  height: auto;
  aspect-ratio: 464/304;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0.5rem;
}
.page.home .top_topics_section .topic_item .topic_meta_upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.page.home .top_topics_section .topic_item .topic_meta_upper time {
  font-family: YakuHanJP, "Hiragino Sans", "Meiryo", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Roboto", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 175%;
}
.page.home .top_topics_section .topic_item .topic_meta_upper time {
  color: #98b45c;
  line-height: 1;
}
.page.home .top_topics_section .topic_item .topic_meta_lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page.home .top_artists_section {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.page.home .top_artists_section .section_header h2,
.page.home .top_artists_section .view_all_link a {
  color: #FFFFFF;
}
.page.home .top_artists_section .artist_item a {
  text-decoration: none;
}
.page.home .top_artists_section .artist_item .uk-inline-clip {
  overflow: hidden;
}
.page.home .top_artists_section .artist_item .uk-inline-clip img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 192/124;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.25rem;
}
.page.home .top_artists_section .artist_item .uk-inline-clip .uk-transition-fade {
  background-color: rgba(102, 102, 102, 0.5);
}
.page.home .top_artists_section .artist_item .artist_name {
  margin-top: 1rem;
}
.page.home .top_artists_section .artist_item .artist_name .main_name {
  color: #FFFFFF;
  margin: 0;
}
.page.home .top_movie_section .movie_item {
  background: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page.home .top_movie_section .movie_embed_wrap,
.page.home .top_movie_section .movie_thumbnail_wrap {
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
}
.page.home .top_movie_section .movie_embed_wrap iframe,
.page.home .top_movie_section .movie_embed_wrap img,
.page.home .top_movie_section .movie_thumbnail_wrap iframe,
.page.home .top_movie_section .movie_thumbnail_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page.home .top_movie_section .movie_thumbnail_wrap {
  border-radius: 0.25rem;
}
.page.home .top_movie_section .uk-slider {
  margin-top: 2rem;
}
.page.home .top_movie_section .uk-slider .movie_thumbnail_wrap {
  aspect-ratio: 16/9;
}
.page.home .top_movie_section .uk-slider .uk-placeholder {
  height: auto;
  aspect-ratio: 16/9;
}
.page.home .top_production_section .production_item a {
  display: block;
}
.page.home .top_production_section .production_item img {
  width: 100%;
  height: auto;
  max-width: 14.375rem;
  display: inline-block;
  aspect-ratio: 230/92;
  -o-object-fit: cover;
     object-fit: cover;
}
.page.home .top_production_section .uk-grid {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page.home .bg_black_fullwidth {
  position: relative;
  overflow-x: visible;
  padding-top: 0.5rem;
}
.page.home .bg_black_fullwidth > * {
  overflow: hidden;
}
.page.home .bg_black_fullwidth::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200vw;
  background-color: #000000;
  z-index: 0;
}

.post-type-archive-artist .artist-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .post-type-archive-artist .artist-grid {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.post-type-archive-artist .artist-grid > * {
  padding: 0;
  margin: 0;
  width: 100%;
}
.post-type-archive-artist .artist-grid .artist_name .main_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-type-archive-artist .artist-grid .artist_name .main_name::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #4c6ba0;
  border-radius: 50%;
  margin-right: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.single-artist .section-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  margin: 1rem 0;
}
.single-artist .section-title::before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' data-name='aaa' xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='16' style='fill: %234c6ba0;'/%3E%3Cline x1='21.279' y1='15.771' x2='15.919' y2='21.105' style='fill: none; stroke: %23fff; stroke-linecap: square; stroke-miterlimit: 10; stroke-width: 1.333px;'/%3E%3Cline x1='15.919' y1='9.562' x2='15.919' y2='20.229' style='fill: none; stroke: %23fff; stroke-miterlimit: 10; stroke-width: 1.586px;'/%3E%3Cline x1='10.559' y1='15.771' x2='15.919' y2='21.105' style='fill: none; stroke: %23fff; stroke-linecap: square; stroke-miterlimit: 10; stroke-width: 1.333px;'/%3E%3C/svg%3E");
}
.single-artist .module-featured-image img {
  aspect-ratio: 1280/540;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-artist .artist-detail-section.artist-movies .movie_embed_wrap {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 0.5rem;
}
.single-artist .artist-detail-section.artist-movies .movie_embed_wrap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-artist .profile-links {
  margin: 1rem 0;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.single-artist .profile-links .uk-button {
  width: 5rem;
  height: 3rem;
  border: none;
  border-radius: 0.15625rem;
}
.single-artist .profile-links .uk-button.button-official {
  background-color: #98b45c;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-artist .profile-links .uk-button.button-official:hover {
  color: #FFFFFF !important;
}
.single-artist .profile-links .uk-button.icon-x {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='b' data-name='a' xmlns='http://www.w3.org/2000/svg' width='80' height='48' viewBox='0 0 80 48'%3E%3Crect width='80' height='48' rx='2.582' ry='2.582'/%3E%3Cpath d='M43.855,21.574l11.54-13.415h-2.735l-10.021,11.648-8.003-11.648h-9.231l12.103,17.614-12.103,14.068h2.735l10.582-12.301,8.452,12.301h9.231l-12.551-18.266h0ZM40.109,25.928l-1.226-1.754-9.757-13.956h4.201l7.874,11.263,1.226,1.754,10.235,14.64h-4.201l-8.352-11.947h0Z' style='fill: %23fff;'/%3E%3C/svg%3E");
}

@media screen and (max-width: 767px) {
  .page.contact .module_row.contact {
    padding-bottom: 0.5rem !important;
  }
}

.post-type-archive-news .module-archive-posts article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.25rem;
}
.post-type-archive-news .module-archive-posts article .tbp_post_date {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #98b45c;
}
.post-type-archive-news .module-archive-posts article .tbp_title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.single-news .entry-date {
  color: #98b45c;
}
.single-news .tbp_title {
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
.single-news .module-featured-image {
  margin-bottom: 1rem;
}

.company .com_logo {
  max-width: 7.5rem;
  margin: 0 auto;
}
.company .com_title_wrap {
  padding-bottom: 1em;
}
.company .com_title_wrap h3 {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company .com_title_wrap h3 .sub-head {
  padding-left: 1.5rem;
}
.company .company_info_wrap {
  padding-bottom: 2em;
}
.company .company_info_wrap p {
  line-height: 2em;
}
.company .company_info_wrap p strong {
  font-weight: 500;
  margin-left: -0.5em;
}
.company .map_wrap {
  background-color: #ddd;
  padding: 0.625rem;
  position: relative;
  margin-bottom: 3em;
}
.company .map_wrap a.pop_link {
  display: block;
  padding-top: 0.625rem;
  font-size: 0.875rem;
}
/*# sourceMappingURL=style.css.map */