@charset "UTF-8";
/*!
Theme Name: minasokonote
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

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

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

:root {
  --color-text: #667681;
  --color-text-rgb: 102,118,129;
  --color-text-shade: #5a6872;
  --color-text-tint: #75848e;
  --color-bg: #ffffff;
  --color-bg-rgb: 255,255,255;
  --color-bg-shade: #eaf2f7;
  --color-bg-tint: #ffffff;
  --color-bg-nav: rgba(245, 245, 245, 0.75);
  --color-border: #ccd5db;
  --color-border-shade: #b4bbc1;
  --color-border-tint: #d1d9df;
  --color-main: #92BCD9;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-text: #EDF7FD;
    --color-text-rgb: 237,247,253;
    --color-text-shade: #d1d9df;
    --color-text-tint: #eff8fd;
    --color-bg: #384146;
    --color-bg-rgb: 56,65,70;
    --color-bg-shade: #31393e;
    --color-bg-tint: #4c5459;
    --color-bg-nav: rgba(34, 39, 42, 0.75);
    --color-border: #535b60;
    --color-border-shade: #495054;
    --color-border-tint: #646b70;
  }
}
.light-mode {
  --color-text: #667681;
  --color-text-rgb: 102, 118, 129;
  --color-text-shade: #5a6872;
  --color-text-tint: #75848e;
  --color-bg: #ffffff;
  --color-bg-rgb: 255, 255, 255;
  --color-bg-shade: #eaf2f7;
  --color-bg-tint: #ffffff;
  --color-bg-nav: rgba(245, 245, 245, 0.75);
  --color-border: #ccd5db;
  --color-border-shade: #b4bbc1;
  --color-border-tint: #d1d9df;
}

.dark-mode {
  --color-text: #EDF7FD;
  --color-text-rgb: 237, 247, 253;
  --color-text-shade: #d1d9df;
  --color-text-tint: #eff8fd;
  --color-bg: #384146;
  --color-bg-rgb: 56, 65, 70;
  --color-bg-shade: #31393e;
  --color-bg-tint: #4c5459;
  --color-bg-nav: rgba(34, 39, 42, 0.75);
  --color-border: #535b60;
  --color-border-shade: #495054;
  --color-border-tint: #646b70;
}

html,
body {
  height: 100%;
}

html {
  overflow-y: scroll;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  line-height: 1.8;
  font-family: "Noto Sans JP", Helvetica, Arial, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-text);
  background: var(--color-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

li::marker {
  color: var(--color-main);
}

a {
  vertical-align: baseline;
  font-size: 100%;
  color: var(--color-main);
  -webkit-tap-highlight-color: var(--color-main);
}
a:hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a:focus {
  outline: none;
}

@media (any-hover: hover) {
  a:hover, a:active {
    text-decoration: none;
    color: var(--color-main);
  }
}
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid var(--color-border);
}

::-moz-selection {
  color: #ffffff;
  background: var(--color-main);
}

::selection {
  color: #ffffff;
  background: var(--color-main);
}

[type=color],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
input:not([type]),
textarea {
  padding: 5px;
  vertical-align: middle;
  font-size: 100%;
  border: 1px solid #b9bcb7;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  width: 100%;
  resize: vertical;
}

button,
[type=button],
[type=reset],
[type=submit] {
  position: relative;
  border: none;
  overflow: visible;
  cursor: pointer;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*!
Theme Name: minasokonote
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 180px;
}
.l-header__inner {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .l-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 320px;
  }
  .l-header__inner {
    margin-bottom: 0;
  }
}

.l-content {
  width: 90%;
  margin: 0 auto 80px;
}
@media screen and (min-width: 992px) {
  .l-content {
    width: 840px;
  }
}

.l-footer {
  margin-top: auto;
  padding-bottom: 40px;
}
.l-footer__sns {
  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;
  gap: 10px;
  list-style: none;
}

/*!
Theme Name: minasokonote
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.c-header {
  position: relative;
  z-index: 40;
}
.c-header__inner {
  position: relative;
  width: 90%;
  margin: auto;
  padding: 70px 0 40px;
  text-align: center;
}
.c-header__sns {
  display: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.nav-active .c-header__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .c-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    height: 140px;
    padding: 0;
  }
  .c-header__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    position: fixed;
    top: 45px;
    right: 120px;
    z-index: 9999;
    list-style: none;
  }
  .nav-active .c-header__sns {
    bottom: auto;
    left: auto;
  }
}

.c-site-title {
  letter-spacing: 0.2em;
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
}
.c-site-title a {
  display: block;
  color: var(--color-text);
}

.c-description {
  padding-left: 0.1em;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .c-description {
    font-size: 0.875rem;
  }
}

.c-page-header {
  width: 100%;
  margin: 0 auto 100px;
}
.c-page-header__inner {
  display: -ms-grid;
  display: grid;
  place-items: center;
  position: relative;
}
.c-page-header__pic {
  height: 280px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 992px) {
  .c-page-header__pic {
    height: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .c-page-header {
    width: 90%;
    margin-bottom: 140px;
  }
  .c-page-header__pic {
    width: calc(100% - (50% - 50vw));
    margin-right: 0;
    margin-left: auto;
    background-position: left 80px center;
  }
}

.c-page-title {
  margin-bottom: 40px;
  padding-left: 0.2em;
  letter-spacing: 0.2em;
  text-align: center;
  font-size: 1.125rem;
}
.c-page-title::before {
  display: inline-block;
  vertical-align: middle;
  font-family: "Material Symbols Outlined";
  font-size: 1.25rem;
}

.c-section {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.c-section__inner {
  width: 90%;
  margin: auto;
  padding-bottom: 60px;
}
.c-section__title {
  margin-bottom: 30px;
  letter-spacing: 0.2em;
  font-family: "brandon-grotesque", sans-serif;
  font-size: clamp(1.125rem, 0.9840225564rem + 0.6015037594vw, 1.375rem);
}
@media screen and (min-width: 992px) {
  .c-section {
    width: 640px;
  }
}

.c-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
  background: rgba(var(--color-bg-rgb), 0.6);
  border: 1px solid var(--color-border);
}
.c-search-form input[type=text] {
  width: 100%;
  border: none;
}
.c-search-form button[type=submit] {
  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;
  width: 60px;
}
.c-search-form button[type=submit] span {
  text-align: center;
  vertical-align: middle;
}
.c-search-form button[type=submit]:hover {
  color: #92BCD9;
}

.c-breadcrumb {
  margin: 0 auto;
  padding-top: 10px;
  overflow-x: scroll;
  white-space: nowrap;
  font-size: 0.875rem;
}
.c-breadcrumb span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumb span.material-symbols-outlined {
  font-size: 1.125rem;
}
.c-breadcrumb a {
  padding: 10px;
  color: var(--color-text);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-breadcrumb a:hover {
  color: #92BCD9;
}
@media screen and (min-width: 992px) {
  .c-breadcrumb {
    overflow-x: auto;
  }
}

.c-icon-new {
  position: absolute;
  top: 10px;
  left: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 1em 2px 1.3em;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.4;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  color: #FFFFFF;
  background: #E26B6B;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  border-radius: 25px;
}

.c-icon-sns a {
  display: -ms-grid;
  display: grid;
  place-items: center;
  height: 44px;
  width: 44px;
  font-size: 1.125rem;
  color: #FFFFFF;
  background: #92BCD9;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-icon-sns a:hover {
  background: #b8d3e6;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-sns-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5em;
  margin-left: 0;
  list-style: none;
}
.l-footer__inner .c-sns-link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-sns-link li {
  margin: 0;
  padding: 0;
}
.c-sns-link li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  font-family: "brandon-grotesque", sans-serif;
  color: var(--color-text);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-sns-link li a:hover {
  color: var(--color-main);
}
.c-sns-link li.x i {
  height: 20px;
  width: 20px;
}
.c-sns-link li.youtube i {
  height: 22px;
  width: 22px;
}

.c-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  list-style: none;
}
.c-categories li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-family: "brandon-grotesque", sans-serif;
}
.c-categories li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  color: var(--color-text);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-categories li a::before {
  content: "\e574";
  font-family: "Material Symbols Outlined";
  font-size: 1rem;
}
.c-categories li a .count_vew {
  font-size: 0.875rem;
}
.c-categories li a:hover {
  color: #92BCD9;
}

.c-tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 40px;
  list-style: none;
}
.c-tagcloud span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  letter-spacing: 0.1em;
  font-family: "brandon-grotesque", sans-serif;
}
.c-tagcloud a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px 0 7px;
  color: var(--color-text);
  background: rgba(var(--color-bg-rgb), 0.2);
  border: 1px solid var(--color-border);
  border-radius: 3px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-tagcloud a::before {
  content: "\e9ef";
  margin-bottom: -3px;
  font-family: "Material Symbols Outlined";
}
.c-tagcloud a:hover {
  color: #92BCD9;
  border-color: #92BCD9;
}

.c-copyright {
  margin-top: 20px;
  letter-spacing: 0.2em;
  text-align: center;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.875rem;
}

.c-pagetop {
  cursor: pointer;
  pointer-events: visible;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  opacity: 0;
}
.c-pagetop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 60px;
  width: 60px;
  text-decoration: none;
  font-size: 0.125rem;
  color: var(--color-text);
  background: transparent;
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-pagetop a:hover {
  color: #b8d3e6;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*!
Theme Name: minasokonote
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.sticky {
  display: block;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.title-category {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.title-category::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 5px;
  background: #92BCD9;
}

.c-post {
  margin-right: auto;
  margin-left: auto;
}
.single .c-post {
  margin-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .c-post {
    width: 640px;
  }
}
.c-post__header {
  margin-bottom: 50px;
  padding-bottom: 10px;
}
.c-post__thumb {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 40px;
}
@media screen and (min-width: 992px) {
  .c-post__thumb {
    width: calc(100% + 200px);
    margin-right: -100px;
    margin-bottom: 60px;
    margin-left: -100px;
    border-radius: 6px;
    overflow: hidden;
  }
}
.c-post__title {
  margin-bottom: 30px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: clamp(1.125rem, 0.6315789474rem + 2.1052631579vw, 2rem);
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-card-post .c-post__title {
  margin-bottom: 10px;
  font-size: 1rem;
}
.c-list-post .c-post__title {
  margin-bottom: 0;
}
.c-list-post .c-post__title, .section--related .c-post__title {
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .c-list-post .c-post__title {
    font-size: 1.125rem;
  }
}
.c-post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.c-post__date, .c-list-post__date {
  letter-spacing: 0.2em;
  font-family: "brandon-grotesque", sans-serif;
  font-size: clamp(0.75rem, 0.6795112782rem + 0.3007518797vw, 0.875rem);
}
.c-post__date time, .c-list-post__date time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.c-post__cat, .c-list-post__cat {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px 5px calc(10px + 0.4em);
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
  font-family: "brandon-grotesque", sans-serif;
  font-size: clamp(0.6875rem, 0.6522556391rem + 0.1503759398vw, 0.75rem);
  color: #FFFFFF;
  background: #667681;
  border-radius: 3px;
}
.c-post__share {
  margin-right: 0;
  margin-left: auto;
}
.c-post__content {
  margin-bottom: 100px;
}
.c-post__content h2 {
  position: relative;
  margin-top: 3em;
  margin-bottom: 2em;
  padding: 3px 0;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-size: clamp(1.125rem, 0.772556391rem + 1.5037593985vw, 1.75rem);
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-post__content h2::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -18px;
  height: 100%;
  width: 3px;
  background: #92BCD9;
}
.c-post__content h3 {
  position: relative;
  margin-bottom: 1.5em;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: clamp(1.125rem, 1.0545112782rem + 0.3007518797vw, 1.25rem);
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.c-post__content h3::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -18px;
  height: 2px;
  width: 12px;
  background: #92BCD9;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-post__content h4 {
  font-size: clamp(1rem, 0.9295112782rem + 0.3007518797vw, 1.125rem);
}
.c-post__content p,
.c-post__content ul,
.c-post__content ol,
.c-post__content blockquote,
.c-post__content table,
.c-post__content figure,
.c-post__content pre {
  margin-bottom: 3em;
  letter-spacing: 0.05em;
}
.c-post__content p:last-child,
.c-post__content ul:last-child,
.c-post__content ol:last-child,
.c-post__content blockquote:last-child,
.c-post__content table:last-child,
.c-post__content figure:last-child,
.c-post__content pre:last-child {
  margin-bottom: 0;
}
.c-post__content ul,
.c-post__content ol {
  margin-left: 1.4em;
}
.c-post__content ul ul,
.c-post__content ul ol,
.c-post__content ol ul,
.c-post__content ol ol {
  margin-top: 10px;
}
.c-post__content li {
  padding-bottom: 10px;
}
.c-post__content li:last-child {
  padding-bottom: 0;
}
.c-post__content a {
  text-decoration: underline;
  word-wrap: break-word;
}
.c-post__content a:hover {
  text-decoration: none;
}
.c-post__content a[target=_blank]::after {
  content: "\e89e";
  font-family: "Material Symbols Outlined";
  font-size: 1rem;
}
.c-post__content a[href^="https://twitter.com/"], .c-post__content a[href^="https://x.com/"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3em;
  margin: 0 3px;
  padding: 0.1em 1em;
  line-height: 1.2;
  text-decoration: none;
  font-size: 0.875rem;
  color: #FFFFFF;
  background: #000;
  border-radius: 25px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.c-post__content a[href^="https://twitter.com/"]::before, .c-post__content a[href^="https://x.com/"]::before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 13px;
  background: url("images/icon-x.svg") center no-repeat;
  background-size: 100%;
}
.c-post__content a[href^="https://twitter.com/"]::after, .c-post__content a[href^="https://x.com/"]::after {
  display: none;
}
.c-post__content a[href^="https://twitter.com/"]:hover, .c-post__content a[href^="https://x.com/"]:hover {
  background-color: #92BCD9;
}
.c-post__content a[href^="https://youtube.com/"], .c-post__content a[href^="https://youtu.be/"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.2em;
  text-decoration: none;
}
.c-post__content a[href^="https://youtube.com/"]::after, .c-post__content a[href^="https://youtu.be/"]::after {
  content: "\f167";
  display: inline-block;
  font-family: "Font Awesome 5 Brands";
  color: #DA1725;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.c-post__content strong {
  padding: 0 0.2em;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(146, 188, 217, 0.4)));
  background: linear-gradient(transparent 70%, rgba(146, 188, 217, 0.4) 70%);
}
.c-post__content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 3em;
  border-radius: 6px;
}
.c-post__content figure img {
  max-width: 100%;
  margin-bottom: 0.5em;
}
.c-post__content figcaption {
  display: block;
  text-align: center;
  font-size: 0.875rem;
  color: #8c8c8c;
  color: var(--color-text-shade);
}
.c-post__content blockquote {
  position: relative;
  padding: 1.5em;
  font-style: italic;
  background: var(--color-bg-shade);
  z-index: 1;
  border-radius: 4px;
}
.c-post__content blockquote::before {
  content: "“";
  display: inline;
  position: absolute;
  top: -5px;
  left: 5px;
  line-height: 1;
  font-family: "brandon-grotesque", sans-serif;
  color: rgba(var(--color-bg-rgb), 0.7);
  font-size: 8.75rem;
  z-index: -1;
}
.c-post__content blockquote p {
  margin-bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-post__content blockquote {
    padding: 1.5em 1.5em 1.5em 4em;
  }
}
.c-post__content cite {
  display: block;
  margin-top: 1em;
  text-align: right;
}
.c-post__content table {
  table-layout: fixed;
  width: 100%;
  margin-bottom: 0;
}
.c-post__content hr {
  position: relative;
  width: 140px;
  margin-bottom: 3em;
  border-top: 1px solid var(--color-border);
}
.c-post__content hr::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid var(--color-border);
}
.c-post__content .c-btn a {
  margin: auto;
}
@media screen and (min-width: 992px) {
  .c-post__content .size-large img {
    width: calc(100% + 100px);
    max-width: inherit;
    margin-right: -50px;
    margin-left: -50px;
  }
}
.c-post__footer .c-btn a {
  margin: auto;
}
.c-post__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5%;
  width: 100%;
  margin-top: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}
.c-post__author .avatar {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  width: 120px;
  min-width: 96px;
}
.c-post__author .avatar img {
  border-radius: 50%;
}
.c-post__author .profile {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 80%;
}
.c-post__author .profile dl {
  margin-bottom: 10px;
  line-height: 1.5;
}
.c-post__author .profile dt {
  letter-spacing: 0.2em;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
}
.c-post__author .profile dd {
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  font-weight: 500;
}
.c-post__author .txt {
  margin-bottom: 20px;
}

iframe #coverFrame {
  border: none !important;
}

.is-type-video .wp-block-embed__wrapper {
  width: 100%;
  aspect-ratio: 16/9;
}
.is-type-video .wp-block-embed__wrapper iframe {
  height: 100%;
  width: 100%;
  border-radius: 6px;
}
@media screen and (min-width: 992px) {
  .is-type-video .wp-block-embed__wrapper {
    width: calc(100% + 100px);
    max-width: inherit;
    margin-right: -50px;
    margin-left: -50px;
  }
}

.c-card-post {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  margin-bottom: 40px;
  list-style: none;
}
.c-card-post .c-icon-new {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
}
.c-card-post .c-post__cat, .c-card-post .c-list-post__cat {
  position: absolute;
  top: -35px;
  right: 10px;
}
.c-card-post__item a {
  color: #667681;
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-card-post__item a:hover {
  color: #92BCD9;
}
.c-card-post__thumb {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
.c-card-post__thumb img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card-post__main {
  position: relative;
  z-index: 2;
  margin-top: 10px;
}
.c-card-post__title {
  margin-top: 20px;
}
.c-card-post__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  position: relative;
}
.c-card-post__date::before {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  background: #92BCD9;
}
@media screen and (min-width: 1200px) {
  .c-card-post {
    grid-template-columns: repeat(auto-fit, 320px);
  }
  .c-card-post__item {
    max-width: 320px;
  }
  .c-card-post__date {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.c-list-post {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px 40px;
  margin-bottom: 80px;
  list-style: none;
}
.c-list-post__item a {
  color: var(--color-text);
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-list-post__item a:hover {
  color: var(--color-main);
}
.c-list-post__thumb {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 6px;
}
.c-list-post__thumb img {
  height: auto;
  width: 100%;
}
.c-list-post__title {
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-size: clamp(1rem, 0.9295112782rem + 0.3007518797vw, 1.125rem);
  font-weight: bold;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-list-post__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-list-post__date {
  letter-spacing: 0.15em;
}
@media screen and (min-width: 992px) {
  .c-list-post__item {
    max-width: 400px;
  }
}

.c-post-overlay {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.c-post-overlay__pic img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.c-post-overlay__pic span {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-post-overlay__pic {
    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;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .c-post-overlay__pic img {
    -webkit-transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .c-post-overlay__pic::before {
    content: "";
    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;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    background: rgba(146, 188, 217, 0.65);
    -webkit-backdrop-filter: blur(4px);
            backdrop-filter: blur(4px);
    -webkit-transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    border-radius: 6px;
  }
  .c-post-overlay__pic span {
    display: block;
    position: absolute;
    z-index: 3;
    visibility: hidden;
    opacity: 0;
    letter-spacing: 0.2em;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(14px, 1vw, 18px);
    color: #FFFFFF;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  .c-post-overlay:hover .c-post-overlay__pic img {
    -webkit-transform: scale(1.075);
            transform: scale(1.075);
  }
  .c-post-overlay:hover .c-post-overlay__pic::before,
  .c-post-overlay:hover .c-post-overlay__pic span {
    opacity: 1;
    visibility: visible;
  }
  .c-post-overlay:hover .c-post-overlay__pic span {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

.c-list-cat {
  margin-bottom: 60px;
  text-align: center;
}
.c-list-cat p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-weight: bold;
}
.c-list-cat p::after {
  content: "";
  display: block;
  height: 2px;
  width: 60%;
  margin: 10px auto;
  border-bottom: 2px solid #92BCD9;
}
.c-list-cat ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  list-style: none;
}
.c-list-cat ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-list-cat ul li a {
  display: block;
  padding: 2px 20px;
  font-weight: bold;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .c-list-cat {
    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;
    gap: 10px;
  }
  .c-list-cat p {
    width: auto;
    margin: 0;
  }
  .c-list-cat p::after {
    content: "：";
    display: inline;
    height: auto;
    width: auto;
    margin: 0;
    border: none;
  }
}

.c-list-share {
  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;
  gap: 4px;
  line-height: 1;
  list-style: none;
}
.c-list-share li a {
  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;
  height: 44px;
  width: 44px;
  padding: 12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-list-share__title {
  margin-right: 5px;
  letter-spacing: 0.2em;
  font-family: "brandon-grotesque", sans-serif;
  font-size: 0.875rem;
}

.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 25px;
  border-bottom: 1px solid var(--color-border);
}
.c-pager::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: calc(100% - 20px);
  width: 1px;
  margin: auto;
  background: var(--color-border);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-pager__prev dt, .c-pager__next dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.2em;
  font-size: 0.875rem;
  font-weight: 400;
}
.c-pager__prev dt::before, .c-pager__prev dt::after, .c-pager__next dt::before, .c-pager__next dt::after {
  line-height: 1;
  font-family: "Material Symbols Outlined";
  font-size: 1.5rem;
}
.c-pager__prev dd, .c-pager__next dd {
  line-height: 1.5;
  font-weight: 500;
}
.c-pager a {
  color: var(--color-text);
}
.c-pager a:hover {
  color: #92BCD9;
}
.c-pager__prev {
  width: 48%;
  margin-right: auto;
  margin-left: 0;
}
.c-pager__prev dt::before {
  content: "\e408";
}
.c-pager__next {
  width: 48%;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}
.c-pager__next dt {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.c-pager__next dt::after {
  content: "\e409";
}
@media screen and (min-width: 768px) {
  .c-pager {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-pager__back {
    display: none;
  }
}

/*!
Theme Name: minasokonote
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.widget {
  margin-bottom: 60px;
}
.widget .screen-reader-text {
  display: none;
}
.widget select {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  padding: 6px;
  cursor: pointer;
  border: 1px solid #C1C4BF;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.widget__title {
  padding-bottom: 10px;
  letter-spacing: 0.3em;
  font-size: 1.125rem;
  font-weight: bold;
  border-bottom: 2px solid #92BCD9;
}
.widget__content ul {
  list-style: none;
}
.widget__content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px;
  color: #667681;
  border-bottom: 1px solid #C1C4BF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.widget__content ul li a:hover {
  color: #92BCD9;
  background: rgba(173, 221, 201, 0.2);
}
.widget_categories .widget__content ul li a {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.widget_categories .widget__content ul li a::after {
  content: "\e409";
  display: block;
  margin-right: 0;
  margin-left: auto;
  font-family: "Material Symbols Rounded";
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.widget_categories .widget__content ul li a:hover::after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.widget--recentposts a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.widget--recentposts__thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 80px;
  vertical-align: text-top;
}
.widget--recentposts__main {
  line-height: 1.4;
}
.widget--recentposts__date {
  margin-bottom: 5px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
}
.widget--recentposts__title {
  letter-spacing: 0.05em;
}

/*!
Theme Name: minasokonote
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.wpcf7-form dl {
  margin-bottom: 40px;
  padding-bottom: 2px;
}
.wpcf7-form dl dt {
  margin-bottom: 20px;
  font-weight: bold;
}
.wpcf7-form dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.wpcf7-form dl dd .zip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin-bottom: 20px;
}
.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=number],
.wpcf7-form input[type=date],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  vertical-align: middle;
  font-size: 16px;
  background: #FFFFFF;
  border: 1px solid #C1C4BF;
  border-radius: 4px;
}
.wpcf7-form input[type=text]:hover,
.wpcf7-form input[type=email]:hover,
.wpcf7-form input[type=url]:hover,
.wpcf7-form input[type=tel]:hover,
.wpcf7-form input[type=number]:hover,
.wpcf7-form input[type=date]:hover,
.wpcf7-form select:hover,
.wpcf7-form textarea:hover {
  border-color: #92BCD9;
}
.wpcf7-form input[type=text]:focus,
.wpcf7-form input[type=email]:focus,
.wpcf7-form input[type=url]:focus,
.wpcf7-form input[type=tel]:focus,
.wpcf7-form input[type=number]:focus,
.wpcf7-form input[type=date]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  background: white;
  border-color: #b8d3e6;
}
.wpcf7-form input[readonly=readonly] {
  font-weight: bold;
  color: #92BCD9;
}
.wpcf7-form input[readonly=readonly]:focus {
  background: #FFFFFF;
  border-color: #C1C4BF;
}
.wpcf7-form input[type=number] {
  width: 100px;
}
.wpcf7-form select {
  width: 220px;
}
.wpcf7-form label {
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .wpcf7-form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
  }
  .wpcf7-form dl dt {
    width: 280px;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .wpcf7-form dl dd {
    width: 500px;
  }
  .wpcf7-form input.wpcf7-date {
    width: 260px;
  }
  .wpcf7-form textarea {
    height: 145px;
  }
}

span.wpcf7-list-item {
  margin: 0 1em 0 0;
  cursor: pointer;
}

.form-accept {
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}
.form-accept label {
  display: block;
  padding: 10px;
  cursor: pointer;
  background: #F5F0EA;
  border-radius: 4px;
}
.form-accept label:hover {
  background: white;
}
.form-accept .wpcf7-list-item {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .form-accept {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .form-accept label {
    display: inline-block;
    padding: 0;
    line-height: 1.2;
    background: none;
    border-bottom: 1px solid transparent;
    border-radius: 0;
  }
  .form-accept label:hover {
    color: #92BCD9;
    background: none;
    border-color: #92BCD9;
  }
}

.form-send {
  margin: 20px auto 0;
  text-align: center;
}
.form-send input[type=submit] {
  width: 100%;
  height: 70px;
  letter-spacing: 0.2em;
  font-size: 1.125rem;
  font-weight: bold;
  color: #ffffff;
  background: #76C7A5;
  border-radius: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-send input[type=submit]:hover {
  color: #ffffff;
  background-color: #adddc9;
}
@media screen and (min-width: 992px) {
  .form-send {
    width: 100%;
  }
  .form-send input[type=submit] {
    width: 380px;
    margin-left: 72px;
  }
}

.form-example {
  display: block;
  margin-left: 1em;
  padding-top: 0.4em;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  color: #B5BAB1;
}
.form-example::before {
  content: "例）";
}

.form-required,
.form-optional {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0.6em;
  padding: 4px 12px 6px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #FFFFFF;
  background: #E26B6B;
  border-radius: 50px;
}

.form-optional {
  background: #92BCD9;
}

/*!
Theme Name: minasokonote
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?-qz7pb2");
  src: url("fonts/icomoon.eot?#iefix-qz7pb2") format("embedded-opentype"), url("fonts/icomoon.woff?-qz7pb2") format("woff"), url("fonts/icomoon.ttf?-qz7pb2") format("truetype"), url("fonts/icomoon.svg?-qz7pb2#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-evernote::before {
  content: "\e004";
}

.icon-feedly::before {
  content: "\e007";
}

.icon-pocket::before {
  content: "\e008";
}

.icon-line::before {
  content: "\e009";
}

.icon-hatena::before {
  content: "\e00a";
}

.icon-feedly-square::before {
  content: "\e601";
}

.icon-googleplus::before {
  content: "\e608";
}

.icon-facebook::before {
  content: "\e60d";
}

.icon-instagram::before {
  content: "\e610";
}

.icon-twitter::before {
  content: "𝕏";
  font-family: unset;
  font-weight: bold;
}

.icon-feed::before {
  content: "\e614";
}

.icon-youtube::before {
  content: "\e617";
}

.icon-flickr2::before {
  content: "\e61e";
}

.icon-githubmark::before {
  content: "\e626";
}

.icon-github::before {
  content: "\e627";
}

.icon-wordpress::before {
  content: "\e629";
}

.icon-tumblr::before {
  content: "\e62d";
}

.icon-yahoo::before {
  content: "\e62f";
}

.icon-apple::before {
  content: "\e631";
}

.icon-android::before {
  content: "\e633";
}

.icon-windows::before {
  content: "\e634";
}

.icon-windows8::before {
  content: "\e635";
}

.icon-skype::before {
  content: "\e636";
}

.icon-delicious::before {
  content: "\e638";
}

.icon-pinterest::before {
  content: "\e63a";
}

/*!
Theme Name: minasokonote
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.c-btn a {
  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;
  position: relative;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  font-family: "brandon-grotesque", sans-serif;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-btn.small a {
  width: 180px;
}
.c-btn.medium a {
  width: 240px;
}
.c-btn.large a {
  width: 100%;
  min-height: 70px;
}
.c-post__content .c-btn a {
  margin: auto;
  padding: 10px;
  color: var(--color-text);
  border: 1px solid var(--color-border);
  border-radius: 3px;
}
.c-post__content .c-btn a:hover {
  color: var(--color-main);
  background: rgba(146, 188, 217, 0.2);
  border-color: #92BCD9;
}
.c-btn a[target=_blank] {
  position: relative;
}
.c-btn a[target=_blank]::after {
  content: "\e89e";
  position: absolute;
  top: 0;
  right: 2px;
  font-family: "Material Symbols Outlined";
  font-size: 1.125rem;
}
.c-btn--back {
  margin-top: 80px;
}
.c-btn--back a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 5px 30px;
  color: var(--color-text);
  border: 1px solid var(--color-border);
  border-radius: 3px;
}
.c-btn--back a::before {
  content: "\e88a";
  font-family: "Material Symbols Outlined";
  font-size: 1.375rem;
}
.c-btn--back a:hover {
  color: var(--color-main);
  background: rgba(146, 188, 217, 0.2);
  border-color: #92BCD9;
}

.wp-block-button__link {
  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;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 5px 30px;
  text-decoration: none;
  color: var(--color-text);
  border: 1px solid var(--color-border);
  border-radius: 3px;
  -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.wp-block-button__link:hover {
  color: var(--color-main);
  background: rgba(146, 188, 217, 0.2);
  border-color: #92BCD9;
}

/*!
Theme Name: minasokonote
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.c-header-nav {
  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;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}
.c-header-nav ul {
  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;
  list-style: none;
}
.c-header-nav ul li a {
  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;
  height: 60px;
  width: 60px;
  margin: auto;
  color: var(--color-text);
  background: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.c-header-nav ul li a span {
  font-size: 1.875rem;
}
@media screen and (min-width: 992px) {
  .c-header-nav {
    top: 10px;
    right: 10px;
  }
}

.c-theme-switch .checkbox {
  display: none;
}
.c-theme-switch .checkbox:checked + .focus:before {
  content: "\e51c";
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.c-theme-switch .focus {
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.c-theme-switch .focus::before {
  content: "\e518";
  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;
  height: 60px;
  width: 60px;
  font-family: "Material Symbols Outlined";
  font-size: 1.875rem;
  color: var(--color-text);
  background: transparent;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.c-global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 40px;
  z-index: 900;
  height: 100vh;
  width: 100vw;
  margin: auto;
  background: var(--color-bg-nav);
  opacity: 0;
  visibility: hidden;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.is-menu-active .c-global-nav {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.c-global-nav__inner {
  width: 80%;
  margin: auto;
  padding: 40px 0;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  -webkit-transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
}
.is-menu-active .c-global-nav__inner {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.c-global-nav__item {
  margin: 40px 0;
}
.c-global-nav__head {
  margin-bottom: 15px;
  letter-spacing: 0.2em;
  font-family: brandon-grotesque, sans-serif;
  font-size: 0.875rem;
}
@media screen and (min-width: 992px) {
  .c-global-nav {
    width: 40%;
    margin-right: 0;
  }
}

.c-hamburger {
  z-index: 1000;
  height: 60px;
  width: 60px;
}
.c-hamburger a {
  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;
  gap: 5px;
  height: 100%;
  width: 100%;
  position: relative;
  margin: 0 auto;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.is-menu-active .c-hamburger a {
  background: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.c-hamburger a:hover .text::before, .c-hamburger a:hover .text::after {
  color: #92BCD9;
  mix-blend-mode: multiply;
}
.c-hamburger .line {
  position: absolute;
  top: 50%;
  right: 18px;
  left: auto;
  z-index: 10;
  display: block;
  height: 1px;
  width: 25px;
  margin-right: auto;
  margin-left: auto;
  background: var(--color-text);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.is-menu-active .c-hamburger .line {
  background: transparent;
}
.c-hamburger .line::before, .c-hamburger .line::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 25px;
  background: var(--color-text);
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.c-hamburger .line::before {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.is-menu-active .c-hamburger .line::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-hamburger .line::after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}
.is-menu-active .c-hamburger .line::after {
  -webkit-transform: translateY(-2px) rotate(-45deg);
          transform: translateY(-2px) rotate(-45deg);
}

.is-overlay {
  display: none;
}
@media screen and (min-width: 992px) {
  .is-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 899;
    width: 0;
    background: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    -webkit-transition: 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .dark-mode .is-overlay {
    background: rgba(0, 0, 0, 0.3);
  }
  .is-menu-active .is-overlay {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
    -webkit-transition: 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}

.c-local-nav {
  margin: 0 auto 60px;
}
.c-local-nav__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 40px;
  letter-spacing: 0.3em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-local-nav__head::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  margin-left: -4px;
  background: #92BCD9;
}
.c-local-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  list-style: none;
}
.c-local-nav li {
  font-size: 0.875rem;
}
.c-local-nav li a {
  display: block;
  position: relative;
  min-width: 180px;
  padding: 10px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  color: #667681;
  border: 1px solid #667681;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-local-nav li a span {
  position: absolute;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
  color: #92BCD9;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-local-nav li a:hover {
  color: #FFFFFF;
  background: #b8d3e6;
  border-color: #b8d3e6;
}
.c-local-nav li a:hover span {
  color: #FFFFFF;
  -webkit-transform: translateY(calc(-50% + 4px));
          transform: translateY(calc(-50% + 4px));
}
.c-local-nav .current-menu-item a {
  color: #FFFFFF;
  background: #92BCD9;
}
@media screen and (min-width: 992px) {
  .c-local-nav {
    margin-bottom: 100px;
  }
  .c-local-nav ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}

.c-footer-nav {
  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;
  list-style: none;
  text-align: center;
}
.c-footer-nav li {
  padding-left: 0.1em;
  font-size: 1.5rem;
}
.c-footer-nav li a {
  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;
  color: var(--color-text);
}
.c-footer-nav li a span {
  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;
  height: 60px;
  width: 60px;
  margin: auto;
}
.c-footer-nav li a:hover {
  color: #92BCD9;
}

/*!
Theme Name: minasokonote
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.swiper {
  position: relative;
  overflow: inherit;
}
.swiper-wrapper {
  width: 100%;
  margin: auto;
}
.swiper-slide {
  position: relative;
}
.swiper-img {
  height: 500px;
  overflow: hidden;
}
.swiper-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1200px) {
  .swiper .swiper-img {
    width: calc(100% - (50% - 50vw));
    height: 760px;
    margin-right: auto;
    margin-left: 0;
  }
  .swiper .swiper-img img {
    -webkit-transform: translateX(-110px);
            transform: translateX(-110px);
  }
}
.swiper-pagination {
  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;
  z-index: 99;
  width: 100%;
  margin: auto;
  text-align: center;
}
.swiper-pagination-bullet {
  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;
  height: 12px;
  width: 12px;
  opacity: 1;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.7);
}
.swiper-pagination-bullet:hover, .swiper-pagination-bullet-active {
  color: #FFFFFF;
  background: #92BCD9;
}
.swiper-button-prev, .swiper-button-next {
  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;
  height: 44px;
  width: 44px;
  color: #FFFFFF;
  background-image: none;
}
.swiper-button-prev::after, .swiper-button-next::after {
  font-family: "Material Symbols Rounded";
  font-size: 28px;
  font-weight: 900;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 992px) {
  .swiper-button-prev, .swiper-button-next {
    color: #667681;
  }
  .swiper-button-prev:hover, .swiper-button-next:hover {
    color: #92BCD9;
  }
}
.swiper-button-prev::after {
  content: "\e5e0";
}
.swiper-button-prev:hover::after {
  -webkit-transform: translateX(-3px);
          transform: translateX(-3px);
}
.swiper-button-next::after {
  content: "\e5e1";
}
.swiper-button-next:hover::after {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

/*!
Theme Name: minasokonote
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
#loading {
  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;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
  width: 100%;
  height: 100dvh;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: var(--color-bg);
}

.spinner {
  height: 80px;
  width: 80px;
  margin: auto;
  border: 3px solid #92BCD9;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.4s infinite ease-in-out;
  animation: sk-scaleout 1.4s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

@-webkit-keyframes fadeIn {
  from {
    -webkit-filter: brightness(140%) blur(3px);
            filter: brightness(140%) blur(3px);
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    opacity: 0;
  }
  to {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    -webkit-filter: brightness(140%) blur(3px);
            filter: brightness(140%) blur(3px);
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    opacity: 0;
  }
  to {
    -webkit-filter: none;
            filter: none;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.js-anime {
  visibility: hidden;
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.js-anime.is-active {
  visibility: visible;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

/*!
Theme Name: minasokonote
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.p-link-minachlo a {
  display: block;
  position: relative;
  height: 120px;
  width: 120px;
  margin: 0 auto 50px;
  text-align: center;
  background: url("images/logo@2x.png") center/contain no-repeat;
}
.dark-mode .p-link-minachlo a {
  background-image: url("images/logo-w@2x.png");
}
.light-mode .p-link-minachlo a {
  background-image: url("images/logo@2x.png");
}
.p-link-minachlo span {
  position: absolute;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.p-404 {
  width: 90%;
  margin: 0 auto 80px;
}
.p-404 p {
  margin-bottom: 40px;
}
.p-404 .c-btn a {
  margin: auto;
}
@media screen and (min-width: 992px) {
  .p-404 {
    width: 1040px;
    margin-bottom: 120px;
    text-align: center;
  }
}

#stalker {
  pointer-events: none;
  position: fixed;
  top: -8px;
  left: -8px;
  z-index: 9999;
  height: 16px;
  width: 16px;
  background: rgba(146, 188, 217, 0.75);
  border-radius: 50%;
  -webkit-transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s, background-color 0.5s, -webkit-transform 0.2s;
  transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s, background-color 0.5s, -webkit-transform 0.2s;
  transition: transform 0.2s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, background-color 0.5s;
  transition: transform 0.2s, width 0.5s, height 0.5s, top 0.5s, left 0.5s, background-color 0.5s, -webkit-transform 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#stalker.hov_ {
  top: -32px;
  left: -32px;
  height: 64px;
  width: 64px;
  mix-blend-mode: multiply;
}

/*!
Theme Name: minasokonote
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
#toc_container {
  width: 100% !important;
  margin-bottom: 60px;
  padding: 20px 30px;
  background: var(--color-bg-shade);
  border-radius: 6px;
}

#toc_container.contracted {
  display: block !important;
}

.toc_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0 !important;
  letter-spacing: 0.2em;
  font-family: brandon-grotesque, sans-serif;
}

.toc_toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 90px;
  margin-top: -5px;
  line-height: 1;
  font-size: 0.875rem;
}

.toc_toggle a {
  margin-bottom: -4px;
  text-align: center;
  text-decoration: none !important;
  color: var(--color-text);
}

.toc_toggle a:hover {
  color: #92BCD9;
}

.toc_list {
  margin-top: 20px;
  margin-left: 4px !important;
  list-style: none;
}

.toc_list li a {
  text-decoration: none;
  color: var(--color-text);
}

.toc_list li a:hover {
  color: #92BCD9;
}

.toc_list li ul {
  list-style: none;
}

.toc_number {
  margin-right: 0.5em;
  font-family: brandon-grotesque, sans-serif;
  color: #8c8c8c;
}

/*!
Theme Name: minasokonote
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
[tip] .tooltip {
  position: fixed;
  padding: 5px 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  white-space: nowrap;
  font-size: 0.875rem;
  color: var(--color-text);
  background: var(--color-bg-nav);
  border-radius: 3px;
  visibility: hidden;
  -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

[tip]:hover .tooltip {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

/*!
Theme Name: minasokonote
Theme URI:
Description:
Author:
Author URI:
Version: 1.0
*/
.wp-pagenavi {
  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;
  gap: 10px;
  width: 100%;
  text-align: center;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  min-width: 44px;
  min-height: 44px;
  text-align: center;
  text-decoration: none;
  font-family: "brandon-grotesque", sans-serif;
  color: var(--color-text);
  background: var(--color-bg-shade);
  border: 1px solid transparent;
  border-radius: 3px;
}
.wp-pagenavi a {
  -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.wp-pagenavi a:hover {
  background-color: transparent;
}
.wp-pagenavi .current {
  font-weight: bold;
  background: var(--color-bg-tint);
  border-color: var(--color-border-tint);
}
/*# sourceMappingURL=style.css.map */