@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  margin-bottom: 200px;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  display: block;
}

a:hover {
  opacity: 0.7;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  display: block;
  width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  line-height: 1.5em;
}

html, body, div, span, applet, object, iframe, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=reset] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  line-height: 1.5em;
  font-weight: 400;
  color: #231815;
  -webkit-font-smoothing: antialiased;
}

.header-inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  height: 120px;
  gap: 50px;
}

.header-inner figure {
  max-width: 300px;
}

.header-inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-inner p {
  font-size: 32px;
  color: #0e5aa5;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.2;
}

.select-text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.select-container {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  min-width: 360px;
  z-index: 2;
}

.select-block {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: 100%;
  margin: 0 auto;
}

.select-block:after {
  content: "";
  position: absolute;
  right: 1.5em;
  top: 1.6em;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  pointer-events: none;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

select {
  color: #fff;
  display: block;
  margin: auto;
  padding: 1em;
  border-radius: 5em;
  border: none;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 360px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  cursor: pointer;
}

option:nth-of-type(1) {
  background: #fff;
  text-align: center;
}

option:not(:nth-of-type(1)) {
  background: #fff;
  /*text-align: left;*/
}

.bg-white {
  background: #fff;
}

.bg-blue-dark {
  background: #0e5aa5;
}

.bg-blue {
  background: #0071bb;
}

.bg-lightblue {
  background: #0099cc;
}

.bg-orange {
  background: #faaf3b;
}

.bg-orange-light {
  background: #ffb700;
}

.bg-pink {
  background: #ff147a;
}

.bg-pink-light {
  background: #ff448f;
}

.bg-green {
  background: #008400;
}

.bg-green-light {
  background: #00c200;
}

.bg-green-pastel {
  background: #e9ffd8;
}

.bg-pink-pastel {
  background: #fff1f1;
}

.bg-blue-pastel {
  background: #c4ebf3;
}

.bg-purple {
  background: #2e3191;
}

.main-lightblue {
  color: #0099cc;
  border-color: #0099cc;
}

.main-pink-light {
  color: #ff448f;
  border-color: #ff448f;
}

.main-black-green {
  color: #231815;
  border-color: #00c200 !important;
}

.head-visual {
  text-align: center;
}

.head-visual figure img {
  /* max-height: 367px; */
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.inner {
  width: 100%;
  max-width: 1400px;
  margin: 60px auto 120px;
}

.list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0px 5%;
  margin-top: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-item {
  width: 30%;
}

.list-item:nth-child(n+4) {
  margin-top: 100px;
}

.list-item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-item-head-title {
  max-width: 340px;
  height: 3lh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-item-head-title p {
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.list-item-head-title img {
  max-width: 263px;
}

.list-item-head-image {
  margin-top: 10px;
}

.list-item-head-image img {
  aspect-ratio: 875/550;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-item-schedule-text {
  font-size: 16px;
}

.list-item-schedule-area {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 0.1em 1em;
}

.list-item-sentence-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 6px;
}

.list-item-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 12px;
}

.genre-badge {
  /* color: #fff; */
  width: 70px;
  display: grid;
  place-items: center;
  aspect-ratio: 1/1;
  /* font-size: 22px; */
  /* font-weight: 600; */
  /* border-radius: 10px; */
  /* padding: 3px 1px 5px; */
  /* text-align: center; */
  /* line-height: 1.3; */
  /* min-width: 70px; */
  /* font-family: "Murecho", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif; */
}

.genre-badge span {
  -webkit-transform: scaleX(70%);
          transform: scaleX(70%);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: -0.45em;
}

button {
  display: block;
  margin: 100px auto 0;
  padding: 1em;
  border-radius: 5em;
  position: relative;
  width: 50%;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  cursor: pointer;
  max-width: 621px;
}

a.missed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px auto 0;
  /*padding: 0.5em 1em;*/
  border-radius: 5em;
  position: relative;
  width: 50%;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  cursor: pointer;
  /*background: #00b3e4;*/
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}

.missed-small {
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.05em;
}

.missed-large {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.missed-image {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.copyright {
  font-size: 11px;
  text-align: right;
  margin-top: 5px;
  padding: 0 1em;
}

@media screen and (max-width: 1025px) {
  main {
  margin-bottom: 100px;
}
  .header-inner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    height: auto;
    gap: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-inner figure {
    max-width: 230px;
    margin: auto;
    height: 95px;
  }
  .header-inner figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header-inner p {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.2;
    background: #0e5aa5;
    width: 100%;
    text-align: center;
    padding: 0.5em;
  }
  .select-text {
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
  .select-container {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: 90%;
    margin: 0 auto;
    min-width: auto;
  }
  .select-block {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: 288px;
    margin: 0 auto;
  }
  .select-block:after {
    content: "";
    position: absolute;
    right: 1.5em;
    top: 1.4em;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    pointer-events: none;
    -webkit-transform: translateY(-50%) rotate(-135deg);
    transform: translateY(-50%) rotate(-135deg);
  }
  select {
    color: #fff;
    display: block;
    margin: auto;
    padding: 1em;
    border-radius: 5em;
    border: none;
    position: relative;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 288px;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 500;
    cursor: pointer;
    position: relative;
  }
  option:nth-of-type(1) {
    background: #fff;
    text-align: center;
  }
  option:not(:nth-of-type(1)) {
    background: #fff;
    /*text-align: left;*/
  }
  .bg-blue-dark {
    background: #0e5aa5;
  }
  .bg-blue {
    background: #0071bb;
  }
  .bg-lightblue {
    background: #0099cc;
  }
  .bg-orange {
    background: #faaf3b;
  }
  .bg-orange-light {
    background: #ffb700;
  }
  .bg-pink {
    background: #ff147a;
  }
  .bg-pink-light {
    background: #ff448f;
  }
  .bg-green {
    background: #008400;
  }
  .bg-green-light {
    background: #00c200;
  }
  .bg-purple {
    background: #2e3191;
  }
  .main-lightblue {
    color: #0099cc;
    border-color: #0099cc;
  }
  .main-pink-light {
    color: #ff448f;
    border-color: #ff448f;
  }
  .main-black-green {
    color: #231815;
    border-color: #00c200 !important;
  }
  .head-visual {
    text-align: center;
  }
  .head-visual figure img {
    max-height: 367px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .inner {
    width: 100%;
    max-width: 1400px;
    margin: 30px auto 120px;
  }
  .list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px 5%;
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-item {
    width: 100%;
  }
  .list-item > a {
    padding: 10px 20px 40px;
  }
  .list-item:nth-of-type(odd) {
    background: #eeefef;
  }
  .list-item:nth-child(n+4) {
    margin-top: 0px;
  }
  .list-item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list-item-head-title {
    max-width: 340px;
    height: 3lh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .list-item-head-title p {
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .list-item-head-image {
    margin-top: 10px;
  }
  .list-item-schedule-text {
    font-size: 16px;
  }
  .list-item-schedule-area {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    padding: 0.1em 1em;
  }
  .list-item-sentence-title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 6px;
  }
  .list-item-schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-top: 12px;
  }
  .genre-badge {
    /* color: #fff; */
    width: 56px;
    display: grid;
    place-items: center;
    aspect-ratio: 1/1;
    height: 56px;
    /* font-size: 16px; */
    /* font-weight: 600; */
    /* border-radius: 8px; */
    /* padding: 3px 1px 5px; */
    /* text-align: center; */
    /* line-height: 1.3; */
    min-width: 56px;
    /* font-family: "Murecho", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif; */
  }
  .genre-badge span {
    -webkit-transform: scaleX(70%);
            transform: scaleX(70%);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: -0.3em;
  }
  button {
    display: block;
    margin: 30px auto 0;
    padding: 1em;
    border-radius: 5em;
    position: relative;
    width: 75%;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 500;
    cursor: pointer;
  }
  a.missed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto 0;
    /*padding: 0.4em 1em;*/
    border-radius: 5em;
    position: relative;
    width: 75%;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: 500;
    cursor: pointer;
    /*background: #00b3e4;*/
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .missed-small {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .missed-large {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.3;
  }
  .missed-image {
    width: auto;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    right: 1.5em;
  }
  .copyright {
    font-size: 9px;
    text-align: right;
    margin-top: 4px;
  }
}
#commchan-list .head-visual figure {
  /* max-width: 1016px; */
  margin: auto;
}

#category-list .header-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
}
#category-list .header-inner figure {
  max-width: inherit;
}
#category-list .header-inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#category-list .head-visual {
  text-align: center;
  width: 100%;
  max-width: 1400px;
  margin: auto;
}
#category-list .head-visual.kyusyoku {
  text-align: center;
  width: 100%;
  max-width: inherit;
  margin: auto;
}
#category-list .head-visual figure img {
  max-height: 413px;
  -o-object-fit: cover;
     object-fit: cover;
}
#category-list .head-visual.kyusyoku figure img {
  max-height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}
#category-list .select-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
#category-list .list-item-head-image {
  margin-top: 0px;
}
#category-list .head-visual-sentence {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-top: 25px;
}
#category-list .head-visual-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}
#category-list .head-visual-schedule {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #231815;
  padding: 5px 2em;
  border-radius: 10px;
  letter-spacing: 0.08em;
}
#category-list .head-visual-time {
  font-size: 24px;
  font-weight: bold;
}
#category-list .head-visual-comment {
  font-size: 20px;
}
#category-list .list-item:nth-child(n+13) {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
  margin-top: 0!important;
}
#category-list .list-item.show {
  max-height: 500px;
  opacity: 1;
  margin-top: 100px!important;
}
@media screen and (max-width: 1025px) {
  #category-list .header-inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 95px;
  }
  #category-list .header-inner figure {
    max-width: 320px;
  }
  #category-list .header-inner figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #category-list .head-visual {
    text-align: center;
    width: 100%;
    max-width: 1400px;
    margin: auto;
  }
  #category-list .head-visual.kyusyoku {
    text-align: center;
    width: 100%;
    max-width: inherit;
    margin: auto;
  }
  #category-list .head-visual figure img {
    max-height: 413px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #category-list .head-visual.kyusyoku figure img {
    max-height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #category-list .select-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #category-list .list-item-head-image {
    margin-top: 0px;
  }
  #category-list .head-visual-sentence {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-top: 25px;
    padding: 0 1em;
    letter-spacing: 0;
  }
  #category-list .head-visual-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #category-list .head-visual-schedule {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: #231815;
    padding: 5px 2em;
    border-radius: 10px;
    letter-spacing: 0.08em;
  }
  #category-list .head-visual-time {
    font-size: 16px;
    font-weight: bold;
  }
  #category-list .head-visual-comment {
    font-size: 13px;
  }
  #category-list .list-item:nth-child(n+13) {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
    transition: max-height 0.3s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
    margin-top: 0!important;
  }
  #category-list .list-item.show {
    max-height: 500px;
    opacity: 1;
    margin-top: 100px!important;
  }
}

#detail {
  /*.parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 275px 275px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    }

    .div1 { grid-area: 1 / 2 / 3 / 3; }
    .div2 { grid-area: 1 / 1 / 2 / 2; }
    .div3 { grid-area: 2 / 1 / 3 / 2; }*/
}
#detail .header-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
}
#detail .header-inner figure {
  max-width: inherit;
}
#detail .header-inner h2 {
  font-size: 54px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
#detail .header-inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#detail .hittachi .header-inner {
  height: 110px;
}
#detail .hittachi .header-inner p {
  background: inherit;
  font-size: 25px;
}
#detail .header-inner p {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.2;
  text-align: center;
}
#detail .head-visual {
  text-align: center;
  width: 100%;
  max-width: inherit;
  margin: auto;
}
#detail .hittachi .head-visual {
  background: #fff;
}
#detail .hittachi .head-visual figure {
  /*max-width: 715px;*/
  /*margin: auto;*/
}
#detail .head-visual figure img {
  max-height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 550px;
}
#detail .head-visual-sentence {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 25px;
  text-align: center;
}
#detail .inner {
  width: 100%;
  max-width: 875px;
  padding: 60px 80px 120px;
  margin: 0 auto;
  background: #fff;
}
#detail .head-visual-catch {
  font-size: 21px;
  font-weight: bold;
  color: #00c200;
  text-align: center;
  letter-spacing: 0.05em;
}
#detail .head-visual-catch + .head-visual-wrap {
  margin-top: 20px;
}
#detail .head-visual-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 3%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-start;
  margin: 0px auto 0;
  flex-wrap: wrap;
}
#detail .head-visual-schedule {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #231815;
  padding: 5px 0.7em;
  border-radius: 10px;
  letter-spacing: 0.08em;
  flex-shrink: 0;
  width: 13%;
  text-align: center;
}
#detail .head-visual-time {
  font-size: 22px;
  font-weight: bold;
  width: 84%;
}
#detail .head-visual-comment {
  font-size: 17px;
  flex-shrink: 0;
}
/*#detail .list-item:nth-child(n+4) {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out;
  margin-top: 0!important;
}
#detail .list-item.show {
  max-height: max-content;
  opacity: 1;
  margin-top: 100px!important;
}*/
#detail .list-item {
  width: 100%;
}
#detail .list-item:nth-of-type(odd) {
  background: inherit;
}
#detail .list-item + .list-item {
  margin-top: 100px;
}
#detail .list-item-schedule-text {
  font-size: 20px;
}
#detail .list-item-schedule-area {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 0.1em 2em;
}
#detail .list-item-sentence-title {
  font-size: 32px;
  font-weight: bold;
  margin-top: 25px;
}
#detail .list-item-sentence-comment {
  font-size: 18px;
  margin-top: 25px;
}
#detail .list-item-sentence-catch {
  font-size: 18px;
  margin-top: 25px;
}
#detail .list-item-sentence-info {
  font-size: 13px;
  margin-top: 25px;
}
#detail .list-item-site {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /*background: #ffff00;*/
  /*border-radius: 2em;*/
  /*border: solid 2px #fabd00;*/
  /*padding: 0.5em 7em;*/
  margin-top: 25px;
  position: relative;
  cursor: pointer;
}
#detail .list-item-site p {
  color: #006699;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fabd00));
  background: linear-gradient(transparent 70%, #fabd00 70%);
}
#detail .list-item-site p:after {
  content: "";
  background: url(../img/allow-right-w.png) no-repeat;
  width: 15px;
  height: 11px;
  position: absolute;
  top: 14px;
  right: 1em;
}
#detail .list-item-head-image {
  margin-top: 80px;
}
#detail .list-item-head-image-title {
  font-size: 26px;
  font-weight: bold;
  border-left: solid 10px;
  line-height: 1.3;
  padding: 7px 0.5em;
}
#detail .list-item-head-image-image {
  margin-top: 35px;
}
#detail .list-item-head-image-catch {
  margin-top: 20px;
}
#detail button {
  width: 80%;
}
#detail a.missed {
  width: 80%;
}
#detail .marumaru .list-wrap .list-item:not(:first-child) .list-item-head-image {
  margin-top: 0;
}
#detail .hittachi .list-wrap .list-item .list-item-head-image {
  margin-top: 0;
}
#detail .kyusyoku .list-wrap .list-item:not(:first-child) .list-item-head-image {
  margin-top: 0;
}
#detail .kyusyoku .list-wrap .list-item:not(:first-child) .list-item-head-image img {
  margin-top: 0;
}
#detail .parent {
  display: grid;
  grid-template-columns: repeat(3 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 875px 1fr;
}
#detail .div1 {
  grid-area: 1/2/2/3;
  width: 875px;
  max-height: 550px;
}
#detail .div2 {
  grid-area: 1/1/2/2;
}
#detail .div3 {
  grid-area: 1/3/2/4;
}
@media screen and (max-width: 1025px) {
  #detail .header-inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 95px;
    height: auto;
    padding: 5px 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
  }
  #detail .header-inner figure {
    max-width: 320px;
    height: auto;
    margin: 0;
  }
  #detail .header-inner h2 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 0.2em;
  }
  #detail .header-inner figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    max-height: 85px;
  }
  #detail .hittachi .header-inner {
    height: 140px;
  }
  #detail .header-inner p {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1.2;
    text-align: center;
  }
  #detail .head-visual {
    text-align: center;
    width: 100%;
    max-width: inherit;
    margin: auto;
  }
  #detail .hittachi .head-visual {
    background: #fff;
  }
  #detail .hittachi .head-visual figure {
    /*max-width: 715px;*/
    /*margin: auto;*/
  }
  #detail .head-visual figure img {
    max-height: inherit;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #detail .head-visual-sentence {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    margin-top: 25px;
    text-align: justify;
  }
  #detail .inner {
    width: 100%;
    max-width: 875px;
    padding: 40px 20px 120px;
    margin: 0 auto;
    background: #fff;
  }
  #detail .head-visual-catch {
    font-size: 21px;
    font-weight: bold;
    color: #00c200;
    text-align: center;
    letter-spacing: 0.05em;
  }
  #detail .head-visual-catch + .head-visual-wrap {
    margin-top: 20px;
  }
  #detail .head-visual-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px 3%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0px auto 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #detail .head-visual-schedule {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: #231815;
    padding: 5px 0.5em;
    border-radius: 10px;
    letter-spacing: 0.08em;
    width: 20%;
    flex-shrink: 0;
    min-width: 70px;
  }
  #detail .head-visual-time {
    font-size: 16px;
    font-weight: bold;
    width: 74%;
  }
  #detail .head-visual-comment {
    font-size: 13px;
    /* margin-left: 6.5em; */
    /* width: 70%; */
    flex-shrink: 0;
  }
  #detail .list-item:nth-child(n+4) {
    /* max-height: 0; */
    /* opacity: 0; */
    /* overflow: hidden; */
    /* -webkit-transition: max-height 0.3s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out; */
    /* transition: max-height 0.3s ease-out, opacity 0.3s ease-out, margin 0.3s ease-out; */
    /* margin-top: 0 !important; */
  }
  #detail .list-item.show {
    max-height: max-content;
    opacity: 1;
    margin-top: 100px !important;
  }
  #detail .list-item {
    width: 100%;
  }
  #detail .list-item + .list-item {
    margin-top: 100px;
  }
  #detail .list-item-schedule-text {
    font-size: 20px;
  }
  #detail .list-item-schedule-area {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding: 0.1em 1em;
  }
  #detail .list-item-sentence-title {
    font-size: 32px;
    font-weight: bold;
    margin-top: 25px;
  }
  #detail .list-item-sentence-comment {
    font-size: 18px;
    margin-top: 25px;
  }
  #detail .list-item-sentence-catch {
    font-size: 18px;
    margin-top: 25px;
  }
  #detail .list-item-sentence-info {
    font-size: 13px;
    margin-top: 25px;
  }
  #detail .list-item-site {
    width: 100%;
    /*background: #ffff00;*/
    /*border-radius: 2em;*/
    /*border: solid 2px #fabd00;*/
    /*padding: 0.5em 1em;*/
    margin-top: 25px;
    position: relative;
    cursor: pointer;
  }
  #detail .list-item-site p {
    color: #006699;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #fabd00));
    background: linear-gradient(transparent 70%, #fabd00 70%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
  }
  #detail .list-item-site p:after {
    content: "";
    background: url(../img/allow-right-w.png) no-repeat;
    width: 15px;
    height: 11px;
    position: absolute;
    top: 14px;
    right: 1em;
  }
  #detail .list-item-head-image {
    margin-top: 80px;
  }
  #detail .list-item-head-image-title {
    font-size: 21px;
    font-weight: bold;
    border-left: solid 10px;
    line-height: 1.3;
    padding: 0px 0.5em;
  }
  #detail .list-item-head-image-image {
    margin-top: 35px;
  }
  #detail .list-item-head-image-catch {
    margin-top: 20px;
  }
  #detail button {
    width: 80%;
  }
  #detail a.missed {
    width: 80%;
  }
  #detail .marumaru .list-wrap .list-item:not(:first-child) .list-item-head-image {
    margin-top: 0;
  }
  #detail .hittachi .list-wrap .list-item .list-item-head-image {
    margin-top: 0;
  }
  #detail .kyusyoku .list-wrap .list-item:not(:first-child) .list-item-head-image {
    margin-top: 0;
  }
  #detail .kyusyoku .list-wrap .list-item:not(:first-child) .list-item-head-image img {
    margin-top: 0;
  }
  #detail .parent {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  #detail .div1 {
    grid-area: 1/1/2/3;
    width: 100%;
  }
  #detail .div2 {
    grid-area: 2/1/3/2;
    display: none;
  }
  #detail .div3 {
    grid-area: 2/2/3/3;
    display: none;
  }
}


  #footer {
  background: #dddddd;
  z-index: 2;
  box-shadow: 0 0 1rem 0.8rem rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  width: 100%;
}
#footer .cover {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
  padding: 27px 0;
}
#footer .footer_navi {
  width: 100%;
}
#footer .footer_navi ul {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  justify-content: center;
}
  #footer .footer_navi li {
    /*PC*/
    width: auto;
  }
  #footer .footer_navi li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 10px;
  font-size: 1.3rem;
  text-align: center;
  background-image: none;
  height: 100%;
  border: solid 2px transparent;
  width: 200px;
  font-weight: 600;
  filter: drop-shadow(0px 2px 4px rgba(0,0,0,.3));
}

#footer .footer_navi .page-back a {
  color: #285c9a;
  background: #fff;
  border-color: #285c9a;
}
#footer .footer_navi .go-top a {
  color: #646464;
  background: #fff;
  border-color: #646464;
}
#footer .footer_navi .site-top a {
  color: #349aca;
  background: #fff;
  border-color: #349aca;
}
#footer .area_footer-logo {
  padding: 0;
  position: absolute;
  right: 0;
}


@media print, screen and (max-width: 1025px) {
  #footer {
  background: #dddddd;
  z-index: 2;
  box-shadow: 0 0 1rem 0.8rem rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  width: 100%;
}
#footer .cover {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-end;
  padding: 27px 0;
}
#footer .footer_navi {
  width: 100%;
}
#footer .footer_navi ul {
  display: flex;
  flex-flow: row nowrap;
  gap: 10px;
  justify-content: center;
}
  #footer .footer_navi li {
    /*PC*/
    width: 28%;
  }
  #footer .footer_navi li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  background-image: none;
  height: 100%;
  border: solid 2px transparent;
  width: 100%;
  font-weight: 600;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, .3));
}
#footer .footer_navi .page-back a {
  color: #285c9a;
  background: #fff;
  border-color: #285c9a;
}
#footer .footer_navi .go-top a {
  color: #646464;
  background: #fff;
}
#footer .footer_navi .site-top a {
  color: #349aca;
  background: #fff;
}
#footer .area_footer-logo {
  padding: 0;
  position: absolute;
  right: 0;
}
}

.custom-select {
  position: relative;
  /* width: 300px; */
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, .3));
}
.custom-select .view {
  border: 1px solid #ccc;
  /* padding: 1em; */
  cursor: pointer;
  background: #0e5aa5;
  /* color: #0e5aa5; */
  /* text-align: center; */
  /* border-radius: 9999px; */
  border: solid 1px #0e5aa5;
  border-radius: 6px;
}
.custom-select .view span {
  color: #fff;
  font-weight: bold;
  padding: 1em;
  display: block;
  border-right: solid 1px #fff;
  margin-right: 3.6em;
}

.custom-select .select {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid #0e5aa5;
  border-top: none;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 2;
  border-radius: 6px;
}
.custom-select .select li {
  padding: 8px 24px;
  cursor: pointer;
  border-bottom: solid 1px #0e5aa5;
  user-select: none;
}
.custom-select .select li:nth-last-child(1) {
  border-bottom: none;
}
.custom-select .select li:hover {
  background: #96bde3;
}
.custom-select .select li.selected {
  background:#96bde3
}