@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
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: .67em 0;
}*/
/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/*figure {
  margin: 1em 40px;
}*/
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
/*nav ol,
nav ul {
  list-style: none;
}*/
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * 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: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  /* background-color: transparent; */
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  /* 1 */
  touch-action: manipulation;
}

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* All browsers without overlaying scrollbars */
html {
  overflow-y: scroll;
}

/* Reset padding and margin of all elements */
* {
  padding: 0;
  margin: 0;
}

/* Inherit styling in all browsers */
button,
input,
select,
textarea {
  font-family: inherit;
}

/* Remove focus outline in all browsers */
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}

/* Remove input background color in Chrome */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* Set table width & table-layout */
table {
  width: 100%;
  table-layout: fixed;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("../css/fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.woff") format("woff"), url("../css/fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.ttf") format("ttf"), url("../css/fonts/NotoSansCJKjp/NotoSansCJKjp-Regular.eot?#iefix") format("embedded-opentype");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("../css/fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.woff") format("woff"), url("../css/fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.ttf") format("ttf"), url("../css/fonts/NotoSansCJKjp/NotoSansCJKjp-Bold.eot?#iefix") format("embedded-opentype");
  font-display: swap;
}

body {
  font-family: "Noto Sans Japanese", sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 88.8%;
  line-height: 1.7;
  font-weight: 300;
  color: #222222;
  background-color: #ffffff;
}

p {
  line-height: 1.5;
}

p:not(:last-of-type) {
  margin-bottom: 1.5em;
}

a {
  color: #222222;
  text-decoration: none;
  transition: .2s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
  transition: .2s ease-in-out;
}

.thumb > img {
  width: 100%;
}

.thumb {
  overflow: hidden;
}

a:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

h2, h3, h4, h5 {
  font-weight: bold;
  margin: 0 0 1.5em;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.4em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.2em;
}

hr {
  border: 0;
  border-top: 1px dashed #cfcfcf;
  margin: 3em 0;
}

ul {
  list-style: none;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote {
  padding: 1.5em;
  margin: 2em 0;
  position: relative;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

blockquote:before,
blockquote:after {
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 2em;
  color: #cfcfcf;
}

blockquote:before {
  content: '\f10d';
  left: .5em;
  top: 0;
}

blockquote:after {
  content: '\f10e';
  right: .5em;
  bottom: 0;
}

blockquote p {
  font-weight: bold;
  margin: 1.5em 0;
}

@media screen and (min-width: 1024px) {
  .sp {
    display: none;
  }
}
@media screen and (min-width: 1366px) {
  .tb {
    display: none;
  }
}
@media screen and (max-width: 1365px) {
  .pc {
    display: none;
  }
}

.google-calendar-wrap {
  min-height: 400px;
}

.youtube-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.googlemap-wrap {
  position: relative;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: 100%;
}

.googlemap-wrap iframe, .googlemap-wrap object, .googlemap-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*html {
  overflow-x: hidden;
}*/

body.open {
  position: fixed;
  width: 100%;
  max-width: 100vw;
}

.overlay {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  /*width: 100%;*/
  width: 100vw;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  transition: .5s ease;
  z-index: 400;
  cursor: pointer;
}

.open .overlay {
  visibility: visible;
  opacity: 1;
}

/* iframeに重なる要素を選択できなくなるため */
.open iframe {
  pointer-events: none;
}

.overlay-Close {
  position: absolute;
  top: 24px;
  right: 24px;
  display: inline-block;
  padding-right: 20px;
}
.overlay-Close::before,
.overlay-Close::after {
  content: "";
  position: absolute;
  background: #fff;
  right: 0;
  top: 50%;
  width: 3px;
  height: 20px;
  border-radius: 1rem;
}
.overlay-Close::before {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.overlay-Close::after {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}

.single-Main.stOmikuji {
  width: 1023px;
  max-width: 100%;
}

.bArt {
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

.reply {
  display: block;
}

.comments-head-edit-menu {
  display: none;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  /*position: fixed;*/
  width: 100%;
  max-width: 100vw;
  top: 0;
  left: 0;
  z-index: 300;
  margin: 0;
  transition: .2s;
  background-color: #fff;
  margin: 0 calc(50% - 50vw);
  border-bottom: 1px solid #efefef;
}
.header.scrolling {
  border-color: #fff;
  box-shadow: 0 0 4px #cfcfcf;
}

.header-Inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 8px 12px;
  margin: 0 auto;
}
@media screen and (max-width: 1365px) {
  .header-Inner > div {
    flex: 1;
  }
}
@media screen and (min-width:1366px) {
  .header-Inner {
    padding: 0 24px;
    line-height: 60px;
  }
}

.header-Logo {
  text-align: center;
}
.header-Logo a:hover {
  opacity: .5;
}
@media screen and (max-width: 1365px) {
  .header-Logo {
    width: auto;
  }
  .header-Logo img {
    height: 30px;
  }
}
@media screen and (min-width:1366px) {
  .header-Logo {
    text-align: left;
    width: 120px;
  }
}

.header-Search {
  display: none;
  flex: 1;
  margin: 0 4px 0 12px;
  position: relative;
  max-width: 480px;
}
@media screen and (min-width:1366px) {
  .header-Search {
    display: block;
  }
}
.searchForm {
  position: relative;
  padding: 0;
  background: none;
}
.searchForm form {
  display: flex;
  align-items: center;
}
.searchForm label {
  flex: 1;
}
.searchForm input {
  border: 1px solid #efefef;
  width: 100%;
  padding: 2px 12px;
  border-radius: 30px;
  font-size: 16px;
}
.searchForm input::placeholder {
  color: #aeada2;
}
.searchForm-Button {
  background: none;
  border: 0;
  margin-left: 8px;
  /* position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%); */
}
.searchForm i {
  color: #D54A28;
}
@media screen and (min-width: 1024px) {
  .header-Search {
    margin: 0 2rem;
}
  .searchForm input {
    line-height: 28px;
  }
}

.header-Menu_List {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header-Menu_List.alt {
  justify-content: flex-start;
}

.header-Menu_List_Item {
  position: relative;
}

@media screen and (min-width: 1366px) {
  .header-Menu_List_Item {
    margin-left: 24px;
  }
}

.header-Menu_List_Item i {
  display: block;
  font-size: 22px;
  text-align: center;
  margin-bottom: 2px;
}

.header-Menu_List_Item img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 50%;
  display: block;
  margin: 0 auto 2px;
}

.header-Menu_List_Item .fa-bell,
.header-Menu_List_Item .fa-calendar-alt {
  -webkit-text-stroke: 0.5px #fff;
}
.header-Menu_Anchor {
  font-size: 10px;
  line-height: 1;
  display: block;
  text-align: center
}
.header-Menu_Anchor:hover {
  color: #d3533e;
}
@media screen and (min-width: 1024px) {
  /* .header-Menu_List_Item.search {
    display: none;
  } */
  .header-Menu_List_Item i {
    font-size: 24px;
  }
  .header-Menu_List_Item img {
    width: 28px;
    height: 28px;
  }
  .header-Menu_Anchor {
    font-size: 12px;
  }
}

.header .notice {
  width: 14px;
  height: 14px;
  background-color: #3185FC;
  border: 2px solid #ffffff;
  /* color: #fff; */
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -2px;
  right: 8px;
}
@media screen and (max-width: 1023px) {
  .header .notice {
    width: 12px;
    height: 12px;
    top: 0;
    right: 6px;
  }
}

.header-Toggle {
  position: relative;
  letter-spacing: 0;
  /* text-align: center; */
  line-height: 1;
  /* font-weight: bold; */
  font-size: 10px;
  cursor: pointer;
}

.header-Toggle,
span {
    transition: .4s;
}

.header-Toggle_Inner {
  display: inline-block;
  text-align: center;
}

.header-Toggle_Line {
  width: 18px;
  height: 14px;
  position: relative;
  margin: 0 auto 4px;
}
.header-Toggle_Line span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: #222222;
}
.header-Toggle_Line span:nth-of-type(1) {
    top: 0;
}
.header-Toggle_Line span:nth-of-type(2) {
    top: 6px;
}
.header-Toggle_Line span:nth-of-type(3) {
    bottom: 0;
}

.footer {
  padding-bottom: 49px;
  background-color: #efefef;
}
.footer-Banner {
  border-top: 1px solid #efefef;
}
.footer-Banner .wp-block-image {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .footer-Banner {
    display: none;
  }
}

.footer-Copyright {
  text-align: center;
  margin: 1.5rem 0;
  font-size: 12px;
}

.footer-Inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 16px;
  padding-top: 49px;
}
@media screen and (min-width: 1024px) {
  .footer-Inner {
    padding: 48px;
    padding-bottom: 0;
  }
}
.footer-Col {
  margin-bottom: 1.5rem;
}
.footer-Col_Item ul:not(.footer-List) {
  list-style: disc;
  padding-left: 1em;
}
.footer-Col_Item ul:not(.footer-List) li {
  margin-bottom: 16px;
  line-height: 1;
}
.footer-Col_Item li::marker {
  color: #aeada2;
}
.footer-Col_Item input[type="checkbox"] {
  display: none;
}
.footer-Col_Item label {
  line-height: 1;
  padding: 1.5rem 0;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
}

.footer-Col,
.footer-Col a,
.footer-List_Anchor {
  letter-spacing: 0.02em;
}
.footer-Col a:hover,
.footer-List_Anchor:hover {
  text-decoration: underline;
}
.footer-Col,
.footer-Col a,
.footer-List_Anchor {
  font-size: 14px;
}

@media screen and (max-width: 1023px) {
  .footer-Col {
    border-bottom: 1px solid #e5e5e5;
  }
  .footer-Col_Item {
    border-top: 1px solid #e5e5e5;
  }
  .footer-Col_Item label,
  .footer-Col_Item_Accordion {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
  }
  .footer-Col_Item label {
    position: relative;
    display: block;
    cursor: pointer;
  }
  .footer-Col_Item label::after,
  .footer-Col_Item label::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background-color: #aeada2;
  }
  .footer-Col_Item label::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .footer-Col_Item_Accordion {
    text-align: justify;
    max-height: 0;
    overflow: hidden;
  }
  .footer-Col_Item input[type="checkbox"]:checked ~ .footer-Col_Item_Accordion {
    max-height: none;
  }
  .footer-Col_Item input[type="checkbox"]:checked ~ label::before {
    transform: translateY(-50%) rotate(90deg) !important;
  }

  .footer-List {
    text-align: center;
  }
  .footer-List_Item:not(:first-of-type) {
    margin-top: .5rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-Col {
    display: flex;
  }
  .footer-Col_Item {
    flex-grow: 1;
  }
  .footer-Col_Item:not(:first-of-type) {
    margin: 0;
    margin-left: 1.5rem;
    padding-left: 1.5rem;
    border-left: 1px solid #e5e5e5;
  }

  .footer-Col_Item label {
    padding: 0;
    margin-bottom: 1rem;
  }

  .footer-List {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    margin-top: 1.5rem;
    border: 1px solid #e5e5e5;
    border-width: 1px 0;
    width: 100%;
  }
  .footer-List_Item {
    margin: 0;
  }
  .footer-List_Item:not(:first-of-type) {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #e5e5e5;
  }
  .footer-Col a,
  .footer-List_Anchor {
    font-size: 12px;
  }

  .footer-Col_Item_Accordion {
    display: flex;
  }
  .footer-Col_Item_Accordion ul:not(:first-of-type) {
    margin-left: 1.5rem;
  }
}


@media screen and (max-width: 1365px) {
  .content {
    position: relative;/*これがないと横にはみ出す*/
    width: 100%;
    max-width: 100vw;
    min-height: 100vh;
    overflow: hidden;
  }
}
@media screen and (min-width: 1366px) {
  .content,
  .footer {
    overflow: hidden;
    padding-left: 240px;
  }
  .login .content {
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .single .content-Inner,
  .page-template-page-profile-php .content-Inner,
  .page-template-page-guide-php .content-Inner,
  .tax-group .single-Inner {
    width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1024px) {
  .home-Col {
    display: flex;
    justify-content: space-between;
  }

  .home-Col_Main {
    order: 1;
    /*width: 458px;*/
    width: 638px;
  }

  .home-Col_Side {
    order: 2;
    width: 350px;
  }

  /*.home-Col_Side2 {
    order: 0;
    width: 168px;
  }*/
}

@media screen and (min-width: 1024px) {
  .home-Section {
    margin-top: 12px;
  }
}

.home-Latest {
  border: 1px solid #ddd;
  overflow: hidden;
}

.home-Latest_Tab {
  /*background-color: #f7f7f7;*/
  margin-left: -1px;
}

.home-Latest_Tab_List {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-Latest_Tab_List_Item {
  flex-grow: 1;
  padding: 2px 8px;
  /* font-size: 13px; */
  /*letter-spacing: 1px;*/
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  text-align: center;
  border-left: 1px solid #ddd;
}


/*.home-Latest_More {
  color: #d3533e;
}*/

/*.home-Radio {
  border: 1px solid #ddd;
}

.home-Radio_Head {
  background-color: #d3533e;
  color: #fff;
  padding: .25rem .5rem;
}

.home-Radio_Head span {
  font-weight: bold;
  margin-right: 1rem;
}

.home-Radio_Head i::before {
  color: inherit;
  font-weight: bold;
  margin-right: .25rem;
}

.home-Radio_Today {
  padding: 10px;
}

.home-Radio_Today img {
  width: 100%;
}

.home-Radio_List {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.home-Radio_List_Item {
  flex-grow: 1;
  background-color: #fff;
}

.home-Radio_List_Item:not(:first-of-type) {
  border-left: 1px solid #ddd;
}

.home-Radio_List_Item a:hover .home-Radio_Title {
  text-decoration: underline;
}

.home-Radio_Content {
  padding: 4px 8px;
  line-height: 1.3;
}

.home-Radio_Title {
  min-height: 54px;
}

.home-Radio_Cast {
  color: #aeada2;
  margin-top: .5rem;
  font-size: 12px;
}

.home-Radio_Date {
  color: #aeada2;
  font-size: 12px;
}*/

.home-Content {
  border: 1px solid #ddd;
  padding: 10px;
}

.home-Content_List_Item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-Content_List_Item:not(:first-of-type) {
  margin-top: 10px;
}

.home-Content_List_Item_Col:first-of-type {
  width: 80px;
  margin-right: 10px;
}

.home-Content_List_Item_Col:first-of-type.wide {
  width: 50%;
}

.home-Content_List_Item_Col:last-of-type {
  flex: 1;
}

.home-Content_Title {
  line-height: 20px;
}

.home-Content_Title a:hover {
  text-decoration: underline;
}

.home-Content_Cat a {
  color: #f0ad4e;
  font-size: 12px;
}

.home-Promo .wp-block-image {
  margin: 0;
}

.home-Promo a:hover img {
  opacity: .5;
}

/*.home-Info {
  padding: 10px;
}*/

.home-Info_List {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-Info_List_Item {
  width: 48%;
}

.home-Info_List_Item:nth-of-type(2n) {
  margin-left: 4%;
}

.home-Info_List_Item:nth-of-type(n+3) {
  margin-top: 4%;
}

.home-Info_List_Item a:hover {
  text-decoration: underline;
}

.home-Info_Thumb img {
  display: block;
  width: 100%;
}

.home-Info_Title {
  margin-top: 4px;
  line-height: 20px;
}

/*.home-Book {
  border-width: 1px 0;
  padding: 10px 0;
  margin-top: 12px;
  line-height: 1.3;
}

.home-Book_Head {
  color: #d3533e;
  font-size: 1rem;
}

.home-Book_Col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-Book_Col_Item {
  flex: 1;
  font-size: 13px;
}

.home-Book_Col_Item:not(:first-of-type) {
  margin-left: 10px;
}

.home-Book_Col_Item a:hover .home-Content_Book_Title {
  text-decoration: underline;
}

.home-Book_Thumb img {
  display: block;
  width: 100%;
}

.home-Book_Title {
  margin: 8px 0 4px;
}

.home-Book_Author {
  color: #aeada2;
  font-size: 12px;
}

.home-Book_Head {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.home-Book_Head a {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}*/

.home-Popular_Head {
  color: #d3533e;
  font-size: 1rem;
  margin-bottom: 10px;
}

.home-Popular_List_Item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home-Popular_List_Item:not(:first-of-type) {
  margin-top: 10px;
}

.home-Popular_List_Item_Col:first-of-type {
  width: 80px;
  margin-right: 10px;
}

.home-Popular_List_Item_Col:last-of-type {
  flex: 1;
}

.home-Popular_Title {
  line-height: 20px;
}

.home-Popular_Title a:hover {
  text-decoration: underline;
}

.home-Popular_Cat a {
  color: #f0ad4e;
  font-size: 12px;
}

/*.home-Schedule_Head {
  color: #d3533e;
  font-size: 1rem;
  position: relative;
}

.home-Schedule_Head a {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.home-Schedule_List {
  border: 1px solid #ddd;
}

.home-Schedule_List_Item dt {
  padding: 4px 8px;
}

.home-Schedule_List_Item dd {
  padding: 0 10px;
}

.home-Schedule_List_Item dt {
  background-color: #f7f7f7;
}

.home-Schedule_List_Item span {
  display: inline-block;
  background-color: #f0ad4e;
  color: #fff;
  border-radius: 4px;
  padding: 0 4px;
  margin-right: .5rem;
}

.home-Schedule_List_Item li {
  padding: 10px 0;
}

.home-Schedule_List_Item li + li {
  border-top: 1px solid #ddd;
}*/

.home-Footer {
  text-align: center;
}

.home-Footer_List {
  display: flex;
  justify-content: center;
}

.home-Footer_List_Item:not(:first-of-type) {
  margin-left: 1rem;
}

.home-Footer_List_Item a {
  color: #d3533e;
}

.home-Footer_List_Item a:hover {
  text-decoration: underline;
}

.home-Footer_Copyright {
  color: #aeada2;
}

/*.home-Concept {
  text-align: center;
}

.home-Concept_More {
  color: #fff;
  background-color: #d3533e;
  border-radius: 8px;
  display: block;
  padding: 4px;
  font-size: 13px;
  margin: 8px 8px 0;
}

.home-Concept_More span::before {
  font-size: 18px;
  vertical-align: middle;
}

.home-Concept_More.alt {
  color: #fff;
  background-color: #aeada2;
}

.home-Grade {
  position: relative;
}

.home-Grade_Arrow {
  width: 100%;
  height: 1rem;
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, rgba(211, 83, 62, 0.1) 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, rgba(211, 83, 62, 0.1) 50.5%) no-repeat top right/50% 100%;
}

.home-Grade_Arrow.alt {
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, rgba(105, 138, 193, 0.1) 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, rgba(105, 138, 193, 0.1) 50.5%) no-repeat top right/50% 100%;
}

.home-Grade.basic {
  background-color: rgba(211, 83, 62, 0.1);
}

.home-Grade.master {
  background-color: rgba(105, 138, 193, 0.1);
}

.home-Grade.exective {
  background-color: rgba(240, 173, 78, 0.1);
}

.home-Grade_Head {
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.basic .home-Grade_Head {
  background-color: #d3533e;
}

.master .home-Grade_Head {
  background-color: #aeada2;
}

.exective .home-Grade_Head {
  background-color: #f0ad4e;
}

.home-Grade_List {
  padding: 10px;
}

.home-Grade_List_Item {
  line-height: 1.5;
  padding: 5px;
}

.home-Grade_List_Item a {
  display: block;
}

.home-Grade_List_Item a:hover {
  text-decoration: underline;
}

.home-Grade_List_Item a::before {
  content: '・';
  margin-right: 4px;
}

.home-Categories {
  padding: 10px;
}

.home-Categories_Head {
  text-align: center;
  color: #d3533e;
}

.home-Categories_Head span::before {
  color: inherit;
}

.home-Categories_List_Item {
  line-height: 1.5;
  padding: 5px 10px;
}

.home-Categories_List_Item a {
  display: block;
}

.home-Categories_List_Item a:hover {
  text-decoration: underline;
}

.home-Admin_Head {
  background-color: #aeada2;
  color: #fff;
  padding: 4px 8px;
}

.home-Admin_List {
  border: 1px dashed #aeada2;
  border-top: 1px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-Admin_List_Item:first-of-type {
  width: 100%;
}

.home-Admin_List_Item:not(:first-of-type) {
  margin-top: 12px;
}

.home-Admin_List_Anchor {
  display: block;
  padding: 8px 16px;
  text-align: center;
  border: 1px solid #aeada2;
  border-radius: 50px;
}

.home-Admin_List_Anchor.color {
  background-color: #aeada2;
  color: #fff;
  padding: 8px;
}

.home-Admin_List_Anchor:not(.color) {
  border-radius: 0;
  padding: 0px 12px;
  color: #aeada2;
}*/

.home-Ranking {
  padding: 1rem;
  border: 2px solid #efefef;
}
@media screen and (max-width:1023px) {
  .home-Ranking {
    padding: 1.5rem 1rem;
  }
}

.home-Ranking input[name="tab_check"] {
  display: none;
}

.home-Ranking_Panel_Item {
  display: none;
  /* border: 1px solid #efefef;
  padding: 10px; */
}

.home-Ranking_Panel_Item label + label::before {
  content: "\A";
  white-space: pre;
}

.home-Ranking #tab_check1:checked ~ .home-Ranking_Panel #panel1,
.home-Ranking #tab_check2:checked ~ .home-Ranking_Panel #panel2,
.home-Ranking #tab_check3:checked ~ .home-Ranking_Panel #panel3,
.home-Ranking #tab_check4:checked ~ .home-Ranking_Panel #panel4 {
  display: block;
}

.home-Ranking #tab_check1:checked ~ .home-Ranking_Tab #tab1,
.home-Ranking #tab_check2:checked ~ .home-Ranking_Tab #tab2,
.home-Ranking #tab_check3:checked ~ .home-Ranking_Tab #tab3,
.home-Ranking #tab_check4:checked ~ .home-Ranking_Tab #tab4 {
  background-color: #d3533e;
  color: #fff;
}

.home-Ranking_Tab {
  display: flex;
  /* border-bottom: 2px solid #d3533e; */
}

.home-Ranking_Tab .tab_item {
  flex-grow: 1;
  text-align: center;
  background-color: #efefef;
  cursor: pointer;
}

.home-Ranking_Head {
  color: #d3533e;
  font-weight: bold;
}

.home-Ranking_Title {
  line-height: 1.5;
}

.home-Ranking_Title a:hover {
  text-decoration: underline;
}

.home-Ranking_List_Item {
  padding: 8px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.home-Ranking_List_Item:first-of-type {
  padding-top: 16px;
}

.home-Ranking_List_Col:first-of-type {
  width: 30px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  color: #d3533e;
  margin-right: 8px;
}

.home-Ranking_List_Col:nth-of-type(2) {
  flex: 1;
  font-size: 13px;
  overflow: hidden;
}

.home-Ranking_List_Col:last-of-type {
  width: 70px;
  margin-left: 4px;
}

.home-Ranking_List_Title {
  line-height: 1.3;
}

.home-Ranking_List_Title a:hover {
  text-decoration: underline;
}

/* .home-Ranking_List_Title .new {
  font-weight: normal !important;
  background-color: #f0ad4e;
  color: #fff;
  border-radius: 4px;
  padding: 2px 4px;
} */

.president .home-Ranking_List_Title {
  font-size: 1.2em;
  margin-bottom: 8px;
}

.president .home-Ranking_List_Title a {
  font-weight: bold;
}

.president .home-Ranking_List_Title span {
  margin-left: 8px;
}

/* .president .home-Ranking_List_Title .new {
  font-weight: normal !important;
  background-color: #f0ad4e;
  color: #fff;
  border-radius: 4px;
  padding: 2px 4px;
} */

.home-Ranking_List_Data span::before {
  color: inherit;
  border-color: inherit;
  margin-right: 4px;
}

.home-Ranking_List_Data span:not(:first-of-type) {
  margin-left: 8px;
}

.home-Ranking_List_Data .date {
  color: #aeada2;
}

.home-Ranking_List_Data .good {
  color: #d3533e;
}

.home-Ranking_List_Data .comment {
  color: #aeada2;
}

.home-Ranking_List_Data .tag {
  color: #f0ad4e;
}

.president .home-Ranking_List_Data {
  color: #222222;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.3;
}

.president .home-Ranking_List_Data span {
  display: block;
  font-size: 1.5em;
  letter-spacing: 4px;
}

.home-Ranking_List_Tag {
  line-height: 1;
}

.home-Ranking_List_Tag span:not(:first-of-type) {
  margin-left: 6px;
}

.home-Ranking_List_Tag a {
  display: inline-block;
  color: #aeada2;
  font-size: 13px;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-Ranking_List_Tag a:hover {
  text-decoration: underline;
}

.home-Ranking_List_Tag span:not(:first-of-type) {
  margin-left: 6px;
}

.president .home-Ranking_List_Tag {
  font-size: 1em;
  color: #aeada2;
}

.president .home-Ranking_List_Tag a {
  font-size: 1em;
  color: #aeada2;
}

.president .home-Ranking_List_Tag span {
  margin-left: 8px;
}

.president .home-Ranking_List_Tag .good {
  color: #d3533e;
}

.president .home-Ranking_List_Tag .good::before {
  color: inherit;
}

.president .home-Ranking_List_Tag .comment {
  color: #aeada2;
}

.president .home-Ranking_List_Tag .comment::before {
  color: inherit;
}

@media screen and (max-width: 1023px) {
  .home-Col_Main {
    width: 100%;
  }
  .home-Col_Side2 {
    width: 100%;
    display: flex;
  }
  .home-Col_Side2 section {
    flex: 1;
  }
  .home-Col_Side2 .home-Grade {
    height: 100%;
  }
  .home-Col_Side2 .home-Grade_Arrow {
    display: none;
  }
  .home-Section {
    border-width: 1px 0 0;
  }
  .home-Latest {
    margin-top: 0;
    overflow: visible;
  }
  .home-Latest_Tab {
    margin-left: 0;
    /*position: -webkit-sticky;
    position: sticky;*/
    /*top: 56px;*/
    /*z-index: 100;*/
    /*background-color: #d3533e;*/
    /*background-color: #f7f1e2;*/
    /*padding: 6px 6px 0;*/
    /*padding-top: 16px;*/
    position: relative;
  }
  /* .home-Latest_Tab::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    height: 100%;
    width: 1rem;
    z-index: 1;
  } */
  /* .home-Latest_Tab::after {
    content: '→';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
    font-weight: bold;
  } */
  .home-Latest_Tab::after {
    content: 'Scroll→';
    position: absolute;
    top: -18px;
    right: 0;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .home-Latest_Tab_List {
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100vw;
    padding: 0 8px;
  }
  .home-Latest_Tab_List {
    scrollbar-width: none;
    -ms-overflow-style: none;  /* これを追加 */
  }
  .home-Latest_Tab_List::-webkit-scrollbar {
    display:none;
  }
  .home-Latest_Tab_List_Item {
    padding: 6px 12px;
    border-left: 0;
    color: #fff;
    background-color: #db614c;
    border-radius: 2px 2px 0 0;
    border-bottom: 0;
    /*font-size: 12px;*/
  }
  /*.home-Latest_Tab_List_Item.current {
    background-color: #fff;
    color: #d3533e;
  }*/
  /* .home-Latest_Tab_List_Item:last-of-type {
    margin-right: 2rem;
  } */
  .home-Radio_Cast {
    font-size: 11px;
  }
  .home-Content {
    margin-top: 0;
  }
  .home-Admin_List {
    border: 0;
  }
  .home-Admin_List_Item:not(:first-of-type) {
    width: 100%;
  }
  .home-Ranking_Panel_Item {
    border: 0;
  }
}

.single-Inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
}

.single-Main {
  order: 1;
  flex: 1;
  width: 668px;
  max-width: 668px;
  margin-right: auto;
  margin-left: auto;

  font-size: 16px;
  line-height: 1.5;
}
.single-question .single-Main {
  max-width: none;
}
.single-Main.feature {
  flex: none;
  margin-right: auto;
  margin-left: auto;
}

.single-Side {
  order: 2;
  width: 300px;
  margin-left: 32px;
}

/*.president .single-Inner {
  flex-direction: row-reverse;
}
.president .single-Side {
  margin-left: 0;
  margin-right: 32px;
}*/

.single-Footer {
  margin-top: 3rem;
}

.single-Footer_Course {
  margin: 2rem calc(50% - 50vw) 0;
  padding: 1rem;
  border-top: 1px solid #efefef;
}
@media screen and (min-width:768px) {
  .single-Footer_Course {
    margin: 2rem 0 0;
  }
}
.single-Footer_Course_Head {
  text-align: center;
  font-weight: bold;
  color: #d3533e;
  margin-bottom: 0.5rem;
}
.single-Footer_Course .contentItem-Anchor {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single-Footer_Course .contentItem-Thumb {
  width: 140px;
  margin-bottom: 0;
  margin-right: 8px;
}
.single-Footer_Course .contentItem-Data_Meta {
  line-height: 1.25;
  font-size: 88%;
}
@media screen and (min-width:768px) {
  .single-Footer_Course .contentItem-Data_Title {
    font-size: 1rem;
  }
  .single-Footer_Course .contentItem-Data_Meta {
    font-size: 1rem;
  }
}

.single-Header_Navi {
  display: block;
  margin-bottom: 6px;
  line-height: 1;
}
.single-Header_Navi a {
  color: #d3533e;
  font-size: 1rem;
  font-weight: bold;
}
.single-Header_Navi a:hover {
  text-decoration: underline;
}

.single-Header_Title {
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.4;
  text-align: justify;
}
@media screen and (min-width:1024px) {
  .single-Header_Title {
    font-size: 1.5em;
  }
}
.single-Header_Title_Wrap {
  margin-bottom: 8px;
}
@media screen and (max-width:1365px) {
  .single-Header_Title_Wrap:first-child {
    margin-top: 24px;
  }
}

.single-Header_Meta {
  line-height: 1;
  color: #aeada2;
  margin-top: 2px;
}

.single-Header_Meta a {
  display: inline-block;
  padding: 2px 8px;
  background-color: #efefef;
  border-radius: 30px;
  font-size: .9em;
  margin-top: 4px;
}

.single-Header_Meta a.cat {
  background-color: transparent;
  border: 1px solid #efefef;
}

.single-Header_Meta a:hover {
  text-decoration: underline;
}

.single-Header_Meta span:not(:last-of-type) {
  margin-right: 6px;
}

.single-Header_Meta span i {
  /*color: inherit;*/
  /*border-color: inherit;*/
  margin-right: 2px;
}

.single-Header_Meta span.log {
  cursor: pointer;
}

.single-Header_TextSize {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.single-Header_TextSize input[type="radio"] {
  display: none;
}
.single-Header_TextSize label {
  cursor: pointer;
  display: inline-block;
  padding: .25rem 1rem;
  margin-left: .5rem;
  border: 1px solid #efefef;
  border-radius: 4px;
  text-align: center;
}
.single-Header_TextSize label:hover,
.single-Header_TextSize input[type="radio"]:checked + label {
  color: #d3533e;
  border-color: #d3533e;
}

.single-Thumb {
  border: 1px solid #efefef;
  margin-bottom: 16px;
}

.single-Header_Profile {
  /*color: #aeada2;*/
  margin-top: 16px;
}

.single-Header_Profile_List_Item {
  border: 1px solid #efefef;
  border-radius: 4px;
  margin-top: 8px;
}

.single-Header_Profile_Anchor {
  display: block;
  position: relative;
  padding: 8px;
  padding-right: 16px;
}
.single-Header_Profile_Anchor::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: #aeada2;
  transition: .2s ease-in-out;
}
.single-Header_Profile_Anchor:hover::after {
  right: 4px;
}

.single-Header_Profile_Col {
  display: flex;
  align-items: center;
  line-height: 1.5;
}

/*.single-Header_Profile_Col_Item:first-of-type {
  width: 40px;
  margin-right: 8px;
}*/

.single-Header_Profile_Col_Item:last-of-type {
  flex: 1;
  overflow: hidden; /* 小要素で1行指定するため*/
}

.single-Header_Profile_Col_Item img {
  width: 48px;
  height: 48px;
  margin-right: 8px;
  border-radius: 50%;
  object-fit: cover;
}

.single-Header_Profile_Name {
  font-weight: bold;
  font-size: 1rem;
}

.single-Header_Profile_Desc {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .9em;
}

/* .single-Header_Navi {
  margin: 24px calc(50% - 50vw);
}
@media screen and (min-width:768px) {
  .single-Header_Navi {
    margin: 1.5rem 0 3rem;
  }
}

.single-Header_Navi_List_Item {
  border-top: 1px solid #efefef;
}

.single-Header_Navi_List_Item:last-of-type {
  border-bottom: 1px solid #efefef;
}

.single-Header_Navi_List_Anchor {
  display: block;
  padding: 12px;
  text-align: center;
}

.single-Header_Navi_List_Anchor::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  margin-left: 6px;
  vertical-align: baseline;
  -webkit-text-stroke: 0.5px #fff;
} */

/* .single-Actions {
  margin-top: 4px;
}

.single-Actions span,
.single-Actions a {
  display: inline-block;
  font-weight: bold;
  border-radius: 30px;
  padding: 8px 16px;
  line-height: 1;
  cursor: pointer;
  background-color: #aeada2;
  color: #fff;
}

.single-Actions .favorite::before {
  margin-right: 4px;
  color: inherit;
}

.single-Actions .favorite:hover,
.single-Actions .favorite.active {
  background-color: #CAB382;
} */

.single-Action {}
.single-Action_List {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.single-Action_List_Item {
  text-align: center;
  /* font-size: 12px; */
  flex: 1;
  /* background-color: #efefef; */
  border: 1px solid #efefef;
  border-radius: 4px;
}
.single-Action_List_Item:not(:first-of-type) {
  margin-left: .5rem;
}
.single-Action_List_Item > a,
.single-Action_List_Item > span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  cursor: pointer;
}
.single-Action_List_Item i {
  /* display: block;
  font-size: 1.5rem;
  margin-bottom: 4px; */
  font-size: 1.2rem;
  margin-right: 4px;
}
.single-Action_List_Item .active {
  background-color: #CAB382;
  color: #ffffff;
}

.single-Meta_Tag a {
  display: inline-block;
  color: #aeada2;
}

.single-Meta_Tag a + a {
  margin-left: 8px;
}

.single-Content {
  margin: 3rem 0;
}
@media screen and (min-width:768px) {
  .single-Content {
    font-size: 18px;
  }
}

.single-Content_Media {
  margin-bottom: 20px;
}

.single-Content_Media_Item:not(:first-of-type) {
  margin-top: 20px;
}

.single-Content_Media img {
  display: block;
  width: 100%;
}

.single-Content_Media audio {
  width: 100%;
}

.single-Content_Thumb {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
}

/* .single-Content_Sentence {
  font-size: 16px;
  line-height: 1.5;
} */

.single-Content_Sentence h2 {
  margin: 0;
  font-size: 1.2rem;
  font-weight: normal;
  color: #d3533e;
  border-bottom: 1px solid #d3533e;
}

.single-Content_Sentence a {
  color: #3E8F92;
  text-decoration: underline;
}

.single-Content_Sentence a.glossary {
  color: #d3533e;
}
.single-Content_Sentence a.glossary span {
  background-color: #d3533e;
  color: #fff;
  font-size: .7em;
  text-decoration: none;
  line-height: 1;
  padding: 4px;
  border-radius: 4px;
  display: inline-flex;
  margin-left: 2px;
  margin-right: 4px;
  position: relative;
  top: -0.15em; /* font-sizeの差分の半分 */
}
.single-Content_Sentence a.glossary span i {
  margin-right: 2px;
}

.single-Content_Sentence p a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .single-Content_Sentence p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 2em;
  }
}

.single-Content_Sentence audio {
  width: 100%;
}

.single-Content_Sentence strong {
  font-weight: bold;
}

/*.single-Content_Sentence img {
  width: 100%;
}*/

.single-Content_Sentence span.small {
  font-size: .8em;
}
.single-Content_Sentence span.medium {
  font-size: 1.3em;
}
.single-Content_Sentence span.big {
  font-size: 1.8em;
}

.single-Content_Sentence .btns {
  justify-content: center;
}

.single-Content_Sentence .download_btn {
  text-align: center;
  /* margin: 16px auto;
  max-width: 300px; */
}

.single-Content_Sentence .download_btn a {
  /* display: block;
  background-color: #d3533e;
  color: #fff;
  padding: 8px;
  border-radius: 30px;
  border: 2px solid #d3533e; */
  text-decoration: none;
  color: #d3533e;
}

.single-Content_Sentence .download_btn a:hover {
  background-color: #fff;
  color: #d3533e;
}

.single-Content_Sentence .download_btn a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  /* content: "\f019"; */
  content: "\f381";
  margin-right: 4px;
  vertical-align: baseline;
}

.single-Content_Sentence .join-btn {
  display: block;
  text-align: center;
  letter-spacing: 2px;
  font-size: 1.2em;
  font-weight: bold;
  padding: 1rem;
  background-color: #d3533e;
  border: 1px solid #d3533e;
  border-radius: 100px;
  cursor: pointer;
  color: #fff;
}

.single-Content_Sentence .join-btn::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  margin-right: 1rem;
  vertical-align: baseline;
}

.single-Content_Sentence .join-btn.active {
  background-color: transparent;
  color: #aeada2;
  border-color: #aeada2;
}

.single-Content_Sentence .join-btn.active::before {
  content: "\f00c";
}

.play-button {
  background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

  text-align: left;
  display: flex;
  align-items: center;
  background-color: #faedeb;
  padding: 1rem;
  border-radius: 1rem;
  text-align: justify;
  width: 100%;
}
.play-button > i {
  font-size: 2.5rem;
  margin-right: 12px;
  color: #d3533e;
}
.play-button .title {
  line-height: 1.5;
  font-weight: bold;
}
.play-button .meta {
  color: #d3533e;
}
.play-button span {
  margin-right: 8px;
  font-weight: bold;
}
.play-button .meta i {
  margin-right: 2px;
}


.single-Content_Sentence_Internal {
  border: 1px solid #efefef;
  width: 100%;
}
.single-Content_Sentence_Internal_Anchor {
  display: block;
  padding: 16px;
  color: inherit !important;
  text-decoration: none !important;
}
.single-Content_Sentence_Internal_Anchor:hover {
  color: #d3533e !important;
}
.single-Content_Sentence_Internal_Thumb img {
  border-radius: 4px;
  border: 1px solid #efefef;
}
.single-Content_Sentence_Internal_Data {
  margin-top: 8px;
  line-height: 1.3;
}
.single-Content_Sentence_Internal_Data_Category {
  line-height: 1;
  margin-bottom: 2px;
}
.single-Content_Sentence_Internal_Data_Category span {
  font-size: 12px;
  color: #CAB382;
}
.single-Content_Sentence_Internal_Data_Title {
  font-weight: bold;
  font-size: 1rem;
}
.single-Content_Sentence_Internal_Data_Meta {
  font-size: 12px;
  color: #aeada2;
  margin-top: 2px;
}
.single-Content_Sentence_Internal_Data_Meta span:not(:first-of-type) {
  margin-left: 4px
}
.single-Content_Sentence_Internal_Data_Meta i {
  margin-right: 2px;
}
/* @media screen and (min-width: 1024px) { */
  .single-Content_Sentence_Internal_Anchor {
    display: flex;
    align-items: center;
    padding-right: 16px;
    position: relative;
  }
  .single-Content_Sentence_Internal_Anchor::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    color: #aeada2;
    transition: .2s ease-in-out;
  }
  .single-Content_Sentence_Internal_Anchor:hover::after {
    right: 4px;
  }
  .single-Content_Sentence_Internal_Thumb {
    width: 120px;
    margin-right: 8px;
  }
  .single-Content_Sentence_Internal_Data {
    margin: 0;
    flex: 1;
  }
/* } */

.single-Content_Audio {
  border-bottom: 2px dashed #efefef;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.single-Content_Audio .btns {
  justify-content: center;
}

.single-Content_Audio_Col {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.single-Content_Audio_Col_Item:first-of-type {
  width: 140px;
  margin-right: 12px;
}
.single-Content_Audio_Col_Item:last-of-type {
  flex: 1;
  font-size: 1.1rem;
  font-weight: bold;
}


/*.single-Content_Image {
  max-width: 80%;
  margin: 20px auto;
}

.single-Content_Image img {
  width: 100%;
}*/

.single-Content_Survey {
  border: 2px dashed #d3533e;
  padding: 16px 24px;
  margin: 32px 0 0;
}

.single-Content_Survey_Button {
  display: block;
  max-width: 300px;
  margin: 12px auto;
  text-align: center;
  background-color: #d3533e;
  color: #fff;
  font-weight: bold;
  margin-top: 24px;
  padding: 8px;
  border-radius: 30px;
}

.single-Comment {
  margin-top: 40px;
}

.single-Comment_Head {
  text-align: center;
  font-size: 1.5em;
  color: #d3533e;
  font-weight: bold;
  margin-bottom: 16px;
}

.single-Comment_Head#comments {
  padding-top: 100px;
  margin-top: -60px;
}

.single-Comment_Desc {
  text-align: center;
  /*font-weight: bold;*/
}

.single-Comment_Desc a {
  text-decoration: underline;
  color: #3E8F92;
}
.single-Comment_Desc a:hover {
  text-decoration: none;
}

.single-Comment_Form {
  margin: 40px 0;
  width: 100%;
  position: relative;
}
/* @media screen and (min-width:550px) {
  .single-Comment_Form {
    border: 4px solid #efefef;
    border-radius: 12px;
  }
} */

/* .single-Comment_Form {
  padding: 12px;
} */

.single-Comment_Form form {
  max-width: 480px;
  margin: 0 auto;
  margin-top: 20px;
}

/* .single-Forum .single-Comment_Form form { */
.single-Comment_Form form {
  max-width: none;
  margin: 0;
}

.single-Comment_Form input[name="author"] {
  border: 0;
  border-radius: 8px;
  padding: 4px 8px;
  width: 100%;
  /* background-color: #fff; */
  /* background-color: rgba(213,74,40,.1); */
  border: 1px solid #efefef;
}

/* .comment-form-author span {
  font-size: .8em;
  margin-left: 1rem;
} */

.single-Comment_Form_Text {
  margin: 20px 0;
}

.single-Comment_Form textarea {
  border: 0;
  border-radius: 8px;
  padding: 6px 10px;
  width: 100%;
  /* background-color: #fff; */
  /* background-color: rgba(213,74,40,.1); */
  border: 1px solid #efefef;
}

.single-Comment_Form input[type="submit"] {
  display: block;
  width: 100%;
  border: 2px solid #d3533e;
  border-radius: 100px;
  color: #fff;
  padding: 4px 8px;
  text-align: center;
  background-color: #d3533e;
  font-size: 1.2em;
  letter-spacing: 1px;
}

.single-Comment_Form input[type="submit"]:hover {
  background-color: transparent;
  color: #d3533e;
}

.single-Comment_Form .validation-error {
  color: #D54A28;
}

.single-Comment_Form_Note {
  text-align: center;
  font-size: .9em;
  color: #d3533e;
  letter-spacing: .5px;
  margin-top: 4px;
}

.comments-Form_Cancel {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 2rem;
  line-height: 1;
}

.comments-Form_Cancel a {
  color: #aeada2;
}

.comments-Form_Add {
  margin: 1em 0;
}

/* .comments-Form_Add_Text {
  color: #d3533e;
  font-weight: bold;
}

.comments-Form_Add_Text i {
  margin-right: 4px;
  font-size: 1.5rem;
  vertical-align: top;
} */

.comments-Form_Add_Button {
  background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
  width: 100%;
  border: 2px dashed #efefef;
  border-radius: 12px;
  padding: 1rem;
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
  color: #aeada2;
  line-height: 1.2;
  cursor: pointer;
}

.comments-Form_Add_Button span {
  font-weight: normal;
  font-size: .7em;
}

.comments-Form_Add_Button span::before {
  content: "\A" ;
	white-space: pre ;
}

.comments-Form_Add input[type="file"] {
  display: none;
}

.comments-Form_Add .preview-items,
#modal-images .preview-items,
.single-Comnent_List_Images_Item {
  display: block;
  margin-top: .5%;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.comments-Form_Add .preview-items::before,
#modal-images .preview-items::before,
.single-Comnent_List_Images_Item::before {
  content: '';
  display: block;
  padding-top: 66.67%;
}

.single-Comnent_List_Images_Item:hover {
  opacity: .7;
}

.comments-Form_Add .cancel::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f057";
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 2rem;
  line-height: 1;
  /* color: #aeada2; */
  color: #fff;
  cursor: pointer;
}

.comments-Form_Add #preview-images,
.comments-Form_Add .preview-images,
#modal-images,
.single-Comnent_List_Images {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.group .depth-2 .single-Comnent_List_Images {
  width: 100%;
  margin-top: 2%;
  padding-left: 38px;
}
.comments-Form_Add .preview-items,
#modal-images .preview-items,
.single-Comnent_List_Images_Item {
  width: 33%;
  /* flex-grow: 1;
  margin: 1px; */
  /* border-radius: 8px; */
}
.comments-Form_Add .preview-items:not(:nth-of-type(3n-1)),
#modal-images .preview-items:not(:nth-of-type(3n-1)),
.single-Comnent_List_Images_Item:not(:nth-of-type(3n-1)) {
  margin-left: .5%;
}
.comments-Form_Add .preview-items:first-of-type,
#modal-images .preview-items:first-of-type,
.single-Comnent_List_Images_Item:first-of-type {
  width: 100%;
  margin: 0;
}
.comments-Form_Add .preview-items:first-of-type:nth-last-child(2),
#modal-images .preview-items:first-of-type:nth-last-child(2),
.single-Comnent_List_Images_Item:first-of-type:nth-last-child(2) {
  width: 49.75%;
}
.comments-Form_Add .preview-items:last-of-type:nth-of-type(2),
#modal-images .preview-items:last-of-type:nth-of-type(2),
.single-Comnent_List_Images_Item:last-of-type:nth-of-type(2) {
  width: 49.75%;
  margin: 0;
  margin-left: .5%;
}
.comments-Form_Add .preview-items:nth-of-type(n+4),
#modal-images .preview-items:nth-of-type(n+4),
.single-Comnent_List_Images_Item:nth-of-type(n+4) {
  width: 33%;
}

.single-Comment_List {
  padding: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .single-Comment_List {
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (max-width: 1023px) {
  .single-Comment_List.border {
    border-bottom: 1px solid #ddd;
  }
}

.single-Comment_List_Item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
  position: relative;
}

.single-Comment_List_Item.depth-1 {
  padding-top: 20px;
}

/* .single-Forum .single-Comment_List_Item { */
.single-Comment_List_Item {
  padding: 0;
}

/* .single-Forum .single-Comment_List_Item.depth-1 { */
.single-Comment_List_Item.depth-1 {
  padding: 12px;
  padding-bottom: 20px;
}

/* .single-Forum .single-Comment_List_Item.depth-1 {
  padding-top: 0;
} */

@media screen and (max-width: 767px) {
  /* .single-Forum .single-Comment_List_Item { */
  .single-Comment_List_Item {
    margin: 0;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (min-width: 1024px) {
  .single-Comment_List_Item {
    margin: 30px 0;
  }
  /* .single-Comment_List_Item.depth-1 {
    padding-top: 30px;
  } */
}

.single-Comment_List_Item.depth-1:not(.forum):first-of-type {
  padding-top: 0;
}

.single-Comment_List_Item.depth-1:not(.forum):not(:first-of-type) {
  border-top: 2px dotted #efefef;
}

.comments-List.children {
  width: 100%;
}

.comments-List.children {
  padding-left: 38px;
}

@media screen and (min-width:1024px) {
  .single-Comment_List_Item:not(.forum) .comments-List.children {
    padding-left: 48px;
  }
}

/* .single-Forum .depth-1 > .children,
.single-Forum .depth-1 > form { */
.depth-1 > .children,
.depth-1 > form {
  padding-left: 0;
}


.children .single-Comment_List_Item:last-of-type {
  margin-bottom: 0;
}

.children .single-Comment_List_Item.forum {
  margin: 0;
}

.single-Comment_List_Form_Col {
  display: flex;
  align-items: center;
}

/* .single-Forum .single-Comment_List_Form_Col + .single-Comment_List_Sentence { */
.single-Comment_List_Form_Col + .single-Comment_List_Sentence {
  border: 0;
  padding: 0;
}

.single-Comment_List_Icon {
  /*width: 60px;*/
  margin-right: 8px;
  line-height: 1;
}

/* .children .single-Comment_List_Icon::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3e5";
  margin-right: 8px;
  font-size: 1.5rem;
  vertical-align: middle;
  color: #aeada2;
} */

/* .single-Forum .single-Comment_List_Icon::before { */
.single-Comment_List_Icon::before {
  content: '';
  margin: 0;
}

.single-Comment_List_Icon img {
  border-radius: 50%;
  /*width: 50px;
  height: 50px;*/
  width: 40px;
  height: 40px;
  object-fit: cover;
  /*border: 2px solid #AAAAAA;*/
}
/* .single-Forum .depth-3 .single-Comment_List_Icon img,
.single-Forum .depth-2 .single-Comment_List_Icon img { */
.depth-3 .single-Comment_List_Icon img,
.depth-2 .single-Comment_List_Icon img,
.single-Comment_List_Form .single-Comment_List_Icon img {
  width: 30px;
  height: 30px;
}

@media screen and (min-width:768px) {
  .single-Comment_List_Icon img {
    width: 40px;
    height: 40px;
  }
}
.single-Comment_List_Name span {
  /*display: inline-block;*/
  background-color: #AAAAAA;
  color: #fff;
  font-size: .9em;
  padding: 2px 8px;
  border-radius: 30px;
  line-height: 1;
  font-weight: normal;
  margin-left: 4px;
}

.single-Comment_List_Content {
  flex: 1;
  line-height: 1.4;
}

.dragon0.single-Comment_List_Name span {
  background-color: #633D93;
}
.dragon0.single-Comment_List_Name span::before {
  content: '月龍';
}

.dragon1.single-Comment_List_Name span {
  background-color: #B28146;
}
.dragon1.single-Comment_List_Name span::before {
  content: '地龍';
}

.dragon2.single-Comment_List_Name span {
  background-color: #84A4CA;
}
.dragon2.single-Comment_List_Name span::before {
  content: '水龍';
}

.dragon3.single-Comment_List_Name span {
  background-color: #D23043;
}
.dragon3.single-Comment_List_Name span::before {
  content: '火龍';
}

.dragon4.single-Comment_List_Name span {
  background-color: #6DBDB3;
}
.dragon4.single-Comment_List_Name span::before {
  content: '風龍';
}

.dragon5.single-Comment_List_Name span {
  background-color: #4D509F;
}
.dragon5.single-Comment_List_Name span::before {
  content: '空龍';
}

.dragon_hidden.single-Comment_List_Name span {
  display: none;
}

.single-Comment_List_Date {
  color: #aeada2;
  /* color: #ccc; */
}

.single-Comment_List_Sentence {
  line-height: 1.7;
  border: 2px solid #efefef;
  border-radius: 8px;
  padding: 12px;
  margin-top: 8px;
  width: 100%;
}

/* .single-Forum .single-Comment_List_Sentence { */
.single-Comment_List_Sentence {
  border: 0;
  border-radius: 0;
}
/* .single-Forum .single-Comment_List_Sentence,
.single-Forum .depth-1 { */
.single-Comment_List_Sentence,
.depth-1 {
  line-height: 1.5;
  border-bottom: 8px solid #efefef;
}

.mycomment .single-Comment_List_Sentence {
  border: 2px solid #efefef;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  /* .single-Forum .single-Comment_List_Sentence,
  .single-Forum .depth-1 { */
  .single-Comment_List_Sentence,
  .depth-1 {
    border: 2px solid #efefef;
    border-radius: 8px;
  }
}

.children .single-Comment_List_Sentence {
  border-style: dashed;
}

/* .single-Forum .depth-1 .single-Comment_List_Sentence { */
.depth-1 .single-Comment_List_Sentence {
  border: 0;
  padding: 0;
  border-bottom: 2px dashed #efefef;
  padding-bottom:20px;
  margin-bottom: 20px;
}

.single-Comment_List_Form_Sentence .delete {
  position: absolute;
  top: 8px;
  right: 8px;
  line-height: 1;
  color: #aeada2;
  font-size: .9em;
  cursor: pointer;
}

.single-Comment_List_Item .reply {
  text-align: right;
  line-height: 1;
  margin-top: 6px;
  font-size: .9em;
}

.single-Comment_List_Item .single-Comment_List_Form_Sentence .reply span a {
  color: #aeada2;
  text-decoration: none;
}

.single-Comment_List_Item .reply a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f3e5";
  margin-right: 2px;
}

.comment .like,
.comment .edit {
  transition: none;
  color: #aeada2;
  margin-left: .5rem;
  cursor: pointer;
}

.comment .like.active {
  color: #D1677E;
}

.comment .like::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f004";
  margin-right: 2px;
}

.comment .like.active::before {
  font-weight: 900;
}

/* .comment .like .count {
  margin-right: 2px;
} */

.comment .like ~ .count {
  display: none;
  color: #aeada2;
  margin-left: 4px;
  font-size: 12px;
  cursor: pointer;
}

.comment .like ~ .count.visible {
  display: inline;
}

.comment .single-Comment_List_Form_Sentence .count {
  margin-left: 8px;
}

.single-Comnent_List_Like {
  margin-top: 1rem;
  display: inline-block;
  margin-right: .5rem;
}
.single-Comnent_List_Like .like,
.single-Comnent_List_Like .edit {
  margin: 0;
  font-size: 1rem;
  border: 1px solid #efefef;
  padding: 4px 12px;
  border-radius: 100px;
}
.single-Comnent_List_Like .like.active {
  border-color: #D1677E;
}

.single-Comnent_List_Like_Modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 12px;
}
@media screen and (min-width:768px) {
  .single-Comnent_List_Like_Modal {
    width: 400px;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%,50%);
  }
}
.single-Comnent_List_Like_Modal.open {
  visibility: visible;
  opacity: 1;
}
.single-Comnent_List_Like_Modal_Inner {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
  padding: 12px 20px;
}
.single-Comnent_List_Like_Modal_Head {
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}
.single-Comnent_List_Like_Modal ul {
  overflow-y: scroll;
  max-height: 200px;
}
.single-Comnent_List_Like_Modal li {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.single-Comnent_List_Like_Modal li:not(:first-of-type) {
  border-top: 1px solid #efefef;
}
.single-Comnent_List_Like_Modal li.my {
   cursor: pointer;
}
.single-Comnent_List_Like_Modal li.my:hover {
  background-color: rgba(211, 62, 62,.2);
}
.single-Comnent_List_Like_Modal img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 8px;
}
.single-Comnent_List_Like_Modal li.my .delete {
  margin-left: 4px;
  color: #d3533e;
  vertical-align: middle;
}

.single-Comnent_List_Meta {
  display: flex;
  margin-top: 12px;
}
.single-Comnent_List_Meta_Item {
  color: #aeada2;
}
.single-Comnent_List_Meta_Item:not(:first-of-type) {
  margin-left: 12px;
}
.single-Comnent_List_Meta_Item span {
  cursor: pointer;
}

.single-Comnent_List_Action {
  display: flex;
  justify-content: center;
  width: 100%;
}
.single-Comnent_List_Action_Item {
  flex: 1;
  text-align: center;
}
.single-Comnent_List_Action_Item span {
  cursor: pointer;
}
.single-Comnent_List_Action_Item span:hover,
.single-Comnent_List_Action_Item span.active {
  color: #db614c;
}
.single-Comnent_List_Action_Item i {
  margin-right: 2px;
}
.single-Comnent_List_Action_Item .like::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: '\f004';
  margin-right: 2px;
}
.single-Comnent_List_Action_Item .like.active::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f004';
  margin-right: 2px;
}

.single-Comment_List_Sentence p {
  margin: 0;
}

/* accordion */
.single-Comment_List_Sentence input[type="checkbox"] {
  display: none;
}
.single-Comment_List_Sentence .hidden-text {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
}
.single-Comment_List_Sentence .hidden-text + label {
  color: #d3533e;
  text-align: center;
  cursor: pointer;
}
.single-Comment_List_Sentence input[type="checkbox"]:checked + .hidden-text {
  max-height: none;
}
.single-Comment_List_Sentence input[type="checkbox"]:checked ~ label {
  display: none;
}

.single-Comment_List_Form {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.depth-2 .single-Comment_List_Form {
  margin-bottom: 12px;
}
.depth-2 .single-Comment_List_Form:not(.comment-form) {
  align-items: flex-start;
}
.single-Comment_List_Form textarea,
.single-Comment_List_Form button {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.single-Comment_List_Form textarea,
.single-Comment_List_Form_Sentence {
  flex: 1;
  border-radius: 8px;
  padding: 4px 8px;
}
.single-Comment_List_Form textarea {
  border: 1px solid #efefef;
  resize: none;
  line-height: 24px;
  max-height: 200px;
}
.single-Comment_List_Form textarea::placeholder {
  color: #aeada2;
}
.single-Comment_List_Form textarea:focus,
.single-Comment_List_Form textarea:not(:placeholder-shown) {
  min-height: 200px;
}
.single-Comment_List_Form_Sentence {
  background-color: #efefef;
}
.single-Comment_List_Form_Sentence.target {
  background-color: #f6dcd8;
}
.single-Comment_List_Form button {
  color: #fff;
  font-size: 1.2rem;
  margin-left: 8px;
  width: 30px;
  height: 30px;
  background-color: #d3533e;
  border-radius: 50%;
  line-height: 30px;
}
.single-Comment_List_Form_Sentence span.name {
  font-size: .8em;
  font-weight: bold;
  display: block;
}
.single-Comment_List_Form span.validation-error {
  font-size: .8em;
  color: #d3533e;
  margin-right: 8px;
}

.single-Comment_List_Form .add-images {
  line-height: 1;
  margin-right: 8px;
  font-size: 24px;
  color: #aeada2;
  cursor: pointer;
}

.single-Comment_List_Form .replyto {
  width: 100%;
  padding-left: 32px;/* icon幅+margin*/
  display: flex;
  align-items: center;
  color: #d3533e;
}
.single-Comment_List_Form .replyto .cancel{
  color: #aeada2;
  font-size: .9em;
  line-height: 1;
  margin-left: 8px;
  cursor: pointer;
  line-height: 1;
}

.single-Side section:not(:first-of-type) {
  margin-top: 20px;
}

.single-Side_Head {
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1;
  color: #d3533e;
  margin-bottom: 16px;
}

.single-Side_Head:not(:first-of-type) {
  margin-top: 20px;
}

/*.single-Side_Desc {
  margin-bottom: 24px;
}

.single-Side_Desc_Content_Title {
  font-weight: bold;
}*/

.single-Side_Related_List {
  margin-top: 10px;
}

.single-Side_Related_List_Item {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.single-Side_Related_List_Col:first-of-type {
  /*width: 80px;*/
  width: 92px;
  margin-right: 10px;
}

.single-Side_Related_List_Col:last-of-type {
  flex: 1;
}

.single-Side_Related_List_Title {
  line-height: 1.3;
}

.single-Side_Related_List_Title a:hover {
  text-decoration: underline;
}

.president .single-Side_Related_List_Title {
  font-size: 1.2em;
  margin-bottom: 8px;
}

.president .single-Side_Related_List_Title a {
  font-weight: bold;
}

.president .single-Side_Related_List_Title span {
  margin-left: 6px;
}

/* .president .single-Side_Related_List_Title .new {
  font-weight: normal !important;
  background-color: #f0ad4e;
  color: #fff;
  border-radius: 4px;
  padding: 2px 4px;
} */

.single-Side_Related_List_Data {
  /*margin-top: 4px;*/
  font-size: .9em;
}

.single-Side_Related_List_Data i {
  color: inherit;
  border-color: inherit;
  margin-right: 2px;
}

.single-Side_Related_List_Data span:not(:first-of-type) {
  margin-left: 6px;
}

.single-Side_Related_List_Data .date {
  color: #aeada2;
}

.single-Side_Related_List_Data .good {
  color: #d3533e;
}

.single-Side_Related_List_Data .comment {
  color: #aeada2;
}

.single-Side_Related_List_Data .tag {
  color: #f0ad4e;
}

.president .single-Side_Related_List_Data {
  color: #222222;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.3;
}

.president .single-Side_Related_List_Data span {
  display: block;
  font-size: 1.5em;
  letter-spacing: 4px;
}

.single-Side_Related_List_Tag {
  line-height: 1;
}

.single-Side_Related_List_Tag a {
  display: inline-block;
  color: #f0ad4e;
  font-size: 13px;
}

.single-Side_Related_List_Tag a:hover {
  text-decoration: underline;
}

.president .single-Side_Related_List_Tag {
  font-size: 1em;
  color: #aeada2;
}

.president .single-Side_Related_List_Tag a {
  font-size: 1em;
  color: #aeada2;
}

.president .single-Side_Related_List_Tag span {
  margin-left: 8px;
}

.president .single-Side_Related_List_Tag .good {
  color: #d3533e;
}

.president .single-Side_Related_List_Tag .good::before {
  color: inherit;
}

.president .single-Side_Related_List_Tag .comment {
  color: #aeada2;
}

.president .single-Side_Related_List_Tag .comment::before {
  color: inherit;
}

@media screen and (max-width: 1365px) {
  .single-Side_Course {
    display: none;
  }
}
.single-Side_Course {
  padding: 1rem;
  background-color: #fafafa;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.single-Side_Course_Anchor:hover {
  opacity: .5;
}
.single-Side_Course_Thumb {
  margin-bottom: 8px;
}
.single-Side_Course_Thumb img {
  border: 1px solid #efefef;
}
.single-Side_Course_Parent {
  color: #d3533e;
  font-size: .9em;
}
.single-Side_Course_Title {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.45;
}
.single-Side_Course_Meta {
  color: #aeada2;
  font-size: .9em;
}
.single-Side_Course_Desc {
  margin-top: 4px;
  line-height: 1.5;
}

@media screen and (max-width: 1365px) {
  .single-Inner {
    display: block;
    padding: 0 12px;
  }
  @media screen and (min-width: 768px) {
    .single-Inner {
      display: block;
      padding: 0 48px;
    }
  }
  .single-Main {
    width: 100%;
    max-width: none;
  }
  .single-Side {
    width: 100%;
  }
  @media screen and (max-width: 1023px) {
    .single-Thumb {
      margin: 0  calc(50% - 50vw) 16px;
      border-width: 0 0 1px;
    }
  }
  .single-Meta_Col {
    display: block;
  }
  .single-Side {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
}

.archive-Inner {
  display: block;
  /* padding: 0 12px; */
}

@media screen and (min-width: 1024px) {
  .archive-Inner {
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.archive-Main {
  order: 1;
  margin-top: 12px;
  flex: 1;
  width: 668px;
  max-width: 668px;
  margin-right: auto;
  margin-left: auto;
}

.archive-Main.book {
  width: 100%;
  max-width: 800px;
}

.archive-Side {
  order: 2;
  padding-top: 12px;
  width: 300px;
  margin-left: 32px;
}

.archive-Head {
  font-size: 22px;
  border-bottom: 1px solid #ddd;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.archive-Desc {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin-top: .5rem;
}

.archive-Category_Thumb {
  margin-bottom: 12px;
}

.archive-Category_Content {
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  .archive-Category_Content {
    padding: 0;
  }
}

.archive-Category_Content_Title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 12px;
}

.archive-Category_Content_Sentence {
  /*color: #aeada2;*/
  font-size: 14px;
  line-height: 1.5;
  border: 2px solid #efefef;
  padding: 8px 12px;
  text-align: justify;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .archive-Category_Content_Sentence {
    padding: 12px 16px;
  }
}

.archive-Category_Content_Sentence a {
  color: #3E8F92;
  text-decoration: underline;
}

.archive-Category_Content_Sentence a:hover {
  text-decoration: none;
}

.archive-List {
  margin-top: 10px;
}

.archive-List_Item {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.archive-List_Col:first-of-type {
  width: 100px;
  margin-right: 10px;
}

.archive-List_Col:last-of-type {
  flex: 1;
}

.archive-List_Thumb img {
  border-radius: 4px;
  border: 1px solid #efefef;
}

.archive-List_Title {
  line-height: 1.3;
  /*font-weight: bold;*/
}

.archive-List_Title a:hover {
  text-decoration: underline;
}

.archive-List_Title .icon {
  color: #d3533e;
}

.archive-List_Title .new {
  font-weight: bold;
  /* background-color: #f0ad4e;
  color: #fff;
  border-radius: 4px; */
  /* padding: 2px 4px; */
  color: #CAB382;
}

.president .archive-List_Title {
  font-size: 1.2em;
  margin-bottom: 8px;
}

.president .archive-List_Title a {
  font-weight: bold;
}

.president .archive-List_Title span {
  margin-left: 6px;
}

/* .president .archive-List_Title .new {
  font-weight: normal !important;
  background-color: #f0ad4e;
  color: #fff;
  border-radius: 4px;
  padding: 2px 4px;
} */

.archive-List_Data {
  /*margin-top: 4px;*/
  font-size: .9em;
}

.archive-List_Data span i {
  color: inherit;
  border-color: inherit;
  margin-right: 2px;
}

.archive-List_Data span:not(:first-of-type) {
  margin-left: 6px;
}

.archive-List_Data .date {
  color: #aeada2;
}

.archive-List_Data .good {
  color: #d3533e;
}

.archive-List_Data .comment {
  color: #aeada2;
}

.archive-List_Data .tag {
  color: #f0ad4e;
}

.president .archive-List_Data {
  color: #222222;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.3;
}

.president .archive-List_Data span {
  display: block;
  font-size: 1.5em;
  letter-spacing: 4px;
}

.archive-List_Tag {
  line-height: 1;
}

.archive-List_Tag span {
  display: inline-block;
  color: #aeada2;
  font-size: 13px;
}

/*.archive-List_Tag a {
  display: inline-block;
  color: #aeada2;
  font-size: 13px;
}*/

/*.archive-List_Tag a:hover {
  text-decoration: underline;
}*/

.archive .grid-content li {
  margin-top: 1.5rem;
}
@media screen and (min-width: 1024px) {
  .archive .grid-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .archive .grid-content li {
    margin: 0;
    width:  49%;
  }
}

.president .archive-List_Tag {
  font-size: 1em;
  color: #aeada2;
}

.president .archive-List_Tag a {
  font-size: 1em;
  color: #aeada2;
}

.president .archive-List_Tag span {
  margin-left: 8px;
}

.president .archive-List_Tag .good {
  color: #d3533e;
}

.president .archive-List_Tag .good::before {
  color: inherit;
}

.president .archive-List_Tag .comment {
  color: #aeada2;
}

.president .archive-List_Tag .comment::before {
  color: inherit;
}

.archive-Event_List_Item:not(:first-of-type) {
  border-top: 1px solid #efefef;
}
.archive-Event_List dt {
  /*background-color: #00838F;*/
  /* background-color: #CAB382; */
  background-color: #db614c;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
}
.archive-Event_List dd {
  /*background-color: #f9fcfc;*/
  /* background-color: #f4efe6; */
  background-color: #feefef;
  font-weight: bold;
  text-align: center;
  padding: 8px 4px;
  font-size: 1.2rem;
}
.archive-Event_List dd span {
  font-size:  .8em;
}
.archive-Event_List_Anchor {
  position: relative;
  display: block;
  border-radius: 4px;
  padding: 16px;
}
/* .archive-Event_List_Anchor::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: #aeada2;
  transition: .2s ease-in-out;
}
.archive-Event_List_Anchor:hover::after {
  right: 4px;
} */
.archive-Event_Col {
  display: flex;
  align-items: center;
}
.archive-Event_Col_Item:first-of-type {
  width: 80px;
  margin-right: 20px;
}
.archive-Event_Col_Item:last-of-type {
  flex: 1;
  line-height: 1.3;
}
.archive-Event_Category {
  font-size:  13px;
  /*color: #00838F;*/
  color: #CAB382;
}
.archive-Event_Title {
  transition: .2s ease-in-out;
}
.archive-Event_List_Anchor:hover .archive-Event_Title {
  color: #db614c;
}
.archive-Event_Type {
  color: #aeada2;
  font-size: 13px;
  margin-top: 4px;
}

.archive-Side_Head {
  font-weight: bold;
  color: #d3533e;
}

.archive-Side_Ranking_Head {
  background-color: #d3533e;
  color: #fff;
  padding: 8px 8px;
  border-radius: 7px 8px 0 0;
  border-bottom: 1px double #bd4a37;
}

.archive-Side input[name="tab_check"] {
  display: none;
}

.archive-Side_Panel_Item {
  display: none;
  border: 1px solid #efefef;
  padding: 10px;
}

.archive-Side_Panel_Item label + label::before {
  content: "\A";
  white-space: pre;
}

.archive-Side #tab_check1:checked ~ .archive-Side_Panel #panel1,
.archive-Side #tab_check2:checked ~ .archive-Side_Panel #panel2,
.archive-Side #tab_check3:checked ~ .archive-Side_Panel #panel3 {
  display: block;
}

.archive-Side #tab_check1:checked ~ .archive-Side_Tab #tab1,
.archive-Side #tab_check2:checked ~ .archive-Side_Tab #tab2,
.archive-Side #tab_check3:checked ~ .archive-Side_Tab #tab3 {
  background-color: #d3533e;
  color: #fff;
}

.archive-Side_Tab {
  display: flex;
}

.archive-Side_Tab .tab_item {
  flex-grow: 1;
  text-align: center;
  background-color: #efefef;
  cursor: pointer;
}

.archive-Side_Related_List {
  margin-top: 10px;
}

.archive-Side_Related_List li {
  margin-bottom: 6px;
}

.archive-Side_Other_Title {
  line-height: 1.5;
}

.archive-Side_Other_Title a:hover {
  text-decoration: underline;
}

.archive-Side_Other_List_Item {
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.archive-Side_Other_List_Col:first-of-type {
  width: 30px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  font-size: 1.5em;
  color: #d3533e;
  border: 2px solid #d3533e;
  border-radius: 50%;
  margin-right: 8px;
}

.archive-Side_Other_List_Col:nth-of-type(2) {
  flex: 1;
  font-size: 13px;
}

.archive-Side_Other_List_Col:last-of-type {
  width: 70px;
  margin-left: 4px;
}

.archive-Side_Other_List_Title {
  line-height: 1.3;
}

.archive-Side_Other_List_Title a:hover {
  text-decoration: underline;
}

.president .archive-Side_Other_List_Title {
  font-size: 1.2em;
  margin-bottom: 8px;
}

.president .archive-Side_Other_List_Title a {
  font-weight: bold;
}

.president .archive-Side_Other_List_Title span {
  margin-left: 8px;
}

/* .president .archive-Side_Other_List_Title .new {
  font-weight: normal !important;
  background-color: #f0ad4e;
  color: #fff;
  border-radius: 4px;
  padding: 2px 4px;
} */

.archive-Side_Other_List_Data {
  margin-top: 4px;
}

.archive-Side_Other_List_Data span::before {
  color: inherit;
  border-color: inherit;
  margin-right: 4px;
}

.archive-Side_Other_List_Data span:not(:first-of-type) {
  margin-left: 8px;
}

.archive-Side_Other_List_Data .date {
  color: #aeada2;
}

.archive-Side_Other_List_Data .good {
  color: #d3533e;
}

.archive-Side_Other_List_Data .comment {
  color: #aeada2;
}

.archive-Side_Other_List_Data .tag {
  color: #f0ad4e;
}

.president .archive-Side_Other_List_Data {
  color: #222222;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.3;
}

.president .archive-Side_Other_List_Data span {
  display: block;
  font-size: 1.5em;
  letter-spacing: 4px;
}

.archive-Side_Other_List_Tag {
  line-height: 1;
}

.archive-Side_Other_List_Tag a {
  display: inline-block;
  color: #aeada2;
  font-size: 13px;
}

.archive-Side_Other_List_Tag a:hover {
  text-decoration: underline;
}

.archive-Side_Other_List_Tag span:not(:first-of-type) {
    margin-left: 6px;
}

.president .archive-Side_Other_List_Tag {
  font-size: 1em;
  color: #aeada2;
}

.president .archive-Side_Other_List_Tag a {
  font-size: 1em;
  color: #aeada2;
}

.president .archive-Side_Other_List_Tag span {
  margin-left: 6px;
}

.president .archive-Side_Other_List_Tag .good {
  color: #d3533e;
}

.president .archive-Side_Other_List_Tag .good::before {
  color: inherit;
}

.president .archive-Side_Other_List_Tag .comment {
  color: #aeada2;
}

.president .archive-Side_Other_List_Tag .comment::before {
  color: inherit;
}

.archive-Select {
  font-size: 1.5em;
  color: #d3533e;
  margin-bottom: 10px;
}

.archive-Select select {
  border: 2px solid #d3533e;
  border-radius: 8px;
  padding: 4px;
  margin-left: 8px;
}

@media screen and (max-width: 1023px) {
  .archive-Main {
    margin-top: 20px;
    width: 100%;
  }
  .archive-Side {
    width: 100%;
    margin-left: 0;
    padding: 12px;
    margin-top: 2rem;
  }
  .archive-Side_Head {
    font-size: 1.5em;
  }
  .archive-Side_Other_List_Item {
    font-size: 1.1em;
    align-items: center;
  }
  .archive-Side_Other_List_Item_Col:first-of-type {
    width: 80px;
  }
  .archive-Side_Other_List_Item_Col:first-of-type img {
    width: 100%;
  }
  .archive-Notfound {
    padding: 0 8px;
  }
}

.archive-Manual_Pager {
  display: flex;
  justify-content: center;
}

.archive-Manual_Pager_Input {
  margin: 0 10px;
}

.archive-Manual_Pager_Input input {
  width: 60px;
  text-align: right;
  border: 1px solid #aaa;
}

.archive-Manual_Pager_Button button {
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #d3533e;
  color: #fff;
  background: #d3533e;
}

.appPage.profile {
  padding: 0 12px;
}

.profile input[name="tab_check"] {
  display: none;
}

.profile .profile-Panel_Item {
  display: none;
}

.profile .profile-Panel_Item label + label::before {
  content: "\A";
  white-space: pre;
}

.profile #tab_check1:checked ~ .profile-Panel #panel1,
.profile #tab_check2:checked ~ .profile-Panel #panel2,
.profile #tab_check3:checked ~ .profile-Panel #panel3,
.profile #tab_check4:checked ~ .profile-Panel #panel4,
.profile #tab_check5:checked ~ .profile-Panel #panel5,
.profile #tab_check6:checked ~ .profile-Panel #panel6,
.profile #tab_check7:checked ~ .profile-Panel #panel7,
.profile #tab_check8:checked ~ .profile-Panel #panel8,
.profile #tab_check9:checked ~ .profile-Panel #panel9 {
  display: block;
}

.profile #tab_check1:checked ~ .profile-Tab #tab1,
.profile #tab_check2:checked ~ .profile-Tab #tab2,
.profile #tab_check3:checked ~ .profile-Tab #tab3,
.profile #tab_check4:checked ~ .profile-Tab #tab4,
.profile #tab_check5:checked ~ .profile-Tab #tab5,
.profile #tab_check6:checked ~ .profile-Tab #tab6,
.profile #tab_check7:checked ~ .profile-Tab #tab7,
.profile #tab_check8:checked ~ .profile-Tab #tab8,
.profile #tab_check9:checked ~ .profile-Tab #tab9 {
  color: #d3533e;
  border-bottom: 4px solid #d3533e;
}

.profile-Title {
  font-size: 2rem;
  margin: 20px 0;
}

.profile-Link-Nd {
  background: #222222;
  width: fit-content;
  padding: 5px 25px;
  border-radius: 20px;
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0;
  cursor: pointer;
}

.profile-Link-Nd a {
  color: #fff;
}

.profile-AppLogin {
  margin: 1.5rem 0;
}

.profile-Tab {
  display: flex;
}

.profile-Tab label {
  cursor: pointer;
  padding: 8px;
}

.profile-Tab label:not(:first-of-type) {
  margin-left: 10px;
}

.profile-Panel {
  padding: 48px;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

.profile-Panel_Desc {
  padding-bottom: 32px;
}

.profile-Panel_Desc .view-all {
  display: inline-block;
  border: 1px solid #d3533e;
  color: #d3533e;
  border-radius: 30px;
  padding: 0.25rem 1rem;
  margin-top: 1rem;
  letter-spacing: 1px;
}

.profile-Panel_Inner {
  display: flex;
  flex-wrap: wrap;
}

.profile-Panel_Section {
  width: 48%;
  background-color: #fff;
  padding: 20px;
}

.profile-Panel_Section:nth-of-type(2n) {
  margin-left: 4%;
}

.profile-Panel_Section:nth-of-type(n+3) {
  margin-top: 4%;
}

.profile-Panel_Section_Head {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 10px;
}

.profile-Panel_Section_Col {
  display: flex;
  align-items: center;
}

.profile-Panel_Section_Col_Item:first-of-type {
  width: 100px;
  margin-right: 10px;
}

.profile-Panel_Section_Col_Item:last-of-type {
  flex: 1;
  min-width: 0;
}

.profile-Panel_Section_Drop {
  border: 2px dashed #ddd;
  border-radius: 8px;
  padding: 16px 32px;
  text-align: center;
  margin-bottom: 10px;
}

.profile-Panel_Section input[type="text"],
.profile-Panel_Section input[type="email"],
.profile-Panel_Section input[type="tel"] {
  max-width: 100%;
  border: 0;
  border-bottom: 1px solid #ddd;
  padding: 8px;
}
.profile-Panel_Section input[type="text"],
.profile-Panel_Section input[type="email"],
.profile-Panel_Section input[type="tel"] {
  width: 100%;
}

.profile-Panel_Section.profile-introduction {
  width: 100%;
}

.profile-Panel_Section textarea {
  width: 100%;
  padding: 4px 8px;
  border: 1px solid #ddd;
  min-height: 400px;
}

.profile-Panel_Section_Border {
    height: 30px;
    margin: 15px -20px;
    background: #f7f7f7;
}

@media screen and (max-width: 1023px) {
  .profile-Panel_Section_Border {
    height: 10px;
  }
}

.profile-Panel_Section_Password {
  margin-bottom: 15px;
  width: 100%;
  padding-left: 10px;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.profile #user_icon {
  border-radius: 50%;
  overflow: hidden;
}

.profile #user_icon img {
  width: 100px;
  height: 100px;
  /*height: auto;*/
  object-fit: cover;
}

.profile-Panel_List_Item:not(:first-of-type) {
  margin-top: 10px;
}

.profile-Panel_List_Anchor {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin-top: 30px;
}

.profile-Panel_List_Anchor.unread {
  font-weight: bold;
}

.profile-Panel_List_Anchor > div:first-of-type {
  width: 100px;
  margin-right: 20px;
}

.profile-Panel_List_Anchor > div:first-of-type img {
  width: 100%;
}

.profile-Panel_List_Anchor > div:last-of-type {
  flex: 1;
}

.profile-Panel_List_Title {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 20px;
}

.profile-Panel_List_Title.comment_List {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}

.profile-Panel_List_Title .icon {
  background-color: #aeada2;
  color: #fff;
  padding: 3px 3px;
  border-radius: 4px;
  font-size: 12px;
}

.profile-Panel_List_Title .icon.open {
  background-color: #729C56;
}

.profile-Panel_List_Title .icon.warning {
  background-color: #DEB41A;
}

.profile-Panel_List_Cat span {
  color: #f0ad4e;
}

.profile-Panel_List_Date {
  font-size: 1.2em;
}

.profile-Panel_List_Num span + span {
  margin-left: 8px;
}

.profile-Panel_List_Num .good {
  color: #d3533e;
}

.profile-Panel_List_Num .good::before {
  color: inherit;
}

.profile-Panel_List_Num .comment {
  color: #aeada2;
}

.profile-Panel_List_Num .comment::before {
  color: inherit;
}

.profile-Panel_List_Lead {
  color: #aeada2;
  margin-top: 4px;
}

.profile-Panel dl {
  margin-top: 20px;
}

.profile-Panel dd th {
  width: 120px;
  text-align: left;
  font-weight: normal;
}

.profile-Submit {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #d3533e;
  padding: 8px;
  max-width: 300px;
  width: 100%;
  margin: 32px auto;
  font-weight: bold;
  border-radius: 30px;
  font-size: 1.5em;
  letter-spacing: 2px;
  border: 2px solid #d3533e;
}
.profile-Submit:hover {
  background-color: transparent;
  color: #d3533e;
}

.profile-SetBirthday select {
  border: 1px solid #ddd;
  padding: 8px 8px;
}

.profile-SetBirthday_Label a {
  color: #3E8F92;
  text-decoration: underline;
}

.profile-SetBirthday_Label a:hover {
  text-decoration: none;
}

.profile-SetBirthday_Input {
  padding: 8px 0 0;
}

.profile-SetBirthday_Input input[type="number"] {
  border: 1px solid #ddd;
  padding: 0 8px;
}

.profile-SetBirthday_Input span {
  margin: 0 4px;
}

.profile-SetBirthday button {
  border: 0;
  background: none;
  border: 2px solid #AFB55B;
  background-color: #AFB55B;
  color: #fff;
  line-height: 1;
  padding: 4px 12px;
  letter-spacing: 1px;
  border-radius: 4px;
}

@media screen and (max-width: 1023px) {
  .profile-6dragon_Col_Item:first-of-type img {
    max-width: 70%;
  }
  .profile-6dragon_Col_Item:last-of-type {
    text-align: center;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .profile-6dragon_Col {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .profile-6dragon_Col_Item:first-of-type {
    width: 50%;
  }
  .profile-6dragon_Col_Item:first-of-type img {
    max-width: 100%;
  }
  .profile-6dragon_Col_Item:last-of-type {
    width: 50%;
    text-align: center;
  }
}
.profile-6dragon_Head {
  font-weight: bold;
}
.profile-6dragon_Head span {
  font-size: 2em;
  letter-spacing: 1px;
}
.profile-6dragon_List {
  margin-top: .5rem;
}
.profile-6dragon_List a {
  display: inline-block;
  color: #fff;
  padding: 2px 12px;
  border-radius: 1rem;
}
.profile-6dragon_List a:hover {
  opacity: .5;
}

.profile-6dragon .dragon0 span,
.profile-6dragon .dragon0 ~ .profile-6dragon_Desc {
  color: #633D93;
}
.profile-6dragon .dragon0 span::before {
  content: '月龍';
}
.profile-6dragon .dragon0 ~ .profile-6dragon_List a {
  background-color: #633D93;
}

.profile-6dragon .dragon1 span,
.profile-6dragon .dragon1 ~ .profile-6dragon_Desc {
  color: #B28146;
}
.profile-6dragon .dragon1 span::before {
  content: '地龍';
}
.profile-6dragon .dragon1 ~ .profile-6dragon_List a {
  background-color:#B28146;
}

.profile-6dragon .dragon2 span,
.profile-6dragon .dragon2 ~ .profile-6dragon_Desc {
  color: #84A4CA;
}
.profile-6dragon .dragon2 span::before {
  content: '水龍';
}
.profile-6dragon .dragon2 ~ .profile-6dragon_List a {
  background-color: #84A4CA;
}

.profile-6dragon .dragon3 span,
.profile-6dragon .dragon3 ~ .profile-6dragon_Desc {
  color: #D23043;
}
.profile-6dragon .dragon3 span::before {
  content: '火龍';
}
.profile-6dragon .dragon3 ~ .profile-6dragon_List a {
  background-color: #D23043;
}

.profile-6dragon .dragon4 span,
.profile-6dragon .dragon4 ~ .profile-6dragon_Desc {
  color: #6DBDB3;
}
.profile-6dragon .dragon4 span::before {
  content: '風龍';
}
.profile-6dragon .dragon4 ~ .profile-6dragon_List a {
  background-color: #6DBDB3;
}

.profile-6dragon .dragon5 span,
.profile-6dragon .dragon5 ~ .profile-6dragon_Desc {
  color: #4D509F;
}
.profile-6dragon .dragon5 span::before {
  content: '空龍';
}
.profile-6dragon .dragon5 ~ .profile-6dragon_List a {
  background-color: #4D509F;
}

@media screen and (max-width: 1023px) {
  .profile-Title {
    text-align: center;
  }
  .profile-Tab {
    position: -webkit-sticky;
    position: sticky;
    top: 56px;
    z-index: 100;
    background-color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100vw;
  }
  .profile-Panel {
    padding: 16px;
  }
  .profile-Panel_Inner {
    display: block;
  }
  .profile-Panel_Section {
    width: 100%;
  }
  .profile-Panel_Section:nth-of-type(2n) {
    margin-left: 0;
  }
  .profile-Panel_Section:nth-of-type(n+3) {
    margin-top: 0;
  }
  .profile-Panel_Section:not(:first-of-type) {
    margin-top: 10px;
  }
  .profile-Panel_Section_Col {
    display: block;
    text-align: center;
  }
  .profile-Panel_Section_Col_Item:first-of-type {
    margin: 0 auto;
  }
  .profile-Panel_List_Anchor {
    padding: 10px;
  }
  .mycomment .profile-Panel_List_Anchor {
    padding: 0;
  }
  .profile-Panel_List_Anchor > div:first-of-type {
    width: 90px;
    margin-right: 10px;
  }
  .profile-Panel_List_Title {
    font-size: 1em;
  }
  .profile-Panel_List_Date {
    font-size: 1em;
  }
  .profile-Panel_List_Num span + span {
    margin-left: 8px;
  }
  .profile-Panel_List_Num .good {
    color: #d3533e;
  }
  .profile-Panel_List_Num .good::before {
    color: inherit;
  }
  .profile-Panel_List_Num .comment {
    color: #aeada2;
  }
  .profile-Panel_List_Num .comment::before {
    color: inherit;
  }
  .profile-Panel_List_Lead {
    color: #aeada2;
    margin-top: 4px;
  }
}

.profile-Panel_Section.shipping .hidden {
  display: none;
}
.profile-Panel_Section.shipping #shipping2:checked ~ .hidden {
  display: block;
}

.guide .archive-Head {
  border: 0;
  margin-top: 40px;
}

.guide .bold {
  font-weight: bold;
}

.guide p.db {
  margin-top: 4em;
}

.guide-Inner {
  margin: 12px auto 0;
  width: 100%;
  max-width: 1024px;
  padding: 0 10px;
}

@media screen and (min-width: 1024px) {
  .guide-Navi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1023px) {
  .guide-Navi_Item:not(:first-of-type) {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .guide-Navi_Item {
    width: 48%;
  }
  .guide-Navi_Item:nth-of-type(n+3) {
    margin-top: 4%;
  }
}

.guide-Navi_Anchor {
  display: block;
  border: 2px solid #d3533e;
  color: #d3533e;
  text-align: center;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
}

.guide-Section {
  margin-bottom: 60px;
}

.guide-Section_H1 {
  font-size: 1.5em;
  margin: 3em 0 1.5em;
  font-weight: bold;
  padding: 4px 16px;
  letter-spacing: 1px;
  color: #d3533e;
  border-left: 6px solid #d3533e;
}

.guide-Section_H2 {
  color: #d3533e;
  border-bottom: 1px solid #d3533e;
  font-size: 1.5em;
  margin: 3em 0 1.5em;
  font-weight: bold;
}

.guide-Section_H3 {
  color: #d3533e;
  border-left: 4px solid #d3533e;
  font-size: 1.3em;
  margin: 3em 0 1.5em;
  padding-left: 8px;
}

@media screen and (min-width: 1024px) {
  .guide-Section_Content {
    padding: 0 30px;
  }
}

.guide-Section_Content audio {
  width: 100%;
}

.guide-Section_Content_Button {
  display: inline-block;
  background-color: #d3533e;
  color: #fff;
  border: 2px solid #d3533e;
  text-align: center;
  border-radius: 50px;
  max-width: 300px;
  width: 100%;
  padding: 8px 16px;
  font-weight: bold;
  margin: 10px auto;
}

.guide-Section_Content_Button:hover {
  background-color: transparent;
  color: #d3533e;
}

.guide-Section_Content_Button.big {
  font-size: 1rem;
  letter-spacing: 2px;
  padding: 16px;
}

@media screen and (min-width: 1024px) {
  .guide-Section_Content_Button.big {
    font-size: 1.2rem;
    letter-spacing: 3px;
    max-width: 70%;
  }
}

.guide-Section_Content_Image {
  max-width: 90%;
  margin: 3rem auto;
}

.guide-Section_Content_Image img {
  display: block;
  margin: 0 auto;
}

.guide-Toc {
  border: 2px dashed #d3533e;
  border-radius: 8px;
  padding: 24px 30px;
  max-width: 600px;
  margin: 0 auto;
}

.guide-Toc ul ul {
  padding-left: 40px;
}

.guide-Toc li {
  line-height: 2;
}

.guide-Toc_Head {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  color: #d3533e;
  margin-bottom: 1em;
}

.guide-GuideBook {
  color: #d3533e;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  max-width: 70%;
  margin: 0 auto;
  font-size: 15px;
}

@media screen and (min-width: 1024px) {
  .guide-GuideBook_Anchor {
    font-size: 1.2rem;
  }
}

.guide-GuideBook_Anchor {
  display: block;
  position: relative;
  background-color: #d3533e;
  border: 4px solid #d3533e;
}

.guide-GuideBook_Anchor::after {
  content: 'ガイドブックを読む→';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: .2s;
}

.guide-GuideBook_Anchor:hover img {
  opacity: .2;
}

.guide-GuideBook_Anchor:hover::after {
  opacity: 1;
  visibility: visible;
}

.guide-GuideBook_Pdf a {
  display: block;
  background-color: rgba(211, 83, 62, 0.1);
  color: #d3533e;
  text-align: center;
  padding: 8px;
  font-weight: bold;
  margin-top: 16px;
}

.guide-GuideBook_Info {
  padding: 16px 24px;
  margin: 32px 0 0;
  color: #d3533e;
}

@media screen and (min-width: 1024px) {
  .guide-GuideBook_Info {
    text-align: center;
  }
}

.guide-GuideBook_Info p {
  font-size: 1.2em;
}

.guide-GuideBook_Info p:first-of-type {
  font-size: 1.5em;
  text-align: center;
}

.guide-GuideBook_Info p:not(:last-of-type) {
  margin-bottom: .5em;
}

.guide-GuideBook_Info_Arrow {
  background: linear-gradient(to top right, rgba(255, 255, 255, 0) 50%, #d3533e 50.5%) no-repeat top left/50% 100%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #d3533e 50.5%) no-repeat top right/50% 100%;
  width: 120px;
  height: 30px;
  margin: 0px auto 40px;
}

.guide-GuideBook_Update {
  border: 2px solid #ddd;
  margin: 20px  auto 40px;
}

.guide-GuideBook_Update dt {
  background-color: #ddd;
  padding: 4px 8px;
}

.guide-GuideBook_Update dd {
  padding: 4px 8px;
}

.guide-GuideBook_Update dd span {
  margin-right: 16px;
}

.guide .accordion_Content {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}

.guide .accordion_Content_Head {
  color: #d3533e;
  font-weight: bold;
  font-size: 1.3em;
  margin: 3em 0 2em;
}

.guide .accordion input[type="checkbox"] {
  display: none;
}

.guide .accordion input[type="checkbox"]:checked ~ .accordion_Content {
  height: auto;
  padding: 0.7em 0;
  opacity: 1;
  overflow: visible;
}

.guide .accordion label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  border: 2px solid #d3533e;
  border-radius: 8px;
  background-color: #fff;
  color: #d3533e;
  text-align: center;
  padding: 4px 16px;
  margin-top: 16px;
}

@media screen and (min-width: 1024px) {
  .guide .accordion label {
    font-size: 1rem;
  }
}

/*#calendar .fc-list-day .fc-list-day-cushion {
  padding: 0 14px;
}
#calendar .fc-day-sat .fc-list-day-cushion,
#calendar .fc-day-sun .fc-list-day-cushion {
  background-color: rgba(208, 208, 208, 0.3 !important);
  background-color: var(--fc-neutral-bg-color, rgba(208, 208, 208, 0.3)) !important;
}*/

.single-Adjacent {
  border: 1px solid #efefef;
  border-width: 1px 0;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .single-Adjacent {
    margin: 0 calc(50% - 50vw);
    border-width: 1px 0;
  }
}

@media screen and (min-width: 768px) {
  .single-Adjacent {
    display: flex;
  }
}

.single-Adjacent_Col {
  width: 48%;
}

.single-Adjacent_Head {
  text-align: center;
  font-weight: bold;
  color: #d3533e;
}

.single-Adjacent_Anchor {
  display: block;
}
.single-Adjacent_Anchor:hover {
  text-decoration: underline;
}

.single-Adjacent_Thumb {
  margin: .5rem auto;
}

.single-Adjacent_Thumb img {
  border-radius: 4px;
}

.single-Adjacent_Content {
  position: relative;
  text-align: left;
  line-height: 1.3;
}

@media screen and (min-width: 1024px) {
  .single-Adjacent_Anchor {
    display: flex;
    align-items: center;
  }
  .single-Adjacent_Thumb {
    margin: .5rem auto;
    width: 120px;
    margin-right: 10px;
  }
  .single-Adjacent_Content {
    flex: 1;
    line-height: 1.4;
  }
}

.home-Slider_List {
  margin-bottom: 0 !important;
  opacity: 0;
  visibility: hidden;
}
.home-Slider_List.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.home-Slider_List_Item {
  margin: 12px 6px;
}
.home-Slider_List_Item img {
  width: 100%;
  border: 1px solid #efefef;
  border-radius: 4px;
  transition: none;
}
.home-Slider_List_Item a {
  transition: none;
}
/* 現在のスライド以外リンクを無効化 */
/* .home-Slider_List_Item:not(.slick-current) a {
  pointer-events: none;
} */
/* pointer-events: none;でもカーソルを変更 */
/* .home-Slider_List_Item:not(.slick-current) {
  cursor: pointer;
} */
@media screen and (min-width: 550px) {
  .home-Slider_List_Item {
    margin: 16px 8px;
  }
  /* .home-Slider_List_Item img {
    opacity: .2;
  }
  .home-Slider_List_Item a:hover img {
    opacity: .3;
  }
  .home-Slider_List_Item.slick-current img {
    opacity: 1;
  } */
}

/* .home-Slider_Dots {
  display: flex;
  padding: 4px;
}
.home-Slider_Dots li {
  flex: 1;
  height: 8px;
  background-color: black;
  opacity: 0.1;
  cursor: pointer;
}
.home-Slider_Dots li:not(:first-of-type) {
  margin-left: 4px;
}
.home-Slider_Dots li.slick-active {
  opacity: 0.5;
}
.home-Slider_Dots button {
  font-size: 0px;
  background: no-repeat;
  border: 0;
} */

.home-Slider_Dots {
  display: flex;
  justify-content: center;
}
.home-Slider_Dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: black;
  opacity: 0.1;
  cursor: pointer;
}
.home-Slider_Dots li:not(:first-of-type) {
  margin-left: .75rem;
}
.home-Slider_Dots li.slick-active {
  opacity: 0.5;
}
.home-Slider_Dots button {
  font-size: 0px;
  background: no-repeat;
  border: 0;
}

@media screen and (max-width: 1023px) {
  /*taxonomy-staff.php*/
  .tax-staff .stView {
    padding-bottom: 60px;
  }

  /*Q&Aページ*/
  .frmComment {
    padding: 1.5em 2em;
    background-color: #fafafa;
  }
  .comment-form label {
    display: block;
  }
  .comment-form input,
  .comment-form textarea {
    width: 100%;
  }

  .comment-form input[type="submit"] {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    background-color: #d3533e;
    padding: .5rem 1rem;
  }

  @media screen and (max-width: 549px) {
    .note-head,
    .note-content,
    .comments {
      padding-right: 0 !important;
      padding-left: 0 !important;
    }
  }

  .home-Opinion {
  }
  .home-Opinion a {
      border: 5px solid #CE4A3A;
      padding: 10px 0;
      text-align: center;
      color: #CE4A3A;
      font-weight: bold;
      display: block;
      position: relative;
  }
  .home-Opinion .title {
      font-size: 20px;
  }
  .home-Opinion .arrow {
      float: right;
      margin: -50px 30px 0 0;
      font-size: 26px;
  }
}

.message {
    text-align: center;
    font-weight: bold;
    margin: 2px auto;
    padding: 10px 0;
    width: 100%;
}

.message.success {
    color: #fff;
    background: #aeada2;
}

.message.error {
    color: #fff;
    background: orange;
}

.message.hidden {
    display: none;
}

.pagination {
  margin: 1rem auto 0.5rem;
}

.page-numbers {
  display: flex;
}

.pagination li .current {
  border-bottom: 1px solid #e78888;
}

/*よくある質問フォーム*/
.bForm label {
  font-size: 1rem;
  line-height: 1;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}
.bForm input {
  width: 100%;
  height: 40px;
  background-color: #f5f8fa;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 1rem;
  padding: 0 10px;
  border: none;
  margin-bottom: 1rem;
}

.bForm textarea {
    width: 100%;
    /* height: 166px; */
    height: 200px;
    background-color: #f5f8fa;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size: 1rem;
    padding: 5px 10px;
    border: none;
    resize: none;
}

.bForm input[type="submit"] {
    background-color: #CE4A3A;
    -moz-box-shadow: 3.632px 7.128px 9px 0px rgba(12, 2, 5, 0.11);
    box-shadow: 3.632px 7.128px 9px 0px rgb(12 2 5 / 11%);
    width: 306px;
    height: 48px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    color: #fff;
    border: none;
    cursor: pointer;

    font-size: 20px;
    letter-spacing: 14px;
    padding: 17px 0;
    width: 100%;
    border-radius: 30px;
    height: unset;
}

/* .mailmagazine-Back {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
  .mailmagazine .note {
    width: 100%;
  }
}
.mailmagazine-Back a {
  color: #d3533e;
  text-decoration: underline;
}
.mailmagazine-Back a:hover {
  text-decoration: none;
}
.mailmagazine .note-head-wrap {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .mailmagazine .note-head-wrap {
    font-size: 1.2rem;
  }
}
.mailmagazine .note .grid-content .note-head .note-head-wrap .note-head-name {
  font-weight:  normal;
}
.mailmagazine .note .grid-content .note-head .note-head-wrap .note-head-icon img {
  width: 40px;
  height: auto;
}
.mailmagazine .note .grid-content .note-head .note-head-wrap .note-head-date {
  margin-left: auto;
} */

.header-Menu_List_Item {
  position: relative;
}
.header-Menu_List_Item .new {
  position: absolute;
  top: 2px;
  right: 6px;
  color: #fff;
  background-color: #d3533e;
  padding: 1px 4px;
  border-radius: 15px;
  font-weight: bold;
  font-size: 10px;
  line-height: 1;
}

.header-Menu_List_Item .header-Menu_List_Item_Notice {
  position: absolute;
  right: 12px;
  top: -7px;
  background: #d3533e;
  padding: 0px 3px;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  width: 18px;
  height: 18px;
  line-height: 1.8;
}

/* .mailmagazines .note.col .grid-content.question ul li.col {
  width:  100%;
}
.mailmagazines .note.col .grid-content.question ul li.col:not(:first-of-type) {
   margin-top:  1rem;
}
.mailmagazines .note.col .grid-content ul li a {
  display: block;
  padding:  1.5rem;
  border: 1px solid #efefef;
  border-radius: 8px;
  padding-right: 1.5rem;
  position: relative;
}
.mailmagazines .note.col .grid-content ul li a:hover {
  color:  #d3533e;
}
.mailmagazines .note.col .grid-content ul li a::after {
  content: '>';
  position: absolute;
  top: 50%;
  right: .5rem;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color:  #aeada2;
}

.mailmagazines .note.col .grid-content ul li.col .note-head-title {
  font-size: 1rem;
}
.mailmagazines .note.col .grid-content ul li.col .note-content{
  font-size: .9rem;
  height: auto !important;
}
.mailmagazines .note .grid-content ul {
    margin: 0 !important;
  }
@media screen and (min-width: 1271px) {
  .mailmagazines .note.col .grid-content ul li.col .note-head-title {
    font-size: 1.4em;
  }
  .mailmagazines .note.col .grid-content ul li.col .note-content {
    font-size: 1rem;
  }
  .mailmagazines .note.col .grid-content ul li.col .note-content {
    height: auto;
  }
  .note .grid-content ul {
    margin:  0;
  }
}
.mailmagazines .note-head,
.mailmagazines .note-content,
.mailmagazines .note-content-wrap {
  padding: 0 !important;
}

.mailmagazines .note.col .grid-content ul li.col .note-content {
  margin-top: .5rem;
  color:  #aeada2;
} */

.breadcrumb {
  margin: 0 calc(50% - 50vw);
  /*border-bottom: 1px solid #efefef;*/
  background-color: #d3533e;
  color: #fff;
  font-size: 13px;
}
.breadcrumb ul {
  /*border: 1px solid #d3533e;*/
  /*border-width: 1px 0;*/
  padding: 2px 10px;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: scroll;
  scrollbar-width: none;/* for Windows */
  -ms-overflow-style: none;/* for Windows */
}
.breadcrumb ul::-webkit-scrollbar {
  display:none;
}
.breadcrumb a {
  /*color: #d3533e;*/
  color: #fff;
}
.breadcrumb i {
  margin: 0 4px;
}
@media screen and (min-width: 1024px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
  .breadcrumb ul {
    padding: 8px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .breadcrumb li:last-of-type {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .breadcrumb a {
    font-size:  14.208px;
  }
  .breadcrumb i {
    margin: 0 8px;
  }
}

.archive-Side_Radio_List_Item {
  margin-top: 1rem;
}
.archive-Side_Radio_Col {
  display: flex;
  align-items: center;
}
.archive-Side_Radio_Col_Item:first-of-type {
  width: 120px;
  margin-right:  1rem;
}
.archive-Side_Radio_Col_Item:last-of-type {
  flex: 1;
}
.archive-Side_Radio_Name {
  font-size:  1rem;
  /* font-weight: bold; */
  line-height: 1.3;
}
.archive-Side_Radio_Personality span {
  color:  #aeada2;
}
.archive-Side_Radio_Personality span:not(:first-of-type) {
  margin-left:  6px;
}

.home-Latest {
  border: 0;
  /*background-color: #f5f5f5;*/
}
.home-Latest_Tab {
  /*position: -webkit-sticky;
  position: sticky;*/
  /*top: 56px;*/
  /*z-index: 100;*/
  /*background-color: #d3533e;*/
  /*background-color: #fffce9;*/
  /*padding: 6px 6px 0;*/
  /*padding-top: 16px;*/
  position: relative;
}
@media screen and (min-width: 1024px) {
  /*.home-Latest {
    background-color: transparent;
  }
  .home-Latest_Tab {
    background-color: transparent;
    margin-left: 1px;
  }*/
}
/*.home-Latest_Tab::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0,.5);
  height: 100%;
  width: 1rem;
  z-index: 1;
}*/
/*.home-Latest_Tab::after {
  content: '→';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  z-index: 2;
  font-weight: bold;
}*/
/*.home-Latest_Tab_List {
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow-x: scroll;
  width: 100vw;
}*/
.home-Latest_Tab_List_Item {
  padding: 6px 18px;
  border-left: 0;
  color: #fff;
  background-color: #db614c;
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
  letter-spacing: 1px;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .home-Latest_Tab_List_Item {
    padding: 4px;
    font-size: 13px;
    letter-spacing: 0;
    font-weight: normal;
  }
}
.home-Latest_Tab_List_Item:first-of-type {
  background-color: #db614c;
}
.home-Latest_Tab_List_Item:nth-of-type(2) {
  background-color: #e7a194;
}
.home-Latest_Tab_List_Item:nth-of-type(3) {
  background-color: #ec985a;
}
.home-Latest_Tab_List_Item:nth-of-type(4) {
  background-color: #e8a048;
}
.home-Latest_Tab_List_Item:nth-of-type(5) {
  background-color: #e8c53d;
}
.home-Latest_Tab_List_Item:nth-of-type(6) {
  background-color: #ccd056;
}
.home-Latest_Tab_List_Item:nth-of-type(7) {
  background-color: #9dd078;
}
.home-Latest_Tab_List_Item:nth-of-type(8) {
  background-color: #b3ddc5;
}
.home-Latest_Tab_List_Item:nth-of-type(9) {
  background-color: #b0c4e1;
}
.home-Latest_Tab_List_Item:last-of-type {
  background-color: #c7c4a8;
}

/*@media screen and (min-width: 1024px) {
  .home-Latest_Tab_List_Item {
    position: relative;
    z-index: 2;
    border-radius: 4px;
    font-size: 14px;
  }
  .home-Latest_Tab_List_Item::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1rem;
    height: .5rem;
  }
  .home-Latest_Tab_List_Item:first-of-type.current::after {
    background:
      linear-gradient(to top right, rgba(255,255,255,0) 50%, #D54A28 50.5%) no-repeat top left/50% 100%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #D54A28 50.5%) no-repeat top right/50% 100%;
  }
  .home-Latest_Tab_List_Item:nth-of-type(2).current::after {
    background:
      linear-gradient(to top right, rgba(255,255,255,0) 50%, #E28E6B 50.5%) no-repeat top left/50% 100%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #E28E6B 50.5%) no-repeat top right/50% 100%;
  }
  .home-Latest_Tab_List_Item:nth-of-type(3).current::after {
    background:
      linear-gradient(to top right, rgba(255,255,255,0) 50%, #E9853E 50.5%) no-repeat top left/50% 100%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #E9853E 50.5%) no-repeat top right/50% 100%;
  }
  .home-Latest_Tab_List_Item:nth-of-type(4).current::after {
    background:
      linear-gradient(to top right, rgba(255,255,255,0) 50%, #D89130 50.5%) no-repeat top left/50% 100%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #D89130 50.5%) no-repeat top right/50% 100%;
  }
  .home-Latest_Tab_List_Item:nth-of-type(5).current::after {
    background:
      linear-gradient(to top right, rgba(255,255,255,0) 50%, #DEB41A 50.5%) no-repeat top left/50% 100%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #DEB41A 50.5%) no-repeat top right/50% 100%;
  }
  .home-Latest_Tab_List_Item:nth-of-type(6).current::after {
    background:
      linear-gradient(to top right, rgba(255,255,255,0) 50%, #AFB55B 50.5%) no-repeat top left/50% 100%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #AFB55B 50.5%) no-repeat top right/50% 100%;
  }
  .home-Latest_Tab_List_Item:nth-of-type(7).current::after {
    background:
      linear-gradient(to top right, rgba(255,255,255,0) 50%, #729C56 50.5%) no-repeat top left/50% 100%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #729C56 50.5%) no-repeat top right/50% 100%;
  }
  .home-Latest_Tab_List_Item:nth-of-type(8).current::after {
    background:
      linear-gradient(to top right, rgba(255,255,255,0) 50%, #3E8F92 50.5%) no-repeat top left/50% 100%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #3E8F92 50.5%) no-repeat top right/50% 100%;
  }
  .home-Latest_Tab_List_Item:last-of-type.current::after {
    background:
      linear-gradient(to top right, rgba(255,255,255,0) 50%, #3E3D5B 50.5%) no-repeat top left/50% 100%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #3E3D5B 50.5%) no-repeat top right/50% 100%;
  }
}*/

/*.home-Latest_Tab_List_Item.current {
  background-color: #d3533e;
}*/
.home-Latest_Tab_List_Item:not(:first-of-type) {
  /*border-left: 1px solid #ddd;*/
  margin-left: 4px;
}
/*.home-Latest_Tab_List_Item:last-of-type {
  margin-right: 2rem;
}*/

.home-Latest_Content .slick-track {
  display: flex;
}

.home-Latest_Content_Inner {
  border-top: 6px solid;
  /*border: 8px solid;*/
  /*border-width: 6px;*/
  padding: 0 0 16px;
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .home-Latest_Content {
    /*border: 1px solid #efefef;*/
    /*border-top: 0;*/
    /*border-radius: 0 0 8px 8px;*/
    /*background-color: #fefdfc;*/
  }
  .home-Latest_Content_Inner {
    /*padding: 10px;*/
    /*border-width: 8px;*/
    padding: 0;
    /*border: 0;*/
  }
}

.home-Latest_Content_Inner:first-of-type {
  border-color: #db614c;
}
.home-Latest_Content_Inner:nth-of-type(2) {
  border-color: #e7a194;
}
.home-Latest_Content_Inner:nth-of-type(3) {
  border-color: #ec985a;
}
.home-Latest_Content_Inner:nth-of-type(4) {
  border-color: #e8a048;
}
.home-Latest_Content_Inner:nth-of-type(5) {
  border-color: #e8c53d;
}
.home-Latest_Content_Inner:nth-of-type(6) {
  border-color: #ccd056;
}
.home-Latest_Content_Inner:nth-of-type(7) {
  border-color: #9dd078;
}
.home-Latest_Content_Inner:nth-of-type(8) {
  border-color: #b3ddc5;
}
.home-Latest_Content_Inner:nth-of-type(9) {
  border-color: #b0c4e1;
}
.home-Latest_Content_Inner:last-of-type {
  border-color: #c7c4a8;
}

.home-Latest_Content_Inner:first-of-type .home-Latest_Content_Head {
  color: #db614c;
}
.home-Latest_Content_Inner:nth-of-type(2) .home-Latest_Content_Head {
  color: #e7a194;
}
.home-Latest_Content_Inner:nth-of-type(3) .home-Latest_Content_Head {
  color: #ec985a;
}
.home-Latest_Content_Inner:nth-of-type(4) .home-Latest_Content_Head {
  color: #e8a048;
}
.home-Latest_Content_Inner:nth-of-type(5) .home-Latest_Content_Head {
  color: #e8c53d;
}
.home-Latest_Content_Inner:nth-of-type(6) .home-Latest_Content_Head {
  color: #ccd056;
}
.home-Latest_Content_Inner:nth-of-type(7) .home-Latest_Content_Head {
  color: #9dd078;
}
.home-Latest_Content_Inner:nth-of-type(8) .home-Latest_Content_Head {
  color: #b3ddc5;
}
.home-Latest_Content_Inner:nth-of-type(9) .home-Latest_Content_Head {
  color: #b0c4e1;
}
.home-Latest_Content_Inner:last-of-type .home-Latest_Content_Head {
  color: #c7c4a8;
}


.home-Latest_Content_Head {
  font-size: 1rem;
  font-weight: bold;
  padding: 12px;
  padding-bottom: 8px;
  letter-spacing: 1px;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .home-Latest_Content_Head {
    padding: 12px 0;
  }
}
.home-Latest_Content_List {
  padding: 0 12px;
}
@media screen and (min-width: 1024px) {
  .home-Latest_Content_List {
    padding: 0;
  }
}

.home-Latest_More {
  text-align: center;
  display: block;
  margin: 1rem auto 0;
  padding: 0.5rem;
  border: 1px solid #ddd;
  color: #aeada2;
  border-radius: 50px;
  max-width: 70%;
}
@media screen and (max-width:1023px) {
  .home-Latest_More {
    text-align: center;
    display: block;
    padding: 0.5rem;
    border: 1px solid #ddd;
    color: #aeada2;
    border-radius: 50px;
  }
}

.home-Photo {
  /* background-color: #F5F5F5; */
  padding: 1rem;
  border: 2px solid #efefef;
}
@media screen and (max-width: 1023px) {
  .home-Photo {
    /* margin: 0; */
    padding: 1.5rem 1rem;
    border-width: 1px 0;
  }
}
.home-Photo_Head {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 12px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 4px;
}
.home-Photo_Caption {
  background-color: #fff;
  /*padding: 0 12px 6px;*/
  /* padding: 8px 12px; */
  line-height: 1.4;
  margin-top: 12px;
}
/*.home-Photo_Caption_Title {
  font-weight: bold;
  font-size:  1rem;
  line-height: 2.5;
}
.home-Photo_Caption_Sentence {
  border-top: 1px solid #efefef;
  padding-top: 8px;
}*/

/* .home-Photo_Caption_Meta {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  line-height: 1;
  margin-bottom: 12px;
}
.home-Photo_Caption_Meta div:first-of-type {
  font-weight: bold;
  font-size: 1rem;
}
.home-Photo_Caption_Meta a {
  color: #aeada2;
} */

.home-Photo_More {
  /*background-color: #455A64;*/
  display: inline-block;
  /*color: #fff;*/
  color: #aeada2;
  border: 1px solid #ddd;
  padding: 0.5em 2rem;
  border-radius: 100px;
  width: 100%;
  text-align: center;
  margin-top: 1em;
}

.home-Event {
  overflow: hidden;
  padding: 12px;
  /* background-color: #efefef; */
  /* border-radius: 4px; */
  border: 2px solid #efefef;
}
/* @media screen and (max-width:1023px) { */
  .home-Event {
    /* background-color: rgba(202, 179, 130,.1); */
    background-color: #efefef;
  }
/* } */
@media screen and (min-width:1024px) {
  .home-Event {
    display: none;
  }
}
.home-Event_Head {
  /* font-weight: bold; */
  margin-bottom: 4px;
  /* color: #CAB382; */
  /* padding: 0 8px; */
  text-align: center;
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 12px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 4px;
}
/* @media screen and (max-width:1023px) { */
  .home-Event_Head {
    display: none;
  }
/* } */
.home-Event_List_Item:not(:first-of-type) {
  margin-top: 8px;
}
.home-Event_List dt {
  /*background-color: #00838F;*/
  background-color: #CAB382;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
}
.home-Event_List dd {
  /*background-color: #f9fcfc;*/
  background-color: #f4efe6;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  font-size: 1.2rem;
}
.home-Event_List dd span {
  font-size:  .8em;
}
.home-Event_List_Anchor {
  position: relative;
  display: block;
}
/* @media screen and (max-width:1023px) { */
  .home-Event_List_Anchor {
    /* border: 1px solid #efefef; */
    border-radius: 4px;
    padding: 8px;
    background-color: #fff;
  }
/* } */
.home-Event_List_Anchor::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: #aeada2;
  transition: .2s ease-in-out;
}
.home-Event_List_Anchor:hover::after {
  right: 4px;
}
.home-Event_Col {
  display: flex;
  align-items: center;
}
.home-Event_Col_Item:first-of-type {
  width: 80px;
  margin-right: 10px;
}
.home-Event_Col_Item:last-of-type {
  flex: 1;
  line-height: 1.3;
  overflow: hidden;
}
.home-Event_Category {
  font-size: 13px;
  /*color: #00838F;*/
  color: #CAB382;
}
.home-Event_Title {
  /*font-weight: bold;*/
  /*font-size: 1rem;*/
}
/* @media screen and (min-width:1024px) {
  .home-Event_Title {
  padding-right: 1rem;
  }
} */
.home-Event_Type {
  color: #aeada2;
  font-size: 13px;
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-Event_Article {
  border: 1px solid #efefef;
  padding: 1rem;
  margin-top: 8px;
}
.home-Event_Article_Caption_Title {
  font-weight: bold;
  margin-top: 4px;
}
.home-Event_Article_Caption_Meta {
  font-size: 13px;
  line-height: 1;
  color:  #aeada2;
}

.home-Event_More {
  text-align: center;
}
.home-Event_More_Button {
  position: relative;
  display: inline-block;
  border:  1px solid #efefef;
  color: #aeada2;
  border-radius: 30px;
  padding: 2px 24px 2px;
  margin-top: 8px;
  font-size: 13px;
}
.home-Event_More_Button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: #aeada2;
  transition: .2s ease-in-out;
}
.home-Event_More_Button:hover::after {
  right: 4px;
}

/* @media screen and (max-width: 1023px) { */
  .home-Event {
    margin: 0;
    padding: 8px 0;
    /* padding-bottom: 12px; */
    position: relative;
  }
  .home-Event_List {
    display: flex;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100vw;
    scrollbar-width: none;/* for Windows */
    -ms-overflow-style: none;/* for Windows */
    /* padding-right: 16px; */
    padding-left: 8px;
  }
  .home-Event_List::-webkit-scrollbar {
    display:none;
  }
  .home-Event_List_Item {
    margin-right: 8px;
  }
  .home-Event_List_Anchor {
    padding-right: 20px;
  }
  .home-Event_List_Item:not(:first-of-type) {
    margin-top: 0;
  }
  .home-Event_Col_Item:first-of-type {
    width: 60px;
    margin-right: 8px;
  }
  .home-Event_Col_Item:last-of-type {
    line-height: 1;
  }
  .home-Event_List dd {
    font-size: 14px;
    padding: 0;
  }
  .home-Event_More_Button {
    position: absolute;
    top: 8px;
    right: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 2;
  }
  .home-Event_More_Button::after {
    position: relative;
    right: 0;
    margin-left: 4px;
  }
/* } */

.home-News {
  /* line-height: 30px;
  text-align: center;
  margin: 0 calc(50% - 50vw);
  background: -webkit-linear-gradient(to bottom right, #D54A28 0%, #D89130 100%);
  background: linear-gradient(to bottom right, #D54A28 0%, #D89130 100%);
  color: #fff; */
  text-align: center;
  margin: 12px auto 0;
  padding: 0 48px;
  color: #db614c;
}
.home-News + section > .home-Live {
  margin-top: 12px;
}

.home-News_Inner {
  background-color: #feefef;
  border-radius: 4px;
  padding: 8px;
}
.home-News span {
  margin-right: 6px;
}
.home-News a {
  color: #db614c;
  font-weight: bold;
  /* color: #fff; */
  /* font-size: 13px; */
}
.home-News a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .home-News {
    margin: 0;
    padding: 12px 12px 0;
    text-align: justify;
    line-height: 1.4;
    font-size: .9em;
  }
  /* .home-News_Inner {
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
  } */
}

.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

.checked .contentItem-Data_Title,
.checked .home-Ranking_List_Title a,
.checked .archive-List_Title a,
.checked .archive-Side_Other_List_Title a,
.single-Adjacent_Anchor.checked {
  color: #345995;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 450;
  background-color: #fff;
  width: 90%;
  max-width: 500px;
  /*border-radius: 8px;*/
  visibility: hidden;
  opacity: 0;
  transition: 1s ease;

  border: 4px solid #D54A28;
  border-top: 0;
}

.popup--autoplay {
  border: 0;
}

.open .popup {
  visibility: visible;
  opacity: 1;
}

.popup-Head {
  background-color: #D54A28;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}

.popup-Inner {
  max-height: 60vh;
  overflow-y: scroll;
  padding: 1rem 0.5rem;
}

.popup-Sentence {
  padding: 1rem;
  background-color: rgba(213,74,40,.05);
  border-radius: 8px;
}

.popup-Sentence_Title {
  color: #D54A28;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}

/* .popup-Sentence a {
  color: #D54A28;
  cursor: pointer;
} */

.popup-Close {
  background-color: #D54A28;
  color: #fff;
  cursor: pointer;
  text-align: center;
  width: 90%;
  padding: 8px 0;
  margin: 1.5rem auto;
  border-radius: 100px;
}

/*.popup-Video {
  margin-bottom: 1.5rem;
  padding: 0 1.5rem;
}*/

/*.popup-Video > div {
  border: 1px solid #efefef;
}*/

/*.popup-Button {
  cursor: pointer;
  background-color: #D54A28;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  padding: .5rem;
  border-radius: 8px;
  margin-top: 1rem;
  font-weight: bold;
}*/

/* .overlay--popup {
  background-color: rgba(0,0,0,.7);
  z-index: 400;
  display: none;
} */

.popup i {
  position: absolute;
  font-size: 2rem;
  top: -1rem;
  right: -1rem;
  z-index: 2;
  color: #fff;
  cursor: pointer;
}

.my-checkbox {
  display: inline-block;
  position: relative;
  margin: 1em 0;
  padding-left: 24px;
  cursor: pointer;
  user-select: none; /* テキストの選択を防ぐ */
}

/* inputは非表示にする */
.my-checkbox input {
  display: none;
}

/* □ */
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  border: solid 2px #D54A28;
  border-radius: 4px;
  box-sizing: border-box;
}
/* ✓ */
.checkmark:after {
  content: "";
  position: absolute;
  top: 35%;
  left: 50%;
  width: 6px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: translate(-50%,-50%) rotate(45deg);
  opacity: 0;
}

/* チェックが入ったときの□ */
.my-checkbox input:checked + .checkmark {
  background: #D54A28;
  border-color: #D54A28;
}

/* チェックが入ったときの✓ */
.my-checkbox input:checked + .checkmark:after {
  opacity: 1;
}

.popup--autoplay {
  max-width: 400px;
  background-color: transparent;
  color: #fff;
  display: none;
}
.popup--autoplay .single-Adjacent_Anchor {
  display: block;
  text-decoration: none;
  color: #fff;
}
.popup--autoplay .single-Adjacent_Thumb {
  width: 100%;
  margin-right: 0;
}
.popup--autoplay .popup-Button {
  display: flex;
  margin-top: .5rem;
}
.popup--autoplay .popup-Button button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;

  flex: 1;
  border: 1px solid #fff;
  padding: 0.5rem;
}
.popup--autoplay .popup-Button button:last-of-type {
  background-color: #fff;
  color: #222222;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .popup {
    max-width: none;
  }
  /*.popup p {
    line-height: 1.4;
  }*/
  .popup-Col {
    display: flex;
    align-items: center;
  }
  .popup-Col_Item {
    flex: 1;
  }
  .popup-Sentence {
    padding: .5rem 1rem;
  }
  /*.popup-Video {
    margin: 0;
    padding: 0;
  }*/
  /*.popup-Sentence_Head {
    font-size: 1rem;
    margin-bottom: 4px;
  }*/
  /*.popup-Button {
    margin-top: 4px;
  }*/
  .my-checkbox {
    margin: .5rem 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .popup-Sentence_Head {
    font-size: 1.5rem;
  }
  .popup-Sentence {
    padding: 1.5rem 2rem;
  }
}

.photo {
  margin-bottom: 2rem;
}
.photo-List {
  display: flex;
  flex-wrap: wrap;
}
.photo-List a:hover {
  opacity: .5;
}
@media screen and (max-width: 1023px) {
  .photo-List_Item {
    width: 32%;
  }
  .photo-List_Item:not(:nth-of-type(3n+1)) {
    margin-left: 2%;
  }
  .photo-List_Item:nth-of-type(n+4) {
    margin-top: 4%;
  }
}
@media screen and (min-width: 1024px) {
  .photo-List_Item {
    width: 23.5%;
  }
  .photo-List_Item:not(:nth-of-type(4n+1)) {
    margin-left: 2%;
  }
  .photo-List_Item:nth-of-type(n+5) {
    margin-top: 4%;
  }
}


@media screen and (max-width: 549px) {
  .lum-lightbox-inner img {
    max-width: 100vw !important;/* スワイプ範囲含む横幅調整 */
    max-height: 80vh !important;/* 上下余白調整 */
  }
}

.lum-lightbox {
  z-index: 1000;
  cursor: pointer;
}
/*.lum-lightbox-inner {*/
/*  bottom: auto;*/
/*  left: auto;*/
/*  right: auto;*/
/*  top: auto;*/

/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  width: 90vw;*/
/*  !* max-width: 700px; *!*/
/*  max-height: 90vh;*/
/*  overflow-y: scroll;*/
/*}*/
/*.lum-lightbox-inner img {*/
/*  display: block;*/
/*  width:100%;*/
/*}*/
/*.lum-lightbox-image-wrapper {*/
/*  height: auto !important;*/
/*  max-height: none !important;*/
/*}*/
/*.lum-lightbox-position-helper {*/
/*  display: block;*/
/*}*/
/* .lum-lightbox-inner .lum-lightbox-caption {
  position: relative;
  bottom: auto;
  width: 80vw;
}
.lum-lightbox-inner .lum-lightbox-caption span {
  display: block;
  color: #222222;
  background-color: #fff;
  padding: 2rem;
}
@media screen and (min-width: 550px) {
  .lum-lightbox-inner .lum-lightbox-caption span {
    padding: 3rem;
  }
} */

.photo .single-Main {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}

.photo .single-Content {
  margin: 2rem 0;
}

.photo .single-Content_Sentence,
.photo .single-Comment {
  max-width: 600px;
  margin: 0 auto;
}
.photo .single-Content_Sentence {
  border: 1px solid #ddd;
  padding: 2rem 3rem;
}
@media screen and (max-width: 1023px) {
  .photo .single-Content {
    margin-top: 12px;
  }

  .photo .single-Content_Sentence {
    padding: 1rem 1.5rem;
  }
}

.photo .single-Comment_Form {
  margin: 0;
}

.home-Live {
  background-color: #333;
  color: #fff;
}
.home-Live_Inner {
  padding: 12px;
}
@media screen and (min-width:768px) {
  .home-Live_Inner {
    max-width: 1000px;
    padding: 0 48px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width:1366px) {
  .home-Live_Inner {
    padding: 0;
  }
}
/* .home-Live_Head {
  padding: 0 8px 16px;
}
.home-Live_Head_Inner {
  background-color: #aeada2;
  color: #fff;
  text-align: center;
  padding: 8px;
  position: relative;
  border-radius: 4px;
}
.home-Live_Head_Inner::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  background:
      linear-gradient(to top right, rgba(255,255,255,0) 50%, #aeada2 50.5%) no-repeat top left/50% 100%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #aeada2 50.5%) no-repeat top right/50% 100%;
  width: 24px;
  height: 12px;
}
.streaming .home-Live_Head_Inner {
  background-color: #D54A28;
}
.streaming .home-Live_Head_Inner::after {
  background:
      linear-gradient(to top right, rgba(255,255,255,0) 50%, #D54A28 50.5%) no-repeat top left/50% 100%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #D54A28 50.5%) no-repeat top right/50% 100%;
} */
.home-Live_Header_Status {
  font-size: 1rem;
  margin-bottom: 8px;
  background-color: #fff;
  display: inline-block;
  color: #333;
  padding: 0 8px;
  margin-top: 12px;
}
.streaming .home-Live_Header_Status {
  background-color: #db614c;
  color: #fff;
}
.home-Live_Header_Title {
  font-size: 1.3rem;
  line-height: 1.4;
}
@media screen and (min-width:768px) {
  .home-Live_Header_Status {
    font-size: 1.2rem;
    margin-top: 0;
  }
  .home-Live_Header_Title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width:1366px) {
  .home-Live_Header_Title {
    font-size: 1.7rem;
  }
}
.home-Live_Header_Title a {
  color: #fff;
}
.home-Live_Header_Title a:hover {
  text-decoration: underline;
}
.home-Live_Thumb {
  position: relative;
}
.home-Live_Thumb img {
  width: 100%;
}
@media screen and (min-width:768px) {
  .home-Live_Thumb {
    width: 300px;
    min-width: 300px;
    margin-left: 32px;
  }
}
@media screen and (min-width:1366px) {
  .home-Live_Thumb {
    width: 420px;
    min-width: 420px;
  }
}
.home-Live_Anchor {
  display: block;
}
.streaming .home-Live_Anchor::before,
.streaming .home-Live_Anchor::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  transition: .2s ease;
}
.streaming .home-Live_Anchor::before {
  width: 5rem;
  height: 5rem;
  background: rgba(0,0,0,.7);
  border-radius: 50%;
  z-index: 1;
}
.streaming .home-Live_Anchor::after {
  content: '';
  width: 2rem;
  height: 2rem;
  background:
      linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #ffffff 50.5%) no-repeat top left/100% 50%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #ffffff 50.5%) no-repeat bottom right/100% 50%;
  z-index: 2;
  left: 51%;
}
.streaming .home-Live_Anchor:hover::before {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.single-Live_Chat {
  border: 1px solid #efefef;
  border-top: 0;
}
@media screen and (min-width:1024px) {
  .single-Live_Chat {
    min-height: 600px;
  }
}

.single-Live_Video_List {
  display: flex;
  justify-content: space-between;
}

.single-Live_Video_List_Item {
  flex: 1;
  text-align: center;
  font-size: 13px;
}
.single-Live_Video_List_Item:not(:first-of-type) {
  border-top: 1px solid #efefef;
}
.single-Live_Video_Manual {
  display: block;
  background-color: #efefef;
  padding: 4px;
}
.single-Live_Video_Manual:hover {
  text-decoration: underline;
}

.single-Live .single-Content.sp {
  display: none;
  padding: 0 1rem;
}

@media screen and (max-width:1023px) {
  .single-live .header {
    position: relative;
  }
  .single-live .content {
    min-height: auto;
    overflow: visible;
  }
  .single-Live .single-Inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .single-Live .single-Main.sticky {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #ffffff;
    border-bottom: 1px solid #efefef;
  }
  .single-Live .single-Content.pc {
    display: none;
  }.single-Live .single-Content.sp {
    display: block;
  }
}

.archive-Newsletter_Select {
  margin: 1rem 0;
}
.archive-Newsletter_Select select {
  margin: 0;
  border: 0;
  outline: none;
  padding: 0;
  background: transparent;
  padding: 8px;
  border: 1px solid #efefef;
  border-radius: 4px;
  letter-spacing: 1px;
  margin-left: 8px;
}
/* .archive-Newsletter_List {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .archive-Newsletter_Select,
  .archive-Newsletter_List {
    padding: 0 12px;
  }
  .archive-Newsletter_List_Item {
    width: 48%;
  }
  .archive-Newsletter_List_Item:nth-of-type(n+3) {
    margin-top: 4%;
  }
  .archive-Newsletter_List_Item:nth-of-type(2n) {
    margin-left: 4%;
  }
}
@media screen and (min-width: 1024px) {
  .archive-Newsletter_List_Item {
    width: 22%;
  }
  .archive-Newsletter_List_Item:nth-of-type(n+5) {
    margin-top: 4%;
  }
  .archive-Newsletter_List_Item:not(:nth-of-type(4n+1)) {
    margin-left: 4%;
  }
}
.archive-Newsletter_List_Item img{
  display: block;
  border: 1px solid #efefef;
}
.archive-Newsletter_List_Item a:hover img{
  opacity: .5;
} */

/*
 * single-forum.php
 */
@media screen and (max-width:767px) {
  .single-Forum article {
    padding: 0 12px;
  }
  .single-Forum .single-Thumb {
    margin-bottom: .5rem;
  }
}
@media screen and (min-width:768px) {
  .single-Forum_Section {
    border: 1px solid #efefef;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 1.5rem;
  }

  .single-Forum .single-Header {
    display: flex;
    align-items: center;
  }

  .single-Forum .single-Thumb {
    width: 25%;
    margin: 0;
    margin-right: 2%;
  }
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .single-Forum .single-Header {
    margin-top: 1.5rem;
  }
}

.single-Forum .single-Header_Title {
  margin: 0;
}

.single-Forum .single-Header_Meta a {
  font-size: 13px;
  color: #CAB382;
}

/* .home-Forum {
  padding: 24px 12px;
  border: 2px solid #efefef;
  border-width: 2px 0 1px;
}
@media screen and (min-width:1024px) {
  .home-Forum {
    padding: 12px;
    border-width: 2px;
  }
}

.home-Forum_Head {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 2px;
  margin-bottom: 12px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 4px;
}

.home-Forum .single-Comment_List_Sentence {
  border: 0;
  padding: 0;
}

.single-Forum .single-Content {
  margin: 1.5rem 0;
}

.home-Forum_Anchor {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.home-Forum_Col {
  display: flex;
}
.home-Forum_Col_Item:first-of-type {
  flex: 1;
}
.home-Forum_Col_Item:last-of-type {
  width: 112px;
}
.home-Forum_Col_Item:last-of-type .single-Comnent_List_Images_Item {
  width: 100%;
  margin: 0;
}
.home-Forum_Col_Item:last-of-type .single-Comnent_List_Images_Item::before {
  padding-top: 100%;
}
.home-Forum p,
.home-Forum label {
  font-size: .9em;
  max-height: 6.8em;
  overflow: hidden;
} */

/* .home-Category {
  border-top: 1px solid #efefef;
  padding: 1.5rem 1rem;
  margin-top: 1rem;
}
@media screen and (min-width: 1024px) {
  .home-Category {
    padding: 2rem 0 0;
    margin-top: 2rem;
  }
}
.home-Category_List {
  display: flex;
  flex-wrap: wrap;
}
.home-Category_List_Item {
  width: 32%;
  border-radius: 8px;
  overflow: hidden;
  background-color: #efefef;
}
.home-Category_List_Item:hover {
  opacity: .5;
}
.home-Category_List_Item:not(:nth-of-type(3n+1)) {
  margin-left: 2%;
}
.home-Category_List_Item:nth-of-type(n+4) {
  margin-top: 2%;
}

.home-Category_List_Item:first-of-type {
  background-color: #e7a194;
}
.home-Category_List_Item:nth-of-type(2) {
  background-color: #ec985a;
}
.home-Category_List_Item:nth-of-type(3) {
  background-color: #e8a048;
}
.home-Category_List_Item:nth-of-type(4) {
  background-color: #e8c53d;
}
.home-Category_List_Item:nth-of-type(5) {
  background-color: #ccd056;
}
.home-Category_List_Item:nth-of-type(6) {
  background-color: #9dd078;
}
.home-Category_List_Item:nth-of-type(7) {
  background-color: #b3ddc5;
}
.home-Category_List_Item:nth-of-type(8) {
  background-color: #b0c4e1;
}
.home-Category_List_Item:last-of-type {
  background-color: #c7c4a8;
}

.home-Category_List_Anchor {
  display: block;
  padding: .5rem 0;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .home-Category_List_Anchor {
    font-size: 1.2rem;
  }
} */

/* .iconNavi-List {
  display: flex;
  padding: 0 4px;
}
.iconNavi-List:nth-of-type(2) {
  border-top: 1px solid #efefef;
}
.iconNavi-List img {
  display: block;
  height: 35px;
  margin: 0 auto 2px;
}
.iconNavi-List_Item {
  position: relative;
  margin: 8px 0px;
  flex-grow: 1;
}
.iconNavi-List_Item.profile img {
  border-radius: 50%;
  object-fit: cover;
  width: 30px;
}
.iconNavi-Anchor {
  display: block;
  text-align: center;
  font-size: 11.5px;
  line-height: 1;
}
.iconNavi-Anchor span {
  display: block;
}
.iconNavi-Anchor span::before {
  font-size: 16px;
  color: #d3533e;
  margin-right: 2px;
}

.header .iconNavi-List_Item {
  margin: 0;
}
.header .iconNavi-List_Item:not(:first-of-type) {
  margin-left: 1rem;
}
.header .iconNavi-List img {
  height: 30px;
}
.header .iconNavi-Anchor {
  font-size: 13px;
}
.header .iconNavi-Anchor:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1023px) {
  .home-Menu {
    border-top: 1px solid #efefef;
    margin-bottom: 12px;
  }
}
.home-Menu .iconNavi-List img {
  width: auto;
  height: 70px;
  margin-bottom: 2px;
}
.home-Menu .iconNavi-Anchor:hover img {
  opacity: .5;
}
@media screen and (min-width: 1024px) {
  .home-Menu .iconNavi-List img {
    height: 100px;
    margin-bottom: 8px;
  }
  .home-Menu .iconNavi-List_Item:not(:first-of-type) {
    border-left: 1px solid #efefef;
  }
  .home-Menu .iconNavi-Anchor {
    font-size: 1rem;
  }
} */

/**
 * page-lecture.php
 */
/* .lectures-Category_Title {
  margin-top: 2rem;
  font-size: 1rem;
  padding: 8px 12px;
  background-color: #efefef;
  font-weight: bold;
}
.lectures-List_Item {
  margin-top: 2%;
  padding: 1rem;
  border: 1px solid #efefef;
  border-radius: 4px;
  position: relative;
}
.lectures-List_Item::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: #aeada2;
  transition: .2s ease-in-out;
}
.lectures-List_Item:hover::after {
  right: 4px;
}
@media screen and (min-width: 1024px) {
  .lectures-List {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .lectures-List_Item {
    width: 49%;
  }
}

.lectures-Title {
  line-height: 1.3;
} */

/**
 * 「プレイリスト」投稿
 */
@media screen and (max-width: 1023px) {
  .home-Playlist_List {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .home-Playlist_List_Item {
    min-width: 120px;
    max-width: 120px;
  }
  .home-Playlist_List_Item:not(:first-of-type) {
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-Playlist_List_Item {
    width: 32%;
  }
  .home-Playlist_List_Item:not(:first-of-type) {
    margin-left: 2%;
  }
}

/**
 * WordPressのプレイリスト機能
 */
.single-Content .wp-audio-playlist .btns {
  display: none;/* 連続再生の非表示 */
}
.single-Content .wp-playlist .wp-playlist-current-item img {
  height: 60px;
  max-width: none;
  width: auto;
}
.single-Content .wp-playlist-item-meta {
  font-weight: bold;
  line-height: 1.4;
}
.single-Content .wp-playlist-item-album,
.single-Content .wp-playlist-item-artist {
  display: none;
}
.single-Content .wp-playlist-item {
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  border: 1px solid #efefef;
  background-color: #efefef;
  border-radius: 8px;
}
.single-Content .wp-playlist-item:not(:first-of-type) {
  margin-top: 8px;
}
.single-Content .wp-playlist-item-length {
  position: relative;
  right: 0;
}
.single-Content .wp-playlist-playing .wp-playlist-item-title,
.single-Content .wp-playlist-playing .wp-playlist-item-length {
  font-weight: normal;
  color: #db614c;
}
.single-Content .wp-playlist-playing .wp-playlist-item-title::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f144";
  margin-right: 4px;
}
@media screen and (max-width: 1023px) {
  .single-Content .wp-playlist-caption,
  .single-Content .wp-playlist-current-item .wp-playlist-item-title {
    overflow: visible;
    white-space: normal;
  }
}

/**
 * ログイン画面
 */
.login-Notice {
  /* background-color: #f6dcd8;
  padding: .5rem;
  margin-bottom: 1.5rem; */
  color: #d3533e;
  margin: 1.5rem 0;
}
.login .single-Header_Title {
  font-weight: normal;
}
.login-Header {
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  font-size: 1.2em;
  color: #d3533e;
}
.login-Header.green {
  color: #63A46C;
}
.login-Col {
  margin-top: 12px;
}
.login-Col_Item {
  padding: 2rem;
}
@media screen and (min-width:768px) {
  .login-Col_Item {
    border: 2px solid #efefef;
    margin-bottom: 1.5rem;
  }
}
.login-Col_Item p span {
  font-weight: bold;
  text-decoration: underline;
  color: #63A46C;
}
.login input {
  /* CSSリセット */
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

  /* 独自スタイル */
  border: 1px solid #cfcfcf;
  border-radius: 8px;
  padding: 4px 12px;
  width: 100%;
  margin-bottom: .5rem;
}
.login button {
  /* CSSリセット */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.login button,
.login a.regist {
  /* 独自スタイル */
  border: 2px solid #d3533e;
  border-radius: 8px;
  padding: 4px 12px;
  width: 100%;
  background-color: #d3533e;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 1.1em;
  margin: .5rem 0;
  display: block;
}
.login button:hover,
.login a.regist:hover {
  color: #d3533e;
  background-color: transparent;
}
.login .regist.green {
  background-color: #63A46C;
  border-color: #63A46C;
}
.login .regist.green:hover {
  color: #63A46C;
  background-color: transparent;
}
.login-Forget {
  text-align: center;
}
.login-Forget a {
  text-decoration: underline;
  font-size: .9em;
}
.login-Forget a:hover {
  text-decoration: none;
}
@media screen and (min-width:768px) {
  .login .single-Thumb {
    margin: 20px 0 0;
  }
  .login-Notice {
    text-align: center;
  }
  .login-Col {
    display: flex;
  }
  .login-Col_Item {
    width: 49%;
  }
  .login-Col_Item:last-of-type {
    margin-left: 2%;
  }
}

.home-Banner {
  padding: 16px 12px 0;
  display: flex;
  justify-content: center;
}
@media screen and (min-width:768px) {
  .home-Banner {
    margin-bottom: 24px;
  }
}
.home-Banner .wp-block-image {
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
}
.home-Banner a {
  display: block;
}
.home-Banner a:hover {
  opacity: .5;
}
.home-Banner .wp-block-image img {
  border: 1px solid #efefef;
}
/* .home-Banner .widget {
  max-width: 100px;
  margin: 0;
  display: block;
  position: relative;
}
.home-Banner .widget img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  padding: 0 12px;
}
.home-Banner a:hover img {
  opacity: .5;
}
.home-Banner figcaption {
  font-size: 11px;
  text-align: center;
  margin: 0;
}
@media screen and (min-width:768px) {
  .home-Banner .widget:not(:first-of-type) {
    margin-left: 16px;
  }
  .home-Banner figcaption {
    font-size: 13px;
  }
}
@media screen and (min-width:1024px) {
  .home-Banner {
    background-color: #efefef;
    border: 0;
    margin-top: 16px;
  }
  .home-Banner .widget {
    max-width: none;
    flex: 1;
    transition: .2s ease-in-out;
  }
  .home-Banner .widget:hover {
    color: #D54A28;
  }
  .home-Banner .widget a {
    padding: 8px;
    border-radius: 4px;
    background-color: #fff;
  }
  .home-Banner .widget a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    color: #D54A28;
    transition: .2s ease-in-out;
  }
  .home-Banner .widget img {
    width: 48px;
    padding: 0;
  }
  .home-Banner figcaption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 58px;
    pointer-events: none;
    font-size: 14px;
  }
}
@media screen and (min-width:1366px) {
  .home-Banner {
    padding: 32px 48px;
  }
  .home-Banner .widget a {
    padding: 12px;
  }
  .home-Banner .widget a::after {
    right: 12px;
    font-size: 1rem;
  }
  .home-Banner .widget img {
    width: 70px;
  }
  .home-Banner figcaption {
    left: 90px;
    font-size: 1vw;
  }
} */

/* トップページのおみくじエリア */
.home-Omikuji {
  padding: 8px 12px;
  border-bottom: 1px solid #d3533e;
  text-align: center;
}
.home-Omikuji a {
  color: #d3533e;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
}
.home-Omikuji a:hover {
  text-decoration: underline;
}
.home-Omikuji i {
  margin-right: 4px;
  font-size: 1.2em;
}
.home-Omikuji span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width:1024px) {
  .home-Omikuji {
    text-align: left;
  }
  .home-Omikuji a {
    font-size: 1.2em;
  }
}

/* トップページのバナー下 */
.home-Howto {
  /* padding: 12px; */
  background-color: #efefef;
  margin-top: 12px;
  padding: 12px 0;
}
@media screen and (min-width:768px) {
  .home-Howto {
    padding: 20px 48px;
  }
}
@media screen and (min-width:1024px) {
  .home-Howto {
    display: none;
  }
}
.home-Howto_List {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home-Howto_List_Item {
  text-align :center;
  /* border: 1px solid #efefef; */
  /* box-shadow: 0 0 4px #efefef; */
  /* width: 100%; */
  /* width: 49%; */
  /* border-radius: 4px; */
  /* overflow: hidden; */
  /* background-color: #fff; */
  flex: 1;
}
/* .home-Howto_List_Item:nth-of-type(n+3) {
  margin-top: 2%;
} */
/* .home-Howto_List_Item:not(:first-of-type) {
  width: 49%;
  margin-top: 2%;
} */
.home-Howto_Anchor {
  /* display: flex; */
  /* align-items: center; */
  line-height: 1.4;
}
.home-Howto_Anchor img {
  width: 54px;
  height: auto;
  /* vertical-align: baseline; */
  border-radius: 50%;
}
.home-Howto_Anchor div {
  font-size: .85em;
  /* flex: 1; */
}
.home-Howto_Anchor span {
  color: #db614c;
  font-size: .9em;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .home-Howto_Anchor img {
    width: 96px;
  }
  .home-Howto_Anchor div {
    font-size: 1.2em;
  }
}

/* .home-Howto input[type="checkbox"] {
  display: none;
}
.home-Howto label {
  display: block;
  border: 1px solid #d3533e;
  color: #d3533e;
  text-align: center;
  padding: 0.5rem;
  border-radius: 4px;
}
.sideMenu label,
.home-Howto_Accordion {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.home-Howto label {
  position: relative;
  display: block;
  cursor: pointer;
}
.home-Howto label::after,
.home-Howto label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background-color: #db614c;
}
.home-Howto label::after {
  transform: translateY(-50%) rotate(90deg);
}
.home-Howto_Accordion {
  text-align: justify;
  max-height: 0;
  overflow: hidden;
}
.home-Howto input[type="checkbox"]:checked ~ .home-Howto_Accordion {
  max-height: none;
}
.home-Howto input[type="checkbox"]:checked ~ label {
  display: none;
} */


/**
 * フッター固定ナビ
 */
.bottomNavigationBar {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 300;
  background-color: #fafafa;
  border-top: 1px solid #efefef;
}
@media screen and (min-width:1366px) {
  .bottomNavigationBar {
    display: none;
  }
}

.bottomNavigationBar-List {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 48px;
}
.bottomNavigationBar-List_Item {
  flex: 1;
  position: relative;
}
.bottomNavigationBar-List_Item .new {
  background-color: #d3533e;
  color: #fff;
  border-radius: 100px;
  padding: 1px 3px;
  font-size: 10px;
  position: absolute;
  top: -4px;
  right: 4px;
  line-height: 1;
}

.bottomNavigationBar-List_Anchor {
  display: block;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  color: #333;
}
.bottomNavigationBar-List_Anchor.current {
  color: #db614c;
}
.bottomNavigationBar-List_Anchor i {
  display: block;
  font-size: 20px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1023px) {
  .bottomNavigationBar .notice {
    background-color: #d3533e;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0;
    left: 55%;
  }
}

/**
 * アプリ用ページのstyle
 */
.appPage-Inner {
  /* padding-bottom: 60px; */
  /* 12px + bottomNavigationの高さ48px*/
}
.single-Inner {
  /* padding-bottom: 72px; */
  padding-bottom: 20px;
}

.appPage-Section {
  position: relative;
  padding: 30px 12px;
}
.appPage-Section:not(:last-of-type) {
  border-bottom: 1px solid #efefef;
  border-color: rgba(0, 0, 0, 0.2);
}
/* .black .appPage-Section {
  background-color: #333;
} */
.appPage-Inner .black {
  position: relative;
  background-image: url(../img/hokkyokurojin-back.jpg);
  background-position: center;
  background-size: cover;
}
.black .appPage-Section {
  background-color: rgba(0,0,0,.6);
}
.black .appPage-Section {
  border-color: #aeada2;
}
.black .appPage-Section_Header_Desc,
.black .contentItem-Data_Meta span {
  color: #ccc;
}
@media screen and (max-width:767px) {
  .appPage-Section,
  .horizontalScroll {
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width:768px) {
  .appPage-Section {
    padding: 30px 0;
  }
}

.appPage-Section > p {
  font-size: 16px;
  text-align: justify;
}
@media screen and (min-width:768px) {
  .appPage-Section > p {
    padding: 0 48px;
  }
}
@media screen and (min-width:1024px) {
  .appPage-Section > p {
    padding-right: 96px;
  }
}

.appPage-Section_Header {
  position: relative;
  line-height: 1;
  margin-bottom: 12px;
}
@media screen and (min-width:768px) {
  .appPage-Section_Header {
    padding: 0 48px;
    font-size: 1.2em;
  }
  .page-template-page-profile-php .appPage-Section_Header {
    padding: 0;
  }
}
@media screen and (min-width:1024px) {
  .appPage-Section_Header {
    padding-right: 96px;
  }
}
.appPage-Section_Header_Anchor {
  position: relative;
  /* display: block; */
}
.black .appPage-Section_Header_Anchor {
  color: #fff;
}
.appPage-Section_Header_Anchor:hover {
  color: #d3533e;
}
/* .appPage-Section_Header_Arrow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  text-align: center;
}
.appPage-Section_Header_Arrow::after {
  content: '→';
  color: #aeada2;
}
@media screen and (max-width:1023px) {
  .appPage-Section_Header_Arrow {
    width: 20px;
    height: 20px;
  }
  .appPage-Section_Header_Arrow::after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    font-size: 20px;
  }
}
@media screen and (min-width:1024px) {
  .appPage-Section_Header_Arrow::after {
    content: '一覧を見る→';
  }
} */
.appPage-Section_Header_Title {
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 0.06em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.appPage-Section_Header_Title img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #efefef;
}
.appPage-Section_Header_Title i {
  margin-left: 4px;
}
.appPage-Section_Header_Desc {
  /* font-size: 14px; */
  font-size: .9em;
  margin-top: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
   color: #aeada2;
   font-weight: normal;
}
.appPage-Section_Header_Desc.tax {
  color: unset;
  white-space: normal;
}
@media screen and (min-width:1024px) {
  .appPage-Section_Header_Desc {
    font-size: .8em;
  }
}
.tax-staff .appPage-Section_Header_Desc a {
  color: #db614c;
  display: inline-block;
  border: 1px solid #db614c;
  padding: 8px 12px;
}
.tax-staff .appPage-Section_Header_Desc a:hover {
  background-color: #db614c;
  color: #fff;
}

.appPage-Section_Header_Back {
  margin-bottom: 1rem;
}
.appPage-Section_Header_Back a {
  color: #d3533e;
  font-size: .9em;
}

@media screen and (min-width:768px) {
  .appPage-Section_Content {
    padding: 0 48px;
  }
}
@media screen and (min-width:1024px) {
  .appPage-Section_Content {
    padding-right: 96px;
  }
}

/* 講座アーカイブページ */
.appPage-Inner.child-course {
  max-width: 800px;
  margin: 0 auto;
  border: 0;
}
.tax-course .appPage-Section_Header_Title {
  font-weight: bold;
}
.child-course .appPage-Section_Header_Desc {
  line-height: 2;
  color: #222222;
  font-size: 13px;
}
.tax-course .appPage-Section_Header_Desc p {
  line-height: 2;
}

.appPage-Section_Playback {
  margin-bottom: 1rem;
}
.appPage-Section_Playback .continuous-playback-button {
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;

  display: block;
  width: 100%;
  background: #db614c;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  padding: 1rem;
  border-radius: 4px;
  font-size: 1rem;
}
.appPage-Section_Playback .continuous-playback-button i {
  margin-right: 1rem;
}

.appPage-Section_Sort {
  margin-bottom: 16px;
  display: flex;
}
.appPage-Section_Sort {
  margin-bottom: 16px;
  display: flex;
}
.appPage-Section_Sort_Button {
  display: inline-block;
  border: 1px solid #efefef;
  padding: 4px 12px;
  border-radius: 4px;
}
.appPage-Section_Sort_Button:not(:first-of-type) {
  margin-left: 8px;
}
.appPage-Section_Sort_Button.current {
  color: #db614c;
  border-color: #db614c;
}
.appPage-Section_Sort_Button i {
  margin-right: 2px;
}

.appPage-Section_Sort_Button:last-of-type:not(:first-of-type) {
  margin-left: auto;
}
.appPage-Section_Sort_Button.unwatched::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  margin-right: 4px;
  color: #d3533e;
}

@media screen and (min-width:768px) {
  .tax-course .appPage-Section_Header_Desc {
    font-size: 14px;
  }
  .appPage-Section_Playback,
  .appPage-Section_Sort {
    padding: 0 48px;
  }
}

.appPage-WideHeader {
  background-color: #efefef;
}
.appPage-WideHeader {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.appPage-WideHeader::before {
  content: '';
  position: absolute;
  filter: blur(12px);
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  z-index: -2;
  background: inherit;
}
.appPage-WideHeader::after {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  z-index: -1;
  background: rgba(255,255,255,.8);
}
.tax-staff .appPage-WideHeader_Col_Item:first-of-type img {
  border-radius: 50%;
}
.appPage-WideHeader_Title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
}
.appPage-WideHeader_Title span {
  font-size: .6em;
}
.appPage-WideHeader_Desc {
  margin-top: 6px;
  line-height: 2;
}
.appPage-WideHeader_Desc a {
  color: #d3533e;
  text-decoration: underline;
}
.appPage-WideHeader_Button {
  display: flex;
  margin-top: 1rem;
  align-items: center;
}
.appPage-WideHeader_Button i {
  margin-right: 4px;
}
.appPage-WideHeader_Button a,
.appPage-WideHeader_Button span {
  flex: 1;
  text-align: center;
  border: 1px solid;
  padding: 0.5rem 0;
  cursor: pointer;
}
.appPage-WideHeader_Button a:not(:first-child),
.appPage-WideHeader_Button span:not(:first-child) {
  margin-left: 12px;
}
.appPage-WideHeader_Button a:hover,
.appPage-WideHeader_Button span:hover {
  color: #d3533e;
  border-color: #d3533e;
}
.appPage-WideHeader_Button .subscribe-btn:hover,
.appPage-WideHeader_Button .subscribe-btn.active {
  background-color: #CAB382;
  color: #ffffff;
  border-color: #CAB382;
}
@media screen and (max-width:767px) {
  .appPage-WideHeader {
    padding: 20px 12px;
  }
  .post-type-archive-zuimonki .appPage-WideHeader {
    background: none !important;
  }
  .appPage-WideHeader_Col_Item:not(:first-of-type) {
    margin-top: 1rem;
  }
  .tax-staff .appPage-WideHeader_Col_Item:first-of-type {
    max-width: 150px;
    margin: 0 auto;
    text-align: center;
  }
  .appPage-WideHeader_Title {
    /* padding: 20px 12px; */
    font-size: 1.5rem;
    font-weight: bold;
  }
  .tax-staff .appPage-WideHeader_Title {
    text-align: center;
  }
}
@media screen and (min-width:768px) {
  .appPage-WideHeader {
    padding: 48px;
    margin-bottom: 48px;
  }
  .appPage-WideHeader_Col {
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .appPage-WideHeader_Col_Item {
    flex: 1;
    max-width: 704px; /* 800 - 48 * 2*/
  }
  .tax-staff .appPage-WideHeader_Col_Item:first-of-type {
    max-width: 150px;
    margin: 0;
  }
  .appPage-WideHeader_Col_Item:not(:last-of-type) {
    margin-right: 24px;
  }
}

.appPage-HomeTitle {
  background-color: #db614c;
  color: #fff;
  text-align: center;
  padding: 1.5rem 0;
  font-size: 1.2rem;
  letter-spacing: 2px;
  font-weight: bold;
}
.appPage-HomeTitle span {
  display: block;
  font-size: .7em;
  letter-spacing: 0;
  line-height: 1.7;
  margin-top: 8px;
  font-weight: normal;
}
@media screen and (min-width:768px) {
  .appPage-HomeTitle {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
.appPage-HomeTitle + .appPage-Section {
  border-top: 0;
}

/********************************************
 * コンテンツ一覧テンプレート
********************************************/
@media screen and (max-width:549px) {
  .contentItem:not(:first-of-type) {
    margin-top: 24px;
  }
}
@media screen and (min-width:550px) {
  .contentList {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width:768px) {
  .contentList {
    padding: 0 48px;
  }
}
@media screen and (min-width:550px) and (max-width: 1023px) {
  .contentItem {
    width: 48%;
  }
  .contentItem:not(:nth-of-type(2n+1)) {
    margin-left: 4%;
  }
  .contentItem:nth-of-type(n+3) {
    margin-top: 4%;
  }
}
@media screen and (min-width:1024px) and (max-width: 1535px) {
  .contentItem {
    line-height: 1.5;
    width: 32%;
  }
  .contentItem.photo {
    width: 15%;
  }
  .contentItem:not(:nth-of-type(3n+1)) {
    margin-left: 2%;
  }
  .contentItem:nth-of-type(n+4) {
    margin-top: 2%;
  }
}
@media screen and (min-width:1536px) and (max-width: 1919px) {
  .contentItem {
    width: 23.5%;
  }
  .contentItem.photo {
    width: 15%;
  }
  .contentItem:not(:nth-of-type(4n+1)) {
    margin-left: 2%;
  }
  .contentItem:nth-of-type(n+5) {
    margin-top: 2%;
  }
}
@media screen and (min-width:1920px) {
  .contentItem {
    width: 18%;
  }
  .contentItem.photo {
    width: 12.5%;
  }
  .contentItem:not(:nth-of-type(5n+1)) {
    margin-left: 2%;
  }
  .contentItem:nth-of-type(n+6) {
    margin-top: 2%;
  }
}

/* ニュースレターページ */
@media screen and (max-width:549px) {
  .newsletter .contentList {
    display: flex;
    flex-wrap: wrap;
  }
  .newsletter .contentItem {
    margin: 0;
    width: 48%;
  }
  .newsletter .contentItem:not(:nth-of-type(2n+1)) {
    margin-left: 4%;
  }
  .newsletter .contentItem:nth-of-type(n+3) {
    margin-top: 4%;
  }
}


.contentItem-Thumb {
  position: relative;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 4px;
}
.no-thumbnail .contentItem-Thumb {
  display: none;
}
@media screen and (max-width:767px) {
  .contentItem-Thumb.small {
    width: 100px;
  }
}
.contentItem-Thumb img {
  border-radius: 4px;
  border: 1px solid #efefef;
  width: 100%;
}
.contentItem-Thumb_Inner {
  width: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 4px;
  border: 1px solid #efefef;
}
.contentItem-Thumb_Inner::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.contentItem-Thumb_Icon {
  position: absolute;
  bottom: 4px;
  left: 4px;
  line-height: 1;
}
.contentItem-Thumb_Icon .icon {
  display: inline-block;
  color: #fff;
  padding: 3px 5px;
  border-radius: 4px;
  font-size: 11px;
  background-color: rgba(0,0,0,.7);
}
.contentItem-Thumb .icon i {
  margin-right: 1px;
}
@media screen and (min-width:768px) {
  .contentItem-Thumb .icon {
    font-size: 12px;
  }
}

.contentItem-Data {
  overflow: hidden;
  flex: 1;
}
.contentItem-Data_Title {
  font-size: 16px;
  line-height: 1.3;
  text-align: justify;
  margin-top: 2px;
}
.contentItem-Data_Title.bold {
  font-weight: bold;
}
.contentItem-Data_Title span.status {
  display: inline-block;
  background-color: rgb(34,34,34,.08);
  padding: 2px 8px;
  border-radius: 30px;
  font-weight: 700;
  margin-right: 4px;
}
.contentItem-Data_Title span.status.join {
  background-color: #db614c;
  color: #fff;
}
.contentItem-Data_Meta {
  /* font-size: 12px; */
  line-height: 1;
  margin-top: 4px;
}
.contentItem-Data_Meta span:not(:first-of-type) {
  margin-left: 4px;
}
.contentItem-Data_Meta i {
  margin-right: 2px;
}
.contentItem-Data_Meta .date {
  color: #aeada2;
}
.contentItem .new {
  display: block;
  font-weight: bold;
  color: #CAB382;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 4px;
}
.contentItem .comment {
  color: #aeada2;
}
.contentItem .comment::before {
  color: inherit;
}

.contentItem-Data_Tag {
  font-size: 12px;
  line-height: 1;
  margin-top: 2px;
}
.contentItem-Data_Tag .author:not(.etc),
.contentItem-Data_Tag .author a {
  color: #222222;
  display: inline-block;
  padding: 2px 8px;
  background-color: #efefef;
  border-radius: 30px;
  font-size: .9em;
  margin-top: 4px;
}

.contentItem-Data_Tag .author.cat:not(.etc),
.contentItem-Data_Tag .author.cat a {
  background-color: transparent;
  border: 1px solid #efefef;
}

.contentItem-Data_Category {
  line-height: 1;
  margin-top: 4px;
}
.contentItem-Data_Category span {
  background-color: #e7e7e7;
  font-weight: bold;
  font-size: 12px;
  padding: 2px 8px;
  line-height: 1;
  letter-spacing: .02em;
}

.contentItem a:hover .contentItem-Data_Title {
  text-decoration: underline;
}


/* 縦並びリスト */
.vertical .contentItem {
  width: 100%;
  margin: 0;
}
.vertical .contentItem:not(:first-of-type) {
  margin-top: 16px;
}
.vertical .contentItem-Anchor {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.vertical .contentItem-Thumb {
  margin-bottom: 0;
  width: 140px;
  margin-right: 8px;
}
.vertical .contentItem-Data_Title {
  font-size: unset;
  margin-bottom: 4px;
}
.vertical .contentItem-Data_Meta {
  font-size: 12px;
}

.no-thumbnail.vertical .contentItem {
  margin-top: 0;
  padding: 30px 0;
}
.no-thumbnail.vertical .contentItem:not(:first-of-type) {
  border-top: 1px solid #efefef;
}
.no-thumbnail.vertical .contentItem-Data_Title {
  font-weight: bold;
}
@media screen and (min-width:550px) {
  .vertical .contentItem-Thumb {
    width: 270px;
    margin-right: 16px;
  }
  .vertical .contentItem-Data_Title {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .vertical .contentItem-Data_Meta {
    font-size: unset;
  }
}
@media screen and (min-width:768px) {
  .vertical {
    padding: 0 48px;
  }
}

/* サイドバーの関連記事 */
@media screen and (min-width:768px) {
  .sidebar .vertical {
    padding: 0;
  }
}
@media screen and (min-width:1366px) {
  .sidebar .contentItem {
    width: 100%;
  }
  .sidebar .contentItem-Anchor {
    align-items: center;
  }
  .sidebar .contentItem-Thumb {
    width: 140px;
    margin-right: 8px;
  }
  .sidebar .contentItem-Data_Title {
    font-size: unset;
    margin-bottom: 0;
  }
}

/* pickupスタイル */
/* .pickup .contentItem-Thumb img {
  border: 2px solid #D54A28;
}
.pickup .contentItem-Data_Title {
  color: #D54A28 !important;
  font-weight: bold;
}
.pickup .contentItem-Thumb::before {
  content: 'PICK UP';
  background-color: #D54A28;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 1.5rem;
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 2;
  padding: 0 8px;
  letter-spacing: 1px;
}
@media screen and (min-width:768px) {
  .pickup ~ .contentItem:last-of-type {
    display: none;
  }
} */

/* 水平スクロール */
.horizontalScroll {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding: 0 6px;
  scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
    -ms-overflow-style: none;/*Internet Explore対応のスクロールバー非表示コード*/
}
.horizontalScroll::-webkit-scrollbar {
  display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
}
@media screen and (min-width: 768px) {
  .horizontalScroll {
    padding: 0 48px;
    margin: 0 -6px;
  }
}
@media screen and (min-width: 1024px) {
  .horizontalScroll {
    overflow-x: hidden;
  }
}

.horizontalScroll .contentItem {
  position: relative;
  min-width: 70%;
  margin: 0;
  padding: 0 6px;
}
.horizontalScroll .contentItem.photo {
  min-width: 40%;
  max-width: 40%;
  margin-bottom: 0;
}
@media screen and (min-width: 550px) {
  .horizontalScroll .contentItem {
    min-width: 45%;
    max-width: 45%;
  }
  .horizontalScroll .contentItem.photo {
    min-width: 25%;
    max-width: 25%;
  }
}
/* @media screen and (min-width: 768px) {
  .horizontalScroll .contentItem {
    min-width: 40%;
    max-width: 40%;
  }
} */
@media screen and (min-width: 1024px) {
  .horizontalScroll .contentItem {
    width: 33.333333%;
    min-width: 33.333333%;
    /* width: 25%;
    min-width: 25%; */
  }
  .horizontalScroll .contentItem.photo {
    min-width: 20%;
    max-width: 20%;
  }
}
@media screen and (min-width: 1536px) {
  .horizontalScroll .contentItem {
    width: 25%;
    min-width: 25%;
  }
  .horizontalScroll .contentItem.photo {
    min-width: 16.666666%;
    max-width: 16.666666%;
  }
}
@media screen and (min-width: 1920px) {
  .horizontalScroll .contentItem {
    width: 20%;
    min-width: 20%;
  }
  .horizontalScroll .contentItem.photo {
    min-width: 12.5%;
    max-width: 12.5%;
  }
}

/* overflow-xでpadding-rightが適用されない対策 */
.horizontalScroll .contentItem:last-of-type::after,
.tab-Item:last-of-type::after,
.search-Person:last-of-type::after {
  position: absolute;
	content: '';
	top: 0;
	left: 100%;
	height: 1px;
	width: 6px;
	background-color: transparent;
}
.tab-Item:last-of-type::after,
.search-Person:last-of-type::after {
  width: 12px;
}
@media screen and (min-width: 768px) {
  .horizontalScroll .contentItem:last-of-type::after,
  .tab-Item:last-of-type::after,
  .search-Person:last-of-type::after {
    width: 48px;
  }
}

.horizontalScroll .contentItem-Anchor {
  display: block;
  white-space: normal;
}
.horizontalScroll .contentItem-Thumb {
  width: 100%;
  margin-bottom: 4px;
}

.horizontalScroll-Arrow {
  display: block;
  position: absolute;
  /* top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 100%;
  top: 0; */
  bottom: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #efefef;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  z-index: 3;
}
.horizontalScroll-Arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  /* font-size: 3rem; */
  /* text-shadow: 0 0px 4px #fff; */
  font-size: 1.5rem;
  color: #D54A28;
}
.horizontalScroll-Arrow.prev {
  /* left: -24px; */
  /* left: 0; */
  right: 60px;
  /* background: linear-gradient(to right, rgba(255,255,255,.95), rgba(255,255,255,.6)); */
}
.horizontalScroll-Arrow.next {
  /* right: -24px; */
  right: 12px;
  /* background: linear-gradient(to left, rgba(255,255,255,.95), rgba(255,255,255,.6)); */
}
.horizontalScroll-Arrow.prev i {
  left: 47%;
}
.horizontalScroll-Arrow.next i {
  left: 53%;
}
.black .horizontalScroll-Arrow i {
  color: #fff;
  /* text-shadow: none; */
}
/* .black .horizontalScroll-Arrow.prev {
  background: linear-gradient(to right, rgba(51,51,51,.95), rgba(51,51,51,.6));
}
.black .horizontalScroll-Arrow.next {
  background: linear-gradient(to left, rgba(51,51,51,.95), rgba(51,51,51,.6));
} */
@media screen and (max-width: 1023px) {
  .horizontalScroll-Arrow {
    display: none;
  }
}

/* blackスタイル */
.black .contentItem-Anchor {
  color: #fff;
}
.black .horizontalScroll .contentItem-Thumb img,
.black .horizontalScroll .contentItem-Thumb_Inner {
  border: 0;
}
.black .checked .contentItem-Data_Title {
  color: #5ba1e5;
}

/**
 * 「検索」ページのスタイル
 */
 @media screen and (min-width: 768px) {
  .search .search-Keyword .searchForm {
    padding: 0 48px;
  }
  .search .tab {
    border-top: 0;
  }
}
@media screen and (min-width: 1366px) {
  .search .search-Keyword {
    display: none;
  }
}
.search .horizontalScroll {
  flex-wrap: wrap;
}
.search .horizontalScroll-Arrow {
  display: none;
}

.search .appPage-Section {
  border-bottom: 1px solid #efefef;
  border-color: rgba(0, 0, 0, 0.2);
}
.search .single-Header_Profile_List_Item {
  margin-top: 16px;
}
.search .single-Header_Profile_Col {
  align-items: center;
}
.search .single-Header_Profile_Col img {
  width: 48px;
}
@media screen and (min-width: 768px) {
  /* .search .single-Header_Profile_List {
    padding: 0 48px;
  } */
  .search .single-Header_Profile_Desc {
    font-size: unset;
  }
}

.search input[type="checkbox"] {
  display: none;
}
.search input[type="checkbox"] + label,
.search-Accordion {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.search input[type="checkbox"] + label {
  position: relative;
  display: block;
  cursor: pointer;
}
.search input[type="checkbox"] + label::after,
.search input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background-color: #db614c;
}
@media screen and (min-width: 768px) {
  .search input[type="checkbox"] + label::after,
  .search input[type="checkbox"] + label::before {
    right: 54px;
  }
}
.search input[type="checkbox"] + label::after {
  transform: translateY(-50%) rotate(90deg);
}
.search-Accordion {
  text-align: justify;
  max-height: 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .search-Accordion {
    padding: 0 48px;
  }
}
.search input[type="checkbox"]:checked ~ .search-Accordion {
  max-height: none;
}
.search input[type="checkbox"]:checked ~ label::before {
  transform: translateY(-50%) rotate(90deg) !important;
}

.search label > .appPage-Section_Header {
  margin: 0;
}
.search .search-Accordion .appPage-Section {
  background-color: #fafafa;
  margin-top: 16px;
  border: 1px solid #efefef;
}
@media screen and (max-width: 767px) {
  .search .search-Accordion .appPage-Section,
  .search .search-Accordion .appPage-Section_Header {
    margin-right: 0;
    margin-left: 0;
  }
}
.search .searchForm {
  margin-top: 8px;
}

.search-Staff_List {
  display: flex;
  flex-wrap: wrap;
}
.search-Staff_List_Item {
  margin-top: 3%;
}
.search-Staff_Anchor:hover img {
  opacity: .5;
}
.search-Staff_Col_Item img {
  border-radius: 50%;
  border: 1px solid #efefef;
}
.search-Staff_Name {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 549px) {
  .search-Staff_List_Item {
    width: 30%;
  }
  .search-Staff_List_Item:not(:nth-of-type(3n+1)) {
    margin-left: 5%;
  }
  .search-Staff_Name {
    font-size: 1rem;
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .search-Staff_List_Item {
    width: 23%;
  }
  .search-Staff_List_Item:not(:nth-of-type(4n+1)) {
    margin-left: 2%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .search-Staff_List_Item {
    width: 18.4%;
  }
  .search-Staff_List_Item:not(:nth-of-type(5n+1)) {
    margin-left: 2%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1365px) {
  .search-Staff_List_Item {
    width: 15%;
  }
  .search-Staff_List_Item:not(:nth-of-type(6n+1)) {
    margin-left: 2%;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .search-Staff_List_Item {
    width: 12.57%;
  }
  .search-Staff_List_Item:not(:nth-of-type(7n+1)) {
    margin-left: 2%;
  }
}
@media screen and (min-width: 1920px) {
  .search-Staff_List_Item {
    width: 10.5%;
  }
  .search-Staff_List_Item:not(:nth-of-type(8n+1)) {
    margin-left: 2%;
  }
}

.appPage .loader {
  color: #aeada2;
  text-align: center;
  padding: 1rem 2rem;
  font-size: 1rem;
}

/**
 * 「質問する」ページのスタイル
 */
@media screen and (max-width: 1023px) {
  .question .archive-Inner {
    padding-bottom: 72px;
  }
}
.question h2 span {
  letter-spacing: .01em;
}
.question-List_Item {
  border-bottom: 1px solid #efefef;
}
.question-List_Anchor {
  display: block;
  padding: 2rem;
}
.question-List_Anchor:hover {
  background-color: #feefef;
}
.question-List_Title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
}
.question-List_Meta {
  display: flex;
  align-items: center;
  color: #aeada2;
  margin: 4px 0;
}
.question-List_Meta_Icon img {
  width: 32px;
  height: 32px;
  vertical-align: sub;
  border-radius: 50%;
  object-fit: cover;
}
.question-List_Meta_Name {
  margin-left: 2px;
  margin-right: 12px;
}
.question-List_Desc {
  text-align: justify;
}

.question-Search {
  padding: 1.5rem;
  border: 1px solid #efefef;
  border-radius: 4px;
  background-color: #fafafa;
}
.question-Search_Head {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  line-height: 1;
}

/* 通知ページ */
.notice .appPage-Inner {
  max-width: 768px;
  margin: 0 auto;
  padding-right: 12px;
  padding-left: 12px;
}
.notice .appPage-Section_Header {
  padding: 0;
}
.notice .vertical .contentItem:not(:first-of-type) {
  margin: 0;
}
.notice .contentItem-Anchor {
  align-items: center;
  padding: 8px 0;
}
.notice .contentItem-Anchor.unread {
  font-weight: bold;
}
.notice .contentItem a:hover .contentItem-Data_Title {
  text-decoration: none;
}
.notice .contentItem-Anchor:hover {
  background-color: #feefef;
}
.notice .contentItem-Thumb {
  width: 48px;
  margin-right: 12px;
}
.notice .contentItem-Thumb img {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  object-fit: cover;
}
.notice .vertical {
  padding: 0;
}
.notice .vertical .contentItem-Data_Title {
  font-size: unset;
  margin: 0;
}
.notice .appPage-Section_Sort {
  padding: 0;
}

/**
 * お気に入りページ
 */
@media screen and (max-width:767px) {
  .subscription .contentItem.contentItem:not(:first-of-type) {
    margin-top: 1.5rem;
  }
  .subscription .contentItem-Anchor {
    flex-direction: column;
    align-items: flex-start;
  }
  .subscription .contentItem-Thumb {
    width: 100%;
    margin: 0;
  }
  .subscription .contentItem-Data {
    margin-top: 4px;
  }
  .subscription .contentItem-Data_Title {
    font-size: 1rem;
    margin-bottom: 4px;
  }
  .subscription .radio-theme {
    font-size: 2rem;
  }
}

/**
 * ドロワーメニュー
 */
.sideMenu {
  position: fixed;
  top: 0;
  overflow-y: scroll;
}
@media screen and (max-width: 1365px) {
  .sideMenu {
    left: -80vw;
    z-index: 500;
    width: 80vw;
    height: 100vh;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease-out;
    padding-bottom: 150px;
  }
  .sideMenu.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(80vw);
    transform: translateX(80vw);
  }
  @media screen and (min-width: 768px) {
    .sideMenu {
      width: 240px;
    }
  }
  .sideMenu.open::after {
    content: '';
  }
  .sideMenu-Arrow {
    display: none;
  }
}
@media screen and (min-width: 1366px) {
  .sideMenu {
    left: 0;
    z-index: 130;
    width: 240px;
    height: 100vh;
    background-color: #fafafa;
    border-right: 1px solid #efefef;
  }
  .sideMenu::-webkit-scrollbar {
    display: none; /*Google Chrome、Safari、Microsoft Edge対応のスクロールバー非表示コード*/
  }
  .sideMenu {
    scrollbar-width: none; /*Firefox対応のスクロールバー非表示コード*/
    -ms-overflow-style: none;/*Internet Explore対応のスクロールバー非表示コード*/
  }
  .sideMenu-Inner {
    padding-top: 60px;
    padding-bottom: 24px;
  }
  .sideMenu-Arrow {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 240px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
    background-color: #fafafa;
    border: 1px solid #efefef;
    border-width: 1px 1px 0 0;
  }
  .sideMenu-Arrow_Item {
    flex: 1;
    cursor: pointer;
    line-height: 24px;
  }
  .sideMenu-Arrow_Item:last-of-type {
    border-left: 1px solid #efefef;
  }
}

.sideMenu-Section {
  padding: 12px 24px;
}
.sideMenu-Section:not(:first-of-type) {
  border-top: 1px solid #efefef;
}

.sideMenu-Section_Header {
  padding: 8px 0;
}
.sideMenu-Section_Header_Title {
  font-weight: bold;
  letter-spacing: .5px;
}
.sideMenu-Menu_List_Item {
  /* padding: 0 24px; */
}
.sideMenu-Menu_Anchor {
  display: flex;
  align-items: center;
  line-height: 40px;
}
.sideMenu-Menu_Anchor:hover {
  color: #db614c;
}
.sideMenu-Menu_Anchor i {
  width: 32px;
  margin-right: 12px;
  font-size: 20px;
  vertical-align: middle;
  text-align: center;
}
.sideMenu-Menu_Anchor img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  vertical-align: middle;
  border-radius: 50%;
}

.sideMenu-Account .sideMenu-Menu_Anchor > div {
  line-height: 1;
}
.sideMenu-Account .sideMenu-Menu_Anchor span {
  color: #aeada2;
  font-size: .7em;
}
.sideMenu-Account_MeviusYearPass {
  margin-top: 12px;
}
.sideMenu-Account_MeviusYearPass_Button {
  cursor: pointer;
}
.sideMenu-Account_MeviusYearPass img {
  border-radius: 4px;
}
.sideMenu-Account_MeviusYearPass.expired img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%); /* 古いSafari対策（念のため） */
}
.sideMenu-Account_MeviusYearPass_Notice {
  font-size: 12px;
}
.expired .sideMenu-Account_MeviusYearPass_Notice {
  color: #d3533e;
}

.sideMenu-Event .sideMenu-Menu_List_Item {
  margin-bottom: 12px;
}
.sideMenu-Event .sideMenu-Menu_Anchor {
  line-height: 1.2;
}
/*
.sideMenu-Menu_Event_Date {
  font-weight: bold;
  border-bottom: 1px solid;
  margin-bottom: 4px;
  font-size: .9em;
} */
.sideMenu-Event .home-Event_Col_Item:first-of-type {
  width: 32px;
  margin-right: 12px;
  background-color: #db614c;
  border-radius: 4px;
  color: #fff;
}
.sideMenu-Event dl {
  text-align: center;
}
.sideMenu-Event dt {
  line-height: 12px;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 2px;
  letter-spacing: -.5px;
}
.sideMenu-Event dd {
  line-height: 10px;
  font-size: 10px;
  padding-bottom: 5px;
}
.sideMenu-Event_Title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  line-height: 1.4;
  overflow: hidden;
}
.sideMenu-Event_Place {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-size: .9em;
  color: #aeada2;
}

/* .sideMenu-Howto .sideMenu-Menu_Anchor {
  line-height: 1.4;
  font-size: .9em;
}
.sideMenu-Howto .sideMenu-Menu_Anchor span {
  font-size: .9em;
  color: #db614c;
  font-weight: bold;
} */

.sideMenu-Menu_More {
  display: block;
  text-align: center;
  padding: 8px;
  color: #222222;
  border: 1px solid #222222;
  margin: 8px 0;
}

.sideMenu-Info_List {
}
.sideMenu-Info_List_Item {
  display: inline-block;
}
.sideMenu-Info_List_Item:not(:last-of-type) {
  margin-right: 12px;
}
.sideMenu-Info_List_Item a,
.sideMenu-Info_Copyright {
  color: #aeada2;
  font-size: .9em;
}
.sideMenu-Info_Copyright {
  margin-top: 8px;
}

.sideMenu input[type="checkbox"] {
  display: none;
}
.sideMenu label,
.sideMenu-Accordion {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.sideMenu label {
  position: relative;
  display: block;
  cursor: pointer;
}
.sideMenu label::after,
.sideMenu label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background-color: #222222;
}
.sideMenu label::after {
  transform: translateY(-50%) rotate(90deg);
}
.sideMenu-Accordion {
  text-align: justify;
  max-height: 0;
  overflow: hidden;
}
.sideMenu input[type="checkbox"]:checked ~ .sideMenu-Accordion {
  max-height: none;
}
.sideMenu input[type="checkbox"]:checked ~ label::before {
  transform: translateY(-50%) rotate(90deg) !important;
}
.sideMenu-Accordion li:first-of-type {
  margin-top: 8px;
}
.sideMenu-Accordion li {
  line-height: 1.2;
  margin-bottom: 16px;
}

.sideMenu-Course div.sideMenu-Menu_List_Item {
  font-weight: bold;
  margin-top: 12px;
}
.sideMenu-Course li {
  position: relative;
  margin: 0;
  padding: 8px 0;
  padding-left: 1.2rem;
}
.sideMenu-Course li:first-of-type {
  margin-top: 0;
}
.sideMenu-Course a {
  line-height: 1.2;
}
.sideMenu-Course li a::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1px;
  background-color: rgba(0,0,0,.5);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
.sideMenu-Course li a::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left: 0;
}
.sideMenu-Course li:last-of-type a::after {
  height: 50%;
}

/* カテゴリータブ */
.home .tab,
.archive .tab {
  padding: 8px 0;
  border-bottom: 1px solid #efefef;
}
@media screen and (min-width:1366px) {
  .home .tab,
  .archive .tab {
    padding: 12px 0;
  }
  .tab .horizontalScroll {
    justify-content: center;
  }
  .search .horizontalScroll {
    justify-content: flex-start;
  }
}
.tab-Item {
  position: relative;
  white-space: nowrap;
  margin-left: 6px;
}
.search .tab-Item {
  margin-bottom: 6px;
}
.tab-Anchor {
  display: inline-block;
  background-color: #efefef;
  padding: 4px 12px;
  border-radius: 30px;
}
.tab-Anchor:hover {
  background-color: #333;
  color: #fff;
}
/* .tab .horizontalScroll-Arrow,
.person .horizontalScroll-Arrow {
  display: block;
} */
.tab .horizontalScroll-Arrow i,
.person .horizontalScroll-Arrow i {
  font-size: 1.5rem;
}


/* スタッフ一覧ページ */
.staffs .appPage-Inner {
  max-width: 768px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .staffs-List {
    padding: 0 48px;
  }
}
.staffs-List_Item {
  padding: 24px 0;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .staffs-List_Item {
    padding: 24px;
  }
}
.staffs-List_Item:not(:first-of-type) {
  border-top: 1px solid #efefef;
}
.staffs-List_Item input[type="checkbox"] {
  display: none;
}
.staffs-List_Item label,
.staffs-List_Item_Content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.staffs-List_Item label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.staffs-List_Item label::after,
.staffs-List_Item label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 2px;
  height: 20px;
  background-color: #db614c;
}
.staffs-List_Item label::after {
  transform: translateY(-50%) rotate(90deg);
}

.staffs-List_Icon {
  width: 80px;
  height: 80px;
  margin-right: 8px;
}
@media screen and (min-width:768px) {
  .staffs-List_Icon {
    width: 120px;
    height: 120px;
    margin-right: 16px;
  }
}
.staffs-List_Icon img {
  border-radius: 50%;
  border: 1px solid #efefef;
}
.staffs-List_Position {
  color: #db614c;
  margin-bottom: 8px;
}
.staffs-List_Name {
  font-size: 1.5em;
}
@media screen and (min-width:768px) {
  .staffs-List_Name {
    font-size: 1.7em;
  }
}
.staffs-List_Item_Content {
  text-align: justify;
  max-height: 0;
  overflow: hidden;
  line-height: 2;
}
@media screen and (min-width:768px) {
  .staffs-List_Item_Content {
    font-size: 1rem;
  }
}
@media screen and (min-width:1366px) {
  .staffs-List_Item_Content {
    font-size: 1.2em;
  }
}
.staffs-List_Item input[type="checkbox"]:checked ~ .staffs-List_Item_Content {
  max-height: none;
  padding: 12px 24px;
  margin-top: 12px;
  background-color: #feefef;
  border-radius: 4px;
}
.staffs-List_Item input[type="checkbox"]:checked ~ label::before {
  transform: translateY(-50%) rotate(90deg) !important;
}

/* 用語解説ページ */
.glossary-List li:not(:first-of-type) {
  margin-top: 1.5rem;
}
.glossary-List a {
  color: #d3533e;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.glossary-List a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-right: 8px;
  color: #aeada2;
}
.glossary-List ul {
  width: 100%;
  padding-left: 1.5rem;
  margin-top: 1.5rem;
}

/* サイトマップ */
.sitemap ul ul {
  padding-left: 40px;
}
.sitemap li {
  margin-top: 8px;
}
.sitemap li a:hover {
  text-decoration: underline;
}

/* 吹き出しCSS */
.single-Content .bubble {
  display: flex;
  align-items: flex-start;
}
.single-Content .bubble + br + br {
  display: none;
}
.single-Content .bubble.right {
  flex-direction: row-reverse;
}
.single-Content .bubble-Icon {
  flex-basis: 80px;
  margin-right: 20px;
}
.single-Content .right  .bubble-Icon {
  margin: 0;
  margin-left: 20px;
}
.single-Content .bubble-Icon img {
  object-fit: cover;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #efefef;
}
.single-Content .bubble-Icon span {
  display: block;
  text-align: center;
  font-size: .9em;
  font-weight: bold;
}
.single-Content .bubble-Content {
  position: relative;
  flex: 1;
  border: 4px solid #efefef;
  border-radius: 4px;
  padding: 12px 16px;
  text-align: justify;
}
.single-Content .bubble-Content::before {
  content: '';
  position: absolute;
  top: 13px;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  border: 4px solid #efefef;
  background-color: #fff;
}
.single-Content .left .bubble-Content::before {
  left: -13px;
  transform: rotate(45deg);
  border-width: 0 0 4px 4px;
}
.single-Content .right .bubble-Content::before {
  right: -13px;
  transform: rotate(45deg);
  border-width: 4px 4px 0 0;
}

/* 固定ページのスタイル */
.page-Inner {
  margin: 0 auto;
  width: 90%;
  max-width: 768px;
  padding-top: 12px;
}

.page-Inner .single-Content {
  margin-top: 2rem;
}

/* ゆにラジのサムネ設定 */
.radio .contentItem-Thumb {
  position: relative;
}
.radio .contentItem-Thumb img {
  border: 0;
}
/* .radio .contentItem-Thumb::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 4px solid;
  border-radius: 4px;
}
@media screen and (min-width:768px) {
  .horizontalScroll .radio .contentItem-Thumb::after,
  .contentList .radio .contentItem-Thumb::after {
    border: 6px solid;
  }
}

.radio.monday .contentItem-Thumb::after {
  border-color: #E14B2A;
}
.radio.tuesday .contentItem-Thumb::after {
  border-color: #E28E6B;
}
.radio.wednesday .contentItem-Thumb::after {
  border-color: #ECC21E;
}
.radio.thursday .contentItem-Thumb::after {
  border-color: #3E8F92;
}
.radio.friday .contentItem-Thumb::after {
  border-color: #C68A41;
}
.radio.saturday .contentItem-Thumb::after {
  border-color: #AFB55B;
}
.radio.sunday .contentItem-Thumb::after {
  border-color: #729C56;
}
.radio.other .contentItem-Thumb::after {
  border-color: #222222;
}
.radio.midnight .contentItem-Thumb::after {
  border-color: #3E3D5B;
} */

.radio .radio-title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  width: 100%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 4px;
  font-size: 12px;
  line-height: 1.3;
  border-radius: 0 0 4px 4px;
}
@media screen and (min-width:768px) {
  .horizontalScroll .radio .radio-title,
  .contentList .radio .radio-title {
    font-size: 14px;
    padding: 4px 12px;
  }
}

.radio.monday .radio-title {
  background-color: #E14B2A;
}
.radio.monday .radio-title::before {
  content: '月：';
}

.radio.tuesday .radio-title {
  background-color: #E28E6B;
}
.radio.tuesday .radio-title::before {
  content: '火：';
}

.radio.wednesday .radio-title {
  background-color: #ECC21E;
}
.radio.wednesday .radio-title::before {
  content: '水：';
}

.radio.thursday .radio-title {
  background-color: #3E8F92;
}
.radio.thursday .radio-title::before {
  content: '木：';
}

.radio.friday .radio-title {
  background-color: #c29332;
}
.radio.friday .radio-title::before {
  content: '金：';
}

.radio.saturday .radio-title {
  background-color: #AFB55B;
}
.radio.saturday .radio-title::before {
  content: '土：';
}

.radio.sunday .radio-title {
  background-color: #AFB55B;
}
.radio.sunday .radio-title::before {
  content: '日：';
}

.radio.other .radio-title {
  background-color: #222222;
}
.radio.other .radio-title::before {
  content: '他：';
}

.radio.midnight .radio-title {
  background-color: #3E3D5B;
}
/* .radio.midnight .radio-title::before {
  content: '深夜：';
} */

.radio-theme {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 4px;
  font-size: 1.5rem;
  padding-right: 0;
}
.radio-theme::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
  content: '';
  background: linear-gradient( to top, rgba(0, 0, 0, 70%) 0%, rgba(255, 255, 255, 0%) 100% );
  border-radius: 0 0 4px 4px;
}
.radio-theme-day {
  position: relative;
  width: 18%;
  height: 18%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
}
.radio-theme-day::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.radio-theme-day span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-weight: bold;
  color: #fff;
}
.radio-theme-day.other {
  display: none;
}
.radio-theme-name {
  flex: 1;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  letter-spacing: .02em;
}
@media screen and (max-width: 549px) {
  .vertical .radio-theme {
    font-size: 1rem;
  }
}
@media screen and (min-width: 550px) {
  .horizontalScroll .radio-theme {
    font-size: 1.7rem;
    padding: 8px;
  }
}
@media screen and (min-width: 768px) {
  .radio-theme {
    font-size: 1.8rem;
  }
  .horizontalScroll .radio-theme {
    font-size: 2rem;
  }
  .sidebar .radio-theme {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .horizontalScroll .radio-theme {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1366px) {
  .horizontalScroll .radio-theme {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1920px) {
  .horizontalScroll .radio-theme {
    font-size: 2rem;
  }
}


/* 「北極老人の本棚を語る」のサムネ画像を生成 */
.contentItem.bookshelf .contentItem-Thumb,
.bookshelf .single-Thumb {
  position: relative;
  background-image: url(../img/bookshelf-back.jpg);
  background-position: center center;
  background-size: cover;
}
/* 「北極老人の図書室」のサムネ画像を生成 */
.contentItem.library .contentItem-Thumb,
.library .single-Thumb {
  position: relative;
  background-image: url(../img/library-back.jpg);
  background-position: center center;
  background-size: cover;
}
.contentItem.bookshelf .contentItem-Thumb::before,
.bookshelf .single-Thumb::before,
.contentItem.library .contentItem-Thumb::before,
.library .single-Thumb::before {
  content: '';
  display: block;
  padding-top: 56.25%;
}
.contentItem.bookshelf .contentItem-Thumb img,
.bookshelf .single-Thumb img,
.contentItem.library .contentItem-Thumb img,
.library .single-Thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 90%;
  width: auto;
  border-radius: 0;
  border: 0;
}


/* グループ投稿ページ */
.group .appPage-WideHeader::before {
  filter: blur(4px);
}
.group .appPage-WideHeader::after {
  background-color: rgba(0,0,0,.5);
}
.group .appPage-WideHeader_Title {
  text-align: center;
}
.group .appPage-WideHeader_Title a {
  color: #fff;
}
.group .appPage-WideHeader_Title span {
  border: 1px solid;
  padding: 4px 12px;
}
@media screen and (max-width:549px) {
  .group.realization .appPage-WideHeader {
    padding: 20px 12px;
  }
}
@media screen and (max-width:1023px) {
  .group:not(.realization) .appPage-WideHeader {
    padding: 0;
  }
  .group:not(.realization) .appPage-WideHeader::before {
    position: static;
    filter: none;
    padding-top: 56.25%;
    display: block;
  }
  .group:not(.realization) .appPage-WideHeader::after {
    content: none;
  }
  .group:not(.realization) .appPage-WideHeader_Title {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .group .single-Inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width:1365px) {
  .group .single-Inner {
    display: flex;
    flex-direction: column-reverse;
  }
}

.group-Form {
  padding: 12px;
  border-bottom: 8px solid #efefef;
}
@media screen and (min-width:768px) {
  .group-Form {
    border: 2px solid #efefef;
    border-radius: 8px;
  }
}
.group-Form .single-Comment_List_Icon img {
  background-color: #fff;
}
.group-Form form {
  width: 100%;
}
.group-Form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;

  width: 100%;
  border-bottom: 1px solid #aeada2;
  padding: 4px 0px;
  margin: 8px 0;
  border-radius: 0;
}
.group-Form textarea:focus,
.group-Form textarea:not(:placeholder-shown) {
  min-height: 200px;
}

.group-Form_Meta {
  display: flex;
  align-items: center;
}
.group-Form_Meta span {
  border-radius: 4px;
  background-color: #efefef;
  border: 1px solid #aeada2;
  padding: 0px 8px;
  cursor: pointer;
}
@media screen and (max-width:549px) {
  .group-Form_Meta span {
    font-size: .9em;
  }
}
.group-Form_Meta span:not(:first-of-type) {
  margin-left: 6px;
}
.group-Form_Meta span:hover {
  background-color: #aeada2;
  color: #fff;
}
.group-Form_Meta button {
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;

  margin-left: auto;
  background-color: #db614c;
  border: 1px solid #db614c;
  color: #fff;
  border-radius: 4px;
  padding: 0px 8px;
}
.group-Form_Meta button:hover {
  background-color: transparent;
  color: #db614c;
}
.group-Form_Meta i {
  margin-right: 2px;
}
.group-Form .comments-Form_Add {
  display: none;
}

.group-Form_Checkbox label {
  display: inline-block;
  position: relative;
  margin: 4px 0;
  padding-left: 24px;
  cursor: pointer;
  user-select: none;
  margin-right: 12px;
}
.group-Form_Checkbox input {
  display: none;
}
/* □ */
.group-Form_Checkbox .checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
  border: solid 2px #db614c;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #fff;
}
/* ✓ */
.group-Form_Checkbox .checkmark:after {
  content: "";
  position: absolute;
  top: 35%;
  left: 50%;
  width: 6px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: translate(-50%,-50%) rotate(45deg);
  opacity: 0;
}

/* チェックが入ったときの□ */
.group-Form_Checkbox input:checked + .checkmark {
  background: #db5608;
  border-color: #db5608;
}

/* チェックが入ったときの✓ */
.group-Form_Checkbox input:checked + .checkmark:after {
  opacity: 1;
}

.group-Form_Checkbox li {
  padding: 0;
}
.group-Form_Checkbox li:not(:first-of-type) {
  border: 0;
}

/* 予約投稿のフォーム表示 */
.group-Form_Checkbox_Select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0 !important;
}
.group-Form_Checkbox_Select li {
  width: 30%;
  align-items: flex-end;
}
.group-Form_Checkbox_Select li:nth-of-type(n+3) {
  margin-top: 5% !important;
}
.group-Form_Checkbox_Select li:nth-of-type(3) {
  margin-right: 10%;
}
.group-Form_Checkbox_Select li:nth-of-type(4) {
  margin-left: 10%;
}
.group-Form_Checkbox_Select span {
  margin-left: 2px;
  margin-right: 8px;
}
.group-Form_Checkbox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;

  border: 1px solid #aeada2;
  border-radius: 4px;
  line-height: 1;
  padding: 8px;
  width: 100%;
  text-align: center;
}

.group-Form_Announce {
  text-align: center;
  color: #db614c;
  font-weight: bold;
  border: 1px solid #db614c;
  border-radius: 8px;
  padding: 12px;
}

.group-Form .modal__content__head {
  color: #db614c;
  font-weight: bold;
}
.group-Form .modal__content__item:not(:first-of-type) {
  margin-top: 20px;
}

.modal .loader {
  font-size: 16px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10000;
  padding: 0;

  opacity: 0;
  display: none;
}
.modal .modal__container::before,
.modal .loader-background {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
  opacity: 0;
  display: none;
  z-index: 9000;
}
.modal.loading .loader,
.modal.loading .modal__container::before,
.modal.loading .loader-background {
  opacity: 1;
  display: block;
}

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #d3533e, 1.8em -1.8em 0 0em rgba(211,83,62, 0.2), 2.5em 0em 0 0em rgba(211,83,62, 0.2), 1.75em 1.75em 0 0em rgba(211,83,62, 0.2), 0em 2.5em 0 0em rgba(211,83,62, 0.2), -1.8em 1.8em 0 0em rgba(211,83,62, 0.2), -2.6em 0em 0 0em rgba(211,83,62, 0.5), -1.8em -1.8em 0 0em rgba(211,83,62, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.7), 1.8em -1.8em 0 0em #d3533e, 2.5em 0em 0 0em rgba(211,83,62, 0.2), 1.75em 1.75em 0 0em rgba(211,83,62, 0.2), 0em 2.5em 0 0em rgba(211,83,62, 0.2), -1.8em 1.8em 0 0em rgba(211,83,62, 0.2), -2.6em 0em 0 0em rgba(211,83,62, 0.2), -1.8em -1.8em 0 0em rgba(211,83,62, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.5), 1.8em -1.8em 0 0em rgba(211,83,62, 0.7), 2.5em 0em 0 0em #d3533e, 1.75em 1.75em 0 0em rgba(211,83,62, 0.2), 0em 2.5em 0 0em rgba(211,83,62, 0.2), -1.8em 1.8em 0 0em rgba(211,83,62, 0.2), -2.6em 0em 0 0em rgba(211,83,62, 0.2), -1.8em -1.8em 0 0em rgba(211,83,62, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.2), 1.8em -1.8em 0 0em rgba(211,83,62, 0.5), 2.5em 0em 0 0em rgba(211,83,62, 0.7), 1.75em 1.75em 0 0em #d3533e, 0em 2.5em 0 0em rgba(211,83,62, 0.2), -1.8em 1.8em 0 0em rgba(211,83,62, 0.2), -2.6em 0em 0 0em rgba(211,83,62, 0.2), -1.8em -1.8em 0 0em rgba(211,83,62, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.2), 1.8em -1.8em 0 0em rgba(211,83,62, 0.2), 2.5em 0em 0 0em rgba(211,83,62, 0.5), 1.75em 1.75em 0 0em rgba(211,83,62, 0.7), 0em 2.5em 0 0em #d3533e, -1.8em 1.8em 0 0em rgba(211,83,62, 0.2), -2.6em 0em 0 0em rgba(211,83,62, 0.2), -1.8em -1.8em 0 0em rgba(211,83,62, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.2), 1.8em -1.8em 0 0em rgba(211,83,62, 0.2), 2.5em 0em 0 0em rgba(211,83,62, 0.2), 1.75em 1.75em 0 0em rgba(211,83,62, 0.5), 0em 2.5em 0 0em rgba(211,83,62, 0.7), -1.8em 1.8em 0 0em #d3533e, -2.6em 0em 0 0em rgba(211,83,62, 0.2), -1.8em -1.8em 0 0em rgba(211,83,62, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.2), 1.8em -1.8em 0 0em rgba(211,83,62, 0.2), 2.5em 0em 0 0em rgba(211,83,62, 0.2), 1.75em 1.75em 0 0em rgba(211,83,62, 0.2), 0em 2.5em 0 0em rgba(211,83,62, 0.5), -1.8em 1.8em 0 0em rgba(211,83,62, 0.7), -2.6em 0em 0 0em #d3533e, -1.8em -1.8em 0 0em rgba(211,83,62, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.2), 1.8em -1.8em 0 0em rgba(211,83,62, 0.2), 2.5em 0em 0 0em rgba(211,83,62, 0.2), 1.75em 1.75em 0 0em rgba(211,83,62, 0.2), 0em 2.5em 0 0em rgba(211,83,62, 0.2), -1.8em 1.8em 0 0em rgba(211,83,62, 0.5), -2.6em 0em 0 0em rgba(211,83,62, 0.7), -1.8em -1.8em 0 0em #d3533e;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #d3533e, 1.8em -1.8em 0 0em rgba(211,83,62, 0.2), 2.5em 0em 0 0em rgba(211,83,62, 0.2), 1.75em 1.75em 0 0em rgba(211,83,62, 0.2), 0em 2.5em 0 0em rgba(211,83,62, 0.2), -1.8em 1.8em 0 0em rgba(211,83,62, 0.2), -2.6em 0em 0 0em rgba(211,83,62, 0.5), -1.8em -1.8em 0 0em rgba(211,83,62, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.7), 1.8em -1.8em 0 0em #d3533e, 2.5em 0em 0 0em rgba(211,83,62, 0.2), 1.75em 1.75em 0 0em rgba(211,83,62, 0.2), 0em 2.5em 0 0em rgba(211,83,62, 0.2), -1.8em 1.8em 0 0em rgba(211,83,62, 0.2), -2.6em 0em 0 0em rgba(211,83,62, 0.2), -1.8em -1.8em 0 0em rgba(211,83,62, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.5), 1.8em -1.8em 0 0em rgba(211,83,62, 0.7), 2.5em 0em 0 0em #d3533e, 1.75em 1.75em 0 0em rgba(211,83,62, 0.2), 0em 2.5em 0 0em rgba(211,83,62, 0.2), -1.8em 1.8em 0 0em rgba(211,83,62, 0.2), -2.6em 0em 0 0em rgba(211,83,62, 0.2), -1.8em -1.8em 0 0em rgba(211,83,62, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.2), 1.8em -1.8em 0 0em rgba(211,83,62, 0.5), 2.5em 0em 0 0em rgba(211,83,62, 0.7), 1.75em 1.75em 0 0em #d3533e, 0em 2.5em 0 0em rgba(211,83,62, 0.2), -1.8em 1.8em 0 0em rgba(211,83,62, 0.2), -2.6em 0em 0 0em rgba(211,83,62, 0.2), -1.8em -1.8em 0 0em rgba(211,83,62, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.2), 1.8em -1.8em 0 0em rgba(211,83,62, 0.2), 2.5em 0em 0 0em rgba(211,83,62, 0.5), 1.75em 1.75em 0 0em rgba(211,83,62, 0.7), 0em 2.5em 0 0em #d3533e, -1.8em 1.8em 0 0em rgba(211,83,62, 0.2), -2.6em 0em 0 0em rgba(211,83,62, 0.2), -1.8em -1.8em 0 0em rgba(211,83,62, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.2), 1.8em -1.8em 0 0em rgba(211,83,62, 0.2), 2.5em 0em 0 0em rgba(211,83,62, 0.2), 1.75em 1.75em 0 0em rgba(211,83,62, 0.5), 0em 2.5em 0 0em rgba(211,83,62, 0.7), -1.8em 1.8em 0 0em #d3533e, -2.6em 0em 0 0em rgba(211,83,62, 0.2), -1.8em -1.8em 0 0em rgba(211,83,62, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.2), 1.8em -1.8em 0 0em rgba(211,83,62, 0.2), 2.5em 0em 0 0em rgba(211,83,62, 0.2), 1.75em 1.75em 0 0em rgba(211,83,62, 0.2), 0em 2.5em 0 0em rgba(211,83,62, 0.5), -1.8em 1.8em 0 0em rgba(211,83,62, 0.7), -2.6em 0em 0 0em #d3533e, -1.8em -1.8em 0 0em rgba(211,83,62, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(211,83,62, 0.2), 1.8em -1.8em 0 0em rgba(211,83,62, 0.2), 2.5em 0em 0 0em rgba(211,83,62, 0.2), 1.75em 1.75em 0 0em rgba(211,83,62, 0.2), 0em 2.5em 0 0em rgba(211,83,62, 0.2), -1.8em 1.8em 0 0em rgba(211,83,62, 0.5), -2.6em 0em 0 0em rgba(211,83,62, 0.7), -1.8em -1.8em 0 0em #d3533e;
  }
}


.group .single-Comment_List {
  margin: 0;
  margin-top: 12px;
}
.group .single-Comment_List_Item.depth-1 {
  font-size: 16px;
  padding-bottom: 12px;
}
.group .single-Comment_List_Item:first-of-type {
  margin-top: 0;
}
.group .single-Comment_List_Item.pickup {
  position: relative;
}
.group .single-Comment_List_Item.pickup::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f08d';
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 2em;
  color: #cfcfcf;
  line-height: 1;
}
.group .depth-1 .single-Comment_List_Sentence {
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.group .depth-1 .single-Comment_List_Sentence a,
.single-Comment_List_Form_Sentence a {
  color: #3e8f92;
  text-decoration: underline;
}
.group .depth-1 .single-Comment_List_Sentence a:hover,
.single-Comment_List_Form_Sentence a:hover {
  text-decoration: none;
}
/* .group.own .depth-1 .single-Comment_List_Sentence {
  padding-bottom: 0;
  border: 0;
} */
.group .depth-2 {
  margin: 0;
}

@media screen and (max-width:767px) {
  .single-Comnent_List_Like_Modal {
    width: auto;
    padding: 0;
    top: 50px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    overflow: hidden;
    border-radius: 8px;
  }
}
@media screen and (min-width:768px) {
  .single-Comnent_List_Like_Modal--comment {
    width: 640px;
  }
}
.single-Comnent_List_Like_Modal_Inner {
  height: calc(100vh - 50px);
  padding: 0px 20px 120px;
  overflow-y: scroll;
}
.single-Comnent_List_Like_Modal_Head {
  position: sticky;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background-color: RGBA(255,255,255,0.8);
  padding: 12px;
  border-bottom: 1px solid #efefef;
  z-index: 100;
}
.single-Comnent_List_Like_Modal_H2 {
  color: #db614c;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 20px;
}
.single-Comnent_List_Like_Modal_Inner > form {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 12px;
  background-color: #fff;
  border-top: 1px solid #efefef;
  flex-wrap: wrap;
}
.single-Comnent_List_Like_Modal_Inner > form .comments-Form_Add {
  display: none;
  width: 100%;
  margin: 0 0 8px;
}

.single-Comnent_List_Like_Modal_Inner > form .preview-images {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}

.single-Comnent_List_Like_Modal ul {
  overflow-y: auto;
  max-height: none;
  /* margin-top: 12px; */
}
.single-Comnent_List_Like_Modal li {
  padding: 0;
  margin-top: 8px;
}
.single-Comnent_List_Like_Modal li:not(:first-of-type) {
  border: 0;
}
.group .single-Comment_List_Form textarea:focus,
.group .single-Comment_List_Form textarea:not(:placeholder-shown) {
  min-height: 120px;
}
.group .single-Comment_List_Icon img {
  margin-right: 0;
}

.single-Comnent_List_Like_Modal--edit .single-Comment_List_Item {
  padding: 12px 0 0 0;
  border: 0;
  margin: 0;
  background-color: transparent;
}
.single-Comnent_List_Like_Modal--edit textarea {
  border: 1px solid #efefef;
  padding: 4px 8px;
  border-radius: 4px;
  line-height: 24px;
}
.single-Comnent_List_Like_Modal--edit .single-Comnent_List_Images + p {
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 1rem;
}
.single-Comnent_List_Like_Modal--edit .group-Form_Meta {
  flex-direction: column;
}
.single-Comnent_List_Like_Modal--edit .group-Form_Meta button {
  width: 100%;
  border-radius: 100px;
  padding: 1rem;
  margin-top: 1.5rem;
}
.single-Comnent_List_Like_Modal--edit .group-Form_Meta button:last-of-type {
  background-color: #fff;
  color: #db614c;
}
.single-Comnent_List_Like_Modal--edit .group-Form_Checkbox {
  margin-top: 1rem;
  text-align: center;
}

.group-Sidebar {
  margin: 0;
  padding: 0;
}
.group-Sidebar ul {
  display: flex;
  align-items: center;
  border-top: 1px solid #efefef;
}
.group-Sidebar li {
  flex: 1;
  text-align: center;
}
.group-Sidebar li:not(:first-of-type) {
  border-left: 1px solid #efefef;
}
.group-Sidebar a {
  display: block;
  padding: .5rem 0;
  border-bottom: 4px solid #efefef;
  font-size: 13px;
}
.group-Sidebar a.current {
  border-color: #d3533e;
  color: #d3533e;
}
@media screen and (min-width:768px) {
  .group-Sidebar ul {
    border: 0;
    margin: 20px 0;
  }
  .group-Sidebar li:not(:first-of-type) {
    border-left: 0;
    margin-left: 1rem;
  }
  .group-Sidebar a {
    border: 1px solid #efefef;
    border-radius: 8px;
    font-size: unset;
  }
}
@media screen and (min-width:1366px) {
  .group-Sidebar ul {
    display: block;
    margin-top: 12px;
  }

  .group-Sidebar li:not(:first-of-type) {
    margin: 12px 0;
  }
}

.group-Sidebar input[type="checkbox"] {
  display: none;
}
.group-Sidebar label,
.group-Sidebar_Accordion {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.group-Sidebar label {
  position: relative;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
.group-Sidebar_Accordion a {
  display: flex;
  align-items: center;
  padding: .5rem;
}
.group-Sidebar_Accordion img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 8px;
}
@media screen and (max-width: 1355px) {
  .group-Sidebar_Accordion ul {
    flex-direction: column;
    align-items: flex-start;
    border-top: 0;
    padding: .5rem;
  }
  .group-Sidebar_Accordion li {
    border: 1px solid #efefef;
    border-radius: 8px;
    width: 100%;
  }
  .group-Sidebar_Accordion li:not(:first-of-type) {
    margin-top: .5rem;
  }
  .group-Sidebar_Accordion a {
    border: 0;
  }
  .group-Sidebar label {
    cursor: pointer;
    padding: .5rem;
  }
  .group-Sidebar label::after,
  .group-Sidebar label::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background-color: #db614c;
  }
  .group-Sidebar label::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .group-Sidebar_Accordion {
    text-align: justify;
    max-height: 0;
    overflow: hidden;
  }
  .group-Sidebar input[type="checkbox"]:checked ~ .group-Sidebar_Accordion {
    max-height: none;
  }
  .group-Sidebar input[type="checkbox"]:checked ~ label::before {
    transform: translateY(-50%) rotate(90deg) !important;
  }
  .group-Sidebar input[type="checkbox"]:not(:checked) ~ label {
    border-bottom: 1px solid #efefef;
  }
  @media screen and (min-width: 768px) {
    .group-Sidebar {
      margin: 1rem 0;
    }
    .group-Sidebar input[type="checkbox"]:not(:checked) ~ label {
      border-bottom: 0;
    }
    .group-Sidebar_Accordion ul {
      margin-top: 0;
    }
  }
}

.group .profile-Panel_List_Date {
  color: #aeada2;
}
@media screen and (max-width:767px) {
  .group main .single-Side_Head {
    padding: 20px 12px 0;
  }
}

.group .appPage-WideHeader {
  margin-bottom: 0;
}
.group-Breadcrumb {
  background-color: #db614c;
}
@media screen and (min-width: 768px) {
  .group-Breadcrumb {
    margin-bottom: 20px;
  }
}
.group-Breadcrumb_List {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding: 12px;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1;
  scrollbar-width: none;/* for Windows */
  -ms-overflow-style: none;/* for Windows */
}
.group-Breadcrumb_List::-webkit-scrollbar {
  display:none;
}
.group-Breadcrumb_List_Item {
  min-width: fit-content;
  color: #fff;
}
.group-Breadcrumb_List_Item:not(:first-of-type)::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f105';
  color: #fff;
  margin: 0 8px;
}
.group-Breadcrumb_List_Item a {
  color: #fff;
  font-size: .9em;
}

/* グループの情報 */
.group-Info {
  padding: 12px;
  border-bottom: 1px solid #efefef;
}
.group-Info input[type="checkbox"] {
  display: none;
}
.group-Info label,
.group-Info_Accordion {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.group-Info label {
  position: relative;
  display: block;
  cursor: pointer;
}
.group-Info label::after,
.group-Info label::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background-color: #db614c;
}
.group-Info label::after {
  transform: translateY(-50%) rotate(90deg);
}
.group-Info_Accordion {
  text-align: justify;
  max-height: 0;
  overflow: hidden;
  background-color: #fafafa;
  border-radius: 8px;
  font-size: .95em;
}
.group-Info input[type="checkbox"]:checked ~ .group-Info_Accordion {
  max-height: none;
  margin-top: 8px;
  padding: 12px;
  border: 1px solid #efefef;
}
.group-Info input[type="checkbox"]:checked ~ label::before {
  transform: translateY(-50%) rotate(90deg) !important;
}


/* グループのメンバー一覧 */
.group-Member_Meta {
  padding: 8px 12px;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.group-Member_Meta .exit {
  display: inline-block;
  color: #aeada2;
  border: 1px solid #aeada2;
  border-radius: 30px;
  padding: 0 8px;
  cursor: pointer;
  margin-left: 1rem;
  font-size: 12px;
}
.group-Member li {
  display: flex;
  align-items: center;
  padding: 8px;
}
.group-Member li:not(:first-of-type) {
  border-top: 1px solid #efefef;
}
.group-Member img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 8px;
}
/* .group-Member li.my .delete {
  margin-left: 4px;
  color: #d3533e;
  vertical-align: middle;
} */

.group-User {
  padding: 12px;
}
@media screen and (min-width:768px) {
  .group-User {
    padding: 0;
    margin-bottom: 1rem;
  }
}
.group-User_Name {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: justify;
}
@media screen and (min-width:550px) {
  .group-User_Name {
    font-size: 1.5rem;
  }
}
.group-User_Profile {
  margin-top: 8px;
  text-align: justify;
  background-color: #fafafa;
  border-radius: 8px;
  font-size: .95em;
  padding: 12px;
  border: 1px solid #efefef;
}
.group-User_Profile input[type="checkbox"] {
  display: none;
}
.group-User_Profile .hidden-text {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
}
.group-User_Profile label {
  color: #d3533e;
  cursor: pointer;
}
.group-User_Profile input[type="checkbox"]:checked + .hidden-text {
  max-height: none;
}
.group-User_Profile input[type="checkbox"]:checked ~ label {
  display: none;
}

.inori-Content .group-User {
  padding: 0;
  margin: 1rem 0 0;
}
.inori-Content .group-User_Name {
  font-weight: normal;
  text-align: center;
}


.group-Sort {
  padding: .5rem 0;
  padding-left: 8px;
  background-color: #efefef;
  font-size: 1.2rem;
}
@media screen and (min-width:768px) {
  .group-Sort {
    padding-top: 0;
    padding-left: 0;
    background-color: transparent;
  }
}
.group-Sort select {
  margin: 0;
  border: 0;
  outline: none;
  padding: 0;
  background: transparent;
  letter-spacing: 1px;
}

.group-Inori {
  padding: 8px;
}
.group-Inori_Button {
  background-color: #d3533e;
  color: #fff;
  border-radius: 4px;
  padding: 1rem;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #d3533e !important;
  font-weight: bold;
}
.group-Inori_Button:hover {
  background-color: transparent;
  color: #d3533e;
}
.group-Inori_Button i {
  margin-right: 4px;
}
@media screen and (min-width:768px) {
  .group-Inori {
    padding: 0;
    margin-top: 20px;
  }
}

.inori {
  position: relative;
  min-height: 100vh;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;

  padding-bottom: 100px;
}
.inori-Back {
  position: fixed;
  top: 0;
  right: 0;
  z-index: -2;
  width: 100%;
  height: 100vh;
  background-image: url('img/back.jpg');
  background-position: center center;
  background-size: cover;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  opacity: .5;
}
@media screen and (max-width: 667px){
  .inori-Back {
    display: none;
  }
}
/* .inori-Back::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  z-index: 1;
  background-color: rgba(255,255,255,.8);

  -webkit-filter: blur(8px);
  filter: blur(8px);
} */
.inori .archive-Inner {
  display: block;
  position: relative;
  z-index: 2;
}
.inori .archive-Main {
  background-color: #fff;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .inori .archive-Main {
    margin-top: 1rem;
    box-shadow: 0 0px 8px #ddd;
  }
}
.inori-Content {
  margin-top: -1rem;
  padding: 0 1rem 2rem;
  text-align: center;
}
.inori-Content p {
  text-align: left;
}
@media screen and (min-width: 550px) {
  .inori-Content {
    margin-top: -2rem;
    padding: 0 3rem 3rem;
  }
}
.inori-Content input[type="checkbox"] {
  display: none;
}
.inori-Content .hidden-text {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
  max-height: 0;
  overflow: hidden;
}
.inori-Content > label {
  /* color: #aeada2; */
  text-align: center;
  cursor: pointer;
  border: 1px solid;
  padding: 12px;
  border-radius: 4px;
}
.inori-Content input[type="checkbox"]:checked + p {
  max-height: none;
}
.inori-Content input[type="checkbox"]:checked ~ label {
  display: none;
}

.inori-Head {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 4px;
}
.inori-Head + p {
  margin-bottom: 2rem;
}
@media screen and (min-width: 550px) {
  .inori-Head {
    font-size: 3rem;
  }
  .inori-Head + p {
    text-align: center;
  }
}

.inori form {
  margin-top: 2rem;
}
.inori textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;

  border: 1px solid #efefef;
  width: 100%;
  background-color: rgba(255,255,255,.8);
  padding: 12px 16px;
  border-radius: 4px;
  font-size: 1.2em;
}
.inori button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;

  width: 100%;
  background-color: #db614c;
  color: #fff;
  font-size: 1.2em;
  padding: 12px;
  letter-spacing: 2px;
  border-radius: 4px;
  margin-top: 16px;
  border: 1px solid #db614c;
  /* font-weight: bold; */
}
.inori button:hover {
  background-color: #fff;
  color: #db614c;
}

.inori .modal button {
  display: block;
  font-size: 1rem;
  margin: 2rem auto 0;
  width: 300px
}
.inori .modal button.modal__close {
  border: 1px solid #db614c;
  background-color: #fff;
  color: #db614c;
}

.inori-Log_List_Item {
  width: 668px;
  max-width: 90%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1rem;
  box-shadow: 0 0px 8px #ddd;
  background-color: #fff;
  padding: 2rem;
}
@media screen and (min-width: 550px) {
  .inori-Log_List_Item {
    padding: 3rem;
  }
}
.inori-Log_Name {
  text-align: center;
  font-size: 1.2em;
  letter-spacing: 1px;
  font-weight: bold;
}
.Real_Name {
  font-size: 0.9em;
  font-weight: normal;
}
.inori-Log_Time {
  text-align: center;
  font-size: 1.2em;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}
.inori-Log_Content p {
  text-align: left;
}

/* スマホ表示で画面最上部に表示されるアプリへの誘導 */
.appBar {
  padding: 8px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #efefef;
  background-color: #f6f6f6;
}
/* @media screen and (min-width: 768px) {
  .appBar {
    display: none;
  }
} */
.appBar-Icon {
  width: 32px;
  height: auto;
  vertical-align: bottom;
  border-radius: 8px;
  overflow: hidden;
}
.appBar-Title {
  flex: 1;
  line-height: 1.2;
  font-size: 12px;
  font-weight: bold;
  margin: 0 8px;
}
.appBar-Title span {
  font-size: 11px;
  color: #aaaaaa;
  font-weight: normal;
}
.appBar-Button {
  background-color: #d3533e;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 3px 12px;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 100px;
  font-size: 12px;
}
@media screen and (max-width:767px) {
  .appBar-Button span {
    display: none;
  }
}
@media screen and (min-width:768px) {
  .appBar {
    justify-content: center;
  }
  .appBar-Title {
    flex: none;
  }
}

/* アプリの戻るボタン */
.appBack {
  opacity: 0;
  display: none;

  background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

  position: fixed;
  bottom: 12px;
  left: 12px;
  z-index: 10000;
  background-color: rgba(0,0,0,.8);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.appBack:active {
  opacity: .5;
}

/* TOPのカウントダウン機能 */
.home-Countdown {
  position: relative;
  text-align: center;
  padding: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
}
.home-Countdown::before {
  content: '';
  background-color: rgba(0,0,0,.5);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.home-Countdown_Inner {
  position: relative;
  z-index: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.home-Countdown a,
.home-Countdown span {
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0,0,0,.8);
  letter-spacing: 1px;
}

/* TOPの決済切り替え案内 */
.home-PaymentTransitionBar {
  position: relative;
  text-align: center;
  margin: 12px auto 0;
  padding: 0 48px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ebab00;
}
.home-PaymentTransitionBar_Inner {
  position: relative;
  z-index: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 8px;
  background-color: #fff3d1;
  border-radius: 4px;
}
.home-PaymentTransitionBar a {
  color: #ebab00;
  letter-spacing: 1px;
  font-weight: bold;
}
.home-PaymentTransitionBar a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .home-PaymentTransitionBar {
    margin: 0;
    padding: 12px 12px 0;
    line-height: 1.4;
    font-size: .9em;
  }
}

.home-PaymentTransitionBar.blue .home-PaymentTransitionBar_Inner {
  background-color: #e8f0fb;
}
.home-PaymentTransitionBar.blue a {
  color: #226CE0;
}

/* 講座一覧 */
.home-Course {
  background-color: #fafafa;
  padding-bottom: 4%;
}
.courseList .appPage-Section {
  padding: 0;
  border-bottom: 0;
  margin-top: 30px;
}
.courseList .appPage-Section_Header {
  background-color: #efefef;
  padding: 1rem;
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .courseList .appPage-Section_Header {
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width:768px) {
  .courseList .appPage-Section_Header {
    padding: 16px 48px;
  }
}

.courseList .contentList {
  padding: 0 12px 12px;
}
@media screen and (min-width: 768px) {
  .courseList .contentList {
    padding: 0 48px;
  }
}
@media screen and (max-width: 767px) {
  .courseList .contentList {
    display: flex;
    flex-wrap: wrap;
  }
  .courseList .contentItem {
    width: 49%;
    margin-top: 4%;
  }
  .courseList .contentItem-Anchor {
    display: block;
  }
  .courseList .contentItem-Thumb {
    width: 100%;
    margin: 0;
  }
  .courseList .contentItem:nth-of-type(2n) {
    margin-left: 2%;
  }
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .courseList .contentItem {
    margin: 0;
    width: 32%;
    margin-top: 2%;
  }
  .courseList .contentItem:not(:nth-of-type(3n+1)) {
    margin-left: 2%;
  }
}
@media screen and (min-width:1024px) and (max-width:1535px) {
  .courseList .contentItem {
    margin: 0;
    width: 23.5%;
    margin-top: 2%;
  }
  .courseList .contentItem:not(:nth-of-type(4n+1)) {
    margin-left: 2%;
  }
}
@media screen and (min-width:1536px) and (max-width:1919px) {
  .courseList .contentItem {
    margin: 0;
    width: 18.4%;
    margin-top: 2%;
  }
  .courseList .contentItem:not(:nth-of-type(5n+1)) {
    margin-left: 2%;
  }
}
@media screen and (min-width:1920px) {
  .courseList .contentItem {
    margin: 0;
    width: 18.4%;
    margin-top: 2%;
  }
  .courseList .contentItem:not(:nth-of-type(5n+1)) {
    margin-left: 2%;
  }
}

.courseList .contentItem-Anchor:hover {
  opacity: .5;
}

.courseList-Count {
  display: flex;
  align-items: center;
  letter-spacing: 0.06em;
  margin-top: 4px;
  line-height: 1.2;
  color: rgb(34, 34, 34, 0.70);
  font-size: .9em;
  letter-spacing: 1px;
}
.courseList-Count span {
  display: inline-block;
}
.courseList-Count span:not(:first-of-type) {
  margin-left: 4px;
}
.courseList-Count span.status {
  background-color: rgb(34, 34, 34, 0.08);
  padding: 2px 8px;
  border-radius: 30px;
  font-weight: bold;
}
.courseList-Count span.status.end {
  background-color: rgb(34, 34, 34, 0.70);
  color: #fff;
}
.courseList-Count span.update {
  color: #db614c;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .courseList-Count {
    font-size: .9em;
  }
}

/* TOPページの部活一覧 */
@media screen and (max-width:767px) {
  .home-Group {
    padding: 20px 12px;
  }
  .home-Group .horizontalScroll {
    padding: 0 12px;
  }
}
.home-Group_Item {
  width: 70px;
}
.home-Group_Item:not(:first-of-type) {
  margin-left: 8px;
}
.home-Group_Icon {
  position: relative;
}
.home-Group_Icon.more {
  min-width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #efefef;
  font-size: 1.5rem;
  border-radius: 50%;
}
.home-Group_Icon img {
  border-radius: 50%;
  min-width: 70px;
  height: 70px;
  object-fit: cover;
  border: 1px solid #efefef;
}
.updated .home-Group_Icon::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-color: #3185FC;
  border-radius: 50%;
  margin-right: 2px;
  position: absolute;
  right: 2px;
  bottom: 2px;
  border: 2px solid #fff;
}
.home-Group_Name {
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.home-Group_Name span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* TOPページ記事コンテンツ一覧（ポラリスブログ） */
/* .article .contentItem {
  padding-right: 1rem;
  min-width: 80%;
}
@media screen and (min-width: 550px) {
  .article .contentItem {
    min-width: 60%;
    max-width: 60%;
  }
}
@media screen and (min-width: 768px) {
  .article .contentItem {
    min-width: 55%;
    max-width: 55%;
  }
}
@media screen and (min-width: 1024px) {
  .article .contentItem {
    width: 45%;
    min-width: 45%;
  }
}
@media screen and (min-width: 1366px) {
  .article .contentItem {
    width: 33.333333%;
    min-width: 33.333333%;
  }
}
@media screen and (min-width: 1920px) {
  .article .contentItem {
    width: 20%;
    min-width: 20%;
  }
}
.article .contentItem-Anchor {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
  flex-wrap: wrap;
}
.article .contentItem-Thumb {
  margin: 0;
  width: 100px;
  margin-left: 8px;
}
.article .contentItem-Thumb_Icon  {
  display: none;
}
.article .contentItem-Excerpt {
  width: 100%;
  text-align: justify;
  margin-top: 8px;
  border: 1px solid #efefef;
  border-radius: 4px;
  padding: 8px 12px;
}
.article .contentItem-Excerpt span {
  display: inline-block;
  padding: 0px 8px;
  background-color: #efefef;
  border-radius: 30px;
  font-size: .9em;
} */

/* 関連コンテンツ機能 */
.single-Related {
  margin-top: 3rem;
}
.single-Related.top .contentItem-Anchor {
  border: 1px solid #efefef;
  padding: 1rem;
}
.single-Related_Head {
  font-size: 1.5em;
  font-weight: bold;
  color: #d3533e;
  letter-spacing: 1px;
}
.single-Related p {
  margin-bottom: 1.5rem;
}
.single-Related .vertical {
  padding: 0;
}
.single-Related .contentItem:not(:first-of-type) {
  margin-top: 1.5rem;
}
.single-Related .contentItem-Data_Title {
  font-weight: bold;
}
.single-Related .contentItem-Data_Meta {
  margin-top: .5rem;
}
@media screen and (max-width:549px) {
  .single-Related .contentItem-Anchor {
    flex-direction: column;
    align-items: flex-start;
  }
  .single-Related .contentItem-Thumb {
    width: 100%;
    margin: 0;
  }
  .single-Related .contentItem-Data {
    margin-top: 8px;
  }
  .single-Related .contentItem-Data_Title {
    line-height: 1.4;
    font-size: 16px;
  }
  .single-Related .contentItem-Data_Meta {
    font-size: 13px;
    margin-top: 4px;
    line-height: unset;
  }
}

/* NEWマイページ */
.mypage-Menu:not(:first-of-type) {
  margin-top: 48px;
}
.mypage-Menu_Head {
  font-size: 1.5rem;
}
.mypage-Menu_List_Item {
  margin-top: 1rem;
}
@media screen and (min-width:768px) {
  .mypage-Menu {
    padding: 0 48px;
  }
  .mypage-Menu_List {
    display: flex;
    flex-wrap: wrap;
  }
  .mypage-Menu_List_Item {
    width: 49%;
    margin-top: 2%;
  }
  .mypage-Menu_List_Item:nth-of-type(2n) {
    margin-left: 2%;
  }
}

.mypage-Menu_Anchor {
  position: relative;
  display: block;
  padding: 1rem;
  padding-right: 2rem;
  border: 1px solid #efefef;
  border-radius: 4px;
}
.mypage-Menu_Anchor::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: #d3533e;
}
.mypage-Menu_Anchor:hover {
  border-color: #d3533e;
}
@media screen and (min-width:768px) {
  .mypage-Menu_Anchor {
    padding: 1.5rem;
    padding-right: 2.5rem;
  }
}

.mypage dl + dl {
  margin-top: 1rem;
}
.mypage dt {
  font-weight: bold;
  font-size: 1rem;
}
.mypage dd {
  line-height: 1.4;
}

.mypage tr  + tr {
  border-top: 1px solid #efefef;
}
.mypage th,
.mypage td {
  text-align: justify;
  padding: 1.5rem 0;
}
.mypage th {
  font-weight: bold;
  font-size: 1.2rem;
}
.mypage td {
  font-size: 1rem;
}
@media screen and (max-width: 1023px) {
  .mypage th,
  .mypage td {
    display: block;
  }
  .mypage th {
    padding-bottom: 0;
  }
  .mypage td {
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .mypage th,
  .mypage td {
    padding: 1.5rem;
  }
  .mypage th {
    width: 25%;
  }
  .mypage td {
    width: 75%;
  }
}

.mypage input:not([type=file],[type=checkbox],[type=radio]),
.mypage textarea,
.mypage select {
  border: 1px solid #efefef;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 1rem;
}
.mypage input:not([type=file],[type=checkbox],[type=radio]),
.mypage textarea {
  width: 100%;
}
.mypage select{
  margin-right: .25rem;
}
.mypage select:not(:first-of-type) {
  margin-left: .5rem;
}
.mypage .yubin {
  display: flex;
  align-items: center;
}
.mypage .yubin input {
  width: 100px;
}


.mypage-Dragon img {
  width: 100%;
  height: auto;
}
.mypage-Dragon_Col {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.mypage-Dragon_Col_Item:first-of-type {
  width: 150px;
  text-align: center;
  margin-right: 1rem;
}
.mypage-Dragon_Col_Item:last-of-type {
  flex: 1;
}
@media screen and (min-width: 1024px) {
  .mypage-Dragon_Col_Item:first-of-type {
    width: 200px;
    text-align: justify;
  }
}

.mypage-Dragon_Head {
  font-weight: bold;
}
.mypage-Dragon_Head span {
  font-size: 2em;
  letter-spacing: 1px;
}
.mypage-Dragon_List {
  margin-top: .5rem;
}
.mypage-Dragon_List a {
  display: inline-block;
  color: #fff;
  padding: 2px 12px;
  border-radius: 1rem;
}
.mypage-Dragon_List a:hover {
  opacity: .5;
}

.mypage-Dragon .dragon0 span,
.mypage-Dragon .dragon0 ~ .mypage-Dragon_Desc {
  color: #633D93;
}
.mypage-Dragon .dragon0 span::before {
  content: '月龍';
}
.mypage-Dragon .dragon0 ~ .mypage-Dragon_List a {
  background-color: #633D93;
}

.mypage-Dragon .dragon1 span,
.mypage-Dragon .dragon1 ~ .mypage-Dragon_Desc {
  color: #B28146;
}
.mypage-Dragon .dragon1 span::before {
  content: '地龍';
}
.mypage-Dragon .dragon1 ~ .mypage-Dragon_List a {
  background-color:#B28146;
}

.mypage-Dragon .dragon2 span,
.mypage-Dragon .dragon2 ~ .mypage-Dragon_Desc {
  color: #84A4CA;
}
.mypage-Dragon .dragon2 span::before {
  content: '水龍';
}
.mypage-Dragon .dragon2 ~ .mypage-Dragon_List a {
  background-color: #84A4CA;
}

.mypage-Dragon .dragon3 span,
.mypage-Dragon .dragon3 ~ .mypage-Dragon_Desc {
  color: #D23043;
}
.mypage-Dragon .dragon3 span::before {
  content: '火龍';
}
.mypage-Dragon .dragon3 ~ .mypage-Dragon_List a {
  background-color: #D23043;
}

.mypage-Dragon .dragon4 span,
.mypage-Dragon .dragon4 ~ .mypage-Dragon_Desc {
  color: #6DBDB3;
}
.mypage-Dragon .dragon4 span::before {
  content: '風龍';
}
.mypage-Dragon .dragon4 ~ .mypage-Dragon_List a {
  background-color: #6DBDB3;
}

.mypage-Dragon .dragon5 span,
.mypage-Dragon .dragon5 ~ .mypage-Dragon_Desc {
  color: #4D509F;
}
.mypage-Dragon .dragon5 span::before {
  content: '空龍';
}
.mypage-Dragon .dragon5 ~ .mypage-Dragon_List a {
  background-color: #4D509F;
}

.mypage-Icon_Col_Item:first-of-type {
  width: 100px;
  margin: 0 auto 1rem;
}
@media screen and (min-width: 768px) {
  .mypage-Icon_Col {
    display: flex;
    align-items: center;
  }
  .mypage-Icon_Col_Item:first-of-type {
    width: 150px;
    margin: 0;
    margin-right: 1rem;
  }
  .mypage-Icon_Col_Item:last-of-type {
    flex: 1;
  }
}
.mypage-Icon img {
  width: 100%;
  height: auto;
}
.mypage-Icon_Drop {
  border: 2px dashed #dddddd;
  border-radius: 4px;
  padding: 16px 32px;
  text-align: center;
  margin-bottom: 10px;
  font-weight: normal;
}
.mypage-Icon_Input {
  margin: 1rem 0;
}
.mypage-Icon_Note {
  font-weight: bold;
  color: #d3533e;
}

.mypage .hidden {
  display: none;
}
.mypage #shipping2:checked ~ .hidden,
.mypage #custom:checked ~ .hidden {
  display: block;
  margin-top: 1rem;
  background-color: #fafafa;
  border: 1px solid #efefef;
  padding: 1.5rem;
  border-radius: 4px;
}
.mypage .hidden p {
  margin-bottom: 1rem;
}

.mypage-Submit {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #d3533e;
  padding: 8px;
  max-width: 300px;
  width: 100%;
  margin: 32px auto;
  font-weight: bold;
  border-radius: 30px;
  font-size: 1.5em;
  letter-spacing: 2px;
  border: 2px solid #d3533e;
}
.mypage-Submit:hover {
  background-color: transparent;
  color: #d3533e;
}

.howto-Contents {
  margin-bottom: 3rem;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  letter-spacing: 0.02em;
}
.howto-Contents_Head {
  background-color: #d3533e;
  text-align: center;
  color: #ffffff;
  padding: 1rem;
}
.howto-Contents_List {
  border: 1px solid #d3533e;
  border-radius: 0 0 16px 16px;
  padding: 1rem;
  counter-reset: number 0;
}
@media screen and (min-width:550px) {
  .howto-Contents_List {
    padding: 2rem;
  }
}
.howto-Contents_List_Item {
  font-weight: bold;
}
.howto-Contents_List_Item:not(:first-of-type) {
  margin-top: 1rem;
}
.howto-Contents_Category {
  display: flex;
  align-items: center;
}
.howto-Contents_Category::before {
  counter-increment: number 1;
  content: counter(number);
  display: block;
  background-color: #d3533e;
  border-radius: 50%;
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: #ffffff;
  text-align: center;
  margin-right: 6px;
}
.howto-Contents_List_Item ul {
  padding-left: 36px;
  counter-reset: number2 0;
}
.howto-Contents_List_Item li {
  font-weight: normal;
  margin-top: .5rem;
  display: flex;
  align-items: flex-start;
}
.howto-Contents_List_Item li::before {
  counter-increment: number2 1;
  content: counter(number2) ".";
  opacity: .7;
  margin-right: 6px;
}
.howto-Contents_List_Item li.current,
.howto-Contents_List_Item li.current::before {
  color: #d3533e;
  opacity: 1;
}
.howto-Contents_List_Item a {
  color: inherit;
  text-decoration: none;
  opacity: .7;
}
.howto-Contents_List_Item a:hover {
  text-decoration: underline;
}
.howto .contentList {
  padding: 0;
}
.howto .contentItem {
  margin: 3rem 0;
}
.howto .contentItem-Anchor {
  text-decoration: none;
  color: #222222;
  align-items: center;
  margin-bottom: 1rem;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .howto .contentItem-Data_Title {
    font-size: 1.3em;
  }
}