@charset "UTF-8";
/*! ---------------------------------
Theme Name: Main
Version: 3.4.2
Tested up to: 6.8.2
---------------------------------- */
/* -----------------------------------------------
  Variables
--------------------------------------------------*/
:root {
  --color-text: #333;
  --color-bg: #fff;
  --color-base: #eef2f7;
  --color-link: #0000ff;
  --color-hover: white;
  --color-visited: #551a8b;
  --color-error: #dd0000;
  --swiper-theme-color: #eef2f7;
}

/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  background-color: #fff;
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**************************************************
  base
***************************************************/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-wrap: anywhere;
}

:root {
  text-spacing-trim: trim-start;
  text-autospace: normal;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
  background: var(--color-bg);
}

body,
button,
input,
textarea,
select {
  color: var(--color-text);
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-autospace: no-autospace;
}

@media all and (max-width: 768px) {
  body {
    padding-top: 72px;
  }
}
::-moz-selection {
  background: rgb(203.32, 215.48, 230.68);
  color: #fff;
}
::selection {
  background: rgb(203.32, 215.48, 230.68);
  color: #fff;
}

:where(button, a, input, textarea, select, [tabindex]) {
  outline: none;
}
:where(button, a, input, textarea, select, [tabindex]):focus {
  outline: none;
}
:where(button, a, input, textarea, select, [tabindex]):focus-visible {
  outline: 2px solid var(--color-base);
}

/* -----------------------------------------------
  Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin-top: 2rem !important;
}

ol,
ul,
menu {
  list-style-type: "";
  margin: 0;
  padding: 0;
}

li {
  position: relative;
  line-height: 1.5;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* ---------- text ---------- */
p {
  margin: 2rem 0;
}

strong {
  font-weight: bold;
}

u {
  border-bottom: 1px solid var(--color-text);
}

address {
  font-style: normal;
}

pre {
  text-spacing-trim: space-all;
  text-autospace: no-autospace;
}

time {
  text-autospace: no-autospace;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
  text-decoration: none;
}
@media all and (min-width: 769px) {
  a[href^="tel:"] {
    color: var(--color-text);
    pointer-events: none;
    text-decoration: none;
  }
}

/* ---------- image ---------- */
img,
svg,
video {
  border: 0;
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

.caption,
figcaption {
  display: block;
  margin-top: 1rem;
  font-size: 0.88em;
}

._nocss {
  margin: 0;
  position: relative;
  background: transparent;
}
._nocss::before, ._nocss::after {
  display: none;
}

/* ---------- form ---------- */
input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=text],
textarea {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.5rem 1rem;
  width: 100%;
  border: 1px solid #cbcbcb;
}

input[type=submit],
label,
button {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

fieldset {
  padding: 0;
  border: none;
}

/* ---------- Element ---------- */
iframe {
  border: 0;
}

/**************************************************
  content
***************************************************/
.container__page {
  padding-left: 20px;
  padding-right: 20px;
}

.l-content__has-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 768px) {
  .l-content__has-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-content__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.l-content__sidebar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
@media all and (max-width: 768px) {
  .l-content__sidebar {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media all and (min-width: 769px) {
  .l-content__sidebar--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    max-height: 100vh;
    overflow-y: auto;
  }
}
.l-content__sidebar--sticky::-webkit-scrollbar {
  width: 8px;
  background-color: transparent;
}
.l-content__sidebar--sticky::-webkit-scrollbar-thumb {
  background: rgba(var(--color-text), 0.05);
  width: 6px;
  border-radius: 9999px;
}

/**************************************************
  grid
***************************************************/
.l-grid .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 1);
      -ms-flex: 0 0 calc(100% / 12 * 1);
          flex: 0 0 calc(100% / 12 * 1);
  max-width: calc(100% / 12 * 1);
}

.col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 2);
      -ms-flex: 0 0 calc(100% / 12 * 2);
          flex: 0 0 calc(100% / 12 * 2);
  max-width: calc(100% / 12 * 2);
}

.col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 3);
      -ms-flex: 0 0 calc(100% / 12 * 3);
          flex: 0 0 calc(100% / 12 * 3);
  max-width: calc(100% / 12 * 3);
}

.col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 4);
      -ms-flex: 0 0 calc(100% / 12 * 4);
          flex: 0 0 calc(100% / 12 * 4);
  max-width: calc(100% / 12 * 4);
}

.col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 5);
      -ms-flex: 0 0 calc(100% / 12 * 5);
          flex: 0 0 calc(100% / 12 * 5);
  max-width: calc(100% / 12 * 5);
}

.col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 6);
      -ms-flex: 0 0 calc(100% / 12 * 6);
          flex: 0 0 calc(100% / 12 * 6);
  max-width: calc(100% / 12 * 6);
}

.col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 7);
      -ms-flex: 0 0 calc(100% / 12 * 7);
          flex: 0 0 calc(100% / 12 * 7);
  max-width: calc(100% / 12 * 7);
}

.col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 8);
      -ms-flex: 0 0 calc(100% / 12 * 8);
          flex: 0 0 calc(100% / 12 * 8);
  max-width: calc(100% / 12 * 8);
}

.col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 9);
      -ms-flex: 0 0 calc(100% / 12 * 9);
          flex: 0 0 calc(100% / 12 * 9);
  max-width: calc(100% / 12 * 9);
}

.col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 10);
      -ms-flex: 0 0 calc(100% / 12 * 10);
          flex: 0 0 calc(100% / 12 * 10);
  max-width: calc(100% / 12 * 10);
}

.col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 11);
      -ms-flex: 0 0 calc(100% / 12 * 11);
          flex: 0 0 calc(100% / 12 * 11);
  max-width: calc(100% / 12 * 11);
}

.col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 12);
      -ms-flex: 0 0 calc(100% / 12 * 12);
          flex: 0 0 calc(100% / 12 * 12);
  max-width: calc(100% / 12 * 12);
}

@media (min-width: 576px) {
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 1);
        -ms-flex: 0 0 calc(100% / 12 * 1);
            flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 2);
        -ms-flex: 0 0 calc(100% / 12 * 2);
            flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 3);
        -ms-flex: 0 0 calc(100% / 12 * 3);
            flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 4);
        -ms-flex: 0 0 calc(100% / 12 * 4);
            flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 5);
        -ms-flex: 0 0 calc(100% / 12 * 5);
            flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 6);
        -ms-flex: 0 0 calc(100% / 12 * 6);
            flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 7);
        -ms-flex: 0 0 calc(100% / 12 * 7);
            flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 8);
        -ms-flex: 0 0 calc(100% / 12 * 8);
            flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 9);
        -ms-flex: 0 0 calc(100% / 12 * 9);
            flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 10);
        -ms-flex: 0 0 calc(100% / 12 * 10);
            flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 11);
        -ms-flex: 0 0 calc(100% / 12 * 11);
            flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 12);
        -ms-flex: 0 0 calc(100% / 12 * 12);
            flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}
@media (min-width: 768px) {
  .col-md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 1);
        -ms-flex: 0 0 calc(100% / 12 * 1);
            flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 2);
        -ms-flex: 0 0 calc(100% / 12 * 2);
            flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 3);
        -ms-flex: 0 0 calc(100% / 12 * 3);
            flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 4);
        -ms-flex: 0 0 calc(100% / 12 * 4);
            flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 5);
        -ms-flex: 0 0 calc(100% / 12 * 5);
            flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 6);
        -ms-flex: 0 0 calc(100% / 12 * 6);
            flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 7);
        -ms-flex: 0 0 calc(100% / 12 * 7);
            flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 8);
        -ms-flex: 0 0 calc(100% / 12 * 8);
            flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 9);
        -ms-flex: 0 0 calc(100% / 12 * 9);
            flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 10);
        -ms-flex: 0 0 calc(100% / 12 * 10);
            flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 11);
        -ms-flex: 0 0 calc(100% / 12 * 11);
            flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 12);
        -ms-flex: 0 0 calc(100% / 12 * 12);
            flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}
@media (min-width: 992px) {
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 1);
        -ms-flex: 0 0 calc(100% / 12 * 1);
            flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 2);
        -ms-flex: 0 0 calc(100% / 12 * 2);
            flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 3);
        -ms-flex: 0 0 calc(100% / 12 * 3);
            flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 4);
        -ms-flex: 0 0 calc(100% / 12 * 4);
            flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 5);
        -ms-flex: 0 0 calc(100% / 12 * 5);
            flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 6);
        -ms-flex: 0 0 calc(100% / 12 * 6);
            flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 7);
        -ms-flex: 0 0 calc(100% / 12 * 7);
            flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 8);
        -ms-flex: 0 0 calc(100% / 12 * 8);
            flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 9);
        -ms-flex: 0 0 calc(100% / 12 * 9);
            flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 10);
        -ms-flex: 0 0 calc(100% / 12 * 10);
            flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 11);
        -ms-flex: 0 0 calc(100% / 12 * 11);
            flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 12);
        -ms-flex: 0 0 calc(100% / 12 * 12);
            flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}
@media (min-width: 1200px) {
  .col-xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 1);
        -ms-flex: 0 0 calc(100% / 12 * 1);
            flex: 0 0 calc(100% / 12 * 1);
    max-width: calc(100% / 12 * 1);
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 2);
        -ms-flex: 0 0 calc(100% / 12 * 2);
            flex: 0 0 calc(100% / 12 * 2);
    max-width: calc(100% / 12 * 2);
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 3);
        -ms-flex: 0 0 calc(100% / 12 * 3);
            flex: 0 0 calc(100% / 12 * 3);
    max-width: calc(100% / 12 * 3);
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 4);
        -ms-flex: 0 0 calc(100% / 12 * 4);
            flex: 0 0 calc(100% / 12 * 4);
    max-width: calc(100% / 12 * 4);
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 5);
        -ms-flex: 0 0 calc(100% / 12 * 5);
            flex: 0 0 calc(100% / 12 * 5);
    max-width: calc(100% / 12 * 5);
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 6);
        -ms-flex: 0 0 calc(100% / 12 * 6);
            flex: 0 0 calc(100% / 12 * 6);
    max-width: calc(100% / 12 * 6);
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 7);
        -ms-flex: 0 0 calc(100% / 12 * 7);
            flex: 0 0 calc(100% / 12 * 7);
    max-width: calc(100% / 12 * 7);
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 8);
        -ms-flex: 0 0 calc(100% / 12 * 8);
            flex: 0 0 calc(100% / 12 * 8);
    max-width: calc(100% / 12 * 8);
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 9);
        -ms-flex: 0 0 calc(100% / 12 * 9);
            flex: 0 0 calc(100% / 12 * 9);
    max-width: calc(100% / 12 * 9);
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 10);
        -ms-flex: 0 0 calc(100% / 12 * 10);
            flex: 0 0 calc(100% / 12 * 10);
    max-width: calc(100% / 12 * 10);
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 11);
        -ms-flex: 0 0 calc(100% / 12 * 11);
            flex: 0 0 calc(100% / 12 * 11);
    max-width: calc(100% / 12 * 11);
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% / 12 * 12);
        -ms-flex: 0 0 calc(100% / 12 * 12);
            flex: 0 0 calc(100% / 12 * 12);
    max-width: calc(100% / 12 * 12);
  }
}
.l-grid__gap .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
}

.g-col-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 1 - 1rem);
      -ms-flex: 0 0 calc(100% / 12 * 1 - 1rem);
          flex: 0 0 calc(100% / 12 * 1 - 1rem);
  max-width: calc(100% / 12 * 1 - 1rem);
}

.g-col-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 2 - 1rem);
      -ms-flex: 0 0 calc(100% / 12 * 2 - 1rem);
          flex: 0 0 calc(100% / 12 * 2 - 1rem);
  max-width: calc(100% / 12 * 2 - 1rem);
}

.g-col-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 3 - 1rem);
      -ms-flex: 0 0 calc(100% / 12 * 3 - 1rem);
          flex: 0 0 calc(100% / 12 * 3 - 1rem);
  max-width: calc(100% / 12 * 3 - 1rem);
}

.g-col-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 4 - 1rem);
      -ms-flex: 0 0 calc(100% / 12 * 4 - 1rem);
          flex: 0 0 calc(100% / 12 * 4 - 1rem);
  max-width: calc(100% / 12 * 4 - 1rem);
}

.g-col-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 5 - 1rem);
      -ms-flex: 0 0 calc(100% / 12 * 5 - 1rem);
          flex: 0 0 calc(100% / 12 * 5 - 1rem);
  max-width: calc(100% / 12 * 5 - 1rem);
}

.g-col-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 6 - 1rem);
      -ms-flex: 0 0 calc(100% / 12 * 6 - 1rem);
          flex: 0 0 calc(100% / 12 * 6 - 1rem);
  max-width: calc(100% / 12 * 6 - 1rem);
}

.g-col-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 7 - 1rem);
      -ms-flex: 0 0 calc(100% / 12 * 7 - 1rem);
          flex: 0 0 calc(100% / 12 * 7 - 1rem);
  max-width: calc(100% / 12 * 7 - 1rem);
}

.g-col-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 8 - 1rem);
      -ms-flex: 0 0 calc(100% / 12 * 8 - 1rem);
          flex: 0 0 calc(100% / 12 * 8 - 1rem);
  max-width: calc(100% / 12 * 8 - 1rem);
}

.g-col-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 9 - 1rem);
      -ms-flex: 0 0 calc(100% / 12 * 9 - 1rem);
          flex: 0 0 calc(100% / 12 * 9 - 1rem);
  max-width: calc(100% / 12 * 9 - 1rem);
}

.g-col-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 10 - 1rem);
      -ms-flex: 0 0 calc(100% / 12 * 10 - 1rem);
          flex: 0 0 calc(100% / 12 * 10 - 1rem);
  max-width: calc(100% / 12 * 10 - 1rem);
}

.g-col-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 11 - 1rem);
      -ms-flex: 0 0 calc(100% / 12 * 11 - 1rem);
          flex: 0 0 calc(100% / 12 * 11 - 1rem);
  max-width: calc(100% / 12 * 11 - 1rem);
}

.g-col-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(100% / 12 * 12 - 1rem);
      -ms-flex: 0 0 calc(100% / 12 * 12 - 1rem);
          flex: 0 0 calc(100% / 12 * 12 - 1rem);
  max-width: calc(100% / 12 * 12 - 1rem);
}

/**************************************************
  l-layer
***************************************************/
.l-layer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
@media all and (max-width: 768px) {
  .l-layer {
    display: block;
  }
}
.l-layer__text {
  width: 100%;
  position: relative;
  margin-right: -5vw;
  background: var(--color-bg);
  padding: 5rem 5rem 0;
}
@media all and (max-width: 768px) {
  .l-layer__text {
    margin-left: 0;
    padding: 0;
  }
}
.l-layer__img {
  width: 100%;
}

/**************************************************
  Typography
***************************************************/
/* -----------------------------------------------
  Heading
-------------------------------------------------- */
.c-heading {
  margin-top: 5rem;
}
/* -----------------------------------------------
  Variation
-------------------------------------------------- */
.c-en {
  font-family: Verdana;
}

.c-attention {
  color: var(--color-error);
}

.c-lead {
  font-size: 2rem;
}

.bl_txt01 {
  text-align: center;
  line-height: 1.875;
  margin: 0;
}
@media all and (max-width: 768px) {
  .bl_txt01 {
    text-align: left;
    font-size: 15px;
    line-height: 2;
  }
}

/**************************************************
  Button
***************************************************/
.wp-block-button__link {
  background: var(--color-base);
}
.wp-block-button.is-style-outline .wp-block-button__link {
  border-color: var(--color-base);
  color: var(--color-base);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background: var(--color-base);
  color: var(--color-bg);
}

.bl_btn {
  color: #fff;
  background-color: #333;
  width: 250px;
  font-size: 14px;
  padding: 16px 10px;
  display: block;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bl_btn:visited {
  color: #fff;
}
.bl_btn:hover {
  background-color: #0ba2c7;
}

/**************************************************
  Icon
***************************************************/
.c-icon {
  width: 1em;
  height: 1em;
  margin-right: 0.3rem;
  margin-left: 0.3rem;
}
.c-icon-blank {
  max-height: 1em;
  max-width: 1em;
  fill: currentColor;
}
.c-icon-file {
  height: 1em;
}

/**************************************************
  img
***************************************************/
/* -----------------------------------------------
  luminous
-------------------------------------------------- */
a.c-img-zoom {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  position: relative;
  display: inline-block;
}
a.c-img-zoom::after {
  position: absolute;
  content: "";
  inset: 0;
  background: center/50% 50% no-repeat rgba(0, 0, 0, 0.3) url("images/common/icon_zoom.svg");
  width: 2.5rem;
  height: 2.5rem;
}

.lum-lightbox.lum-open {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 10001;
}
.lum-lightbox.lum-open:hover {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.lum-gallery-button::after {
  width: 2rem;
  height: 2rem;
  border-width: 2px;
}

.lum-close-button {
  opacity: 0.5;
}

/**************************************************
  Header
***************************************************/
/* -----------------------------------------------
  PC
-------------------------------------------------- */
.m-header {
  text-align: center;
  padding-top: 4px;
  border-top: 4px solid #333;
  border-bottom: 1px solid #333;
}

@media all and (max-width: 768px) {
  .m-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
  }
}
.m-header__logo {
  border-top: 1px solid #333;
  text-align: center;
  padding: 50px 0 27px;
  font-size: 32px;
  line-height: 1.5;
}
.m-header__logo a {
  display: inline-block;
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}

@media all and (max-width: 768px) {
  .m-header__logo {
    padding-top: 8px;
    padding-bottom: 5px;
  }
  .m-header__logo a {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.m-header__logo a {
  position: relative;
}

.m-header__logo__img01 {
  position: absolute;
  left: -123px;
  top: -36px;
}

.m-header__nav {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  border-bottom: 1px solid #333;
  margin-bottom: 35px;
}
.m-header__nav a {
  display: block;
  padding: 10px 0;
  position: relative;
  font-weight: bold;
}
.m-header__nav a:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 24px;
  height: 3px;
  display: block;
  background-color: #333;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media all and (max-width: 768px) {
  .m-header__nav a:hover::after {
    display: none;
  }
}

.m-header__nav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0px 42px;
  font-size: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media all and (max-width: 768px) {
  .m-header__logo__img01 {
    position: static;
    width: 40px;
    margin-right: 5px;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .m-header__logo__img02 {
    width: 179px;
  }
  .m-header__nav {
    position: fixed;
    top: 72px;
    left: -100%;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: calc(100dvh - 71px);
    padding: 20px 40px;
  }
  .m-header__nav[aria-hidden=false] {
    left: 0;
  }
  .m-header__nav-wrap {
    display: block;
    font-size: 1.6rem;
  }
  .m-header__nav a {
    padding: 14px 22px;
    position: relative;
    font-weight: bold;
  }
  .m-header__nav a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 16px;
    background-color: #333;
    display: block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-header__nav li {
    border-bottom: 1px solid #eef2f7;
  }
}
/* -----------------------------------------------
  SP
-------------------------------------------------- */
.m-hamburger__toggle {
  position: absolute;
  top: 14px;
  right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  z-index: 1001;
}
@media all and (min-width: 769px) {
  .m-hamburger__toggle {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .m-hamburger__toggle {
    top: 11px;
    right: 12px;
  }
}
.m-hamburger__toggle-bars {
  display: inline-block;
  width: 24px;
  height: 2px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.m-hamburger__toggle-bars::before, .m-hamburger__toggle-bars::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #333;
  position: absolute;
  left: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.m-hamburger__toggle-bars::before {
  top: -5px;
}
.m-hamburger__toggle-bars::after {
  top: 5px;
}
.is-drawer-open .m-hamburger__toggle-bars {
  background: transparent;
}
.is-drawer-open .m-hamburger__toggle-bars::before {
  top: 0px;
  -webkit-transform: translate(-50%, -50%) rotate(35deg);
          transform: translate(-50%, -50%) rotate(35deg);
}
.is-drawer-open .m-hamburger__toggle-bars::after {
  top: 0px;
  -webkit-transform: translate(-50%, -50%) rotate(-35deg);
          transform: translate(-50%, -50%) rotate(-35deg);
}

@media all and (max-width: 768px) {
  body.is-drawer-open {
    overflow: hidden;
  }
}
/**************************************************
  Footer
***************************************************/
/* -----------------------------------------------
  js-pageTop
-------------------------------------------------- */
.js-pageTop {
  position: fixed;
  right: 24px;
  bottom: 70px;
}
.js-pageTop a {
  width: 54px;
  aspect-ratio: 1/1;
  display: block;
  background-image: url("./images/btn_pt.png");
}
.js-pageTop a:hover {
  opacity: 0.8;
}
@media all and (max-width: 768px) {
  .js-pageTop {
    right: 20px;
    bottom: 20px;
  }
}

.m-footer {
  border-top: 1px solid #333;
  text-align: center;
  position: relative;
}
.m-footer::before {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  background: #333;
}

.m-footer__copyright {
  font-size: 12px;
  display: block;
  padding: 30px 0 20px;
}
@media all and (max-width: 768px) {
  .m-footer__copyright {
    font-size: 10px;
    padding: 25px 0 15px;
  }
}

/**************************************************
  breadcrumb
***************************************************/
.m-breadcrumb {
  white-space: nowrap;
  overflow-x: auto;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 18px 40px;
  margin-top: 100px;
}
.m-breadcrumb ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
.m-breadcrumb li:not(:last-child)::after {
  content: "/";
}
.m-breadcrumb::-webkit-scrollbar {
  height: 8px;
}
.m-breadcrumb::-webkit-scrollbar-track {
  background-color: transparent;
}
.m-breadcrumb::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-text), 0.05);
  border-radius: 8px;
}
@media all and (max-width: 768px) {
  .m-breadcrumb {
    padding: 18px 20px;
    margin-top: 50px;
  }
  .m-breadcrumb li:last-child {
    padding-right: 90px;
  }
}

.single .m-breadcrumb {
  margin-top: 0;
}

/**************************************************
  pagination
***************************************************/
.pagination__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}
.pagination__nav .pagination__nav__link,
.pagination__nav .current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1;
  width: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination__nav .current {
  border: 1px solid #333;
}
.pagination__nav .pagination__nav__link__prev,
.pagination__nav .pagination__nav__link__next {
  position: relative;
  font-size: 0;
}
.pagination__nav .pagination__nav__link__prev::after,
.pagination__nav .pagination__nav__link__next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  aspect-ratio: 1;
  display: block;
  background-image: url("./images/icon/icon_arrow_right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pagination__nav .pagination__nav__link__next::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pagination__nav .pagination__nav__link__prev::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
@media all and (max-width: 768px) {
  .pagination__nav {
    margin-top: 20px;
  }
}

/**************************************************
  share
***************************************************/
.m-share {
  font-weight: bold;
  color: #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 28px;
  margin-top: 60px;
}
@media all and (max-width: 768px) {
  .m-share {
    margin-bottom: 59px;
  }
}
.m-share .title {
  font-size: 15px;
}
.m-share .c-icon {
  aspect-ratio: 1;
  margin: 0;
  fill: currentColor;
}
.m-share a {
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.m-share a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.m-share .facebook a {
  color: #1877f2;
  width: auto;
}
.m-share .facebook a .c-icon {
  width: 40px;
  height: 40px;
}
.m-share .twitter a {
  color: #fff;
  background-color: #000;
}
.m-share .twitter a svg {
  width: 20px;
  height: 20px;
}
.m-share .line a {
  background-color: #2cbf13;
  color: #fff;
}
.m-share .line a svg {
  width: 25px;
  height: 20px;
}
.m-share .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  list-style: none;
}
.m-share .nav li a {
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
}

.page-styleguide .toc {
  height: calc(100vh - 32px);
  overflow-y: auto;
  top: 32px;
}
.page-styleguide .toc__inner {
  margin: 0 2rem;
}
.page-styleguide .toc__inner ol ol {
  padding-left: 1rem;
}
.page-styleguide .row > [class^=col],
.page-styleguide .row > [class^=g-col] {
  background: #00afcc;
}
.page-styleguide .row > [class^=col]:nth-child(even),
.page-styleguide .row > [class^=g-col]:nth-child(even) {
  background: #a688bd;
}
.page-styleguide .docs {
  background-color: #272822;
  clear: both;
  margin: 1rem 0 2rem;
  position: relative;
}
.page-styleguide .docs .control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 0.6rem;
  position: absolute;
  right: 0;
}
.page-styleguide .docs .control p {
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
  font-weight: bold;
  color: #212529;
}
@media all and (max-width: 768px) {
  .page-styleguide .docs .control div:last-child {
    text-align: right;
  }
}
.page-styleguide .docs pre {
  margin: 0;
}
.page-styleguide .code-type {
  background: #888;
  color: #fff;
  display: inline-block;
  padding: 8px 16px;
  margin-left: 10px;
  margin-right: 8px;
  font-size: 0.7rem;
}
.page-styleguide .copy-button {
  color: #888;
  font-size: 0.6em;
  padding: 0.4rem 0.8rem;
  background-color: #333;
  font-weight: bold;
  border-radius: 3px;
}
.page-styleguide .copy-button:hover {
  color: #000;
  background-color: #fff;
}
.page-styleguide .copy-button.success {
  background-color: #c8e6c9;
  color: #007E33;
}
.page-styleguide .copy-button.failed {
  background-color: #ffcdd2;
  color: #CC0000;
}
.page-styleguide .hljs {
  line-height: 1.3;
}
.page-styleguide .hljs * {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.page-styleguide .hljs-ln-numbers {
  min-width: 2rem;
}

/**************************************************
  Top
***************************************************/
/* -----------------------------------------------
  mainvisual
-------------------------------------------------- */
.top-visual {
  position: relative;
  overflow-x: hidden;
  max-width: 100vw;
}
@media all and (max-width: 768px) {
  .top-visual {
    padding: 20px;
  }
}
.top-visual .swiper-pagination {
  position: static;
}
.top-visual .top-visual__imgWrapper_inner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.top-visual .swiper-slide-active .top-visual__heading,
.top-visual .swiper-slide-active .top-visual__date {
  opacity: 1;
}
.top-visual .swiper-slide-active .top-visual__imgWrapper_inner {
  -webkit-transform: scale(1.34);
          transform: scale(1.34);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}
@media all and (max-width: 768px) {
  .top-visual .swiper-slide-active .top-visual__imgWrapper_inner {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.top-visual .swiper-slide {
  padding-top: 9vw;
}
@media all and (max-width: 768px) {
  .top-visual .swiper-slide {
    padding-top: 0;
  }
}
.top-visual .top-visual__btn--prev,
.top-visual .top-visual__btn--next {
  font-size: 0;
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  trsition: all 0.3s;
}
.top-visual .top-visual__btn--prev:hover,
.top-visual .top-visual__btn--next:hover {
  opacity: 0.6;
}
.top-visual .top-visual__btn--prev::after,
.top-visual .top-visual__btn--next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 5px;
  background-image: url("./images/icon/long_arrow.svg");
  background-size: cover;
}
.top-visual .top-visual__btn--next::after {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}
.top-visual .top-visual__btn--prev::after {
  -webkit-transform: translate(0%, -50%) rotate(180deg);
          transform: translate(0%, -50%) rotate(180deg);
}

.top-visual__slide {
  text-align: center;
}
.top-visual__slide:hover .top-visual__heading {
  text-decoration: underline;
}
.top-visual__slide:hover .top-visual__imgWrapper .top-visual__imgWrapper_inner > img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media all and (max-width: 768px) {
  .top-visual__slide:hover .top-visual__imgWrapper .top-visual__imgWrapper_inner > img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.top-visual__wrap {
  overflow: hidden;
}

.top-visual_img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.top-visual__btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  position: absolute;
  font-size: 14px;
  right: 70px;
  bottom: 50px;
  z-index: 10;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 768px) {
  .top-visual__btns {
    position: static;
    margin-left: auto;
    margin-top: 26px;
  }
}

.top-visual__imgWrapper {
  margin-bottom: 50px;
  position: relative;
}
.top-visual__imgWrapper .top-visual__iconWrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 82px;
  aspect-ratio: 1;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.top-visual__imgWrapper .top-visual__iconWrapper::before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 87px;
  height: 32px;
  background-image: url("./images/icon/pickup.png");
  background-size: cover;
}
@media all and (max-width: 768px) {
  .top-visual__imgWrapper .top-visual__iconWrapper::before {
    top: -20px;
  }
}

.top-visual__heading {
  font-size: 24px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 4px;
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

.top-visual__date {
  font-size: 14px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blueBack {
  background-color: #eef2f7;
  margin-top: 56px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.blueBack__single {
  margin-left: -20px;
  margin-right: -20px;
  padding-top: 57px;
  padding-bottom: 0;
}
@media all and (max-width: 768px) {
  .blueBack {
    margin-top: 25px;
    padding-bottom: 40px;
  }
  .blueBack__single {
    padding-top: 32px;
    padding-bottom: 0;
  }
}

.bl_box {
  padding: 40px;
  max-width: 1300px;
  margin: 0 auto;
}
@media all and (max-width: 768px) {
  .bl_box {
    padding: 20px;
  }
}
.bl_box--event01 {
  padding-top: 0;
}
@media all and (max-width: 768px) {
  .bl_box--event01 {
    margin-top: 25px;
  }
}
.bl_box--feature {
  padding-top: 50px;
}
.bl_box--info {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
@media all and (min-width: 769px) and (max-width: 1299px) {
  .bl_box--info {
    display: block;
  }
  .bl_box--info .bl_infoLink {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media all and (max-width: 768px) {
  .bl_box--info {
    display: block;
    margin-bottom: 90px;
    padding-top: 70px;
    padding-bottom: 30px;
    margin-top: 80px;
  }
}

.blueBack__single .bl_box--event01 {
  padding-bottom: 45px;
}

@media all and (max-width: 769px) {
  .blueBack__single .bl_box--event01 {
    padding-bottom: 25px;
  }
}
.bl_box02 {
  max-width: 1220px;
  margin: 0 auto;
}

.bl_box03 {
  max-width: 1000px;
  margin: 0 auto;
}

.bl_searchHeading {
  text-align: center;
  font-size: 18px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.bl_searchHeading span {
  aspect-ratio: 1;
  width: 30px;
  border-radius: 50%;
  border: 1px solid #333;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 18px;
  cursor: pointer;
}
.bl_searchHeading span::after, .bl_searchHeading span::before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  width: 10px;
  height: 1px;
  display: block;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media all and (max-width: 768px) {
  .bl_searchHeading span::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
}

.bl_searchboxHeading {
  cursor: pointer;
  position: relative;
}
.bl_searchboxHeading::after {
  content: "";
  position: absolute;
  width: 100%;
  top: -28px;
  left: 0;
  height: calc(100% + 30px);
}
@media all and (max-width: 768px) {
  .bl_searchboxHeading::before {
    content: "";
    position: absolute;
    top: -25px;
    left: -30px;
    right: -30px;
    height: 87px;
  }
  .bl_searchboxHeading::after {
    height: calc(100% + 55px);
  }
}

.is-active .bl_searchboxHeading {
  cursor: pointer;
  position: relative;
}
.is-active .bl_searchboxHeading::after {
  height: calc(100% + 56px);
}
@media all and (max-width: 768px) {
  .is-active .bl_searchboxHeading::after {
    height: calc(100% + 30px);
  }
}

.bl_searchbox {
  border: 1px solid #e4e4e4;
  background-color: #f3f6f9;
  padding: 28px 30px 30px;
}
@media all and (max-width: 768px) {
  .bl_searchbox {
    padding: 27.5px 20px 27.5px;
  }
}
.bl_searchbox .bl_event-filter {
  max-height: 600px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 1118px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
}
@media all and (max-width: 768px) {
  .bl_searchbox .bl_event-filter {
    max-height: 0;
    margin-top: 0px;
  }
}
.bl_searchbox fieldset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 0 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 768px) {
  .bl_searchbox fieldset {
    display: block;
    margin-bottom: 30px;
  }
}
.bl_searchbox .bl_searchbox__input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bl_searchbox .bl_searchbox__input label {
  background-color: #fff;
  min-width: 110px;
  font-size: 15px;
  text-align: center;
  padding: 3px 35.5px;
  border-radius: 14px;
}
.bl_searchbox .bl_searchbox__input label:has([type=checkbox]:checked) {
  background-color: #333;
  color: #fff;
}
@media all and (max-width: 768px) {
  .bl_searchbox .bl_searchbox__input label {
    padding: 3px 10px;
    min-width: calc(33.33% - 6.66px);
  }
}
.bl_searchbox .bl_searchbox__input [type=checkbox] {
  display: none;
}
.bl_searchbox .bl_searchbox__input__months label {
  width: 242px;
}
.bl_searchbox .bl_searchbox__input__months label:nth-child(2) {
  font-weight: bold;
  text-decoration: underline;
}
@media all and (max-width: 768px) {
  .bl_searchbox .bl_searchbox__input__months {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bl_searchbox .bl_searchbox__input__months label {
    padding: 5px 10px;
    width: calc(50% - 5px);
  }
}
.bl_searchbox [type=search] {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: none;
  padding: 8px;
}
@media all and (max-width: 768px) {
  .bl_searchbox [type=search] {
    width: 100%;
  }
}
.bl_searchbox.is-active .bl_event-filter {
  margin-top: 0px;
  max-height: 0;
}
@media all and (max-width: 768px) {
  .bl_searchbox.is-active .bl_event-filter {
    margin-top: 21px;
    max-height: 700px;
  }
}
.bl_searchbox.is-active .bl_searchHeading span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
@media all and (max-width: 768px) {
  .bl_searchbox.is-active .bl_searchHeading span::after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
}

.bl_form__label {
  width: 118px;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.bl_form__label small {
  display: block;
  font-weight: normal;
  position: absolute;
  left: 0;
  bottom: -1.2em;
  font-size: 12px;
}
@media all and (max-width: 768px) {
  .bl_form__label {
    width: 100%;
    text-align: center;
  }
  .bl_form__label small {
    position: static;
    display: inline-block;
    font-size: 10px;
  }
  .bl_form__label legend {
    display: block;
  }
}

.bl_event-filter__btns {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  gap: 40px;
}
.bl_event-filter__btns [type=submit] {
  width: 200px;
  font-size: 14px;
  height: 43px;
  font-weight: bold;
  background-color: rgba(51, 51, 51, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bl_event-filter__btns [type=submit]:hover {
  color: #fff;
  background-color: #0ba2c7;
}
.bl_event-filter__btns [type=reset] {
  font-size: 14px;
  text-decoration: underline;
  background-color: transparent;
  border: none;
  font-weight: bold;
  cursor: pointer;
}
.bl_event-filter__btns [type=reset]:hover {
  text-decoration: none;
}
@media all and (max-width: 768px) {
  .bl_event-filter__btns {
    gap: 30px;
  }
  .bl_event-filter__btns [type=submit] {
    background-color: #333;
    color: #fff;
  }
}

.bl_eventHeading h2 {
  background-image: url("./images/top/flug.png");
  background-size: 130px auto;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin: 0 auto 35px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 82px 42px 0;
  background-repeat: no-repeat;
  background-position: left 0;
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media all and (max-width: 768px) {
  .bl_eventHeading h2 {
    font-size: 24px;
    background-size: 105px auto;
    padding-top: 65px;
    margin-bottom: 25px;
  }
}

.bl_card01Unit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 47px 5.1%;
  margin-bottom: 30px;
}
.bl_card01Unit--02 {
  grid-template-columns: repeat(2, 1fr);
  gap: 47px 41px;
}
.bl_card01Unit--02 .bl_card01item__date {
  margin-bottom: 18px;
}
.bl_card01Unit--02 .bl_card01item__title {
  margin-bottom: 12px;
}
.bl_card01Unit--02 .bl_card01item__badge {
  width: 60px;
}
@media all and (max-width: 768px) {
  .bl_card01Unit {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 18px;
  }
  .bl_card01Unit--02 {
    margin-bottom: 10px;
    gap: 50px 18px;
    grid-template-columns: repeat(1, 1fr);
  }
  .bl_card01Unit--02 .bl_card01item__imgWrapper {
    margin-bottom: 25px;
  }
  .bl_card01Unit--02 .bl_card01item__date {
    font-size: 14px;
  }
  .bl_card01Unit--02 .bl_card01item__title {
    font-size: 20px;
  }
  .bl_card01Unit--02 .bl_catList {
    font-size: 14px;
  }
  .bl_card01Unit--02 .bl_catList::before {
    width: 15px;
    height: 16px;
  }
}
.bl_card01Unit--archive {
  margin-top: 60px;
}
.bl_card01Unit--archive .bl_catList {
  margin-bottom: 0;
}
.bl_card01Unit--archive .bl_card01item__badge {
  width: 60px;
}

.bl_card01item__imgWrapper {
  margin-bottom: 22px;
  aspect-ratio: 365/224;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  .bl_card01item__imgWrapper {
    margin-bottom: 15px;
  }
}
.bl_card01item__imgWrapper img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bl_card01item {
  position: relative;
}
.bl_card01item:hover .bl_card01item__imgWrapper > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.bl_card01item:hover {
  color: inherit;
}
.bl_card01item:hover .bl_card01item__title {
  text-decoration: underline;
}

.bl_card01item__badge {
  position: absolute;
  top: -19px;
  left: -19px;
  width: 82px;
  aspect-ratio: 1;
  z-index: 1;
}
.bl_card01item__badge--new {
  width: 60px;
}
@media all and (max-width: 768px) {
  .bl_card01item__badge {
    left: -10px;
  }
  .bl_card01item__badge img {
    width: 60px;
  }
}

.bl_card01item__date {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 10px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.5;
  display: block;
}
.bl_card01item__date::after {
  content: "";
  width: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  top: 0.6em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media all and (max-width: 768px) {
  .bl_card01item__date {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .bl_card01item__date::after {
    top: 8px;
  }
}

.bl_card01item__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}
.bl_card01item__title svg {
  width: 15px;
  margin-left: 5px;
  vertical-align: middle;
  margin-top: -2px;
}
@media all and (max-width: 768px) {
  .bl_card01item__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .bl_card01item__title svg {
    width: 12px;
    margin-left: 3px;
  }
}

.bl_catList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.bl_catList::before {
  content: "";
  width: 18px;
  aspect-ratio: 1;
  margin-right: 5px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("./images/icon/badge01.svg");
}
@media all and (max-width: 768px) {
  .bl_catList {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .bl_catList::before {
    margin-right: 2px;
    width: 12px;
  }
}
.bl_catList li:not(:last-child)::after {
  content: "、";
}
.bl_catList--area::before {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  background-image: url("./images/icon/icon_point02.svg");
}

.bl_catListUnit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}

.bl_featureHeading {
  background-image: url("./images/layout/title_layout.png");
  background-size: 45px auto;
  background-position: center 0;
  background-repeat: no-repeat;
  padding-top: 25px;
  margin-bottom: 42px;
}

.bl_featureHeading h2 {
  text-align: center;
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 18px;
  font-weight: normal;
}
.bl_featureHeading h2::before {
  font-weight: normal;
  font-size: 40px;
  margin-bottom: 5px;
  content: attr(data-en);
  display: block;
}

.bl_featureBody {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  gap: 40px;
}
.bl_featureBody > div:first-child {
  width: 53.2%;
}
.bl_featureBody > div:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (max-width: 768px) {
  .bl_featureBody {
    display: block;
  }
  .bl_featureBody > div:first-child {
    width: 100%;
  }
  .bl_featureBody > div:last-child {
    width: 100%;
  }
}

.bl_card01item__excerpt {
  color: rgba(51, 51, 51, 0.5);
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media all and (max-width: 768px) {
  .bl_card01item__excerpt {
    -webkit-line-clamp: 2;
    margin-bottom: 10px;
  }
}
.bl_card01item__excerpt p {
  margin: 0;
}

@media all and (min-width: 769px) and (max-width: 1299px) {
  .bl_media01Unit {
    margin-bottom: 28px;
  }
}
@media all and (max-width: 768px) {
  .bl_media01Unit {
    margin-bottom: 28px;
    margin-top: 50px;
  }
}

.bl_media01Item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 6px 20px;
  border-top: 1px solid #333;
  padding: 24.5px 30px;
}
.bl_media01Item:last-child {
  border-bottom: 1px solid #333;
}
.bl_media01Item:hover {
  background-color: #eef2f7;
}
.bl_media01Item:hover .bl_media01Item__heading {
  text-decoration: underline;
}
.bl_media01Item:hover .bl_media01Item__imgWrapper img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.bl_media01Item .bl_catList {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .bl_media01Item {
    padding: 24px 0px;
  }
}

.bl_media01Item__imgWrapper {
  grid-row: 1/4;
  overflow: hidden;
}
.bl_media01Item__imgWrapper img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bl_media01Item__meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bl_media01Item__time {
  font-size: 14px;
}

.bl_media01Item__area {
  font-size: 15px;
  font-weight: bold;
  padding-left: 25px;
  padding-top: 1px;
  background-size: 20px auto;
  min-height: 18px;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-image: url("./images/icon/icon_point02.svg");
  color: rgba(51, 51, 51, 0.5);
}

.bl_media01Item__heading {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .bl_media01Item__heading {
    -webkit-line-clamp: 2;
  }
}

.bl_infoWrapper {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eef2f7+0,eef2f7+100&1+43,0+44,0+100 */
  background: -webkit-gradient(linear, left top, right top, from(rgb(238, 242, 247)), color-stop(58.9%, rgb(238, 242, 247)), color-stop(59%, rgba(238, 242, 247, 0)), to(rgba(238, 242, 247, 0)));
  background: -webkit-linear-gradient(left, rgb(238, 242, 247) 0%, rgb(238, 242, 247) 58.9%, rgba(238, 242, 247, 0) 59%, rgba(238, 242, 247, 0) 100%);
  background: linear-gradient(to right, rgb(238, 242, 247) 0%, rgb(238, 242, 247) 58.9%, rgba(238, 242, 247, 0) 59%, rgba(238, 242, 247, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
@media all and (max-width: 768px) {
  .bl_infoWrapper {
    background: -webkit-gradient(linear, left top, right top, from(rgb(238, 242, 247)), color-stop(84.9%, rgb(238, 242, 247)), color-stop(85%, rgba(238, 242, 247, 0)), to(rgba(238, 242, 247, 0)));
    background: -webkit-linear-gradient(left, rgb(238, 242, 247) 0%, rgb(238, 242, 247) 84.9%, rgba(238, 242, 247, 0) 85%, rgba(238, 242, 247, 0) 100%);
    background: linear-gradient(to right, rgb(238, 242, 247) 0%, rgb(238, 242, 247) 84.9%, rgba(238, 242, 247, 0) 85%, rgba(238, 242, 247, 0) 100%);
  }
}

.bl_infoHeading {
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  width: 370px;
}
.bl_infoHeading h2 {
  line-height: 1.2;
  margin-top: 0;
  font-size: 18px;
  font-weight: normal;
}
.bl_infoHeading h2::before {
  font-size: 40px;
  margin-bottom: 5px;
  content: attr(data-en);
  display: block;
}
@media all and (max-width: 768px) {
  .bl_infoHeading {
    width: 100%;
    margin-bottom: 25px;
  }
}

.bl_infoBody {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bl_infoLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(50px, 3.8vw);
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
}
@media all and (max-width: 768px) {
  .bl_infoLink {
    gap: 30px 28px;
  }
}

.bl_infoLink__item {
  background-size: 100% 100%;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bl_infoLink__item--info01 {
  background-image: url("./images/top/info01.jpg");
}
.bl_infoLink__item--info02 {
  background-image: url("./images/top/info02.jpg");
}
.bl_infoLink__item--info03 {
  background-image: url("./images/top/info03.jpg");
}
.bl_infoLink__item:hover {
  background-size: 110% 110%;
}
.bl_infoLink__item:hover a::before {
  background-color: #fff;
}
.bl_infoLink__item a {
  aspect-ratio: 1;
  width: 250px;
  display: block;
  color: #fff;
  line-height: 1.2;
  position: relative;
}
@media all and (min-width: 769px) and (max-width: 1299px) {
  .bl_infoLink__item a {
    width: 220px;
  }
}
@media all and (max-width: 768px) {
  .bl_infoLink__item a {
    width: 100%;
  }
  .bl_infoLink__item--info01 {
    width: 100%;
  }
  .bl_infoLink__item--info01 .bl_infoLink__item__txt {
    font-size: 18px;
    line-height: 1.4;
  }
  .bl_infoLink__item.bl_infoLink__item--info02, .bl_infoLink__item.bl_infoLink__item--info03 {
    font-size: 14px;
    width: calc(50% - 14px);
  }
  .bl_infoLink__item.bl_infoLink__item--info02 a::before, .bl_infoLink__item.bl_infoLink__item--info03 a::before {
    right: 10px;
    bottom: 10px;
  }
}

.bl_infoLink__item a::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 32px;
  aspect-ratio: 1;
  display: block;
  border-radius: 50%;
  background-image: url("./images/icon/icon_arrow_right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px auto;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.bl_infoLink__item__txt {
  position: absolute;
  left: 18px;
  bottom: 16px;
  font-weight: bold;
}
@media all and (max-width: 768px) {
  .bl_infoLink__item__txt {
    left: 9px;
    padding-right: 45px;
    bottom: 8px;
  }
}

/**************************************************
  Archive
***************************************************/
/* -----------------------------------------------
  mainvisual
-------------------------------------------------- */
.m-page-title {
  margin-top: 54px;
}

.m-page-title__heading {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 51px;
}

.bl_modifiedDate {
  text-align: right;
  font-size: 12px;
  margin-top: -16px;
}
@media all and (max-width: 768px) {
  .bl_modifiedDate {
    margin-top: 20px;
  }
}

.bl_archiveLead {
  margin-bottom: 40px;
}
@media all and (max-width: 768px) {
  .bl_archiveLead {
    margin-bottom: 55px;
  }
}

/* -----------------------------------------------
  特集
-------------------------------------------------- */
.m-keyword-list {
  text-align: center;
  margin-top: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.m-keyword-list dt {
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 8px;
}
.m-keyword-list dd.is-active a {
  background-color: #333;
  color: #fff;
}
.m-keyword-list dd a {
  display: block;
  background-color: #eee;
  font-size: 15px;
  min-width: 116px;
  padding: 3px 4px;
  border-radius: 14px;
}
.m-keyword-list dd a:hover {
  background-color: #333;
  color: #fff;
}
@media all and (max-width: 768px) {
  .m-keyword-list {
    margin-top: 40px;
  }
  .m-keyword-list dd a {
    min-width: 100px;
  }
}

/* -----------------------------------------------
  イベント
-------------------------------------------------- */
.tax-event-category .m-page-title__heading {
  display: none;
}

/**************************************************
  Single
***************************************************/
/* -----------------------------------------------
  single
-------------------------------------------------- */
.m-entry-header {
  margin-bottom: 35px;
}

.m-single-body-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.m-single-body-wrapper > div {
  width: 50%;
}
@media all and (max-width: 768px) {
  .m-single-body-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .m-single-body-wrapper > div {
    width: 100%;
  }
}

.wp-post ul {
  list-style: disc;
  margin-left: 20px;
}
.wp-post ol {
  list-style: decimal;
  margin-left: 20px;
}
.wp-post table td,
.wp-post table th {
  border: 1px solid #000;
  padding: 5px 10px;
}

.m-entry-header__title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 5px;
}
@media all and (max-width: 768px) {
  .m-entry-header__title {
    font-size: 26px;
  }
}

.m-entry__category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 14px;
  font-weight: bold;
}
.m-entry__category-list::before {
  content: "";
  width: 11px;
  aspect-ratio: 1;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("./images/icon/badge02.svg");
}
@media all and (max-width: 768px) {
  .m-entry__category-list {
    margin-bottom: 32px;
  }
  .m-entry__category-list::before {
    margin-right: 8px;
    width: 12px;
    height: 12px;
  }
}
.m-entry__category-list li:not(:last-child)::after {
  content: ",";
}

.m-eye-catch {
  margin-bottom: 56px;
}
@media all and (max-width: 768px) {
  .m-eye-catch {
    margin-bottom: 40px;
  }
}
.m-eye-catch img {
  width: 100%;
  display: block;
}

.m-event-data {
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
  padding-right: 20px;
}
.m-event-data::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.m-event-data__date::before {
  background-image: url("./images/icon/icon_calendar.svg");
}
.m-event-data__area li {
  display: inline-block;
}
.m-event-data__area li:not(:last-child)::after {
  content: ",";
  margin-right: 4px;
}
.m-event-data__area::before {
  background-image: url("./images/icon/icon_point.svg");
}
.m-event-data__address::before {
  background-image: url("./images/icon/icon_flag.svg");
}

.wp-post {
  line-height: 2.25;
}
.wp-post p {
  margin-top: 0;
}
.wp-post .wp-block-buttons {
  margin-block: 3rem;
}
.wp-post .wp-block-button__link {
  background-color: #333;
  border-radius: 0;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  padding-inline: 2em;
}
.wp-post .wp-block-button__link svg {
  display: none;
}
.wp-post .wp-block-button__link:hover {
  opacity: 0.8;
}
.wp-post .wp-block-button.is-style-outline .wp-block-button__link {
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
}
.wp-post .wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #333;
  color: #fff;
}
@media all and (max-width: 768px) {
  .wp-post__event {
    border-top: 1px solid #e4e4e4;
    padding-top: 30px;
    margin-top: 15px;
  }
}

.bl_eventSingleHeading h2 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin: 0 auto 55px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media all and (max-width: 768px) {
  .bl_eventSingleHeading h2 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}

/* -----------------------------------------------
  特集
-------------------------------------------------- */
.m-special-data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.m-special-data_time {
  font-size: 14px;
  font-family: "Libre Baskerville", serif;
}

.m-special-keyword-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.m-special-keyword-list li {
  background-color: #e9e9e9;
  font-size: 14px;
  padding: 0px 8px;
  border-radius: 10px;
}
.m-special-keyword-list li:has(a:hover) {
  background-color: #ccc;
}
.m-special-keyword-list::before {
  content: "";
  width: 18px;
  aspect-ratio: 1;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("./images/icon/badge01.svg");
  background-size: contain;
}
.m-special-keyword-list--area::before {
  background-image: url("./images/icon/icon_point02.svg");
}

.m-entry-special-title {
  font-size: 32px;
  margin-bottom: 20px;
  margin-top: -20px;
}
@media all and (max-width: 768px) {
  .m-entry-special-title {
    font-size: 24px;
  }
}

.m-special-keyword-list_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

/**************************************************
  utilities
***************************************************/
/* ---------- clear ---------- */
.u-clearfix {
  zoom: 1;
}
.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media all and (min-width: 769px) {
  .u-float-left {
    float: left;
  }
  .u-float-right {
    float: right;
  }
}
.u-clear {
  clear: both;
}

.u-hidden {
  display: none;
}

/* ---------- text ---------- */
.u-text-bold {
  font-weight: bold;
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-sm {
  font-size: 88%;
}

.u-text-xs {
  font-size: 75%;
}

.u-text-lg {
  font-size: 113%;
}

.u-text-x-lg {
  font-size: 140%;
}

.u-valign-top {
  vertical-align: top;
}

.u-valign-middle {
  vertical-align: middle;
}

.u-valign-bottom {
  vertical-align: bottom;
}

.u-text-center,
.u-text-center th,
.u-text-center td {
  text-align: center;
}

.u-text-right,
.u-text-right th,
.u-text-right td {
  text-align: right;
}

.u-text-left,
.u-text-left th,
.u-text-left td {
  text-align: left;
}

.u-image-text {
  overflow: hidden;
}

.u-text-top {
  vertical-align: top;
}

.u-text-middle {
  vertical-align: middle;
}

.u-text-bottom {
  vertical-align: bottom;
}

.u-word-break {
  word-break: break-all;
}

.u-nowrap {
  white-space: nowrap;
}

/* ---------- margin ---------- */
.u-margin-first {
  margin-top: 0;
}

.u-margin-zero {
  margin-bottom: 0;
}

.u-margin-half {
  margin-bottom: calc(2rem / 2);
}

.u-margin-default {
  margin-bottom: 2rem;
}

.u-margin-double {
  margin-bottom: calc(2rem * 2);
}

/* ---------- devices ---------- */
@media all and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}
/* ---------- spacing ---------- */
.u-mt0 {
  margin-top: 0px !important;
}

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

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

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

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

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

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

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

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

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

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

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

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

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

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

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

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

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

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

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

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

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

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

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

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

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

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

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

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

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

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

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

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

/* -----------------------------------------------
  Accessibility
-------------------------------------------------- */
.screen-reader-text {
  position: absolute;
  top: -1000em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.screen-reader-text:focus {
  left: 6px;
  top: 6px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f0f0f1;
  color: #2271b1;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.is-current {
  pointer-events: none;
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .u-hide-sp {
    display: none;
  }
}

/* -----------------------------------------------
  admin bar
-------------------------------------------------- */
html {
  margin-top: 0 !important;
}

#wpadminbar {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.2;
}
#wpadminbar:hover {
  opacity: 1;
}
@media all and (max-width: 768px) {
  #wpadminbar {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */