@charset "UTF-8";

body:lang(ja), button:lang(ja),
input:lang(ja),
select:lang(ja),
optgroup:lang(ja),
textarea:lang(ja), .author-description .author-link:lang(ja),
.comment-metadata:lang(ja),
.comment-reply-link:lang(ja),
.comments-title:lang(ja),
.comment-author .fn:lang(ja),
.discussion-meta-info:lang(ja),
.entry-meta:lang(ja),
.entry-footer:lang(ja),
.main-navigation:lang(ja),
.no-comments:lang(ja),
.not-found .page-title:lang(ja),
.error-404 .page-title:lang(ja),
.post-navigation .post-title:lang(ja),
.page-links:lang(ja),
.page-description:lang(ja),
.pagination .nav-links:lang(ja),
.sticky-post:lang(ja),
.site-title:lang(ja),
.site-info:lang(ja),
#cancel-comment-reply-link:lang(ja),
h1:lang(ja),
h2:lang(ja),
h3:lang(ja),
h4:lang(ja),
h5:lang(ja),
h6:lang(ja), .page-title:lang(ja), blockquote cite:lang(ja), table:lang(ja), .button:lang(ja),
input:lang(ja)[type="button"],
input:lang(ja)[type="reset"],
input:lang(ja)[type="submit"], .comment-navigation .nav-previous:lang(ja),
.comment-navigation .nav-next:lang(ja), .comment-list .pingback .comment-body:lang(ja),
.comment-list .trackback .comment-body:lang(ja), .comment-list .pingback .comment-body .comment-edit-link:lang(ja),
.comment-list .trackback .comment-body .comment-edit-link:lang(ja), .comment-form .comment-notes:lang(ja),
.comment-form label:lang(ja), .widget_archive ul li:lang(ja),
.widget_categories ul li:lang(ja),
.widget_meta ul li:lang(ja),
.widget_nav_menu ul li:lang(ja),
.widget_pages ul li:lang(ja),
.widget_recent_comments ul li:lang(ja),
.widget_recent_entries ul li:lang(ja),
.widget_rss ul li:lang(ja), .widget_tag_cloud .tagcloud:lang(ja), .entry .entry-content .wp-block-button .wp-block-button__link:lang(ja), .entry .entry-content .wp-block-archives li:lang(ja),
.entry .entry-content .wp-block-categories li:lang(ja),
.entry .entry-content .wp-block-latest-posts li:lang(ja), .entry .entry-content .wp-block-verse:lang(ja), .entry .entry-content .has-drop-cap:lang(ja):not(:focus):first-letter, .entry .entry-content .wp-block-pullquote cite:lang(ja), .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text:lang(ja),
.entry .entry-content .wp-block-cover-image .wp-block-cover-text:lang(ja),
.entry .entry-content .wp-block-cover-image h2:lang(ja),
.entry .entry-content .wp-block-cover .wp-block-cover-image-text:lang(ja),
.entry .entry-content .wp-block-cover .wp-block-cover-text:lang(ja),
.entry .entry-content .wp-block-cover h2:lang(ja), .entry .entry-content .wp-block-audio figcaption:lang(ja),
.entry .entry-content .wp-block-video figcaption:lang(ja),
.entry .entry-content .wp-block-image figcaption:lang(ja),
.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption:lang(ja),
.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption:lang(ja), .entry .entry-content .wp-block-file:lang(ja), .entry .entry-content .wp-block-file .wp-block-file__button:lang(ja), .entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta:lang(ja), .wp-caption-text:lang(ja), .gallery-caption:lang(ja) {
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", メイリオ, sans-serif;
}
/* Normalize */
/*! normalize.css v8.0.0 | 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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  transition:.4s;
  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 */
  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 {
  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"] {
  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"] {
  -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;
}

/* Typography */
html {
  font-size:21px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #111;
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.8;
  margin: 0;
  text-rendering: optimizeLegibility;
}

button,
input,
select,
optgroup,
textarea {
  color: #111;
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: 400;
  line-height: 1.8;
  text-rendering: optimizeLegibility;
}

.author-description .author-link,
.comment-metadata,
.comment-reply-link,
.comments-title,
.comment-author .fn,
.discussion-meta-info,
.entry-meta,
.entry-footer,
.main-navigation,
.no-comments,
.not-found .page-title,
.error-404 .page-title,
.post-navigation .post-title,
.page-links,
.page-description,
.pagination .nav-links,
.sticky-post,
.site-title,
.site-info,
#cancel-comment-reply-link,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.main-navigation,
.page-description,
.author-description .author-link,
.not-found .page-title,
.error-404 .page-title,
.post-navigation .post-title,
.pagination .nav-links,
.comments-title,
.comment-author .fn,
.no-comments,
.site-title,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: -0.08em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page-title {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
}

.site-branding,
.main-navigation ul.main-menu > li,
.social-navigation,
.author-description .author-bio,
.nav-links {
  line-height: 1.25;
}

h1 {
  font-size: 2.25em;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 2.8125em;
  }
}

.entry-title,
.not-found .page-title,
.error-404 .page-title,
.has-larger-font-size,
h2 {
  font-size: .95rem;
}

@media only screen and (min-width: 768px) {
  .entry-title,
  .not-found .page-title,
  .error-404 .page-title,
  .has-larger-font-size,
  h2 {
    font-size: 2.25em;
  }
}

.has-regular-font-size,
.has-large-font-size,
.comments-title,
h3 {
  font-size: 1.6875em;
}

.site-title,
.site-description,
.main-navigation,
.nav-links,
.page-title,
.page-description,
.comment-author .fn,
.no-comments,
h2.author-title,
p.author-bio,
h4 {
  font-size: 1.125em;
}

.pagination .nav-links,
.comment-content,
h5 {
  font-size: 0.88889em;
}

.entry-meta,
.entry-footer,
.discussion-meta-info,
.site-info,
.has-small-font-size,
.comment-reply-link,
.comment-metadata,
.comment-notes,
.sticky-post,
#cancel-comment-reply-link,
img:after,
h6 {
  font-size: 0.71111em;
}

.site-title,
.page-title {
  font-weight: normal;
}

.page-description,
.page-links a {
  font-weight: bold;
}

.site-description {
  letter-spacing: -0.01em;
}

.post-navigation .post-title,
.entry-title,
.not-found .page-title,
.error-404 .page-title,
.comments-title,
blockquote {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
}

/* Do not hyphenate entry title on tablet view and bigger. */
@media only screen and (min-width: 768px) {
  .entry-title {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
}

p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote cite {
  font-size: 0.71111em;
  font-style: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

pre {
  font-size: 0.88889em;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.8;
  overflow: auto;
}

code,
kbd,
tt,
var {
  font-size: 0.88889em;
  font-family: Menlo, monaco, Consolas, Lucida Console, monospace;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: underline;
}

/* Elements */
html {
  box-sizing: border-box;
}

::-moz-selection {
  background-color: #bfdcea;
}

::selection {
  background-color: #bfdcea;
}

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

body {
  background-color: #fff;
}

a {
  transition: color 110ms ease-in-out;
  color: #0073aa;
}

a:hover,
a:active {
  color: #005177;
  outline: 0;
  text-decoration: none;
}

a:focus {
  outline: thin;
  outline-style: dotted;
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 1rem 0;
}

/* h1:not(.site-title):before,
h2:before {
  background: #767676;
  content: "\020";
  display: block;
  height: 2px;
  margin: 1rem 0;
  width: 1em;
} */

hr {
  background-color: #767676;
  border: 0;
  height: 2px;
}

ul,
ol {
  padding-left: 1rem;
}

ul {
  list-style: disc;
}

ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal;
}

li {
  line-height: 1.8;
  list-style: none;
}

li > ul,
li > ol {
  padding-left: 2rem;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1rem 1rem;
}

img {
  display:block;
  height: auto;
  max-width: 100%;
  position: relative;
  transition: .4s;
}
figure {
  margin: 0;
}

blockquote {
  margin: 0;
}

blockquote > p {
  margin: 0 0 1rem;
}

blockquote cite {
  color: #767676;
}

table {
  margin: 0 0 1rem;
  border-collapse: collapse;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

table td,
table th {
  padding: 0.5em;
  border: 1px solid #767676;
  word-break: break-all;
}

/* Forms */
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  transition: background 150ms ease-in-out;
  background: #0073aa;
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: .6em;
  font-weight: 700;
  line-height: 1.15;
  outline: none;
  padding: 0.65rem 1rem;
  text-decoration: none;
  vertical-align: bottom;
  transition: .4s linear;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #111;
  cursor: pointer;
}

.button:visited,
button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited {
  color: #fff;
  text-decoration: none;
}

.button:focus,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  -webkit-backface-visibility: hidden;
  background: #fff;
  border: solid 1px #ccc;
  box-sizing: border-box;
  outline: none;
  padding: 0.36rem 0.66rem;
  -webkit-appearance: none;
  outline-offset: 0;
  border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  border-color: #0073aa;
  outline: thin solid rgba(0, 115, 170, 0.15);
  outline-offset: -4px;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

textarea {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  resize: vertical;
}

form p {
  margin: 1rem 0;
}

/* Navigation */
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  transition: color 110ms ease-in-out;
  color: #0073aa;
}

a:visited {
  color: #0073aa;
}

a:hover,
a:active {
  color: #005177;
  outline: 0;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/** === Main menu === */
.main-navigation {
  display: block;
  margin-top: 0.25rem;
  /* Un-style buttons */
  /*
	 * Sub-menu styles
	 *
	 * :focus-within needs its own selector so other similar
	 * selectors don’t get ignored if a browser doesn’t recognize it
	 */
  /**
	 * Fade-in animation for top-level submenus
	 */
  /**
	 * Off-canvas touch device styles
	 */
}

body.page .main-navigation {
  display: block;
}

.main-navigation > div {
  display: inline;
}

.main-navigation button {
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.main-navigation button:hover, .main-navigation button:focus {
  background: transparent;
}

.main-navigation button:focus {
  outline: 1px solid transparent;
  outline-offset: -4px;
}

.main-navigation button:active {
  transform: scale(0.99);
}

.main-navigation .main-menu {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.main-navigation .main-menu > li {
  color: #0073aa;
  display: inline;
  position: relative;
}

.main-navigation .main-menu > li > a {
  font-weight: 700;
  color: #0073aa;
  margin-right: 0.5rem;
}

.main-navigation .main-menu > li > a + svg {
  margin-right: 0.5rem;
}

.main-navigation .main-menu > li > a:hover,
.main-navigation .main-menu > li > a:hover + svg {
  color: #005177;
}

.main-navigation .main-menu > li.menu-item-has-children {
  display: inline-block;
  position: inherit;
}

@media only screen and (min-width: 768px) {
  .main-navigation .main-menu > li.menu-item-has-children {
    position: relative;
  }
}

.main-navigation .main-menu > li.menu-item-has-children > a {
  margin-right: 0.125rem;
}

.main-navigation .main-menu > li.menu-item-has-children > a:after,
.main-navigation .main-menu > li.menu-item-has-children .menu-item-has-children > a:after {
  content: "";
  display: none;
}

.main-navigation .main-menu > li.menu-item-has-children .submenu-expand {
  display: inline-block;
  margin-right: 0.25rem;
  /* Priority+ Menu */
}

.main-navigation .main-menu > li.menu-item-has-children .submenu-expand.main-menu-more-toggle {
  position: relative;
  height: 24px;
  line-height: 1.2;
  width: 24px;
  padding: 0;
  margin-left: 0.5rem;
}

.main-navigation .main-menu > li.menu-item-has-children .submenu-expand.main-menu-more-toggle svg {
  height: 24px;
  width: 24px;
  top: -0.125rem;
  vertical-align: text-bottom;
}

.wp-customizer-unloading .main-navigation .main-menu > li.menu-item-has-children .submenu-expand, .main-navigation .main-menu > li.menu-item-has-children .submenu-expand.is-empty {
  display: none;
}

.main-navigation .main-menu > li.menu-item-has-children .submenu-expand svg {
  position: relative;
  top: 0.2rem;
}

.main-navigation .main-menu > li:last-child > a,
.main-navigation .main-menu > li:last-child.menu-item-has-children .submenu-expand {
  margin-right: 0;
}

.main-navigation .sub-menu {
  background-color: #0073aa;
  color: #fff;
  list-style: none;
  padding-left: 0;
  position: absolute;
  opacity: 0;
  left: -9999px;
  z-index: 99999;
}

@media only screen and (min-width: 768px) {
  .main-navigation .sub-menu {
    width: auto;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
  }
}

.main-navigation .sub-menu > li {
  display: block;
  float: none;
  position: relative;
}

.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand {
  display: inline-block;
  position: absolute;
  width: calc( 24px + 1rem);
  right: 0;
  top: calc( .125 * 1rem);
  bottom: 0;
  color: white;
  line-height: 1;
  padding: calc( .5 * 1rem);
}

.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand svg {
  top: 0;
}

.main-navigation .sub-menu > li.menu-item-has-children .submenu-expand {
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .main-navigation .sub-menu > li.menu-item-has-children .menu-item-has-children > a:after {
    content: "\203a";
  }
}

.main-navigation .sub-menu > li > a,
.main-navigation .sub-menu > li > .menu-item-link-return {
  color: #fff;
  display: block;
  line-height: 1.2;
  text-shadow: none;
  padding: calc( .5 * 1rem) calc( 24px + 1rem) calc( .5 * 1rem) 1rem;
  white-space: nowrap;
}

.main-navigation .sub-menu > li > a:hover, .main-navigation .sub-menu > li > a:focus,
.main-navigation .sub-menu > li > .menu-item-link-return:hover,
.main-navigation .sub-menu > li > .menu-item-link-return:focus {
  background: #005177;
}

.main-navigation .sub-menu > li > a:hover:after, .main-navigation .sub-menu > li > a:focus:after,
.main-navigation .sub-menu > li > .menu-item-link-return:hover:after,
.main-navigation .sub-menu > li > .menu-item-link-return:focus:after {
  background: #005177;
}

.main-navigation .sub-menu > li > .menu-item-link-return {
  width: 100%;
  font-size: 22px;
  font-weight: normal;
  text-align: left;
}

.main-navigation .sub-menu > li > a:empty {
  display: none;
}

.main-navigation .sub-menu > li.mobile-parent-nav-menu-item {
  display: none;
  font-size: 0.88889em;
  font-weight: normal;
}

.main-navigation .sub-menu > li.mobile-parent-nav-menu-item svg {
  position: relative;
  top: 0.2rem;
  margin-right: calc( .25 * 1rem);
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu {
  display: block;
  left: 0;
  margin-top: 0;
  opacity: 1;
  width: auto;
  min-width: 100%;
  /* Non-mobile position */
  /* Nested sub-menu dashes */
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
  display: block;
  left: 0;
  margin-top: 0;
  opacity: 1;
  width: auto;
  min-width: 100%;
  /* Non-mobile position */
  /* Nested sub-menu dashes */
}

@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
    height: auto;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
    transform: none;
  }
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
    height: auto;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
    transform: none;
  }
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu.hidden-links {
  left: 0;
  width: 100%;
  display: table;
  position: absolute;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu.hidden-links {
  left: 0;
  width: 100%;
  display: table;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu.hidden-links {
    right: 0;
    left: auto;
    display: block;
    width: max-content;
  }
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu.hidden-links {
    right: 0;
    left: auto;
    display: block;
    width: max-content;
  }
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu .submenu-expand {
  display: none;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .submenu-expand {
  display: none;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu .sub-menu {
  display: block;
  margin-top: inherit;
  position: relative;
  width: 100%;
  left: 0;
  opacity: 1;
  /* Non-mobile position */
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
  display: block;
  margin-top: inherit;
  position: relative;
  width: 100%;
  left: 0;
  opacity: 1;
  /* Non-mobile position */
}

@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu .sub-menu {
    float: none;
    max-width: 100%;
  }
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
    float: none;
    max-width: 100%;
  }
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu .sub-menu {
  counter-reset: submenu;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu {
  counter-reset: submenu;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas)[focus-within] > .sub-menu .sub-menu > li > a::before {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus-within > .sub-menu .sub-menu > li > a::before {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu {
  display: block;
  left: 0;
  margin-top: 0;
  opacity: 1;
  width: auto;
  min-width: 100%;
  /* Non-mobile position */
  /* Nested sub-menu dashes */
}

@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu,
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu,
  .main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu {
    display: block;
    float: none;
    margin-top: 0;
    opacity: 1;
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: auto;
    height: auto;
    min-width: -moz-max-content;
    min-width: -webkit-max-content;
    min-width: max-content;
    transform: none;
  }
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu.hidden-links,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu.hidden-links,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu.hidden-links {
  left: 0;
  width: 100%;
  display: table;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu.hidden-links,
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu.hidden-links,
  .main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu.hidden-links {
    right: 0;
    left: auto;
    display: table;
    width: max-content;
  }
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .submenu-expand,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .submenu-expand,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .submenu-expand {
  display: none;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu {
  display: block;
  margin-top: inherit;
  position: relative;
  width: 100%;
  left: 0;
  opacity: 1;
  /* Non-mobile position */
}

@media only screen and (min-width: 768px) {
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu,
  .main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu,
  .main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu {
    float: none;
    max-width: 100%;
  }
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu {
  counter-reset: submenu;
}

.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):hover > .sub-menu .sub-menu > li > a::before,
.main-navigation .main-menu .menu-item-has-children:not(.off-canvas):focus > .sub-menu .sub-menu > li > a::before,
.main-navigation .main-menu .menu-item-has-children.is-focused:not(.off-canvas) > .sub-menu .sub-menu > li > a::before {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}

.main-navigation .main-menu > .menu-item-has-children:not(.off-canvas):hover > .sub-menu {
  animation: fade_in 0.1s forwards;
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu .submenu-expand .svg-icon {
  transform: rotate(270deg);
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu .sub-menu {
  opacity: 0;
  position: absolute;
  z-index: 0;
  transform: translateX(-100%);
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li:hover,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li:focus,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li > a:hover,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu li > a:focus {
  background-color: transparent;
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu > li > a,
.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu > li > .menu-item-link-return {
  white-space: inherit;
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
  display: table;
  margin-top: 0;
  opacity: 1;
  padding-left: 0;
  /* Mobile position */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 100000;
  /* Make sure appears above mobile admin bar */
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  transform: translateX(100%);
  animation: slide_in_right 0.3s forwards;
  /* Prevent menu from being blocked by admin bar */
}

.main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true > .mobile-parent-nav-menu-item {
  display: block;
}

.admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
  top: 46px;
  height: calc( 100vh - 46px);
  /* WP core breakpoint */
}

.admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true .sub-menu.expanded-true {
  top: 0;
}

@media only screen and (min-width: 782px) {
  .admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true {
    top: 32px;
    height: calc( 100vh - 32px);
  }
  .admin-bar .main-navigation .main-menu .menu-item-has-children.off-canvas .sub-menu.expanded-true .sub-menu.expanded-true {
    top: 0;
  }
}

.main-navigation .main-menu-more:nth-child(n+3) {
  display: none;
}

/* Menu animation */
@keyframes slide_in_right {
  100% {
    transform: translateX(0%);
  }
}

@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Social menu */
.social-navigation {
  margin-top: calc(1rem / 2);
  text-align: left;
}

.social-navigation ul.social-links-menu {
  content: "";
  display: table;
  table-layout: fixed;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.social-navigation ul.social-links-menu li {
  display: inline-block;
  vertical-align: bottom;
  vertical-align: -webkit-baseline-middle;
  list-style: none;
}

.social-navigation ul.social-links-menu li:nth-child(n+2) {
  margin-left: 0.1em;
}

.social-navigation ul.social-links-menu li a {
  border-bottom: 1px solid transparent;
  display: block;
  color: #111;
  margin-bottom: -1px;
  transition: opacity 110ms ease-in-out;
}

.social-navigation ul.social-links-menu li a:hover, .social-navigation ul.social-links-menu li a:active {
  color: #111;
  opacity: 0.6;
}

.social-navigation ul.social-links-menu li a:focus {
  color: #111;
  opacity: 1;
  border-bottom: 1px solid #111;
}

.social-navigation ul.social-links-menu li a svg {
  display: block;
  width: 32px;
  height: 32px;
  transform: translateZ(0);
}

.social-navigation ul.social-links-menu li a svg#ui-icon-link {
  transform: rotate(-45deg);
}

@media only screen and (min-width: 768px) {
  .site-title + .social-navigation,
  .site-description + .social-navigation {
    margin-top: calc(1rem / 5);
  }
}

/** === Footer menu === */
.footer-navigation {
  display: inline;
}

.footer-navigation > div {
  display: inline;
}

.footer-navigation .footer-menu {
  display: inline;
  padding-left: 0;
}

.footer-navigation .footer-menu li {
  display: inline;
  margin-right: 1rem;
}

/*--------------------------------------------------------------
## Next / Previous
--------------------------------------------------------------*/
/* Next/Previous navigation */
.post-navigation {
  margin: calc(3 * 1rem) 0;
}

@media only screen and (min-width: 768px) {
  .post-navigation {
    margin: calc(3 * 1rem) calc(10% + 60px);
    max-width: calc(6 * (100vw / 12));
  }
}

@media only screen and (min-width: 1168px) {
  .post-navigation {
    margin: calc(3 * 1rem) 0;
    max-width: 100%;
  }
}

.post-navigation .nav-links {
  margin: 0 1rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  .post-navigation .nav-links {
    margin: 0;
  }
}

@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links {
    flex-direction: row;
    margin: 0 calc(10% + 60px);
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

.post-navigation .nav-links a .meta-nav {
  color: #767676;
  user-select: none;
}

.post-navigation .nav-links a .meta-nav:before, .post-navigation .nav-links a .meta-nav:after {
  display: none;
  content: "—";
  width: 2em;
  color: #767676;
  height: 1em;
}

.post-navigation .nav-links a .post-title {
  hyphens: auto;
}

.post-navigation .nav-links a:hover {
  color: #005177;
}

@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links .nav-previous,
  .post-navigation .nav-links .nav-next {
    min-width: calc(50% - 2 * 1rem);
  }
}

.post-navigation .nav-links .nav-previous {
  order: 2;
}

@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links .nav-previous {
    order: 1;
  }
}

.post-navigation .nav-links .nav-previous + .nav-next {
  margin-bottom: 1rem;
}

.post-navigation .nav-links .nav-previous .meta-nav:before {
  display: inline;
}

.post-navigation .nav-links .nav-next {
  order: 1;
}

@media only screen and (min-width: 1168px) {
  .post-navigation .nav-links .nav-next {
    order: 2;
    padding-left: 1rem;
  }
}

.post-navigation .nav-links .nav-next .meta-nav:after {
  display: inline;
}

.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  padding: 0 calc(.5 * 1rem);
}

.pagination .nav-links > * {
  padding: calc(.5 * 1rem);
}

.pagination .nav-links > *.dots, .pagination .nav-links > *.prev {
  padding-left: 0;
}

.pagination .nav-links > *.dots, .pagination .nav-links > *.next {
  padding-right: 0;
}

.pagination .nav-links a:focus {
  text-decoration: underline;
  outline-offset: -1px;
}

.pagination .nav-links a:focus.prev, .pagination .nav-links a:focus.next {
  text-decoration: none;
}

.pagination .nav-links a:focus.prev .nav-prev-text,
.pagination .nav-links a:focus.prev .nav-next-text, .pagination .nav-links a:focus.next .nav-prev-text,
.pagination .nav-links a:focus.next .nav-next-text {
  text-decoration: underline;
}

.pagination .nav-links .nav-next-text,
.pagination .nav-links .nav-prev-text {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pagination .nav-links {
    margin-left: calc(10% + 60px);
    padding: 0;
  }
  .pagination .nav-links .prev > *,
  .pagination .nav-links .next > * {
    display: inline-block;
    vertical-align: text-bottom;
  }
  .pagination .nav-links > * {
    padding: 1rem;
  }
}

.comment-navigation .nav-links {
  display: flex;
  flex-direction: row;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  min-width: 50%;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
}

.comment-navigation .nav-previous .secondary-text,
.comment-navigation .nav-next .secondary-text {
  display: none;
}

@media only screen and (min-width: 768px) {
  .comment-navigation .nav-previous .secondary-text,
  .comment-navigation .nav-next .secondary-text {
    display: inline;
  }
}

.comment-navigation .nav-previous svg,
.comment-navigation .nav-next svg {
  vertical-align: middle;
  position: relative;
  margin: 0 -0.35em;
  top: -1px;
}

.comment-navigation .nav-next {
  text-align: right;
}

/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignleft {
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignright {
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Clearings */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/* Layout */
/** === Layout === */
#page {
  width: 100%;
}

.site-content {
  /* overflow: hidden; */
}

/* Content */
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  padding: 1.25em .5rem;
}

.site-header.featured-image {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 90vh;
}

.site-header.featured-image .site-branding-container {
  margin-bottom: auto;
}

@media only screen and (min-width: 768px) {
  .site-header {
    margin: 0;
    padding: 1.25rem 0;
  }
  .site-header.featured-image {
    min-height: 100vh;
    margin-bottom: 3rem;
  }
}

.site-branding {
  color: #767676;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  position: relative;
  word-wrap: break-word;
}

@media only screen and (min-width: 768px) {
  .site-branding {
    margin: 0 calc(10% + 60px);
  }
}

.site-logo {
  position: relative;
  z-index: 999;
  margin-bottom: calc(.66 * 1rem);
}

@media only screen and (min-width: 768px) {
  .site-logo {
    margin-bottom: 0;
    position: absolute;
    right: calc(100% + (1.25 * 1rem));
    top: 4px;
    z-index: 999;
  }
}

.site-logo .custom-logo-link {
  border-radius: 100%;
  box-sizing: content-box;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  transition: box-shadow 200ms ease-in-out;
}

.site-logo .custom-logo-link .custom-logo {
  min-height: inherit;
}

.site-logo .custom-logo-link:hover, .site-logo .custom-logo-link:active, .site-logo .custom-logo-link:focus {
  box-shadow: 0 0 0 2px black;
}

@media only screen and (min-width: 768px) {
  .site-logo .custom-logo-link {
    width: 64px;
    height: 64px;
  }
}

.site-title {
  margin: auto;
  display: inline;
  color: #111;
  /* When there is no description set, make sure navigation appears below title. */
}

.site-title a {
  color: #111;
}

.site-title a:link, .site-title a:visited {
  color: #111;
}

.site-title a:hover {
  color: #4a4a4a;
}

.featured-image .site-title {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .featured-image .site-title {
    display: inline-block;
  }
}

.site-title + .main-navigation {
  display: block;
}

@media only screen and (min-width: 768px) {
  .site-title {
    display: inline;
  }
}

.site-title:not(:empty) + .site-description:not(:empty):before {
  content: "\2014";
  margin: 0 .2em;
}

.site-description {
  display: inline;
  color: #767676;
  font-weight: normal;
  margin: 0;
}

.site-header.featured-image {
  /* Hide overflow for overflowing featured image */
  overflow: hidden;
  /* Need relative positioning to properly align layers. */
  position: relative;
  /* Add text shadow to text, to increase readability. */
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  /* Set white text color when featured image is set. */
  /* add focus state to social media icons */
  /* Entry header */
  /* Custom Logo Link */
  /* Make sure important elements are above pseudo elements used for effects. */
  /* Set up image filter layer positioning */
  /* Background & Effects */
  /* Shared background settings between pseudo elements. */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* The intensity of each blend mode is controlled via layer opacity. */
  /* Second layer: screen. */
  /* Third layer: multiply. */
  /* When image filters are inactive, a black overlay is added. */
  /* Fourth layer: overlay. */
  /* Fifth layer: readability overlay */
}

.site-header.featured-image .site-branding .site-title,
.site-header.featured-image .site-branding .site-description,
.site-header.featured-image .main-navigation a:after,
.site-header.featured-image .main-navigation .main-menu > li.menu-item-has-children:after,
.site-header.featured-image .main-navigation li,
.site-header.featured-image .social-navigation li,
.site-header.featured-image .entry-meta,
.site-header.featured-image .entry-title {
  color: #fff;
}

.site-header.featured-image .main-navigation a,
.site-header.featured-image .main-navigation a + svg,
.site-header.featured-image .social-navigation a,
.site-header.featured-image .site-title a,
.site-header.featured-image .site-featured-image a {
  color: #fff;
  transition: opacity 110ms ease-in-out;
}

.site-header.featured-image .main-navigation a:hover, .site-header.featured-image .main-navigation a:active,
.site-header.featured-image .main-navigation a:hover + svg,
.site-header.featured-image .main-navigation a:active + svg,
.site-header.featured-image .main-navigation a + svg:hover,
.site-header.featured-image .main-navigation a + svg:active,
.site-header.featured-image .main-navigation a + svg:hover + svg,
.site-header.featured-image .main-navigation a + svg:active + svg,
.site-header.featured-image .social-navigation a:hover,
.site-header.featured-image .social-navigation a:active,
.site-header.featured-image .social-navigation a:hover + svg,
.site-header.featured-image .social-navigation a:active + svg,
.site-header.featured-image .site-title a:hover,
.site-header.featured-image .site-title a:active,
.site-header.featured-image .site-title a:hover + svg,
.site-header.featured-image .site-title a:active + svg,
.site-header.featured-image .site-featured-image a:hover,
.site-header.featured-image .site-featured-image a:active,
.site-header.featured-image .site-featured-image a:hover + svg,
.site-header.featured-image .site-featured-image a:active + svg {
  color: #fff;
  opacity: 0.6;
}

.site-header.featured-image .main-navigation a:focus,
.site-header.featured-image .main-navigation a:focus + svg,
.site-header.featured-image .main-navigation a + svg:focus,
.site-header.featured-image .main-navigation a + svg:focus + svg,
.site-header.featured-image .social-navigation a:focus,
.site-header.featured-image .social-navigation a:focus + svg,
.site-header.featured-image .site-title a:focus,
.site-header.featured-image .site-title a:focus + svg,
.site-header.featured-image .site-featured-image a:focus,
.site-header.featured-image .site-featured-image a:focus + svg {
  color: #fff;
}

.site-header.featured-image .main-navigation .sub-menu a {
  opacity: inherit;
}

.site-header.featured-image .social-navigation a:focus {
  color: #fff;
  opacity: 1;
  border-bottom: 1px solid #fff;
}

.site-header.featured-image .social-navigation svg,
.site-header.featured-image .site-featured-image svg {
  /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
  -webkit-filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.site-header.featured-image .site-featured-image {
  /* First layer: grayscale. */
}

.site-header.featured-image .site-featured-image .post-thumbnail img {
  height: auto;
  left: 50%;
  max-width: 1000%;
  min-height: 100%;
  min-width: 100vw;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
  z-index: 1;
  /* When image filters are active, make it grayscale to colorize it blue. */
}

@supports (object-fit: cover) {
  .site-header.featured-image .site-featured-image .post-thumbnail img {
    height: 100%;
    left: 0;
    object-fit: cover;
    top: 0;
    transform: none;
    width: 100%;
  }
}

.image-filters-enabled .site-header.featured-image .site-featured-image .post-thumbnail img {
  filter: grayscale(100%);
}

.site-header.featured-image .site-featured-image .entry-header {
  margin-top: calc( 4 * 1rem);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  /* Entry meta */
}

@media only screen and (min-width: 768px) {
  .site-header.featured-image .site-featured-image .entry-header {
    margin-left: calc(10% + 60px);
    margin-right: calc(10% + 60px);
  }
}

.site-header.featured-image .site-featured-image .entry-header .entry-title:before {
  background: #fff;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta {
  font-weight: 500;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta > span {
  margin-right: 1rem;
  display: inline-block;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta > span:last-child {
  margin-right: 0;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta a {
  transition: color 110ms ease-in-out;
  color: currentColor;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta a:hover {
  text-decoration: none;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta .svg-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.site-header.featured-image .site-featured-image .entry-header .entry-meta .discussion-avatar-list {
  display: none;
}

@media only screen and (min-width: 768px) {
  .site-header.featured-image .site-featured-image .entry-header.has-discussion .entry-meta {
    display: flex;
    position: relative;
  }
  .site-header.featured-image .site-featured-image .entry-header.has-discussion .entry-title {
    padding-right: calc(1 * (100vw / 12) + 1rem);
  }
  .site-header.featured-image .site-featured-image .entry-header.has-discussion .entry-meta .comment-count {
    position: absolute;
    right: 0;
  }
  .site-header.featured-image .site-featured-image .entry-header.has-discussion .entry-meta .discussion-avatar-list {
    display: block;
    position: absolute;
    bottom: 100%;
  }
}

.site-header.featured-image .custom-logo-link {
  background: #fff;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}

.site-header.featured-image .custom-logo-link:hover, .site-header.featured-image .custom-logo-link:active, .site-header.featured-image .custom-logo-link:focus {
  box-shadow: 0 0 0 2px white;
}

.site-header.featured-image .site-branding {
  position: relative;
  z-index: 10;
}

.site-header.featured-image .site-featured-image .entry-header {
  position: relative;
  z-index: 9;
}

.site-header.featured-image .site-branding-container:after,
.site-header.featured-image .site-featured-image:before,
.site-header.featured-image .site-featured-image:after, .site-header.featured-image:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "\020";
  width: 100%;
  height: 100%;
}

.image-filters-enabled .site-header.featured-image .site-featured-image:before {
  background: #0073aa;
  mix-blend-mode: screen;
  opacity: 0.1;
}

.site-header.featured-image .site-featured-image:after {
  background: #000;
  mix-blend-mode: multiply;
  opacity: .7;
  /* When image filters are active, a blue overlay is added. */
}

.image-filters-enabled .site-header.featured-image .site-featured-image:after {
  background: #0073aa;
  opacity: .8;
  z-index: 3;
  /* Browsers supporting mix-blend-mode don't need opacity < 1 */
}

@supports (mix-blend-mode: multiply) {
  .image-filters-enabled .site-header.featured-image .site-featured-image:after {
    opacity: 1;
  }
}

.image-filters-enabled .site-header.featured-image .site-branding-container:after {
  background: rgba(0, 0, 0, 0.35);
  mix-blend-mode: overlay;
  opacity: 0.5;
  z-index: 4;
  /* Browsers supporting mix-blend-mode can have a light overlay */
}

@supports (mix-blend-mode: overlay) {
  .image-filters-enabled .site-header.featured-image .site-branding-container:after {
    background: rgba(255, 255, 255, 0.35);
  }
}

.site-header.featured-image:after {
  background: #000;
  /**
		 * Add a transition to the readability overlay, to add a subtle
		 * but smooth effect when resizing the screen.
		 */
  transition: opacity 1200ms ease-in-out;
  opacity: 0.7;
  z-index: 5;
  /* When image filters are active, a blue overlay is added. */
}

.image-filters-enabled .site-header.featured-image:after {
  background: #000e14;
  opacity: 0.38;
}

@media only screen and (min-width: 768px) {
  .image-filters-enabled .site-header.featured-image:after {
    opacity: 0.18;
  }
}

.site-header.featured-image ::-moz-selection {
  background: rgba(255, 255, 255, 0.17);
}

.site-header.featured-image ::selection {
  background: rgba(255, 255, 255, 0.17);
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.sticky-post {
  background: #0073aa;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  padding: .25rem;
  position: absolute;
  text-transform: uppercase;
  top: -1rem;
  z-index: 1;
}

.updated:not(.published) {
  display: none;
}

.page-links {
  clear: both;
  margin: 0 0 calc(1.5 * 1rem);
}

.entry {
  /* margin-top:1rem; */
}

.entry .entry-header {
  position: relative;
  width: 95%;
  margin:.5rem auto .6rem;
}

.single .entry-header {
  width: 100%;
  margin: 0 auto;
}
.single .entry-header:before {
  content: none;
}
.single-actor article .entry-header{
  width: 95%;
  margin: .5rem auto .6rem;
}

@media only screen and (min-width: 768px) {
  /* .entry .entry-header {
    margin: calc(3 * 1rem) calc(10% + 60px) 1rem;
  } */
}

.entry .entry-title {
  margin: 0;
}

/* .entry .entry-title:before {
  background: #767676;
  content: "\020";
  display: block;
  height: 2px;
  margin: 1rem 0;
  width: 1em;
} */

.entry .entry-title a {
  color: inherit;
}

.entry .entry-title a:hover {
  color: #4a4a4a;
}

.entry .entry-meta,
.entry .entry-footer {
  color: #767676;
  font-weight: 500;
}

.entry .entry-meta > span,
.entry .entry-footer > span {
  margin-right: 1rem;
  display: inline-block;
}

.entry .entry-meta > span:last-child,
.entry .entry-footer > span:last-child {
  margin-right: 0;
}

.entry .entry-meta a,
.entry .entry-footer a {
  transition:.4s linear;
  /* color: currentColor; */
}
entry .entry-meta a:hover,
.entry .entry-footer a:hover {
  text-decoration: none;
}

.entry .entry-meta .svg-icon,
.entry .entry-footer .svg-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.entry .entry-meta {
  margin: 1rem 0;
}

.entry .entry-footer {
  width: 90%;
  margin:.85rem auto;
}

@media only screen and (min-width: 768px) {
  /* .entry .entry-footer {
    margin: 1rem calc(10% + 60px) calc(3 * 1rem);
    max-width: calc(8 * (100vw / 12) - 28px);
  } */
}

@media only screen and (min-width: 768px) {
  /* .entry .entry-footer {
    max-width: calc(6 * (100vw / 12) - 28px);
  } */
}

.entry .post-thumbnail {
  margin: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .post-thumbnail {
    margin: 1rem calc(10% + 60px);
  }
}

.entry .post-thumbnail:focus {
  outline: none;
}

.entry .post-thumbnail .post-thumbnail-inner {
  display: block;
}

.entry .post-thumbnail .post-thumbnail-inner img {
  position: relative;
  display: block;
  width: 100%;
}

.image-filters-enabled .entry .post-thumbnail {
  position: relative;
  display: block;
}

.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner {
  filter: grayscale(100%);
}

.image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after {
  background: rgba(0, 0, 0, 0.35);
  content: "";
  display: block;
  height: 100%;
  opacity: .5;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4;
}

@supports (mix-blend-mode: multiply) {
  .image-filters-enabled .entry .post-thumbnail .post-thumbnail-inner:after {
    display: none;
  }
}

.image-filters-enabled .entry .post-thumbnail:before, .image-filters-enabled .entry .post-thumbnail:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "\020";
  pointer-events: none;
}

.image-filters-enabled .entry .post-thumbnail:before {
  background: #0073aa;
  mix-blend-mode: screen;
  opacity: 0.1;
  z-index: 2;
}

.image-filters-enabled .entry .post-thumbnail:after {
  background: #0073aa;
  mix-blend-mode: multiply;
  opacity: .8;
  z-index: 3;
  /* Browsers supporting mix-blend-mode don't need opacity < 1 */
}

@supports (mix-blend-mode: multiply) {
  .image-filters-enabled .entry .post-thumbnail:after {
    opacity: 1;
  }
}

.entry .entry-content,
.entry .entry-summary {
  max-width: calc(100% - (2 * 1rem));
  margin: 0 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content,
  .entry .entry-summary {
    max-width: 80%;
    margin: 0 10%;
    padding: 0 60px;
  }
}

.entry .entry-content p {
  word-wrap: break-word;
}

.entry .entry-content .more-link {
  transition: color 110ms ease-in-out;
  display: inline;
  color: inherit;
}

.entry .entry-content .more-link:after {
  content: "\02192";
  display: inline-block;
  margin-left: 0.5em;
}

.entry .entry-content .more-link:hover {
  color: #0073aa;
  text-decoration: none;
}

.entry .entry-content a {
  text-decoration: underline;
}

.entry .entry-content a.button, .entry .entry-content a:hover {
  text-decoration: none;
}

.entry .entry-content a.button {
  display: inline-block;
}

.entry .entry-content a.button:hover {
  background: #111;
  color: #fff;
  cursor: pointer;
}

.entry .entry-content > iframe[style] {
  margin: 32px 0 !important;
  max-width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > iframe[style] {
    max-width: calc(8 * (100vw / 12) - 28px) !important;
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content > iframe[style] {
    max-width: calc(6 * (100vw / 12) - 28px) !important;
  }
}

.entry .entry-content .page-links a {
  margin: calc(0.5 * 1rem);
  text-decoration: none;
}

.entry .entry-content .wp-audio-shortcode {
  max-width: calc(100vw - (2 * 1rem));
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-audio-shortcode {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-audio-shortcode {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

/* Author description */
.author-bio {
  margin: calc(2 * 1rem) 1rem 1rem;
}

@media only screen and (min-width: 768px) {
  .author-bio {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .author-bio {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {
  .author-bio {
    margin: calc(3 * 1rem) calc(10% + 60px);
  }
}

@media only screen and (min-width: 1168px) {
  .author-bio {
    margin: calc(3 * 1rem) calc(10% + 60px);
  }
}

.author-bio .author-title {
  display: inline;
}

.author-bio .author-title:before {
  background: #767676;
  content: "\020";
  display: block;
  height: 2px;
  margin: 1rem 0;
  width: 1em;
}

.author-bio .author-description {
  display: inline;
  color: #767676;
  font-size: 1.125em;
  line-height: 1.2;
}

.author-bio .author-description .author-link {
  display: inline-block;
}

.author-bio .author-description .author-link:hover {
  color: #005177;
  text-decoration: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comments-area {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin: calc(2 * 1rem) 0;
  word-wrap: break-word;
  /* Add extra margin when the comments section is located immediately after the
	 * post itself (this happens on pages).
	 */
}

@media only screen and (min-width: 768px) {
  /* .comments-area {
    max-width: calc(8 * (100vw / 12) - 28px);
  } */
}

@media only screen and (min-width: 1168px) {
  .comments-area {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {
  .comments-area {
    margin: 0 auto;
    width: 100%;
  }
}

.comments-area > * {
  margin-top: calc(2 * 1rem);
  margin-bottom: calc(2 * 1rem);
}

@media only screen and (min-width: 768px) {
  .comments-area > * {
    margin-top: calc(3 * 1rem);
    margin-bottom: calc(3 * 1rem);
  }
}

/* .entry + .comments-area {
  margin-top: calc(3 * 1rem);
} */

@media only screen and (min-width: 768px) {
  .comments-area .comments-title-wrap {
    align-items: baseline;
    display: block;
    justify-content: space-between;
  }
}

.comments-area .comments-title-wrap .comments-title {
  margin: 0;
}

.comments-area .comments-title-wrap .comments-title:before {
  background: #767676;
  /* content: "\020"; */
  display: block;
  height: 2px;
  margin: 1rem 0;
  width: 1em;
}

@media only screen and (min-width: 768px) {
  .comments-area .comments-title-wrap .comments-title {
    flex: 1 0 calc(3 * (100vw / 12));
  }
}

@media only screen and (min-width: 768px) {
  .comments-area .comments-title-wrap .discussion-meta {
    flex: 0 0 calc(2 * (100vw / 12));
    margin-left: 1rem;
  }
}

#comment {
  max-width: 100%;
  box-sizing: border-box;
}

#respond {
  position: relative;
}

#respond .comment-user-avatar {
  margin: 1rem 0 -1rem;
}

#respond .comment .comment-form {
  padding-left: 0;
}

#respond > small {
  display: block;
  font-size: 22px;
  position: absolute;
  left: calc(1rem + 100%);
  top: calc(-3.5 * 1rem);
  width: calc(100vw / 12);
}

#comments > .comments-title:last-child {
  display: none;
}

.comment-form-flex {
  display: flex;
  flex-direction: column;
}

.comment-form-flex .comments-title {
  display: none;
  margin: 0;
  order: 1;
}

.comment-form-flex #respond {
  order: 2;
}

.comment-form-flex #respond + .comments-title {
  display: block;
}

.comment-list {
  list-style: none;
  padding: 0;
}

.comment-list .children {
  margin: 0;
  padding: 0 0 0 1rem;
}

.comment-list > .comment:first-child {
  margin-top: 0;
}

.comment-list .pingback .comment-body,
.comment-list .trackback .comment-body {
  color: #767676;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.71111em;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.comment-list .pingback .comment-body a:not(.comment-edit-link),
.comment-list .trackback .comment-body a:not(.comment-edit-link) {
  font-weight: bold;
  font-size: 19.55556px;
  line-height: 1.5;
  padding-right: 0.5rem;
  display: block;
}

.comment-list .pingback .comment-body .comment-edit-link,
.comment-list .trackback .comment-body .comment-edit-link {
  color: #767676;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
}

#respond + .comment-reply {
  display: none;
}

.comment-reply .comment-reply-link {
  display: inline-block;
}
#cancel-comment-reply-link,
.comment-reply .comment-reply-link {
  font-size: .8rem;
  font-weight: 600;
}

.comment {
  list-style: none;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .comment {
    padding-left: calc(.5 * (1rem + calc(100vw / 12 )));
  }
  .comment.depth-1,
  .comment .children {
    padding-left: 0;
  }
  .comment.depth-1 {
    margin-left: calc(3.25 * 1rem);
  }
}

.comment .comment-body {
  margin: calc(2 * 1rem) 0 0;
}

.comment .comment-meta {
  position: relative;
}

.comment .comment-author .avatar {
  float: left;
  margin-right: 1rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .comment .comment-author .avatar {
    float: inherit;
    margin-right: inherit;
    position: absolute;
    top: 0;
    right: calc(100% + 1rem);
  }
}

.comment .comment-author .fn {
  position: relative;
  display: block;
}

.comment .comment-author .fn a {
  color: inherit;
}

.comment .comment-author .fn a:hover {
  color: #005177;
}

.comment .comment-author .post-author-badge {
  border-radius: 100%;
  display: block;
  height: 18px;
  position: absolute;
  background: #008fd3;
  right: calc(100% - 2.5rem);
  top: -3px;
  width: 18px;
}

@media only screen and (min-width: 768px) {
  .comment .comment-author .post-author-badge {
    right: calc(100% + 0.75rem);
  }
}

.comment .comment-author .post-author-badge svg {
  width: inherit;
  height: inherit;
  display: block;
  fill: white;
  transform: scale(0.875);
}

.comment .comment-metadata > a,
.comment .comment-metadata .comment-edit-link {
  display: inline;
  font-weight: 500;
  color: #767676;
  vertical-align: baseline;
}

.comment .comment-metadata > a time,
.comment .comment-metadata .comment-edit-link time {
  vertical-align: baseline;
}

.comment .comment-metadata > a:hover,
.comment .comment-metadata .comment-edit-link:hover {
  color: #005177;
  text-decoration: none;
}

.comment .comment-metadata > * {
  display: inline-block;
}

.comment .comment-metadata .edit-link-sep {
  color: #767676;
  margin: 0 0.2em;
  vertical-align: baseline;
}

.comment .comment-metadata .edit-link {
  color: #767676;
}

.comment .comment-metadata .edit-link svg {
  transform: scale(0.8);
  vertical-align: baseline;
  margin-right: 0.1em;
}

.comment .comment-metadata .comment-edit-link {
  position: relative;
  padding-left: 1rem;
  margin-left: -1rem;
  z-index: 1;
}

.comment .comment-metadata .comment-edit-link:hover {
  color: #0073aa;
}

.comment .comment-content {
  margin: 1rem 0;
}

@media only screen and (min-width: 1168px) {
  .comment .comment-content {
    padding-right: 1rem;
  }
}

.comment .comment-content > *:first-child {
  margin-top: 0;
}

.comment .comment-content > *:last-child {
  margin-bottom: 0;
}

.comment .comment-content blockquote {
  margin-left: 0;
}

.comment .comment-content a {
  text-decoration: underline;
}

.comment .comment-content a:hover {
  text-decoration: none;
}

.comment-reply-link,
#cancel-comment-reply-link {
  font-weight: 600;
}

.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
  color: #005177;
}

.discussion-avatar-list {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}

.discussion-avatar-list li {
  position: relative;
  list-style: none;
  margin: 0 -8px 0 0;
  padding: 0;
  float: left;
}

.discussion-avatar-list .comment-user-avatar img {
  height: calc(1.5 * 1rem);
  width: calc(1.5 * 1rem);
}

.discussion-meta .discussion-meta-info {
  margin: 0;
}

.discussion-meta .discussion-meta-info .svg-icon {
  vertical-align: middle;
  fill: currentColor;
  transform: scale(0.6) scaleX(-1) translateY(-0.1em);
  margin-left: -0.25rem;
}

.comment-form .comment-notes,
.comment-form label {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.71111em;
  color: #767676;
}

@media only screen and (min-width: 768px) {
  .comment-form .comment-form-email {
    width: calc(50% - 0.5rem);
    float: left;
  }
  .comment-form .comment-form-author {
    width: 100%;
    float: left;
  }
}

@media only screen and (min-width: 768px) {
  .comment-form .comment-form-email {
    margin-left: 1rem;
  }
}

.comment-form input[name="author"],
.comment-form input[name="email"],
.comment-form input[name="url"] {
  display: block;
  width: 100%;
}

/*--------------------------------------------------------------
## Archives
--------------------------------------------------------------*/
.archive .page-header,
.search .page-header,
.error404 .page-header {
  margin: 1rem 1rem calc(3 * 1rem);
}

@media only screen and (min-width: 768px) {
  .archive .page-header,
  .search .page-header,
  .error404 .page-header {
    margin: 0 calc(10% + 60px) calc(10% + 60px);
  }
}

.archive .page-header .page-title,
.search .page-header .page-title,
.error404 .page-header .page-title {
  color: #767676;
  display: inline;
  letter-spacing: normal;
}

.archive .page-header .page-title:before,
.search .page-header .page-title:before,
.error404 .page-header .page-title:before {
  display: none;
}

.archive .page-header .search-term,
.archive .page-header .page-description,
.search .page-header .search-term,
.search .page-header .page-description,
.error404 .page-header .search-term,
.error404 .page-header .page-description {
  display: inherit;
  clear: both;
}

.archive .page-header .search-term:after,
.archive .page-header .page-description:after,
.search .page-header .search-term:after,
.search .page-header .page-description:after,
.error404 .page-header .search-term:after,
.error404 .page-header .page-description:after {
  content: ".";
  font-weight: bold;
  color: #767676;
}

.archive .page-header .page-description {
  display: block;
  color: #111;
  font-size: 1em;
}

@media only screen and (min-width: 768px) {
  /* .hfeed .entry .entry-header {
    margin: calc(3 * 1rem) calc(10% + 60px) calc(1rem / 2);
  } */
}

/* 404 & Not found */
.error-404.not-found .page-title,
.error-404.not-found .page-content,
.no-results.not-found .page-title,
.no-results.not-found .page-content {
  margin: calc(3 * 1rem) 1rem;
}

@media only screen and (min-width: 768px) {
  .error-404.not-found .page-title,
  .error-404.not-found .page-content,
  .no-results.not-found .page-title,
  .no-results.not-found .page-content {
    margin: calc(3 * 1rem) calc(10% + 60px) calc(1rem / 2);
  }
}

.error-404.not-found .search-submit,
.no-results.not-found .search-submit {
  vertical-align: middle;
  margin: 1rem 0;
}

.error-404.not-found .search-field,
.no-results.not-found .search-field {
  width: 100%;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/* Site footer */
#colophon .widget-area,
#colophon .site-info {
  margin: calc(2 * 1rem) 0;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  #colophon .widget-area,
  #colophon .site-info {
    margin: 0;
  }
}

#colophon .widget-column {
  display: flex;
  flex-wrap: wrap;
}

#colophon .widget-column .widget {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  width: 100%;
  word-wrap: break-word;
}

@media only screen and (min-width: 1168px) {
  #colophon .widget-column .widget {
    /* margin-right: calc(3 * 1rem);
    width: calc(50% - (3 * 1rem)); */
    width: 100%;
    margin: 0 auto;
  }
}

#colophon .site-info {
  color: #767676;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  margin: 0;
  padding: 3rem 0;
  text-align: center;
  background: #dce8f5;
  font-size: .55rem;
}

#colophon .site-info a {
  color: inherit;
}

#colophon .site-info a:hover {
  text-decoration: none;
  color: #0073aa;
}
.site-name.about {
display: block;
width: max-content;
margin: 1rem auto 0;
font-weight: bold;
font-size: .55rem;
color: #0073aa!important;
}

#colophon .site-info .imprint,
#colophon .site-info .privacy-policy-link {
  margin-right: 1rem;
}

/* Widgets */
.widget {
  margin: 0 0 1rem;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

.widget a {
  color: #0073aa;
}

.widget a:hover {
  color: #005177;
}

.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
  padding: 0;
  list-style: none;
}

.widget_archive ul li,
.widget_categories ul li,
.widget_meta ul li,
.widget_nav_menu ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_recent_entries ul li,
.widget_rss ul li {
  color: #767676;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: calc(22px * 1.125);
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.widget_archive ul ul,
.widget_categories ul ul,
.widget_meta ul ul,
.widget_nav_menu ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_recent_entries ul ul,
.widget_rss ul ul {
  counter-reset: submenu;
}

.widget_archive ul ul > li > a::before,
.widget_categories ul ul > li > a::before,
.widget_meta ul ul > li > a::before,
.widget_nav_menu ul ul > li > a::before,
.widget_pages ul ul > li > a::before,
.widget_recent_comments ul ul > li > a::before,
.widget_recent_entries ul ul > li > a::before,
.widget_rss ul ul > li > a::before {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}

.widget_tag_cloud .tagcloud {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
}

.widget_search .search-field {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  .widget_search .search-field {
    width: auto;
  }
}

.widget_search .search-submit {
  display: block;
}

.widget_calendar .calendar_wrap {
  text-align: center;
}

.widget_calendar .calendar_wrap table td,
.widget_calendar .calendar_wrap table th {
  border: none;
}

.widget_calendar .calendar_wrap a {
  text-decoration: underline;
}

/* Blocks */
/* !Block styles */
.entry .entry-content > *,
.entry .entry-summary > * {
  margin: 32px 0;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > *,
  .entry .entry-summary > * {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content > *,
  .entry .entry-summary > * {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > *,
  .entry .entry-summary > * {
    margin: 32px 0;
  }
}

.entry .entry-content > * > *:first-child,
.entry .entry-summary > * > *:first-child {
  margin-top: 0;
}

.entry .entry-content > * > *:last-child,
.entry .entry-summary > * > *:last-child {
  margin-bottom: 0;
}

.entry .entry-content > *.alignwide,
.entry .entry-summary > *.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignwide,
  .entry .entry-summary > *.alignwide {
    width: 100%;
    max-width: 100%;
  }
}

.entry .entry-content > *.alignfull,
.entry .entry-summary > *.alignfull {
  position: relative;
  left: -1rem;
  width: calc( 100% + (2 * 1rem));
  max-width: calc( 100% + (2 * 1rem));
  clear: both;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignfull,
  .entry .entry-summary > *.alignfull {
    margin-top: calc(2 * 1rem);
    margin-bottom: calc(2 * 1rem);
    left: calc( -12.5% - 75px);
    width: calc( 125% + 150px);
    max-width: calc( 125% + 150px);
  }
}

.entry .entry-content > *.alignleft,
.entry .entry-summary > *.alignleft {
  /*rtl:ignore*/
  float: left;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-left: 0;
  /*rtl:ignore*/
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignleft,
  .entry .entry-summary > *.alignleft {
    max-width: calc(4 * (100vw / 12));
    /*rtl:ignore*/
    margin-right: calc(2 * 1rem);
  }
}

.entry .entry-content > *.alignright,
.entry .entry-summary > *.alignright {
  /*rtl:ignore*/
  float: right;
  max-width: calc(5 * (100vw / 12));
  margin-top: 0;
  margin-right: 0;
  /*rtl:ignore*/
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > *.alignright,
  .entry .entry-summary > *.alignright {
    max-width: calc(4 * (100vw / 12));
    margin-right: 0;
    /*rtl:ignore*/
    margin-left: calc(2 * 1rem);
  }
}

.entry .entry-content > *.aligncenter,
.entry .entry-summary > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > *.aligncenter,
  .entry .entry-summary > *.aligncenter {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content > *.aligncenter,
  .entry .entry-summary > *.aligncenter {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content > *.aligncenter,
  .entry .entry-summary > *.aligncenter {
    margin-left: 0;
    margin-right: 0;
  }
}

/*
 * Unset nested content selector styles
 * - Prevents layout styles from cascading too deeply
 * - helps with plugin compatibility
 */
.entry .entry-content .entry-content,
.entry .entry-content .entry-summary,
.entry .entry-content .entry,
.entry .entry-summary .entry-content,
.entry .entry-summary .entry-summary,
.entry .entry-summary .entry {
  margin: inherit;
  max-width: inherit;
  padding: inherit;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .entry-content,
  .entry .entry-content .entry-summary,
  .entry .entry-content .entry,
  .entry .entry-summary .entry-content,
  .entry .entry-summary .entry-summary,
  .entry .entry-summary .entry {
    margin: inherit;
    max-width: inherit;
    padding: inherit;
  }
}

.entry .entry-content p.has-background {
  padding: 20px 30px;
}

.entry .entry-content .wp-block-audio {
  width: 100%;
}

.entry .entry-content .wp-block-audio audio {
  width: 100%;
}

.entry .entry-content .wp-block-audio.alignleft audio,
.entry .entry-content .wp-block-audio.alignright audio {
  max-width: 198px;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-audio.alignleft audio,
  .entry .entry-content .wp-block-audio.alignright audio {
    max-width: 384px;
  }
}

@media only screen and (min-width: 1379px) {
  .entry .entry-content .wp-block-audio.alignleft audio,
  .entry .entry-content .wp-block-audio.alignright audio {
    max-width: 385.44px;
  }
}

.entry .entry-content .wp-block-video video {
  width: 100%;
}

.entry .entry-content .wp-block-button .wp-block-button__link {
  transition: background 150ms ease-in-out;
  border: none;
  font-size: 0.88889em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  box-sizing: border-box;
  font-weight: bold;
  text-decoration: none;
  padding: 0.76rem 1rem;
  outline: none;
  outline: none;
}

.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-background) {
  background-color: #0073aa;
}

.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: white;
}

.entry .entry-content .wp-block-button .wp-block-button__link:hover {
  color: white;
  background: #111;
  cursor: pointer;
}

.entry .entry-content .wp-block-button .wp-block-button__link:focus {
  color: white;
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}

.entry .entry-content .wp-block-button:not(.is-style-squared) .wp-block-button__link {
  border-radius: 5px;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link,
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus,
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active {
  transition: all 150ms ease-in-out;
  border-width: 2px;
  border-style: solid;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background),
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-background),
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-background) {
  background: transparent;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color),
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus:not(.has-text-color),
.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active:not(.has-text-color) {
  color: #0073aa;
  border-color: currentColor;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover {
  color: white;
  border-color: #111;
}

.entry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover:not(.has-background) {
  color: #111;
}

.entry .entry-content .wp-block-archives,
.entry .entry-content .wp-block-categories,
.entry .entry-content .wp-block-latest-posts {
  padding: 0;
  list-style: none;
}

.entry .entry-content .wp-block-archives li,
.entry .entry-content .wp-block-categories li,
.entry .entry-content .wp-block-latest-posts li {
  color: #767676;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: calc(22px * 1.125);
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 0.75rem;
}

.entry .entry-content .wp-block-archives li.menu-item-has-children, .entry .entry-content .wp-block-archives li:last-child,
.entry .entry-content .wp-block-categories li.menu-item-has-children,
.entry .entry-content .wp-block-categories li:last-child,
.entry .entry-content .wp-block-latest-posts li.menu-item-has-children,
.entry .entry-content .wp-block-latest-posts li:last-child {
  padding-bottom: 0;
}

.entry .entry-content .wp-block-archives li a,
.entry .entry-content .wp-block-categories li a,
.entry .entry-content .wp-block-latest-posts li a {
  text-decoration: none;
}

.entry .entry-content .wp-block-archives.aligncenter,
.entry .entry-content .wp-block-categories.aligncenter {
  text-align: center;
}

.entry .entry-content .wp-block-categories ul {
  padding-top: 0.75rem;
}

.entry .entry-content .wp-block-categories li ul {
  list-style: none;
  padding-left: 0;
}

.entry .entry-content .wp-block-categories ul {
  counter-reset: submenu;
}

.entry .entry-content .wp-block-categories ul > li > a::before {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-weight: normal;
  content: "– " counters(submenu, "– ", none);
  counter-increment: submenu;
}

.entry .entry-content .wp-block-latest-posts.is-grid li {
  border-top: 2px solid #ccc;
  padding-top: 1rem;
  margin-bottom: 2rem;
}

.entry .entry-content .wp-block-latest-posts.is-grid li a:after {
  content: '';
}

.entry .entry-content .wp-block-latest-posts.is-grid li:last-child {
  margin-bottom: auto;
}

.entry .entry-content .wp-block-latest-posts.is-grid li:last-child a:after {
  content: '';
}

.entry .entry-content .wp-block-preformatted {
  font-size: 0.71111em;
  line-height: 1.8;
  padding: 1rem;
}

.entry .entry-content .wp-block-verse {
  font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif;
  font-size: 22px;
  line-height: 1.8;
}

.entry .entry-content .has-drop-cap:not(:focus):first-letter {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 3.375em;
  line-height: 1;
  font-weight: bold;
  margin: 0 0.25em 0 0;
}

.entry .entry-content .wp-block-pullquote {
  border-color: transparent;
  border-width: 2px;
  padding: 1rem;
}

.entry .entry-content .wp-block-pullquote blockquote {
  color: #111;
  border: none;
  margin-top: calc(4 * 1rem);
  margin-bottom: calc(4.33 * 1rem);
  margin-right: 0;
  padding-left: 0;
}

.entry .entry-content .wp-block-pullquote p {
  font-size: 1.6875em;
  font-style: italic;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.entry .entry-content .wp-block-pullquote p em {
  font-style: normal;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote p {
    font-size: 2.25em;
  }
}

.entry .entry-content .wp-block-pullquote cite {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  text-transform: none;
  color: #767676;
  /*
			 * This requires a rem-based font size calculation instead of our normal em-based one,
			 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
			 */
  font-size: calc(1rem / (1.25 * 1.125));
}

.entry .entry-content .wp-block-pullquote.alignleft, .entry .entry-content .wp-block-pullquote.alignright {
  width: 100%;
  padding: 0;
}

.entry .entry-content .wp-block-pullquote.alignleft blockquote, .entry .entry-content .wp-block-pullquote.alignright blockquote {
  margin: 1rem 0;
  padding: 0;
  text-align: left;
  max-width: 100%;
}

.entry .entry-content .wp-block-pullquote.alignleft blockquote p:first-child, .entry .entry-content .wp-block-pullquote.alignright blockquote p:first-child {
  margin-top: 0;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color {
  background-color: #0073aa;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color {
    padding-left: 10%;
    padding-right: 10%;
  }
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color p {
  font-size: 1.6875em;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color p {
    font-size: 2.25em;
  }
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color a {
  color: #fff;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color cite {
  color: inherit;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
  max-width: 100%;
  color: #fff;
  padding-left: 0;
  margin-left: 1rem;
  margin-right: 1rem;
}

.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color p,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-text-color a, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color, .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: inherit;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color.alignright, .entry .entry-content .wp-block-pullquote.is-style-solid-color.alignleft {
    padding: 1rem calc(2 * 1rem);
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-pullquote.is-style-solid-color.alignfull {
    padding-left: calc(10% + 58px + (2 * 1rem));
    padding-right: calc(10% + 58px + (2 * 1rem));
  }
}

.entry .entry-content .wp-block-quote:not(.is-large), .entry .entry-content .wp-block-quote:not(.is-style-large) {
  border-width: 2px;
  border-color: #0073aa;
  padding-top: 0;
  padding-bottom: 0;
}

.entry .entry-content .wp-block-quote p {
  font-size: 1em;
  font-style: normal;
  line-height: 1.8;
}

.entry .entry-content .wp-block-quote cite {
  /*
			 * This requires a rem-based font size calculation instead of our normal em-based one,
			 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
			 */
  font-size: calc(1rem / (1.25 * 1.125));
}

.entry .entry-content .wp-block-quote.is-large, .entry .entry-content .wp-block-quote.is-style-large {
  margin: 1rem 0;
  padding: 0;
  border-left: none;
}

.entry .entry-content .wp-block-quote.is-large p, .entry .entry-content .wp-block-quote.is-style-large p {
  font-size: 1.6875em;
  line-height: 1.4;
  font-style: italic;
}

.entry .entry-content .wp-block-quote.is-large cite,
.entry .entry-content .wp-block-quote.is-large footer, .entry .entry-content .wp-block-quote.is-style-large cite,
.entry .entry-content .wp-block-quote.is-style-large footer {
  /*
				 * This requires a rem-based font size calculation instead of our normal em-based one,
				 * because the cite tag sometimes gets wrapped in a p tag. This is equivalent to $font-size_xs.
				 */
  font-size: calc(1rem / (1.25 * 1.125));
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-quote.is-large, .entry .entry-content .wp-block-quote.is-style-large {
    margin: 1rem 0;
    padding: 1rem 0;
  }
  .entry .entry-content .wp-block-quote.is-large p, .entry .entry-content .wp-block-quote.is-style-large p {
    font-size: 1.6875em;
  }
}

.entry .entry-content .wp-block-image {
  max-width: 100%;
}

.entry .entry-content .wp-block-image img {
  display: block;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-image .aligncenter {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-image .aligncenter {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-image .aligncenter {
    margin: 0;
    width: calc(8 * (100vw / 12) - 28px);
  }
  .entry .entry-content .wp-block-image .aligncenter img {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-image .aligncenter {
    width: calc(6 * (100vw / 12) - 28px);
  }
  .entry .entry-content .wp-block-image .aligncenter img {
    margin: 0 auto;
  }
}

.entry .entry-content .wp-block-image.alignfull img {
  width: 100vw;
  max-width: calc( 100% + (2 * 1rem));
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-image.alignfull img {
    max-width: calc( 125% + 150px);
    margin-left: auto;
    margin-right: auto;
  }
}

.entry .entry-content .wp-block-cover-image,
.entry .entry-content .wp-block-cover {
  position: relative;
  min-height: 430px;
  padding: 1rem;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image,
  .entry .entry-content .wp-block-cover {
    padding: 1rem 10%;
  }
}

.entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
.entry .entry-content .wp-block-cover-image .wp-block-cover-text,
.entry .entry-content .wp-block-cover-image h2,
.entry .entry-content .wp-block-cover .wp-block-cover-image-text,
.entry .entry-content .wp-block-cover .wp-block-cover-text,
.entry .entry-content .wp-block-cover h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.6875em;
  font-weight: bold;
  line-height: 1.25;
  padding: 0;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image h2,
  .entry .entry-content .wp-block-cover .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover .wp-block-cover-text,
  .entry .entry-content .wp-block-cover h2 {
    font-size: 2.25em;
    max-width: 100%;
  }
}

.entry .entry-content .wp-block-cover-image.alignleft, .entry .entry-content .wp-block-cover-image.alignright,
.entry .entry-content .wp-block-cover.alignleft,
.entry .entry-content .wp-block-cover.alignright {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image.alignleft, .entry .entry-content .wp-block-cover-image.alignright,
  .entry .entry-content .wp-block-cover.alignleft,
  .entry .entry-content .wp-block-cover.alignright {
    padding: 1rem calc(2 * 1rem);
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull h2,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull h2 {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull h2,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull h2 {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-cover-image.alignfull,
  .entry .entry-content .wp-block-cover.alignfull {
    padding-left: calc(10% + 58px + (2 * 1rem));
    padding-right: calc(10% + 58px + (2 * 1rem));
  }
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover-image.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover-image.alignfull h2,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-image-text,
  .entry .entry-content .wp-block-cover.alignfull .wp-block-cover-text,
  .entry .entry-content .wp-block-cover.alignfull h2 {
    padding: 0;
  }
}

.entry .entry-content .wp-block-gallery {
  list-style-type: none;
  padding-left: 0;
}

.entry .entry-content .wp-block-gallery .blocks-gallery-image:last-child,
.entry .entry-content .wp-block-gallery .blocks-gallery-item:last-child {
  margin-bottom: 16px;
}

.entry .entry-content .wp-block-gallery figcaption a {
  color: #fff;
}

.entry .entry-content .wp-block-audio figcaption,
.entry .entry-content .wp-block-video figcaption,
.entry .entry-content .wp-block-image figcaption,
.entry .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.entry .entry-content .wp-block-gallery .blocks-gallery-item figcaption {
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}

.entry .entry-content .wp-block-separator,
.entry .entry-content hr {
  background-color: #767676;
  border: 0;
  height: 2px;
  margin-bottom: 2rem;
  margin-top: 2rem;
  max-width: 2.25em;
  text-align: left;
  /* Remove duplicate rule-line when a separator
		 * is followed by an H1, or H2 */
}

.entry .entry-content .wp-block-separator.is-style-wide,
.entry .entry-content hr.is-style-wide {
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-separator.is-style-wide,
  .entry .entry-content hr.is-style-wide {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-separator.is-style-wide,
  .entry .entry-content hr.is-style-wide {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

.entry .entry-content .wp-block-separator.is-style-dots,
.entry .entry-content hr.is-style-dots {
  max-width: 100%;
  background-color: inherit;
  border: inherit;
  height: inherit;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-separator.is-style-dots,
  .entry .entry-content hr.is-style-dots {
    max-width: calc(8 * (100vw / 12) - 28px);
  }
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-separator.is-style-dots,
  .entry .entry-content hr.is-style-dots {
    max-width: calc(6 * (100vw / 12) - 28px);
  }
}

.entry .entry-content .wp-block-separator.is-style-dots:before,
.entry .entry-content hr.is-style-dots:before {
  color: #767676;
  font-size: 1.6875em;
  letter-spacing: 0.88889em;
  padding-left: 0.88889em;
}

.entry .entry-content .wp-block-separator + h1:before,
.entry .entry-content .wp-block-separator + h2:before,
.entry .entry-content hr + h1:before,
.entry .entry-content hr + h2:before {
  display: none;
}

.entry .entry-content .wp-block-embed-twitter {
  word-break: break-word;
}

.entry .entry-content .wp-block-table th,
.entry .entry-content .wp-block-table td {
  border-color: #767676;
}

.entry .entry-content .wp-block-file {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

.entry .entry-content .wp-block-file .wp-block-file__button {
  display: table;
  transition: background 150ms ease-in-out;
  border: none;
  border-radius: 5px;
  background: #0073aa;
  font-size: 22px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.2;
  text-decoration: none;
  font-weight: bold;
  padding: 0.75rem 1rem;
  color: #fff;
  margin-left: 0;
  margin-top: calc(0.75 * 1rem);
}

@media only screen and (min-width: 1168px) {
  .entry .entry-content .wp-block-file .wp-block-file__button {
    font-size: 22px;
    padding: 0.875rem 1.5rem;
  }
}

.entry .entry-content .wp-block-file .wp-block-file__button:hover {
  background: #111;
  cursor: pointer;
}

.entry .entry-content .wp-block-file .wp-block-file__button:focus {
  background: #111;
  outline: thin dotted;
  outline-offset: -4px;
}

.entry .entry-content .wp-block-code {
  border-radius: 0;
}

.entry .entry-content .wp-block-code code {
  font-size: 1.125em;
  white-space: pre-wrap;
  word-break: break-word;
}

.entry .entry-content .wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}

.entry .entry-content .wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .entry .entry-content .wp-block-columns {
    flex-wrap: nowrap;
  }
  .entry .entry-content .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
}

.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: bold;
}

.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-meta .wp-block-latest-comments__comment-date {
  font-weight: normal;
}

.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment,
.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-date,
.entry .entry-content .wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
  font-size: inherit;
}

.entry .entry-content .wp-block-latest-comments.has-dates .wp-block-latest-comments__comment-date {
  font-size: 0.71111em;
}

.entry .entry-content .has-small-font-size {
  font-size: 0.88889em;
}

.entry .entry-content .has-normal-font-size {
  font-size: 1.125em;
}

.entry .entry-content .has-large-font-size {
  font-size: 1.6875em;
}

.entry .entry-content .has-huge-font-size {
  font-size: 2.25em;
}

.entry .entry-content .has-primary-background-color,
.entry .entry-content .has-secondary-background-color,
.entry .entry-content .has-dark-gray-background-color,
.entry .entry-content .has-light-gray-background-color {
  color: #fff;
}

.entry .entry-content .has-primary-background-color > p,
.entry .entry-content .has-primary-background-color > h1,
.entry .entry-content .has-primary-background-color > h2,
.entry .entry-content .has-primary-background-color > h3,
.entry .entry-content .has-primary-background-color > h4,
.entry .entry-content .has-primary-background-color > h5,
.entry .entry-content .has-primary-background-color > h6,
.entry .entry-content .has-primary-background-color > a,
.entry .entry-content .has-secondary-background-color > p,
.entry .entry-content .has-secondary-background-color > h1,
.entry .entry-content .has-secondary-background-color > h2,
.entry .entry-content .has-secondary-background-color > h3,
.entry .entry-content .has-secondary-background-color > h4,
.entry .entry-content .has-secondary-background-color > h5,
.entry .entry-content .has-secondary-background-color > h6,
.entry .entry-content .has-secondary-background-color > a,
.entry .entry-content .has-dark-gray-background-color > p,
.entry .entry-content .has-dark-gray-background-color > h1,
.entry .entry-content .has-dark-gray-background-color > h2,
.entry .entry-content .has-dark-gray-background-color > h3,
.entry .entry-content .has-dark-gray-background-color > h4,
.entry .entry-content .has-dark-gray-background-color > h5,
.entry .entry-content .has-dark-gray-background-color > h6,
.entry .entry-content .has-dark-gray-background-color > a,
.entry .entry-content .has-light-gray-background-color > p,
.entry .entry-content .has-light-gray-background-color > h1,
.entry .entry-content .has-light-gray-background-color > h2,
.entry .entry-content .has-light-gray-background-color > h3,
.entry .entry-content .has-light-gray-background-color > h4,
.entry .entry-content .has-light-gray-background-color > h5,
.entry .entry-content .has-light-gray-background-color > h6,
.entry .entry-content .has-light-gray-background-color > a {
  color: #fff;
}

.entry .entry-content .has-white-background-color {
  color: #111;
}

.entry .entry-content .has-white-background-color > p,
.entry .entry-content .has-white-background-color > h1,
.entry .entry-content .has-white-background-color > h2,
.entry .entry-content .has-white-background-color > h3,
.entry .entry-content .has-white-background-color > h4,
.entry .entry-content .has-white-background-color > h5,
.entry .entry-content .has-white-background-color > h6,
.entry .entry-content .has-white-background-color > a {
  color: #111;
}

.entry .entry-content .has-primary-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-primary-background-color {
  background-color: #0073aa;
}

.entry .entry-content .has-secondary-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-secondary-background-color {
  background-color: #005177;
}

.entry .entry-content .has-dark-gray-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-dark-gray-background-color {
  background-color: #111;
}

.entry .entry-content .has-light-gray-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-light-gray-background-color {
  background-color: #767676;
}

.entry .entry-content .has-white-background-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color.has-white-background-color {
  background-color: #FFF;
}

.entry .entry-content .has-primary-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-primary-color > p {
  color: #0073aa;
}

.entry .entry-content .has-secondary-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-secondary-color > p {
  color: #005177;
}

.entry .entry-content .has-dark-gray-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-dark-gray-color > p {
  color: #111;
}

.entry .entry-content .has-light-gray-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-light-gray-color > p {
  color: #767676;
}

.entry .entry-content .has-white-color,
.entry .entry-content .wp-block-pullquote.is-style-solid-color blockquote.has-white-color {
  color: #FFF;
}

/* Media */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.custom-logo-link {
  display: inline-block;
}

.avatar {
  border-radius: 100%;
  display: block;
  height: calc(2.25 * 1rem);
  min-height: inherit;
  width: calc(2.25 * 1rem);
}

svg {
  transition: fill 120ms ease-in-out;
  fill: currentColor;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: calc(1.5 * 1rem);
}

@media only screen and (min-width: 768px) {
  .wp-caption.aligncenter {
    position: relative;
    left: calc( calc(8 * (100vw / 12) - 28px) / 2);
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 1168px) {
  .wp-caption.aligncenter {
    left: calc( calc(6 * (100vw / 12) - 28px) / 2);
  }
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption-text {
  color: #767676;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: calc(1.5 * 1rem);
}

.gallery-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: calc((100% - 16px * 1) / 2);
}

.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {
  margin-right: 0;
}

.gallery-columns-3 .gallery-item {
  max-width: calc((100% - 16px * 2) / 3);
}

.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery-columns-4 .gallery-item {
  max-width: calc((100% - 16px * 3) / 4);
}

.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery-columns-5 .gallery-item {
  max-width: calc((100% - 16px * 4) / 5);
}

.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery-columns-6 .gallery-item {
  max-width: calc((100% - 16px * 5) / 6);
}

.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery-columns-7 .gallery-item {
  max-width: calc((100% - 16px * 6) / 7);
}

.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery-columns-8 .gallery-item {
  max-width: calc((100% - 16px * 7) / 8);
}

.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery-columns-9 .gallery-item {
  max-width: calc((100% - 16px * 8) / 9);
}

.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery-item:last-of-type {
  padding-right: 0;
}

.gallery-caption {
  display: block;
  font-size: 0.71111em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0.5rem;
}

.gallery-item > div > a {
  display: block;
  line-height: 0;
  box-shadow: 0 0 0 0 transparent;
}

.gallery-item > div > a:focus {
  box-shadow: 0 0 0 2px #0073aa;
}

/* 追加 */
article{
/* margin-bottom: 2rem; */
}
.p-thumbnail{
display: block;
position: relative;
}
.single .p-thumbnail {
margin-bottom: .5rem;
}
h2.entry-title,
h3.entry-title,
blockquote.entry-title{
position: relative;
height: 40px;
overflow: hidden;
margin: 0;
color: #0073aa;
font-size:.525rem;
font-weight:bold;
transition: .4s linear;
}
blockquote.entry-title{
font-size:.55rem;
}
.amature_meta_box,
.actress_meta_box{
display: block;
position: relative;
width: 98%;
border: 1px solid #0073aa;
border-radius: 6px;
text-align: center;
transition:.4s linear;
font-weight: bold;
}
.amature_meta_box{
margin: 0 auto .55rem;
padding: .6rem .5rem;
color: #0073aa;
font-size: .45rem;
}
.actress_meta_box{
width: 96%;
margin: 0 auto;
padding: .564rem 0;
background: #0073aa;
color: #fff;
font-size: .7rem;
}
.actress_meta_box_text{
width: 94%;
margin: 0 auto;
overflow: hidden;
}
.actress_meta_box_text a{
display: block;
float: right;
margin:.65rem auto .5rem;
text-align: right;
text-decoration: underline;
font-size: .75rem;
font-weight: bold;
}
.actress_meta_box_text i{
margin-left:.15rem;
}
.actress_meta_box_text.title a {
margin: 0 auto .5rem;
font-size: .65rem;
}
.amature_meta_box:before,
.actress_meta_box:before{
position: absolute;
top: -11px;
left: -2px;
padding: .1rem .25rem;
border-radius: 8px;
font-size: .45rem;
}
.entry .entry-header:before{
position: absolute;
content: '作品名';
top: -27px;
left: -6px;
padding: .1rem .25rem;
border-radius: 8px;
background: #f8002c;
color: #fff;
font-size: .515rem;
}
.entry .entry-header:before,
.amature_meta_box:before,
.cat_btn.cat_series:before,
.cat_btn.cat_maker:before{
font-weight: 500;
}
.actress_meta_box:before{
font-weight: bold;
}
.single .entry-header:before{
content:none;
}
.actress_meta_box:before{
content: '女優名';
background: #fff;
color: #0073aa;
}
.amature_meta_box:before{
content: '素人名';
background: #0073aa;
color: #fff;
}
.amature_meta_box i,
.actress_meta_box i{
margin-left: .15rem;
}

.cat_tag{
margin:0 auto 1rem;
padding:0 1rem;
display:table;
}
a.cat_btn{
display:inline-block;
position: relative;
width: 100%;
margin:0 auto .5rem;
padding:.55rem;
border:1px solid #ff5b78;
border-radius:6px;
background:#fff;
color:#ff5b78;
text-align: center;
font-size:.45rem;
font-weight: bold;
}
.single .cat_btn {
margin-top: .5rem;
}
span.cat_btn,
span.tag_btn{
display:inline-block;
margin-bottom:.35rem;
}
span.cat_btn,
span.tag_btn a{
padding:.4rem;
border-radius:6px;
font-size:.5rem;
}
span.cat_btn{
border:1px solid #0073aa;
background:#0073aa;
}
span.cat_btn,
span.cat_btn a{
color:#fff;
}
span.cat_btn i,
a.cat_btn i{
margin-right:.2rem;
}
span.tag_btn a{
display:inline-block;
position:relative;
margin-bottom:.25rem;
padding-left:1rem;
padding-right:.4rem;
border:1px solid #0073aa;
background:#fff;
color:#0073aa;
}
span.tag_btn a:before{
position:absolute;
font-weight:bold;
font-family:"Font Awesome 5 Free";
content:'\f292';
left:7px;
bottom:8.5px;
}
.cat_btn.cat_series:before,
.cat_btn.cat_maker:before{
position: absolute;
top: -12px;
left: -10px;
padding: .1rem .25rem;
border-radius: 8px;
background: #ff5b78;
color: #fff;
font-size: .515rem;
}
.cat_btn.cat_series:before{
content:'シリーズ';
left: -15px;
font-size: .45rem;
}
.cat_btn.cat_maker:before{
content:'メーカー';
}
a.cat_btn.cat_series:hover{
color: #ff5b78;
}
a.comment_btn{
display: block;
text-align: center;
padding: .35rem 0;
font-size: .6rem;
color: #fff!important;
background: #ff3458;
font-weight: bold;
border-radius: 6px;
}
a.comment_btn i{
margin-left: .15rem;
}
a.comment_btn.edt{
margin-top:.75rem;
padding:1rem 0;
background:#222;
}
.entry .entry-footer a:hover,
.link_btn:hover{
opacity:.8;
}

.site-content{
padding:1.5rem 0 0;
}
.home .site-content{
padding:.15rem 0 0;
}
h1.header_bar,
h2.header_bar,
div.header_bar,
.widget-title{
margin:0 0 .15rem;
padding:.5rem;
background:#dce8f5;
}
div.header_bar{
margin:2rem 0 1rem;
font-weight:bold;
}
h1.header_bar,
div.header_bar{
font-size:.95rem;
}
blockquote.header_bar{
width: 98%;
margin:.75rem auto;
padding:1rem .65rem .65rem;
border-radius: 2px;
border: 1px solid #afcbe6;
background: rgb(235,242,249,.25);
font-size:.6rem;
font-weight: 500;
}
.link_btn{
display:block;
margin:.5rem auto 1rem;
padding:.55rem 0;
background:#ff5b78;
border-radius:6px;
text-align:center;
color:#fff;
font-size:.85rem;
font-weight: bold;
transition:.4s linear;
}
.link_btn i{
margin-left:.2rem;
font-size:.85rem;
}
.link_btn:visited,
.link_btn:hover{
color:#fff;
}
.archive .link_btn,
.page .link_btn{
margin:.15rem auto 0;
}
/*画像遅延読み込みの表示をフェードインに*/
.lazyload{
opacity:0;
}
.lazyloaded{
opacity:1;
transition:all .4s;
}
/* ページャー */
nav.navigation.pagination {
display: table;
width: 100%;
}
/* 余白 */
.home main#main h2.header_bar:nth-of-type(n+2){
margin-top: 2rem;
}
.archive article,
.search article,
.post_box.related article,
.page article {
margin-bottom: 1rem;
padding: 0 0 .5rem;
background:#fff;
-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}

/*カテゴリーボタン*/
#modal-overlay {
position:fixed;
width:100%;
height:100%;
background:rgba(68,68,68,0.9);
opacity:.6;
top:0;
left:0;
z-index:10000000;
}
.new-category-links-box.container{
position:relative;
}
.category_modal,
.category_modal_archive{
z-index:10000010;
position:absolute;
display:none;
}
.category_modal.show{
display:block;
top:-335px;
width: 94%;
}
.page .category_modal.show {
top: -20px;
}
.category_modal_archive.show{
display:block;
padding:0 2%;
width:96%;
bottom:280px;
}
.category_modal_archive.kitchen.show{
bottom:140px;
}
/*親カテゴリが一番下*/
.category_modal.show a{
display:block;
width:99%;
text-align:center;
margin:0 auto;
background:#fff;
padding:.65rem .5rem;
border-radius:2px;
font-size:.5rem;
color:#0073aa;
font-weight:bold;
}
a.category_modal_parent{
width:100%!important;
margin:.25% 0!important;
padding:1.25rem 2%!important;
font-size:.7rem;
}
a.category_modal_parent i{
font-size:.7rem;
}
.category_modal_close{
background:#fff;
width:33%;
text-align:center;
display:inline-block;
margin:2% 33.333% 0;
padding:1.25em 0;
color:#0073aa;
border-radius:2px;
cursor:pointer;
font-size:.55rem;
font-weight:bold;
}
.category_modal_close i{
font-size:.55rem;
}
.category_modal.show a i{
content:"\f054";
color:#0073aa;
font-size:.55rem;
}
.fa-times:before{
content:"\f00d";
color:#0073aa;
margin-right:.5em;
font-size:.525rem;
}
.new-category-links-box.kitchen{
margin:3em 0;
}
.new-category-links-box.kitchen .category_modal.show{
top:1345px;
}
.new-category-links,
.new-category-links-cosmetic_review{
display:block;
}
.new-category-links a{
position:relative;
display:block;
text-align:center;
font-size:.85rem;
}
.new-category-links-box img{
display:inline-block;
backface-visibility:hidden;
width:100%;
height:100%;
margin:0 auto;
}
.new-izk-widget-title.category{
margin:3em 0 2em;
}
.new-category_list_parent{
display:block;
padding:1em;
border-radius:3px;
color:#666;
border:1px solid #999;
font-size:.8em;
width:59%;
margin:2.5em auto 3.5em;
text-align:center;
}
.new-category-lists.row{
margin:0 auto;
padding: 0;
width: 94%;
}
.new-category-links-cosmetic_review.col.s4.m4.l4,
.new-category-links.col.s4.m4.l4{
position:relative;
padding:0;
}
.cat_name_box{
position:absolute;
display:block;
margin:auto;
padding:.2rem 0;
bottom:0;
left:0;
right:0;
background:rgba(255,255,255,.75);
}
.cat_name_label{
display:block;
color:#0073aa;
font-size:.8rem;
font-weight:bold;
}
.category_modal_parent i {
margin-left: .15rem;
}
/* footer上のカテゴリー一覧を半分に */
.an_maker_box.clearfix .new-category-links-box.container {
width: 50%;
float: left;
}
.an_maker_box.clearfix .new-category-lists.row{
width:99%;
}
.an_maker_box.clearfix .new-category-links a,
.an_maker_box.clearfix .new-category-links a i,
.an_maker_box.clearfix a.link_btn.parent,
.an_maker_box.clearfix a.link_btn.parent i{
font-size: .5rem;
}
.an_maker_box.clearfix .new-category-links a i{
margin-left: .15rem;
}
.home .an_maker_box.clearfix .new-category-links a,
.single .an_maker_box.clearfix .new-category-links a,
.search .an_maker_box.clearfix .new-category-links a,
.home .an_maker_box.clearfix a.link_btn.parent,
.single .an_maker_box.clearfix a.link_btn.parent,
.search .an_maker_box.clearfix a.link_btn.parent {
margin: .1rem auto;
}
.home .an_maker_box.clearfix a.link_btn.parent{
width: unset;
}
.an_maker_box.clearfix {
position: relative;
}
.an_maker_box.clearfix .new-category-links-box.container{
position: unset;
}
.an_maker_box.clearfix .category_modal.show{
width: 100%;
margin: 0 auto;
padding: 0 .25rem;
top:130px;
right: 0;
left: 0;
}

/* メーカー画像 */
.maker_img_box{
width:180px;
margin:1rem auto;
border:1px solid #dce8f5;
}
.maker_img_box img{
width:100%;
}
.single article {
width: 100%;
float: none;
}
.single-actor article{
background:#fff;
padding-bottom:.5rem;
margin-bottom:.5rem;
}
span.comment-author-link,
.widget_recent_comments ul li{
font-size: .7rem;
}
li.recentcomments {
padding: .25rem;
}
.discussion-meta,
.comment-list{
margin: 0 .25rem;
}
form#commentform {
margin: 0 .25rem;
}
.comment-form-flex{
margin: calc(2 * 1rem) 0;
}
.comment .comment-content{
padding: .75rem;
border-radius: 5px;
border: 1px solid #dce8f4;
background: rgb(235,242,249,.4);
font-size: .7rem;
font-weight: 500;
}
.single blockquote.header_bar{
position: relative;
}
.single blockquote.header_bar:before {
position: absolute;
content: '作品名';
top: -11px;
left: 0;
padding: .1rem .25rem;
border-radius: 8px;
background: #f8002c;
color: #fff;
font-size: .515rem;
}
.search .page-header{
margin:0;
}
form.search-form,
ul#recentcomments {
margin: 0 .25rem;
}
.description_box,
.description_box_top,
.contents_box {
margin: .5rem .25rem;
padding: .5rem;
border-radius: 2px;
border: 1px solid #afcbe6;
background:rgb(235,242,249,.25);
font-size: .6rem;
font-weight: 500;
}
.home .description_box,
.single .description_box,
.search .description_box,
.contents_box {
border: none;
background: #fff;
}
.single-actor .description_box{
border: 1px solid #afcbe6;
background: rgb(235,242,249,.25);
}
.home .description_box{
margin: 0 .25rem;
}
/*パンくず※オリジナル*/
ol.nav-wrapper{
width: 100%;
list-style-type:none;
padding: 0 .5rem;
margin:.5rem auto 1rem;
line-height: 1.65rem;
}
li.col.s12.l6.brdc{
display:inline;
}
.breadcrumb{
color:#0073aa;
font-size:.65rem;
}
.breadcrumb span{
font-weight:bold;
}
.brdc i{
margin:0 .3rem;
color:#767676;
font-size:.65rem;
}
/*検索フォーム*/
form.search-form{
width:96%;
margin:0 auto;
font-size: .65rem;
}
.widget_search .search-field{
width: 70%;
float: left;
display: block;
margin-bottom: .5rem;
font-size: 16px;
font-weight: bold;
}
input.search-submit{
width: 30%;
float: left;
font-size: 16px;
}
section#primary {
margin-bottom: 2rem;
width: 100%;
display: block;
float: left;
}
section#search-3 {
/* position: relative; */
position: -webkit-sticky; /* Safari */
position: sticky;
margin:0;
display:table;
width: 100%;
top: 2px;
/* z-index: 999999; */
opacity: .965;
}
.select_box{
position: relative;
width: 97%;
margin: 0 auto;
}
.select_box:before {
position: absolute;
content: '\f0d7';
top: 20%;
right: 3%;
bottom: 0;
color: #0073aa;
font-size: 1rem;
font-family: 'Font Awesome 5 Free';
font-weight: bold;
}
select.other-cat {
display: block;
width:100%;
margin:.75rem 0;
padding:.75rem .5rem;
background: #fff;
font-size: 16px;
font-weight: bold;
color: #0073aa;
border: 1px solid;
border-radius: unset;
cursor: pointer;
-webkit-appearance:unset;
}
option.select-title {
font-weight: 500;
}
/*ページャー*/
.pager_index{
width:98%;
text-align:center;
margin:0.5rem auto 1rem;
font-size:.75rem;
font-weight:bold;
color:#fff;
overflow:hidden;
background:#111111;
transition: .4s linear;
}
.pager_index div{
float:left;
height:65px;
line-height:65px;
}
.pager_left,
.pager_right{
width:30%;
}
.pager_center{
padding:0;
width:40%;
}
.pager_index a{
display:block;
width:100%;
height:65px;
line-height:65px;
padding:0;
transition:.4s;
color:#fff;
font-size:.65rem;
font-weight:bold;
}
.pager_index i{
color:#fff;
margin:0 0.4rem;
}
.bold{
font-weight: bold;
}
.margin_r{
margin-right:.1rem;
}
.margin_l{
margin-left:.1rem;
}
.parent_link,
.top_link{
display: block;
width: 96%;
margin: 0 auto;
padding: .75rem .15rem;
border-radius: 6px;
background: #ff5b78;
color: #fff;
text-align: center;
font-size: .75rem;
font-weight: bold;
transition: .4s linear;
}
.parent_link {
padding: .6rem .15rem;
font-size: .6rem;
}
.parent_link.related.actress {
font-size: .75rem;
}
.top_link {
display: table;
margin:1rem auto;
}
.parent_link:visited,
.parent_link:hover,
.top_link:visited,
.top_link:hover{
color: #fff;
opacity: .85;
}
.parent_link i,
.top_link i{
margin-left: .15rem;
}
a.parent_link.related.actress.singlebtn{
margin-top: .5rem;
background: #fff;
border: 2px solid #ff5b78;
color: #ff5b78;
font-size: .65rem;
}
.post_box.clearfix{
background:#dce8f4;
}
.search .post_box.clearfix{
background:#dce8f4;
}
.text-none {
padding: .5rem;
background: #fff;
font-size: .7rem;
}
.header_img_box{
width: 100%;
margin: 0 auto 1rem;
padding: .15rem .15rem 0;
}
.header_img_box img{
width: 100%;
}
.header_img_box.ch.sub{
width:97%;
}
.name_top,
.name_bottom{
display: block;
line-height: 1.65;
text-align: center;
}
.name_top,
.name_b {
font-weight: 500;
}
.name_top {
font-size: 1.15rem;
}
.name_a,
.name_c {
font-weight: bold;
font-size:.995em;
}
.name_b {
font-size: .75em;
}
.name_c {
color: #ff2048;
}
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#colophon .site-info,
.amature_meta_box,
.actress_meta_box,
.amature_meta_box:before,
.actress_meta_box:before,
.entry .entry-header:before,
a.cat_btn,
span.tag_btn a,
.cat_btn.cat_series:before,
.cat_btn.cat_maker:before,
a.comment_btn,
h1.header_bar,
h2.header_bar,
div.header_bar,
.widget-title,
.category_modal.show a,
.category_modal_close,
.single blockquote.header_bar:before,
.pager_index,
.parent_link,
.top_link,
.link_btn,
select.other-cat,
h3.header_bar,
.old_gr_header,
a.alb.mgs,
a.alb.fanza {
background-image: -webkit-linear-gradient(rgba(255,255,255,.3) 0%,transparent 50%,transparent 50%,rgba(0,0,0,.1) 100%);
background-image: linear-gradient(rgba(255,255,255,.3) 0%,transparent 50%,transparent 50%,rgba(0,0,0,.1) 100%);
box-shadow: 0 2px 2px 0 rgba(255,255,255,.1) inset, 0 2px 10px 0 rgba(255,255,255,.2) inset, 0 -2px 2px 0 rgba(0,0,0,.1) inset;
}
.site-header{
-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
}
.quote_source{
text-align: right;
font-size: .585rem;
margin: .5rem .5rem 0 0;
}
.quote_source cite {
font-weight: bold;
font-size: .585rem;
}
.pc_label {
position: absolute;
margin:0;
padding: .1rem .3rem;
bottom: 0;
right: 0;
opacity: .95;
background: #fff;
font-size: .575rem;
font-weight: 500;
}
/*テスト*/
figure.hover-parent{
position: relative;
overflow: hidden;
}
figcaption.hover-mask{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0,0.65);
opacity: 0;
color: #fff;
display: block;
align-items: center;
text-align: center;
padding: 25%;
transition: all 0.6s ease;
font-size: .7rem;
}
figure.hover-parent:hover .hover-mask {
opacity: 1;
}
figcaption.hover-mask i {
margin-left: .15rem;
}
.single figcaption.hover-mask{
padding:25%;
font-size: .7rem;
}
.single figure.hover-parent {
width: unset;
height: unset;
}
/*テスト*/
/*トップに戻る*/
#page_top{
display:none;
display:block;
position:fixed;
line-height:100%;
right:10px;
bottom:10px;
padding:10px 12.6px;
border-radius:50%;
background:#0073aa;
box-shadow:0 2px 2px 0 rgba(0,0,0,.12.6), 0 2px 2px 0 rgba(0,0,0,.24);
font-size:30px;
text-align:center;
text-decoration:none;
transition:.3s;
z-index:9999999999;
cursor:pointer;
}
#page_top i{
color:#fff;
}
a.link_btn.parent {
width: 100%;
}
.home a.link_btn.parent {
width:94%;
}
.page a.link_btn.parent{
width: 100%;
}
.archive .category_modal.show{
top: 0;
}
.post_box.related article {
background: #fff;
}
.post_box.related .entry-header{
width: 95%;
margin: .75rem auto 1rem;
}
.post_box.related.clearfix{
margin-bottom: 2rem;
}
/*ランキング疑似要素*/
.new-label{
display:inline-block;
position:absolute;
margin:0;
text-align:center;
font-size:.65em;
color:#fff;
background:#E4007F;
top:0;
left:0;
/* z-index:1000; */
}
.new-label:before{
position:absolute;
top:0;
left:0;
border-bottom:5.5em solid transparent;
border-left:5.5em solid #52a9ff;
content:"";
opacity:.9;
}
.new-label span{
display:block;
position:absolute;
top:12px;
left:5px;
transform:rotate(-45deg);
z-index:0;
background:none;
font-weight:bold;
}
.new-label.no_one:before{
border-left:5.5em solid #9d8400;
}
.new-label.no_two:before{
border-left:5.5em solid #a3a3a3;
}
.new-label.no_three:before{
border-left:5.5em solid #99602a;
}
.new-label.rank_numbers:before{
border-left:5.5em solid #ff5b78;
}
.new-label.new:before{
border-left: 5.5em solid #0073aa;
}
.post_box.white.clearfix {
background: #fff;
display: block;
}
.page-template-page-maker .post_box.white.clearfix{
display: table;
}
h2.header_bar.pop {
margin: 1rem 0 .5rem;
}
.post_box.row.pop article {
margin-bottom: .1rem;
}
h3.header_bar{
background: #dce8f5;
margin: 0 .15rem .15rem;
padding: .5rem;
font-size: .85rem;
}
h4.header_bar{
border-bottom: 3px solid #dce8f5;
margin: 0 .35rem .15rem;
padding: .5rem;
font-size: .8rem;
}
.bn_box {
border: 1px solid #ff2048;
width: 99%;
margin: 0 auto;
}
.bn_box img {
width: 100%;
height: auto;
}
p {
margin-top: 0;
}
/*目次*/
#toc_container{
display:table;
width:calc(100% - 1rem);
margin:1.5rem auto 2.5rem;
padding:0 .5rem;
border:1px solid #ff5b78;
box-sizing:border-box;
counter-reset:li;
}
#toc_container ul.toc_list li::before{
content:none;
width:0;
height:0;
margin:0;
padding:0;
background:none;
box-shadow:none;
}
#toc_container .toc_title{
margin:1rem 0;
padding:0;
text-align:center;
font-weight:bold;
font-size:90%;
}
#toc_container .toc_toggle a{
padding:2px 4px;
color:#0073aa;
font-weight:normal;
font-size:13px;
}
#toc_container p.toc_title + ul.toc_list{
margin:20px 0 0;
padding:20px .35rem;
border-top:1px dashed #eee;
}
#toc_container ul.toc_list li{
position:relative;
margin:0;
padding:0;
font-size: .65rem;
}
#toc_container ul.toc_list li a{
display:inline-block;
position:relative;
margin:5px 0;
padding:3px 0;
line-height:1.6;
font-weight:normal;
text-decoration:none;
transition:all .3s ease;
font-size:.85rem;
}
#toc_container ul.toc_list a,
#toc_container ul.toc_list a:visited{
color:#0073aa;
}
#toc_container ul.toc_list li a:hover{
text-decoration:none;
opacity:.8;
}
#toc_container ul.toc_list > li > a{
margin-top:7px;
margin-left:40px;
font-weight:bold;
font-size:.65rem;
}
#toc_container ul.toc_list > li::before,
#toc_container ul.toc_list > li::after{
position:absolute;
top:4px;
left:0;
}
#toc_container ul.toc_list > li::before{
content:'';
display:inline-block;
vertical-align:bottom;
width:32px;
height:32px;
margin-right:7px;
background-color:#0073aa;
}
#toc_container ul.toc_list > li::after{
counter-increment:li;
content:counter(li);
width:32px;
line-height:32px;
font-family:'Avenir Next', 'Helvetica Neue', Arial, 'Meiryo','Yu Gothic', san-serif;
color:#fff;
font-weight:bold;
text-align:center;
}
#toc_container ul.toc_list > li > ul{
margin-left:40px;
}
#toc_container ul.toc_list > li ul li::before{
position:absolute;
top:3px;
left:0;
content:'\f0da';
display: inline-block;
width:14px;
height:28px;
line-height:1.8;
font-size:1.1rem;
color:#5f7b96;
font-family:"Font Awesome 5 Free";
font-weight:bold;
}
#toc_container ul.toc_list > li ul li a{
margin-left:16px;
font-weight:normal;
}
.top_link.pop.sub {
margin: 0 auto 3rem;
}
.margin_bottom{
margin-bottom: 2.5rem;
}
h2.header_bar.sub.margin_top {
margin-top: 2.5rem;
}
.page .contents_box p:last-child{
margin: 0;
}
/*テスト*/
.actress_meta_box:after {
content: 'MGSの作品一覧へ \f0da';
bottom: -2px;
position: absolute;
right: 0;
font-size: .45rem;
font-weight: 600;
font-family: "Font Awesome 5 Free";
color: #0073aa;
background: #e5f7ff;
padding: 0;
border-radius: 5px;
background-image: -webkit-linear-gradient(rgba(255,255,255,.3) 0%,transparent 50%,transparent 50%,rgba(0,0,0,.1) 100%);
background-image: linear-gradient(rgba(255,255,255,.3) 0%,transparent 50%,transparent 50%,rgba(0,0,0,.1) 100%);
box-shadow: 0 2px 2px 0 rgba(255,255,255,.1) inset, 0 2px 10px 0 rgba(255,255,255,.2) inset, 0 -2px 2px 0 rgba(0,0,0,.1) inset;
left: 0;
}
.actress_meta_box:hover,
.actress_meta_box:visited{
color: #fff;
opacity: .8;
}
.actress_meta_box {
margin-bottom: .65rem;
padding:.5rem 0 1.25rem;
}
.actress_meta_box.single.fanza,
.actress_meta_box.archive.fanza {
background: #c10000;
border: 1px solid #c10000;
background-image: -webkit-linear-gradient(rgba(255,255,255,.3) 0%,transparent 50%,transparent 50%,rgba(0,0,0,.1) 100%);
background-image: linear-gradient(rgba(255,255,255,.3) 0%,transparent 50%,transparent 50%,rgba(0,0,0,.1) 100%);
box-shadow: 0 2px 2px 0 rgba(255,255,255,.1) inset, 0 2px 10px 0 rgba(255,255,255,.2) inset, 0 -2px 2px 0 rgba(0,0,0,.1) inset;
}
.actress_meta_box.single.mgs:after {
content: 'MGSの作品一覧へ \f0da';
}
.actress_meta_box.single.fanza:before,
.actress_meta_box.archive.fanza:before {
color: #c10000;
}
.actress_meta_box.single.fanza:after,
.actress_meta_box.archive.fanza:after {
content: 'FANZAで作品を探す \f0da';
color: #c10000;
background: #ffe8e8;
}
.actress_meta_box.fanza.checkfanza:after{
content: 'FANZAで作品を購入 \f0da';
}
/* 追加最後 */
html, body {
  position: relative;
  height: 100%;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-button-next,
.swiper-button-prev{
top: 46%;
width: 35px;
background-size: 0;
font-size: 1.5rem;
}
.swiper-button-next i,
.swiper-button-prev i{
color: #fff;
}
.swiper-button-next{
right: 3px;
}
.swiper-button-prev{
left: 13px;
}
.new-label.new{
font-size: .6em;
}
.new-label.new span {
top: 12px;
left: 4px;
}
.swiper-container-android figcaption.hover-mask {
font-size: .5rem;
}
input.wpcf7-form-control.wpcf7-text,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
width: 100%;
}
/* 女優ページ */
.profile_box{
display:table;
position: relative;
width:98%;
margin:.25rem auto;
padding:.35rem;
background:#f5e9dc;
}
.post-type-archive-actor .profile_box:before {
position: absolute;
content: '\f105';
right: 5px;
font-weight: bold;
font-family: "Font Awesome 5 Free";
top: 50%;
color: #d6a671;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.actor_image_box,
.actor_info_box{
display:inline-table;
vertical-align: middle;
}
.actor_image_box{
margin-right: 5px;
}
.post-type-archive-actor .actor_image_box,
.post-type-archive-actor .actor_image_box img{
width: 52.5px;
height: 52.5px;
}
.single-actor .actor_image_box,
.single-actor .actor_image_box img{
width: 105px;
height: 105px;
}
.post-type-archive-actor .actor_info_box{
width: calc(100% - 57.5px);
}
.single-actor .actor_info_box{
width: calc(100% - 110px);
vertical-align: top;
}
.actor_name_box{
display: table;
font-size: .5rem;
font-weight: bold;
}
.anb_child.name {
display: inline-table;
margin: 0;
font-size: .65rem;
letter-spacing: inherit;
}
.actor_name_box div{
display: inline-table;
}
.actor_link_box{
display: table;
width: 99%;
margin: 0 auto;
border-collapse: separate;
border-spacing: 1px 0;
font-size: .6rem;
}
.actor_link_box i{
margin-left: .15rem;
}
.alb.mgs,
.alb.fanza{
display:table-cell;
width: 50%;
color: #fff;
margin:.15rem auto;
padding:.55rem .15rem;
text-align: center;
border-radius: 6px;
font-weight: bold;
transition: .4s linear;
}
.alb.mgs:hover,
.alb.fanza:hover,
.alb.mgs:visited,
.alb.fanza:visited{
opacity: .8;
transition: .4s linear;
}
.alb.mgs{
border: 1px solid #0073aa;
background:#0073aa;
}
.alb.fanza{
border: 1px solid #c10000;
background:#c10000;
}
.archive.post-type-archive-actor article{
margin: 0;
padding: 0;
}
a.profile_link{
display: block;
color: inherit;
}
.child-tab-title.active{
width: 100%;
display: table;
line-height: 0;
}
.child-tab-title.active li{
display: inline-table;
width: 19.7%;
text-align: center;
font-size: .8rem;
color: #bdbdbd;
font-weight: 600;
}
.child-tab-title.active.yayo li,
.child-tab-title.active.wan li{
width: 33.333%;
}
.child-tab-title.active li a{
display: block;
padding: .25rem 0;
font-weight: 600;
font-size: .7rem;
transition: .4s linear;
}
.child-tab-title.active li:nth-child(even){
border-left: 1px dashed #ddd;
border-right: 1px dashed #ddd;
}
.child-tab-title.active li a:hover{
background: #0073aa;
color: #fff;
transition: .4s linear;
}
/*レコメンドページ*/
.rm_text{
display: block;
width: 92%;
margin: .75rem auto;
font-size: .65rem;
}
.actor_link_box.margin_bottom {
margin-bottom: 2rem;
}
.rm_bq{
display: table;
width: 98%;
margin: .35rem auto;
border: 1px solid #afcbe6;
background: rgb(235,242,249,.25);
font-size: .5rem;
font-weight: bold;
}
.rm_bq .tr{
display: table-row;
}
.rm_bq .td{
display: table-cell;
padding: .4rem;
vertical-align: middle;
border: 1px solid #afcbe6;
}
.td.left{
width: 25%;
text-align: center;
}
.rm_bq cite {
font-size: inherit;
}
.single-recommend .actor_link_box{
font-size: .75rem;
}
.single-recommend .post_box.related .entry-header {
margin: .25rem auto .75rem;
line-height: 1;
}
.post-type-archive-recommend .entry-title,
.single-recommend .entry-title {
font-size: .7rem;
font-weight: bold;
}
.single-recommend .post_box.related article {
margin-bottom: 0;
}
.post-type-archive-recommend .entry .entry-header:before {
content: none;
}
.single-recommend .post_box.related.clearfix {
margin-bottom: 1rem;
}
.single-recommend a.parent_link.related {
font-size: .75rem;
}
.post-type-archive-recommend article {
margin-bottom: .25rem;
}
img.rm_thumb.lazyloaded{
transition: all 0.6s ease;
}
img.rm_thumb.lazyloaded:hover{
opacity: .8;
}
.sh_box{
display: table;
width: 96%;
margin: 0 auto .5rem;
border-spacing: 1px;
}
.actress_meta_box.archive{
width: 50%;
display: table-cell;
}
.actress_meta_box.single{
display: table-cell;
width: 50%;
}
a.tantailink {
display: block;
width: 220px;
margin: 0 auto 2.5rem;
padding: .4rem 0;
border: 1px solid;
border-radius: 3px;
color: #ff2048;
font-weight: bold;
font-size: .65rem;
text-align: center;
}
a.tantailink i {
margin-left: .2rem;
}
.tatai_box{
display: flex;
width: 300px;
margin: 1rem auto 2rem;
justify-content: space-around;
align-items: center;
}
.tatai_box a.tantailink{
width: 49%;
margin: 0;
font-size: .6rem;
}

@media screen and (min-width:768px) and ( max-width:1167px) {
  html {
    font-size: 30px;
  }
  h2.header_bar,
  h2.widget-title {
    font-size: .95rem;
  }
  .actress_meta_box a {
    font-size: .85rem;
  }
  .single .actress_meta_box a {
    font-size: 1.15rem;
  }
  .description_box,
  .description_box_top,
  h2.entry-title,
  h3.entry-title,
  blockquote.entry-title,
  figcaption.hover-mask,
  .single a.parent_link,
  .single a.cat_btn,
  .single .amature_meta_box {
    font-size: .5rem;
  }
  .actress_meta_box_text a{
    font-size: .7rem;
  }
  .pc_label {
    font-size: .575rem;
  }
  .single .pc_label {
    font-size: .75rem;
  }
  .amature_meta_box {
    font-size: .5rem;
  }
  a.cat_btn {
    font-size: .5rem;
    padding: .4rem .25rem;
  }
  select.other-cat {
    font-size: 19px;
  }
  blockquote.header_bar {
    width: 86%;
  }
  .amature_meta_box,
  .actress_meta_box {
    width: 95%;
  }
  .single .amature_meta_box,
  .single .actress_meta_box,
  .single .actress_meta_box_text,
  .single .entry .entry-footer,
  .single a.parent_link,
  form#commentform,
  .home .description_box,
  .description_box,
  .description_box_top,
  a.link_btn {
    width: 80%;
  }
  form#commentform {
    margin: 0 auto;
  }
  .header_img_box {
    width: 50%;
    margin: 1rem auto;
  }
  .home .description_box,
  .description_box,
  .description_box_top {
    margin: 1rem auto;
  }
  .post_box.clearfix{
    display: table;
  }
  .archive article,
  .search article,
  .page article {
    display: inline-table;
    width: 50%;
  }
  .post-type-archive-actor article{
    width: 49%;
  }
  h2.entry-title,
  h3.entry-title,
  blockquote.entry-title {
    height: 60px;
  }
  .entry .entry-header:before {
  top: -39px;
  }
  .single blockquote.header_bar:before,
  .amature_meta_box:before,
  .actress_meta_box:before {
  top: -16px;
  font-size: .45rem;
  }
  .cat_btn.cat_series:before, .cat_btn.cat_maker:before {
  top: -17px;
  font-size: .45rem;
  }
  a.comment_btn{
  font-size: .55rem;
  }
  .single figure.hover-parent {
  width: 87.5%;
  margin: 0 auto;
  }
  .overlayall-sample{
  top: -165px;
  }
  figcaption.hover-mask {
    padding: 25%;
    font-size: .5rem;
  }
  section#search-3 {
  position: relative;
  top: unset;
  z-index: unset;
  opacity: unset;
  }
  a.link_btn.parent{
  width: 75%;
  }
  .post_box.related .entry-header{
  width: 86%;
  }
  .post_box.row.pop{
  margin-bottom: 1rem;
  width: 100%;
  float: left;
  }
  .post_box.row.pop article{
  width: 33.3333333%;
  float: left;
  }
  .new-label{
  font-size: .5rem;
  }
  .top_link.pop{
  width: 70%;
  }
  /*一覧テスト*/
  .actress_box{
  display: table;
  width: 98%;
  margin: .5em auto 1rem;
  table-layout: fixed;
  border-spacing: 1px;
  }
  .actress_meta_box {
  display: table-cell;
  text-align: center;
  padding: .6rem 0 1.6rem;
  border-radius: 5px;
  font-size: .7rem;
  color: #fff;
  }
  .actress_meta_box.single{
  display: table-cell;
  padding: .65rem 0 1.55rem;
  }
  .sh_box.mainbbox{
  width: 80%;
  }
  .actress_meta_box:after {
  font-size: .5rem;
  }
  .actress_meta_box:hover,
  .actress_meta_box:visited{
  color: #fff;
  opacity: .8;
  }
  .new-label.new:before {
    border-left: 5.5em solid #0073aa;
    border-bottom: 5.5em solid transparent;
  }
  .new-label.new{
  font-size: .45rem;
  }
  .new-label.new span {
  top: 12px;
  left: 5px;
  }
  .swiper-button-next {
  right: 15px;
  }
  .swiper-button-next, .swiper-button-prev{
  top: 41%;
  }
  .sh_box {
  display: table;
  table-layout: fixed;
  width: 100%;
  }
}
@media only screen and (min-width: 1168px) {
  main#main {
    width: 75%;
    margin: 0 auto;
  }
  article {
    display: inline-table;
    width: 32.9%;
    /* float: left; */
  }
  .home article {
    display: block;
    float: left;
  }
  .link_btn {
    display: table;
  }
  .p-thumbnail img{
    width: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  /*カテゴリーボタン*/
	.new-category-links-box.container{
	width:50%;
  margin: 0 auto;
	}
  .page .new-category-links-box.container {
  width: 53.15%;
  }
	.home .category_modal.show{
  margin:0;
	}
	.cat_name_box{
	padding:.5rem 0;
	}
	.cat_name_label{
	font-size:1rem;
	}
  a.category_modal_parent{
  font-size:.8rem;
  }
  .category_modal.show a{
  width: 99%;
  margin:0 auto;
  padding: .75rem 0;
  font-size:.65rem;
  }
  .single .p-thumbnail{
  width: 633px;
  height: 354px;
  margin: 0 auto .5rem;
  }
  .single h2.header_bar {
  width: 100%;
  font-size: 1.3rem;
  }
  .single .amature_meta_box,
  .single .actress_meta_box{
  width: 40%;
  margin: 0 auto .5rem;
  }
  .single .actress_meta_box {
  font-size: 1rem;
  }
  .single footer.entry-footer{
  width: 35%;
  }
  .single .comments-area .comments-title-wrap {
  display: block;
  }
  .single h1.header_bar:before{
  left: -5px;
  }
  .search .page-header{
  margin:0;
  }
  .widget-title{
  font-size: .855rem;
  }
  #colophon .widget-area{
  width: calc(66.213% + 6px);
  margin: 0 auto;
  }
  #colophon .site-info{
  width: 100%;
  margin: 2rem auto 0;
  font-size: .7rem;
  }
  ol.nav-wrapper{
  width: 85%;
  margin:0 auto 1rem;
  }
  .breadcrumb,
  .brdc i{
  font-size: .65rem;
  }
  form.search-form{
  width: 34%;
  }
  .widget_search .search-field,
  input.search-submit{
  margin: 1rem 0 1.5rem;
  }
  /*ページャー*/
	.pager_index {
	width:60%;
  font-size: .85rem;
	}
	.pager_index div{
	height:70px;
	line-height:70px;
	}
	.pager_index a{
	height:70px;
	line-height:70px;
	}
  .post_box.clearfix{
  display: table;
  width: 100%;
  /* float: left; */
  background: unset;
  }
  select.other-cat{
  margin: 1.5rem auto;
  }
  .select_box{
  width: 50%;
  }
  .description_box_top {
  width: 60%;
  margin: 0 auto 1rem;
  padding: 1rem;
  }
  .description_box{
  width: 60%;
  margin:1.5rem auto;
  padding: 1rem;
  }
  .parent_link{
  width:45%;
  padding: 1.15rem .5rem;
  font-size: 1rem;
  }
  .top_link{
  width:34%;
  padding: 1rem .15rem;
  font-size: .85rem;
  }
  .single .cat_btn {
  font-size: .75rem;
  }
  blockquote.header_bar{
  padding: 1rem;
  font-size:.75rem;
  }
  .single .actress_meta_box_text {
  width: 40%;
  font-size: .8rem;
  }
  .site-content {
  margin-bottom: 2rem;
  }
  ul#recentcomments{
  width:72%;
  margin: 2rem auto;
  }
  .archive article,
  .search article,
  .post_box.related article,
  .page article {
  margin-bottom: 3rem;
  -webkit-box-shadow:unset;
  box-shadow:unset;
  }
  /*テスト*/
  figcaption.hover-mask{
  padding: 25%;
  font-size: .85rem;
  }
  .single figcaption.hover-mask{
  width: 633px;
  height: 354px;
  padding: 158px;
  font-size: .95rem;
  }
  .single figure.hover-parent {
  width: unset;
  height: unset;
  }
  /*テスト*/
  h1.header_bar,
  h2.header_bar,
  div.header_bar,
  .widget-title {
  font-size: 1.3rem;
  }
  .description_box,
  .description_box_top {
  font-size: .825rem;
  }
  .description_box,
  .description_box_top{
  padding: 1.5rem;
  }
  .new-category-links .link_btn{
  width: 100%;
  padding: .95rem 0;
  font-size: .95rem;
  }
  .page .new-category-links .link_btn {
  margin: .15rem auto 0;
  }
  .new-category-links a{
  font-size: .7rem;
  }
  .link_btn{
  width: 50%;
  padding: .95rem 0;
  font-size: .95rem;
  }
  .link_btn i {
  font-size: .95rem;
  }
  h2.entry-title,
  h3.entry-title,
  blockquote.entry-title{
  font-size: .7rem;
  }
  .text-none {
  margin: 3rem auto;
  text-align: center;
  font-size: .85rem;
  }
  .header_img_box{
  width: 25%;
  margin: .75rem auto 0;
  padding: 0;
  }
  .header_img_box.sub,
  .header_img_box.ch.thum{
  width:50%;
  }
  .header_img_box.ch,
  .header_img_box.ch.sub{
  width:63.19%;
  }
  .header_img_box.mgs_box{
  width: 37.5%;
  margin: .75rem auto 2rem;
  display: table;
  }
  img.mgs_img {
  float: left;
  width: 50%;
  }
  .name_top {
  font-size: 1.45rem;
  }
  .name_a,
  .name_c{
  font-size: 1.55em;
  }
  .name_b {
  margin: 0 .1rem;
  font-size: 1.25em;
  }
  .quote_source{
  margin-right: 1.4rem;
  }
  .pc_label{
  bottom: -1px;
  padding: .1rem .35rem;
  font-size: .7rem;
  }
  .home .description_box,
  .contents_box {
  margin: 1rem auto;
  width: 55%;
  }
  .contents_box {
  font-size: .825rem;
  }
  .entry .entry-header:before,
  .amature_meta_box:before,
  .actress_meta_box:before,
  .cat_btn.cat_series:before,
  .cat_btn.cat_maker:before {
  font-size: .6rem;
  }
  .entry .entry-header:before{
  top:-29px;
  }
  .amature_meta_box{
  padding: .85rem;
  font-size: .7rem;
  }
  a.cat_btn{
  font-size: .65rem;
  }
  a.comment_btn{
  font-size: .8rem;
  }
  .single blockquote.header_bar:before {
  top: -18px;
  left: -10px;
  font-size: .75rem;
  }
  .comment .comment-content{
  font-size: .8rem;
  }
  .category_modal.show a i{
  font-size: .7rem;
  }
  .actress_meta_box_text.title {
    width: 43%;
  }
  .actress_meta_box_text.title a,
  .actress_meta_box_text a {
    font-size: .825rem;
  }
  .entry .entry-footer{
  width: 93%;
  }
  .archive .new-category-lists.row{
  width:100%;
  }
  a.link_btn.parent{
  width: 47%;
  }
  .archive li.new-category-links,
  .archive a.link_btn.parent,
  .page li.new-category-links {
  float: left;
  width: 49.9%;
  }
  .page a.link_btn.parent {
  float: left;
  width: 49.9%;
  display: block;
  }
  .archive .category_modal.show {
  width:100%;
  }
  .archive li.new-category-links:nth-child(odd),
  .page li.new-category-links:nth-child(odd){
  margin-left: .1%;
  }
  .archive li.new-category-links:nth-child(even),
  .page li.new-category-links:nth-child(even) {
  margin-right: .1%;
  }
  .archive a.link_btn.parent {
  display: block;
  width: 100%;
  margin-right: .2%;
  }
  .page a.link_btn.parent.first {
  margin-left: .1%;
  }
  section#search-3 {
  position: relative;
  top: unset;
  z-index: unset;
  opacity: unset;
  }
  /*記事ページの関連記事PC表示*/
  .related-box {
  width: 75%;
  margin: 0 auto;
  }
  .post_box.related article {
  display: inline-table;
  width: 33%;
  /* float: left;
  display: block; */
  }
  .post_box.related .p-thumbnail {
  width: unset;
  height: unset;
  }
  .post_box.related .entry-header{
  width: 95%;
  margin: .75rem auto 1rem;
  }
  .post_box.related .amature_meta_box,
  .post_box.related .actress_meta_box{
  width: 95%;
  }
  .post_box.related .actress_meta_box{
  font-size: 1rem;
  }
  .post_box.related .actress_meta_box_text{
  width: 94%;
  }
  .post_box.related footer.entry-footer{
  width: 93%;
  }
  .post_box.related figcaption.hover-mask{
  width: unset;
  height: unset;
  padding: 25%;
  font-size: .85rem;
  }
  .parent_link.related{
  display: table;
  }
  .page .category_modal.show {
  width: 94%;
  top:-20px;
  }
  .new-label{
  font-size: .8rem;
  }
  .new-label:before{
  left:1px;
  }
  .post_box.row.pop {
  margin-bottom: 1rem;
  width: 100%;
  float: left;
  }
  .archive .page_cat_btn {
  float: left;
  width: 49.9%;
  }
  li.page_cat_btn.col.s4.m4.l4 {
  margin-left: .1%;
  }
  .home a.link_btn.parent {
  width: 47%;
  }
  h3.header_bar,
  h4.header_bar {
  width: 68%;
  font-size: 1rem;
  }
  h3.header_bar{
  margin: 3rem auto 1rem;
  }
  h4.header_bar{
  margin: 1.5rem auto 1rem;
  }
  h2.header_bar.sub{
  margin-top: 4rem;
  }
  .bn_box{
  width: calc(39.216% + 2px);
  }
  .top_link.pop.top{
  width: 40%;
  }
  #toc_container{
  width: 56%;
  margin:1.5rem auto 3.5rem;
  }
  /*一覧テスト*/
  .actress_box{
  /* display: table; */
  /* width: 98%; */
  margin: .5em auto 1rem;
  /* table-layout: fixed; */
  border-spacing: 1px;
  }
  .sh_box {
  display: table;
  table-layout: fixed;
  width: 97%;
  margin: 0 auto .15rem;
  }
  .actress_meta_box {
  display: table-cell;
  text-align: center;
  padding: .7em 0 1.75em;
  border-radius: 5px;
  font-size: .97rem;
  color: #fff;
  }
  .actress_meta_box:after {
  font-size: .55rem;
  }
  .actress_meta_box:hover,
  .actress_meta_box:visited{
  color: #fff;
  opacity: .8;
  }
  .actress_meta_box.single{
  display: table-cell;
  padding: .7em 0 1.75em;
  margin: 0 auto .85rem;
  }
  .actress_meta_box.single:after{
  font-size: .65rem;
  }
  .swiper-container-horizontal {
  float: none;
  }
  .new-label.new:before {
  border-left: 5.5em solid #0073aa;
  border-bottom: 5.5em solid transparent;
  }
  .new-label.new{
  font-size: .75rem;
  }
  .new-label.new span {
  top: 16px;
  left: 6px;
  }
  .swiper-button-next i, .swiper-button-prev i{
  font-size: 2.5rem;
  }
  .swiper-button-prev{
  left: 10px;
  }
  .swiper-button-next {
  right: 25px;
  }
  div.header_bar {
  margin: 5rem 0 1rem;
  }
  .header_bar.related {
  float: left;
  width: 100%;
  }
  .site-name.about{
  font-size: .7rem;
  }
  .search .post_box.clearfix{
  background:#fff;
  }
  h2.entry-title,
  h3.entry-title,
  blockquote.entry-title{
  height: 50px;
  }
}

/* ヘッダー追従テスト */
section#search-3 logged_in {
position: relative;
}
.site-header.test {
-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);
position: -webkit-sticky;
position: sticky;
margin: 0;
padding: .4em .5rem;
display: table;
width: 100%;
top: 0;
z-index: 999999;
opacity: 1;
background: #fff;
}
.site-header.test .name_top {
font-size: .695rem;
}
.site-header.test .name_a,
.site-header.test .name_c {
font-size: .715em;
}
.site-header.test .name_b {
font-size: .6em;
}
.site-header.test .name_top,
.site-header.test .name_bottom {
line-height: 1.165;
}

.menu-trigger {
  top: 8px;
  right: 0;
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 32px;
  vertical-align: middle;
  cursor: pointer;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #525252;
  transition: all .5s .2s;
}
.menu-trigger.active span {
  background-color: #525252;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 4px;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
nav {
  width: 100%;
  color: #fff;
  text-align: center;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.collapsible-body {
  display: none;
}
nav ul {
  padding: 60px 0 0;
  margin: 0;
}
nav ul li {
  padding:.175rem 0;
}
.site-branding-container {
    position: relative;
}
.swiper-wrapper,
.swiper-container {
  z-index: 0;
}
a.menu_link {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: .7rem;
}
a.menu_link i{
  margin-left: .25rem;
}
.menu_nav li {
  background: rgba(255,52,88,.9);
  border-bottom: 1px solid #fff;
}
.menu_nav li:first-child {
  border-bottom: 1px solid #fff;
  background: rgba(255,52,88,.9);
  padding-top: .5rem;
}
.menu_nav li:last-child {
  background: rgba(255,52,88,.9);
  padding:.175rem 0;
  /* border-bottom: none; */
}
ul.collapsible {
  padding: 0;
}

/*サイドバープルダウン*/
.category-list-header{
/* display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex; */
position:relative;
-webkit-tap-highlight-color:transparent;
line-height:1.5;
padding:.5rem 1rem;
border-bottom:1px solid #fff;
font-weight:bold;
font-size:.7rem;
}
.category-list-header a {
color: #fff;
}
.collapsible-header{
padding:1.35rem 1rem;
cursor:unset;
font-weight:bold;
font-size:.7rem;
}
span.collapsible-header.pulldown{
/* display:flex;
position:absolute;
right:12px;
bottom: 28px; */
padding:0;
border:none;
cursor:pointer;
display: block;
}
.collapsible-header i{
width:unset;
margin-left: .25rem;
line-height:1.5;
color:#fff;
font-size:unset;
}
.collapsible-body{
padding:.3rem 0;
border-bottom:1px dotted #fff;
font-size:.5rem;
font-weight: bold;
}
.collapsible-body a {
display: inline-block;
color: #fff;
}
li.collapsible-body {
width: 50%;
float: left;
background: rgba(255,103,130,.95);
border-bottom: 1px dotted #fff;
}
li.collapsible-body:nth-child(odd) {
border-left: 1px dotted #fff;
}
li.collapsible-body.last {
background: rgba(255,103,130,.95);
padding: .325rem 0;
border-bottom: 1px dotted #fff;
}
.search_text {
width: 100%;
margin: 0 auto;
padding: 0 .5rem .5rem;
}
.search_text p {
margin-bottom: 0;
text-align: left;
font-size: .5rem;
}
nav.menu_nav .search_text {
  padding-bottom: 0;
}
span.collapsible-header.pulldown {
  display: inline-block;
  position: relative;
}
span.collapsible-header.pulldown:after {
  position: absolute;
  content: "\f0d7";
  right: -13px;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}
span.collapsible-header.pulldown.active:after {
  content: "\f0d8";
}
/* 女優旧名 */
.old_gr {
  margin-bottom: .85rem;
}
.old_gr_mgs, .old_gr_fanza {
  padding: 0 .5rem;
  line-height: 1.5;
}
.old_name {
  display: inline-block;
  text-decoration: underline;
  color: #0073aa;
  font-weight: bold;
  font-size: .65rem;
}
.single-actor .old_name{
  font-size: .65rem;
}
.old_name.fanza {
  color: #c10000;
}
.old_gr_mgs_header,.old_gr_fanza_header {
  display: inline-block;
  font-size: .475rem;
  font-weight: bold;
  color: #fff;
  padding: .2rem .15rem;
  border-radius: 2px;
  width: 50px;
  text-align: center;
}
.old_gr_mgs_header {
  background: #0073aa;
}
.old_gr_fanza_header {
  background: #c10000;
}
.old_gr_header {
  margin: .95rem .4rem .25rem;
  padding: .25rem .5rem;
  background: #dce8f5;
  font-size: .65rem;
  font-weight: bold;
}
.checkfanzalink_box{
  text-align: right;
}
.checkfanzalink {
  color: #c10000;
  font-size: .6rem;
  font-weight: bold;
  text-align: right;
  display: inline-block;
  margin-bottom: .5rem;
  padding-right: .25rem;
  text-decoration: underline;
}
.checkfanzalink.allver{
  color: #ff3458;
}
.checkfanzalink:hover{
  color: #c10000;
  opacity: .45;
  text-decoration: underline;
}
.checkfanzalink:visited{
  color: #c10000;
}
.checkfanzalink.allver:hover,
.checkfanzalink.allver:visited{
  color: #ff3458;
}
.checkfanzalink i{
  margin-left: .15rem;
}

@media screen and (max-width: 1167px) and (min-width: 768px) {
  .old_gr_header {
    width: 96%;
    margin: .95rem auto .25rem;
    font-size: .65rem;
  }
  .old_gr {
    width: 98%;
    margin: 0 auto 1rem;
  }
  .old_gr_mgs_header, .old_gr_fanza_header {
    width: 65px;
  }
  .an_maker_box.clearfix a.link_btn {
  width: 98%;
  }
  .an_maker_box.clearfix .new-category-links a,
  .an_maker_box.clearfix .new-category-links a i,
  .an_maker_box.clearfix a.link_btn.parent,
  .an_maker_box.clearfix a.link_btn.parent i{
  font-size: .7rem;
  }
  .post_box.related article:last-child{
  margin-bottom: 0;
  }
  .home .an_maker_box.clearfix a.link_btn{
  width: 100%;
  }
}
@media only screen and (min-width: 1168px) {
  .search_text {
    width: 35%;
    margin-bottom: 1rem;
  }
  .old_gr_header {
    width: 40%;
    margin: .5rem auto .25rem;
    font-size: .9rem;
  }
  .old_gr {
    width: 40%;
    margin: 0 auto .75rem;
  }
  .old_gr_mgs_header, .old_gr_fanza_header {
    width: 70px;
    font-size: .6rem;
  }
  .old_name {
    font-size: .75rem;
  }
  .page .old_gr_header,
  .page .old_gr,
  .archive .old_gr_header,
  .archive .old_gr,
  .search .old_gr_header,
  .search .old_gr,
  .post_box.related.clearfix .old_gr_header,
  .post_box.related.clearfix .old_gr {
    width: 96%;
  }
  /* footer上のカテゴリー一覧を半分に */
  .an_maker_box.clearfix .new-category-links-box.container {
  width: 50%;
  float: unset;
  }
  .an_maker_box.clearfix .new-category-lists.row{
  width:unset;
  }
  .an_maker_box.clearfix .new-category-links a,
  .an_maker_box.clearfix .new-category-links a i,
  .an_maker_box.clearfix a.link_btn.parent,
  .an_maker_box.clearfix a.link_btn.parent i{
  font-size: .7rem;
  }
  .an_maker_box.clearfix .category_modal.show{
  top:150px;
  width: 50%;
  }
  .single .an_maker_box.clearfix,
  .search .an_maker_box.clearfix{
  width: 50%;
  margin: 0 auto;
  }
  .single .an_maker_box.clearfix .new-category-links-box.container,
  .search .an_maker_box.clearfix .new-category-links-box.container{
  float: left;
  }
  .home .an_maker_box.clearfix .new-category-links a,
  .single .an_maker_box.clearfix .new-category-links a,
  .search .an_maker_box.clearfix .new-category-links a,
  .home .an_maker_box.clearfix a.link_btn.parent,
  .single .an_maker_box.clearfix a.link_btn.parent,
  .search .an_maker_box.clearfix a.link_btn.parent{
  display: block;
  width: 99%;
  margin: .1rem auto;
  }
  .single .an_maker_box.clearfix .category_modal.show,
  .search .an_maker_box.clearfix .category_modal.show{
  width: 90%;
  }
  .parent_link.related.actress {
  font-size:1rem;
  }
  .home .an_maker_box.clearfix{
  width: 50%;
  margin: 0 auto;
  }
  .home .an_maker_box.clearfix .new-category-links-box.container{
  width: 50%;
  float: left;
  }
  .home .an_maker_box.clearfix .category_modal.show{
  width: 100%;
  }
  /*女優ページ*/
  .single-actor article{
  display: inline-table;
  margin-bottom: 3rem;
  width: 32.9%;
  }
  .single-actor .p-thumbnail{
  width: unset;
  height: unset;
  }
  .single-actor figcaption.hover-mask{
  width: unset;
  height: unset;
  padding: 25%;
  }
  .single-actor .amature_meta_box{
  width:98%;
  }
  .single-actor footer.entry-footer{
  width:88%;
  }
  .single-actor .actress_meta_box{
  font-size: 1rem;
  padding: .5em 0 1.5em;
  }
  .single-actor .old_gr_header,
  .single-actor .old_gr{
  width: 60%;
  }
  .profile_box{
  width: 60%;
  margin: .15rem auto;
  padding: .35rem;
  }
  .archive.post-type-archive-actor .profile_box{
  width: 100%;
  }
  .actor_info_box{
  vertical-align: top;
  }
  .post-type-archive-actor .actor_info_box,
  .single-actor .actor_info_box {
    width: calc(100% - 110px - .7rem);
  }
  .actor_name_box{
  font-size: .6rem;
  }
  .post-type-archive-actor .actor_image_box,
  .single-actor .actor_image_box,
  .post-type-archive-actor .actor_image_box img,
  .single-actor .actor_image_box img{
  width: 105px;
  height: 105px;
  }
  a.profile_link{
  transition:.4s;
  }
  a.profile_link:hover,
  a.profile_link:visited{
  opacity: .6;
  transition:.4s;
  }
  .post-type-archive-actor .profile_box:before{
  right: 2%;
  }
  .actor_link_box{
  width: 45%;
  margin: .5rem auto 0;
  border-spacing: 3px 0;
  font-size: .8rem;
  }
  .actor_link_box.lpbox{
  width: 90%;
  }
  .alb.mgs, .alb.fanza{
  padding: .75rem .15rem;
  }
  .single-actor .description_box{
  width: 54%;
  margin: .65rem auto 1.5rem;
  }
  .anb_child.name {
  font-size: .75rem;
  }
  .single-actor .old_name{
  font-size: .65rem;
  }
  .child-tab-title.active li a{
  padding: .3rem 0;
  font-size: .8rem;
  }
  .js-tab-title li a h2{
  font-size: 1rem;
  }
  .rm_post_thumbnail,
  .rm_thumbnailbox {
  margin: 0 auto;
  width: 533px;
  }
  .rm_archive_thumbnail{
  margin: 0 auto;
  width: max-content;
  }
  .rm_bq {
  width: 54%;
  font-size: .675rem;
  }
  .rm_text{
  width: 54%;
  font-size: .85rem;
  }
  .post-type-archive-recommend .entry-title, .single-recommend .entry-title {
  font-size: .95rem;
  }
  .single-recommend a.parent_link.related {
  font-size: 1rem;
  }
  .sh_box.mainbbox{
  width: 40%;
  }
  .checkfanzalink{
  margin: .5rem auto;
  font-size: .7rem;
  }
  .single .checkfanzalink_box{
  width: 40%;
  margin: 0 auto;
  }
  .single .related-box .checkfanzalink_box{
  width: 97%;
  }
  a.parent_link.related.actress.singlebtn{
    width: 42%;
    margin-top: .75rem;
    border: 3px solid #ff5b78;
    padding: 1.15rem .5rem;
    font-size: 1rem;
  }
}
