/*! MUSUBii v3.2.0 MIT by Qrac */ /*! Shitaji.CSS v4.3.0 CC0 by Qrac */
*,
:after,
:before {
  margin: 0;
  box-sizing: inherit;
  background-repeat: no-repeat;
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
}
:after,
:before {
  vertical-align: inherit;
  text-decoration: inherit;
}
html {
  box-sizing: border-box;
  font-family: sans-serif;
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
ol,
ul {
  padding: 0;
  list-style: none;
}
dfn {
  font-style: italic;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
mark {
  background-color: #ffff00;
  color: #000000;
}
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
audio,
canvas,
video {
  display: inline-block;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
img {
  border-style: none;
}
svg {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
address {
  font-style: normal;
}
textarea {
  overflow: auto;
  resize: vertical;
}
legend {
  display: table;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
  color: inherit;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
summary {
  display: list-item;
}
table {
  border-collapse: collapse;
}
hr {
  height: 0;
  box-sizing: content-box;
  overflow: visible;
}
template {
  display: none;
}
[tabindex],
a,
area,
button,
input,
label,
select,
textarea {
  touch-action: manipulation;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}
[hidden] {
  display: none;
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden="false"]:focus {
  clip: auto;
}
body {
  color: rgba(0, 0, 0, 0.7);
  font-weight: 300;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo,
    sans-serif;
  line-height: 1.5;
}
img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  width: 100%;
}
.section > .inner {
  max-width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}
.alert + .groups,
.blockquote + .groups,
.btns + .groups,
.fieldset + .groups,
.form + .groups,
.group + .groups,
.groups + .groups,
.list + .groups,
.pre + .groups,
.table + .groups,
.texts + .groups,
.wysiwyg + .groups {
  margin-top: 3em;
}
.alert + .heading,
.blockquote + .heading,
.btns + .heading,
.fieldset + .heading,
.form + .heading,
.group + .heading,
.groups + .heading,
.list + .heading,
.pre + .heading,
.table + .heading,
.texts + .heading,
.wysiwyg + .heading {
  margin-top: 2em;
}
.alert + .alert,
.alert + .blockquote,
.alert + .btns,
.alert + .form,
.alert + .group,
.alert + .list,
.alert + .pre,
.alert + .table,
.alert + .texts,
.alert + .wysiwyg,
.blockquote + .alert,
.blockquote + .blockquote,
.blockquote + .btns,
.blockquote + .form,
.blockquote + .group,
.blockquote + .list,
.blockquote + .pre,
.blockquote + .table,
.blockquote + .texts,
.blockquote + .wysiwyg,
.btns + .alert,
.btns + .blockquote,
.btns + .btns,
.btns + .form,
.btns + .group,
.btns + .list,
.btns + .pre,
.btns + .table,
.btns + .texts,
.btns + .wysiwyg,
.fieldset + .alert,
.fieldset + .blockquote,
.fieldset + .btns,
.fieldset + .form,
.fieldset + .group,
.fieldset + .list,
.fieldset + .pre,
.fieldset + .table,
.fieldset + .texts,
.fieldset + .wysiwyg,
.form + .alert,
.form + .blockquote,
.form + .btns,
.form + .form,
.form + .group,
.form + .list,
.form + .pre,
.form + .table,
.form + .texts,
.form + .wysiwyg,
.group + .alert,
.group + .blockquote,
.group + .btns,
.group + .form,
.group + .group,
.group + .list,
.group + .pre,
.group + .table,
.group + .texts,
.group + .wysiwyg,
.groups + .alert,
.groups + .blockquote,
.groups + .btns,
.groups + .form,
.groups + .group,
.groups + .list,
.groups + .pre,
.groups + .table,
.groups + .texts,
.groups + .wysiwyg,
.list + .alert,
.list + .blockquote,
.list + .btns,
.list + .form,
.list + .group,
.list + .list,
.list + .pre,
.list + .table,
.list + .texts,
.list + .wysiwyg,
.pre + .alert,
.pre + .blockquote,
.pre + .btns,
.pre + .form,
.pre + .group,
.pre + .list,
.pre + .pre,
.pre + .table,
.pre + .texts,
.pre + .wysiwyg,
.table + .alert,
.table + .blockquote,
.table + .btns,
.table + .form,
.table + .group,
.table + .list,
.table + .pre,
.table + .table,
.table + .texts,
.table + .wysiwyg,
.texts + .alert,
.texts + .blockquote,
.texts + .btns,
.texts + .form,
.texts + .group,
.texts + .list,
.texts + .pre,
.texts + .table,
.texts + .texts,
.texts + .wysiwyg,
.wysiwyg + .alert,
.wysiwyg + .blockquote,
.wysiwyg + .btns,
.wysiwyg + .form,
.wysiwyg + .group,
.wysiwyg + .list,
.wysiwyg + .pre,
.wysiwyg + .table,
.wysiwyg + .texts,
.wysiwyg + .wysiwyg {
  margin-top: 1em;
}
.alert + .fieldset,
.blockquote + .fieldset,
.btns + .fieldset,
.fieldset + .fieldset,
.form + .fieldset,
.group + .fieldset,
.groups + .fieldset,
.list + .fieldset,
.pre + .fieldset,
.table + .fieldset,
.texts + .fieldset,
.wysiwyg + .fieldset {
  margin-top: 1.5em;
}
.alert + .field,
.blockquote + .field,
.btns + .field,
.fieldset + .field,
.form + .field,
.group + .field,
.groups + .field,
.list + .field,
.pre + .field,
.table + .field,
.texts + .field,
.wysiwyg + .field {
  margin-top: 0.5em;
}
.heading + .groups {
  margin-top: 3em;
}
.heading + .heading {
  margin-top: 1em;
}
.heading + .alert,
.heading + .blockquote,
.heading + .btns,
.heading + .form,
.heading + .group,
.heading + .list,
.heading + .pre,
.heading + .table,
.heading + .texts,
.heading + .wysiwyg {
  margin-top: 1em;
}
.heading + .field,
.heading + .fieldset {
  margin-top: 0.5em;
}
.field + .groups {
  margin-top: 0.5em;
}
.field + .heading {
  margin-top: 0.5em;
}
.field + .alert,
.field + .blockquote,
.field + .btns,
.field + .form,
.field + .group,
.field + .list,
.field + .pre,
.field + .table,
.field + .texts,
.field + .wysiwyg {
  margin-top: 0.5em;
}
.field + .field {
  margin-top: 0.5em;
}
.wysiwyg h1 + h1,
.wysiwyg h1 + h2,
.wysiwyg h1 + h3,
.wysiwyg h1 + h4,
.wysiwyg h1 + h5,
.wysiwyg h1 + h6,
.wysiwyg h2 + h1,
.wysiwyg h2 + h2,
.wysiwyg h2 + h3,
.wysiwyg h2 + h4,
.wysiwyg h2 + h5,
.wysiwyg h2 + h6,
.wysiwyg h3 + h1,
.wysiwyg h3 + h2,
.wysiwyg h3 + h3,
.wysiwyg h3 + h4,
.wysiwyg h3 + h5,
.wysiwyg h3 + h6,
.wysiwyg h4 + h1,
.wysiwyg h4 + h2,
.wysiwyg h4 + h3,
.wysiwyg h4 + h4,
.wysiwyg h4 + h5,
.wysiwyg h4 + h6,
.wysiwyg h5 + h1,
.wysiwyg h5 + h2,
.wysiwyg h5 + h3,
.wysiwyg h5 + h4,
.wysiwyg h5 + h5,
.wysiwyg h5 + h6,
.wysiwyg h6 + h1,
.wysiwyg h6 + h2,
.wysiwyg h6 + h3,
.wysiwyg h6 + h4,
.wysiwyg h6 + h5,
.wysiwyg h6 + h6 {
  margin-top: 1em;
}
.wysiwyg h1 + blockquote,
.wysiwyg h1 + hr,
.wysiwyg h1 + img,
.wysiwyg h1 + ol,
.wysiwyg h1 + p,
.wysiwyg h1 + pre,
.wysiwyg h1 + table,
.wysiwyg h1 + ul,
.wysiwyg h2 + blockquote,
.wysiwyg h2 + hr,
.wysiwyg h2 + img,
.wysiwyg h2 + ol,
.wysiwyg h2 + p,
.wysiwyg h2 + pre,
.wysiwyg h2 + table,
.wysiwyg h2 + ul,
.wysiwyg h3 + blockquote,
.wysiwyg h3 + hr,
.wysiwyg h3 + img,
.wysiwyg h3 + ol,
.wysiwyg h3 + p,
.wysiwyg h3 + pre,
.wysiwyg h3 + table,
.wysiwyg h3 + ul,
.wysiwyg h4 + blockquote,
.wysiwyg h4 + hr,
.wysiwyg h4 + img,
.wysiwyg h4 + ol,
.wysiwyg h4 + p,
.wysiwyg h4 + pre,
.wysiwyg h4 + table,
.wysiwyg h4 + ul,
.wysiwyg h5 + blockquote,
.wysiwyg h5 + hr,
.wysiwyg h5 + img,
.wysiwyg h5 + ol,
.wysiwyg h5 + p,
.wysiwyg h5 + pre,
.wysiwyg h5 + table,
.wysiwyg h5 + ul,
.wysiwyg h6 + blockquote,
.wysiwyg h6 + hr,
.wysiwyg h6 + img,
.wysiwyg h6 + ol,
.wysiwyg h6 + p,
.wysiwyg h6 + pre,
.wysiwyg h6 + table,
.wysiwyg h6 + ul {
  margin-top: 1em;
}
.wysiwyg blockquote + h1,
.wysiwyg blockquote + h2,
.wysiwyg blockquote + h3,
.wysiwyg blockquote + h4,
.wysiwyg blockquote + h5,
.wysiwyg blockquote + h6,
.wysiwyg hr + h1,
.wysiwyg hr + h2,
.wysiwyg hr + h3,
.wysiwyg hr + h4,
.wysiwyg hr + h5,
.wysiwyg hr + h6,
.wysiwyg img + h1,
.wysiwyg img + h2,
.wysiwyg img + h3,
.wysiwyg img + h4,
.wysiwyg img + h5,
.wysiwyg img + h6,
.wysiwyg ol + h1,
.wysiwyg ol + h2,
.wysiwyg ol + h3,
.wysiwyg ol + h4,
.wysiwyg ol + h5,
.wysiwyg ol + h6,
.wysiwyg p + h1,
.wysiwyg p + h2,
.wysiwyg p + h3,
.wysiwyg p + h4,
.wysiwyg p + h5,
.wysiwyg p + h6,
.wysiwyg pre + h1,
.wysiwyg pre + h2,
.wysiwyg pre + h3,
.wysiwyg pre + h4,
.wysiwyg pre + h5,
.wysiwyg pre + h6,
.wysiwyg table + h1,
.wysiwyg table + h2,
.wysiwyg table + h3,
.wysiwyg table + h4,
.wysiwyg table + h5,
.wysiwyg table + h6,
.wysiwyg ul + h1,
.wysiwyg ul + h2,
.wysiwyg ul + h3,
.wysiwyg ul + h4,
.wysiwyg ul + h5,
.wysiwyg ul + h6 {
  margin-top: 2em;
}
.wysiwyg blockquote + blockquote,
.wysiwyg blockquote + hr,
.wysiwyg blockquote + img,
.wysiwyg blockquote + ol,
.wysiwyg blockquote + p,
.wysiwyg blockquote + pre,
.wysiwyg blockquote + table,
.wysiwyg blockquote + ul,
.wysiwyg hr + blockquote,
.wysiwyg hr + hr,
.wysiwyg hr + img,
.wysiwyg hr + ol,
.wysiwyg hr + p,
.wysiwyg hr + pre,
.wysiwyg hr + table,
.wysiwyg hr + ul,
.wysiwyg img + blockquote,
.wysiwyg img + hr,
.wysiwyg img + img,
.wysiwyg img + ol,
.wysiwyg img + p,
.wysiwyg img + pre,
.wysiwyg img + table,
.wysiwyg img + ul,
.wysiwyg ol + blockquote,
.wysiwyg ol + hr,
.wysiwyg ol + img,
.wysiwyg ol + ol,
.wysiwyg ol + p,
.wysiwyg ol + pre,
.wysiwyg ol + table,
.wysiwyg ol + ul,
.wysiwyg p + blockquote,
.wysiwyg p + hr,
.wysiwyg p + img,
.wysiwyg p + ol,
.wysiwyg p + p,
.wysiwyg p + pre,
.wysiwyg p + table,
.wysiwyg p + ul,
.wysiwyg pre + blockquote,
.wysiwyg pre + hr,
.wysiwyg pre + img,
.wysiwyg pre + ol,
.wysiwyg pre + p,
.wysiwyg pre + pre,
.wysiwyg pre + table,
.wysiwyg pre + ul,
.wysiwyg table + blockquote,
.wysiwyg table + hr,
.wysiwyg table + img,
.wysiwyg table + ol,
.wysiwyg table + p,
.wysiwyg table + pre,
.wysiwyg table + table,
.wysiwyg table + ul,
.wysiwyg ul + blockquote,
.wysiwyg ul + hr,
.wysiwyg ul + img,
.wysiwyg ul + ol,
.wysiwyg ul + p,
.wysiwyg ul + pre,
.wysiwyg ul + table,
.wysiwyg ul + ul {
  margin-top: 1em;
}
.grid {
  display: flex;
  flex-wrap: wrap;
}
.grid:not(.is-gap-none) {
  margin-left: -0.5em;
  margin-bottom: -0.5em;
}
.grid:not(.is-gap-none) > .col {
  padding-left: 0.5em;
  padding-bottom: 0.5em;
}
.grid:not(.is-gap-none) + .grid:not(.is-gap-none) {
  margin-top: 0.5em;
}
.grid.is-middle {
  align-items: center;
}
.grid.is-bottom {
  align-items: flex-end;
}
.grid.is-center {
  justify-content: center;
}
.grid.is-right {
  justify-content: flex-end;
}
.grid.is-between {
  justify-content: space-between;
}
.grid.is-around {
  justify-content: space-around;
}
.grid.is-stretch > .col {
  display: flex;
}
.col.is-mobile-0 {
  flex: 1 0;
  max-width: 100%;
}
.col.is-mobile-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}
.col.is-mobile-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}
.col.is-mobile-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col.is-mobile-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.col.is-mobile-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}
.col.is-mobile-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col.is-mobile-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.col.is-mobile-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}
.col.is-mobile-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col.is-mobile-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.col.is-mobile-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}
.col.is-mobile-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.col.is-mobile-auto {
  flex: 0 1 auto;
  max-width: 100%;
}
.col.is-mobile-2.is-mobile-order-1{
  order: 1;
  flex: 0 1 auto;
  max-width: 100%;
}
.col.is-mobile-8.is-mobile-order-2{
  order: 3;
  flex: 0 0 100%;
  max-width: 100%;
}
.col.is-mobile-2.is-mobile-order-3{
  order: 2;
  flex: 1 0;
  max-width: 100%;
}
.col.is-mobile-8.is-mobile-order-2 > .col{
  margin-top: 0.25em;
}
@media screen and (min-width: 1025px){
	.col.is-mobile-2.is-mobile-order-1{
    order: 1;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col.is-mobile-8.is-mobile-order-2{
    order: 3;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col.is-mobile-2.is-mobile-order-3{
    order: 3;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}
.heading {
  position: relative;
  line-height: 1.25;
}
.texts {
  line-height: 1.8;
}
.text.is-link {
  cursor: pointer;
  border-bottom: 1px solid currentColor;
}
.text.is-link:hover {
  border-bottom-color: transparent;
}
.text.is-link-reverse {
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.text.is-link-reverse:hover {
  border-color: currentColor;
}
.blockquote {
  background-color: whitesmoke;
  border-left: 0.5em solid rgba(0, 0, 0, 0.05);
  border-radius: 0.125em;
  padding: 1.5em;
}
.code,
.pre {
  color: #646d9f;
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Meiryo,
    monospace, serif;
}
:not(.pre) > .code {
  padding: 0.2em 0.5em;
  background-color: whitesmoke;
  border-radius: 0.1875em;
  font-size: 0.875em;
  word-break: break-all;
}
.pre {
  background-color: whitesmoke;
  border-radius: 0.125em;
  white-space: pre;
  word-wrap: normal;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.pre > .code {
  display: block;
  padding: 1.25em 1.5em;
}
.btns {
  display: flex;
  flex-wrap: wrap;
}
.btns:not(.is-bar) {
  margin-left: -0.5em;
  margin-bottom: -0.5em;
}
.btns:not(.is-bar) > .btns,
.btns:not(.is-bar) > .btn {
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}
.btns > .btns {
  display: inline-flex;
}
.btns > .btns + .btns {
  margin-top: 0;
}
.btns.is-middle {
  align-items: center;
}
.btns.is-bottom {
  align-items: flex-end;
}
.btns.is-center {
  justify-content: center;
}
.btns.is-right {
  justify-content: flex-end;
}
.btns.is-between {
  justify-content: space-between;
}
.btns.is-around {
  justify-content: space-around;
}
.btn {
  cursor: pointer;
  display: inline-block;
  align-self: flex-start;
  white-space: nowrap;
  padding: 0.75em 1em;
  border-radius: 0.1875em;
  line-height: 1;
  text-align: center;
  transition: ease-out 0.12s;
}
.btn[type="button"],
.btn[type="reset"],
.btn[type="submit"] {
  color: rgba(0, 0, 0, 0.7);
}
.btn.is-disable,
.btn[disabled] {
  cursor: default;
}
.btn.is-round {
  border-radius: 999em;
}
.btn.is-circle {
  position: relative;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  border-radius: 1.25em;
}
.btn.is-circle > .fa,
.btn.is-circle > .icon,
.btn.is-circle > .im,
.btn.is-circle > .material-icons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.btn.is-full {
  flex: 0 0 100%;
  max-width: 100%;
}
.btn.is-floating:not(.is-disable) {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.24);
}
.btn.is-floating:not(.is-disable):hover {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.24);
}
.btn.is-plain {
  background-color: #eeeeee;
  border: 1px solid transparent;
}
.btn.is-plain:hover {
  background-color: #e1e1e1;
}
.btn.is-plain.is-danger,
.btn.is-plain.is-primary,
.btn.is-plain.is-success {
  color: #ffffff;
}
.btn.is-plain.is-primary {
  background-color: #1cb4c7;
}
.btn.is-plain.is-primary:hover {
  background-color: #199fb1;
}
.btn.is-plain.is-success {
  background-color: #1bbc5e;
}
.btn.is-plain.is-success:hover {
  background-color: #18a653;
}
.btn.is-plain.is-danger {
  background-color: #e65d53;
}
.btn.is-plain.is-danger:hover {
  background-color: #e3483d;
}
.btn.is-plain.is-disable,
.btn.is-plain.is-disable:hover,
.btn.is-plain[disabled],
.btn.is-plain[disabled]:hover {
  color: rgba(0, 0, 0, 0.26);
  background-color: #bdbdbd;
}
.btn.is-melt {
  background-color: transparent;
  border: 1px solid transparent;
}
.btn.is-melt:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.btn.is-melt.is-primary {
  color: #1cb4c7;
}
.btn.is-melt.is-success {
  color: #1bbc5e;
}
.btn.is-melt.is-danger {
  color: #e65d53;
}
.btn.is-melt.is-disable,
.btn.is-melt.is-disable:hover,
.btn.is-melt[disabled],
.btn.is-melt[disabled]:hover {
  color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.btn.is-outline {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.btn.is-outline:hover {
  background-color: #f2f2f2;
}
.btn.is-outline.is-primary {
  color: #1cb4c7;
  border-color: #1cb4c7;
}
.btn.is-outline.is-primary:hover {
  background-color: #1cb4c7;
}
.btn.is-outline.is-success {
  color: #1bbc5e;
  border-color: #1bbc5e;
}
.btn.is-outline.is-success:hover {
  background-color: #1bbc5e;
}
.btn.is-outline.is-danger {
  color: #e65d53;
  border-color: #e65d53;
}
.btn.is-outline.is-danger:hover {
  background-color: #e65d53;
}
.btn.is-outline.is-danger:hover,
.btn.is-outline.is-primary:hover,
.btn.is-outline.is-success:hover {
  color: #ffffff;
  border-color: transparent;
}
.btn.is-outline.is-disable,
.btn.is-outline.is-disable:hover,
.btn.is-outline[disabled],
.btn.is-outline[disabled]:hover {
  color: rgba(0, 0, 0, 0.26);
  background-color: rgba(0, 0, 0, 0.26);
}
.btn.is-ghost {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.btn.is-ghost:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #ffffff;
}
.btn.is-ghost.is-primary {
  color: #8ee4ef;
  border-color: #8ee4ef;
}
.btn.is-ghost.is-primary:hover {
  background-color: #1cb4c7;
}
.btn.is-ghost.is-success {
  color: #83edaf;
  border-color: #83edaf;
}
.btn.is-ghost.is-success:hover {
  background-color: #1bbc5e;
}
.btn.is-ghost.is-danger {
  color: #f9dbd9;
  border-color: #f9dbd9;
}
.btn.is-ghost.is-danger:hover {
  background-color: #e65d53;
}
.btn.is-ghost.is-danger:hover,
.btn.is-ghost.is-primary:hover,
.btn.is-ghost.is-success:hover {
  color: #ffffff;
  border-color: transparent;
}
.btn.is-ghost.is-disable,
.btn.is-ghost.is-disable:hover,
.btn.is-ghost[disabled],
.btn.is-ghost[disabled]:hover {
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.5);
}
.btns.is-bar {
  flex-wrap: nowrap;
}
.btns.is-bar > .btn {
  border-radius: 0;
  overflow: hidden;
}
.btns.is-bar > .btn:not(.is-round):first-child {
  border-top-left-radius: 0.1875em;
  border-bottom-left-radius: 0.1875em;
}
.btns.is-bar > .btn:not(.is-round):last-child {
  border-top-right-radius: 0.1875em;
  border-bottom-right-radius: 0.1875em;
}
.btns.is-bar > .btn.is-round:first-child {
  border-top-left-radius: 999em;
  border-bottom-left-radius: 999em;
}
.btns.is-bar > .btn.is-round:last-child {
  border-top-right-radius: 999em;
  border-bottom-right-radius: 999em;
}
.btns.is-bar > .btn:nth-child(2),
.btns.is-bar > .btn:nth-child(2) ~ .btn {
  border-left: none;
}
.btns > .btn.is-mobile-0 {
  flex: 1 0 auto;
  max-width: 100%;
}
.btns > .btn.is-full,
.btns > .btn.is-mobile-full {
  flex: 0 1 100%;
  max-width: 100%;
}
.btns > .btn.is-mobile-auto {
  flex: 0 1 auto;
  max-width: 100%;
}
.list.is-circle,
.list.is-decimal,
.list.is-disc {
  line-height: 1.8;
  margin-left: 1.5em;
}
.list.is-circle > .item,
.list.is-decimal > .item,
.list.is-disc > .item {
  display: list-item;
}
.list.is-disc > .item {
  list-style: disc outside;
}
.list.is-circle > .item {
  list-style: circle outside;
}
.list.is-decimal > .item {
  list-style: decimal outside;
}
.table {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-spacing: 0;
}
.table td,
.table th {
  padding: 0.75em 1em;
  vertical-align: top;
}
.table.is-middle td,
.table.is-middle th {
  vertical-align: middle;
}
.table > thead > tr:last-child > th {
  border-bottom: 2px solid #d1d7da;
}
.table.is-line {
  border-top: 1px solid #d1d7da;
  border-bottom: 1px solid #d1d7da;
}
.table.is-line > tbody > tr:not(:first-child) {
  border-top: 1px solid #d1d7da;
}
.table.is-outline {
  border: 1px solid #d1d7da;
}
.table.is-border {
  border: 1px solid #d1d7da;
}
.table.is-border td,
.table.is-border th {
  border: 1px solid #d1d7da;
}
.table.is-stripe thead {
  background-color: whitesmoke;
}
.table.is-stripe tbody tr:nth-child(2n) {
  background-color: whitesmoke;
}
.table td.is-paint,
.table th.is-paint,
.table tr.is-paint {
  background-color: #1cb4c7;
  color: #ffffff;
}
.table td.is-stripe,
.table th.is-stripe,
.table tr.is-stripe {
  background-color: whitesmoke;
}
.table td.is-spot,
.table th.is-spot,
.table tr.is-spot {
  background-color: #f5eeb7;
}
.table td.is-danger,
.table th.is-danger,
.table tr.is-danger {
  background-color: #fdd9dd;
}
.fieldset {
  padding: 0;
  border: none;
}
.field {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5em;
  margin-bottom: -0.5em;
}
.field > .field,
.field > .input,
.field > .select,
.field > .textarea {
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}
.field > .field {
  display: inline-flex;
}
.field > .field + .field {
  margin-top: 0;
}
.field.is-middle {
  align-items: center;
}
.field.is-bottom {
  align-items: flex-end;
}
.field.is-center {
  justify-content: center;
}
.field.is-right {
  justify-content: flex-end;
}
.field.is-between {
  justify-content: space-between;
}
.field.is-around {
  justify-content: space-around;
}
.input[type="date"],
.input[type="datetime-local"],
.input[type="email"],
.input[type="month"],
.input[type="number"],
.input[type="password"],
.input[type="search"],
.input[type="tel"],
.input[type="text"],
.input[type="time"],
.input[type="url"],
.input[type="week"] {
  max-width: 100%;
  height: 2.5em;
  padding: calc(0.5em - 1.5px) 0.75em;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.7);
}
.input[type="date"][disabled],
.input[type="datetime-local"][disabled],
.input[type="email"][disabled],
.input[type="month"][disabled],
.input[type="number"][disabled],
.input[type="password"][disabled],
.input[type="search"][disabled],
.input[type="tel"][disabled],
.input[type="text"][disabled],
.input[type="time"][disabled],
.input[type="url"][disabled],
.input[type="week"][disabled] {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.26);
}
.input[type="date"][readonly],
.input[type="datetime-local"][readonly],
.input[type="email"][readonly],
.input[type="month"][readonly],
.input[type="number"][readonly],
.input[type="password"][readonly],
.input[type="search"][readonly],
.input[type="tel"][readonly],
.input[type="text"][readonly],
.input[type="time"][readonly],
.input[type="url"][readonly],
.input[type="week"][readonly] {
  background-color: #eeeeee;
  color: rgba(0, 0, 0, 0.5);
}
.input[type="email"]:placeholder-shown,
.input[type="number"]:placeholder-shown,
.input[type="password"]:placeholder-shown,
.input[type="search"]:placeholder-shown,
.input[type="tel"]:placeholder-shown,
.input[type="text"]:placeholder-shown,
.input[type="url"]:placeholder-shown {
  color: rgba(0, 0, 0, 0.26);
}
.input[type="email"]::-webkit-input-placeholder,
.input[type="number"]::-webkit-input-placeholder,
.input[type="password"]::-webkit-input-placeholder,
.input[type="search"]::-webkit-input-placeholder,
.input[type="tel"]::-webkit-input-placeholder,
.input[type="text"]::-webkit-input-placeholder,
.input[type="url"]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.26);
}
.input[type="email"]:-moz-placeholder,
.input[type="number"]:-moz-placeholder,
.input[type="password"]:-moz-placeholder,
.input[type="search"]:-moz-placeholder,
.input[type="tel"]:-moz-placeholder,
.input[type="text"]:-moz-placeholder,
.input[type="url"]:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.26);
}
.input[type="email"]::-moz-placeholder,
.input[type="number"]::-moz-placeholder,
.input[type="password"]::-moz-placeholder,
.input[type="search"]::-moz-placeholder,
.input[type="tel"]::-moz-placeholder,
.input[type="text"]::-moz-placeholder,
.input[type="url"]::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.26);
}
.input[type="email"]:-ms-input-placeholder,
.input[type="number"]:-ms-input-placeholder,
.input[type="password"]:-ms-input-placeholder,
.input[type="search"]:-ms-input-placeholder,
.input[type="tel"]:-ms-input-placeholder,
.input[type="text"]:-ms-input-placeholder,
.input[type="url"]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.26);
}
.input[type="date"],
.input[type="datetime-local"],
.input[type="email"],
.input[type="month"],
.input[type="number"],
.input[type="password"],
.input[type="search"],
.input[type="tel"],
.input[type="text"],
.input[type="time"],
.input[type="url"],
.input[type="week"] {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.input[type="date"][disabled],
.input[type="datetime-local"][disabled],
.input[type="email"][disabled],
.input[type="month"][disabled],
.input[type="number"][disabled],
.input[type="password"][disabled],
.input[type="search"][disabled],
.input[type="tel"][disabled],
.input[type="text"][disabled],
.input[type="time"][disabled],
.input[type="url"][disabled],
.input[type="week"][disabled] {
  box-shadow: none;
}
.input[type="date"],
.input[type="datetime-local"],
.input[type="email"],
.input[type="month"],
.input[type="number"],
.input[type="password"],
.input[type="search"],
.input[type="tel"],
.input[type="text"],
.input[type="time"],
.input[type="url"],
.input[type="week"],
.textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input[type="file"] {
  display: block;
  max-width: 70vw;
  overflow: hidden;
}
.textarea {
  min-height: 150px;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: calc(0.5em - 1.5px) 0.5em;
}
.textarea[disabled] {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.26);
  box-shadow: none;
}
.input[type="checkbox"],
.input[type="radio"] {
  margin-right: 0.25em;
}
.input[type="checkbox"] + .text,
.input[type="radio"] + .text {
  margin-right: 1em;
}
.input[type="checkbox"][disabled] + .text,
.input[type="radio"][disabled] + .text {
  color: rgba(0, 0, 0, 0.4);
}
.select {
  max-width: 100%;
  height: 2.5em;
  padding: calc(0.5em - 1.5px) 0.75em;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.7);
}
.select[multiple] {
  height: auto;
  padding: 0.5em 0.75em;
}
.select[multiple] > option {
  min-height: 1.5em;
}
.select[disabled] {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.26);
}
.select[readonly] {
  background-color: #eeeeee;
}
.field > .is-mobile-0 {
  flex: 1 0 auto;
  max-width: 100%;
}
.field > .is-mobile-full {
  flex: 0 1 100%;
  max-width: 100%;
}
.field > .is-mobile-auto {
  flex: 0 1 auto;
  max-width: 100%;
}
.fa,
.icon,
.im,
.material-icons {
  font-size: inherit;
  line-height: inherit;
}
.material-icons {
  vertical-align: bottom;
}
.fa + .text,
.icon + .text,
.im + .text,
.material-icons + .text {
  margin-left: 0.25em;
}
.fa + .fa:not(.is-fit),
.fa + .icon:not(.is-fit),
.fa + .im:not(.is-fit),
.fa + .material-icons:not(.is-fit),
.icon + .fa:not(.is-fit),
.icon + .icon:not(.is-fit),
.icon + .im:not(.is-fit),
.icon + .material-icons:not(.is-fit),
.im + .fa:not(.is-fit),
.im + .icon:not(.is-fit),
.im + .im:not(.is-fit),
.im + .material-icons:not(.is-fit),
.material-icons + .fa:not(.is-fit),
.material-icons + .icon:not(.is-fit),
.material-icons + .im:not(.is-fit),
.material-icons + .material-icons:not(.is-fit) {
  margin-left: 0.25em;
}
.text + .fa,
.text + .icon,
.text + .im,
.text + .material-icons {
  margin-left: 0.25em;
}
.fa.is-fit,
.icon.is-fit,
.im.is-fit,
.material-icons.is-fit {
  width: 1em;
  text-align: center;
}
.alert {
  background: whitesmoke;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 0.675em 0.875em;
}
.alert.is-primary {
  background: #edf8fa;
  border-color: #9fdde4;
}
.alert.is-info {
  background: #eef5fb;
  border-color: #abd0ed;
}
.alert.is-success {
  background: #eaf8ee;
  border-color: #96e2bd;
}
.alert.is-warning {
  background: #faf0df;
  border-color: #f1cf9d;
}
.alert.is-danger {
  background: #fef1f3;
  border-color: #f4b9b4;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-weight: 700;
  line-height: 1.25;
}
.wysiwyg h1 {
  font-size: 2em;
}
.wysiwyg h2 {
  font-size: 1.5em;
}
.wysiwyg h3 {
  font-size: 1.25em;
}
.wysiwyg h4 {
  font-size: 1em;
}
.wysiwyg h5 {
  font-size: 0.875em;
}
.wysiwyg h6 {
  font-size: 0.75em;
}
.wysiwyg:not(.is-page-full) p {
  font-size: 0.875em;
}
.wysiwyg p {
  line-height: 1.8;
}
.wysiwyg small {
  font-size: 80%;
}
.wysiwyg strong {
  font-weight: 700;
}
.wysiwyg em {
  font-style: italic;
}
.wysiwyg del,
.wysiwyg s {
  text-decoration: line-through;
}
.wysiwyg a {
  cursor: pointer;
  color: #1cb4c7;
  border-bottom: 1px solid currentColor;
}
.wysiwyg a:active,
.wysiwyg a:hover {
  border-bottom-color: transparent;
}
.wysiwyg blockquote {
  background-color: whitesmoke;
  border-left: 0.5em solid rgba(0, 0, 0, 0.05);
  border-radius: 0.125em;
  padding: 1.5em;
  font-size: 0.875em;
}
.wysiwyg code,
.wysiwyg pre {
  color: #646d9f;
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Meiryo,
    monospace, serif;
}
.wysiwyg :not(pre) > code {
  padding: 0.2em 0.5em;
  background-color: whitesmoke;
  border-radius: 0.1875em;
  font-size: 0.875em;
  word-break: break-all;
}
.wysiwyg pre {
  background-color: whitesmoke;
  border-radius: 0.125em;
  font-size: 0.875em;
  white-space: pre;
  word-wrap: normal;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.wysiwyg pre > code {
  display: block;
  padding: 1.25em 1.5em;
}
.wysiwyg ol,
.wysiwyg ul {
  line-height: 1.8;
  margin-left: 1.5em;
}
.wysiwyg ol > li,
.wysiwyg ul > li {
  display: list-item;
}
.wysiwyg:not(.is-page-full) ol > li,
.wysiwyg:not(.is-page-full) ul > li {
  font-size: 0.875em;
}
.wysiwyg:not(.is-page-full) ol > li li,
.wysiwyg:not(.is-page-full) ul > li li {
  font-size: 100%;
}
.wysiwyg ul > li {
  list-style: circle outside;
}
.wysiwyg ol > li {
  list-style: decimal outside;
}
.wysiwyg table {
  background-color: #ffffff;
  border-radius: 2px;
}
.wysiwyg:not(.is-page-full) table {
  font-size: 0.875em;
}
.wysiwyg table thead {
  background-color: whitesmoke;
}
.wysiwyg table th {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
}
.wysiwyg table td,
.wysiwyg table th {
  padding: 6px 12px;
  border: 1px solid #e0e0e0;
}
.is-xxl {
  font-size: 200%;
}
.is-xl {
  font-size: 150%;
}
.is-lg {
  font-size: 125%;
}
.is-md {
  font-size: 100%;
}
.is-sm {
  font-size: 87.5%;
}
.is-xs {
  font-size: 75%;
}
.is-xxs {
  font-size: 62.5%;
}
.is-dark {
  color: #000000;
}
.is-dark-1 {
  color: rgba(0, 0, 0, 0.87);
}
.is-dark-2 {
  color: rgba(0, 0, 0, 0.7);
}
.is-dark-3 {
  color: rgba(0, 0, 0, 0.6);
}
.is-dark-4 {
  color: rgba(0, 0, 0, 0.5);
}
.is-dark-5 {
  color: rgba(0, 0, 0, 0.4);
}
.is-dark-6 {
  color: rgba(0, 0, 0, 0.26);
}
.is-dark-7 {
  color: rgba(0, 0, 0, 0.15);
}
.is-dark-8 {
  color: rgba(0, 0, 0, 0.12);
}
.is-dark-9 {
  color: rgba(0, 0, 0, 0.05);
}
.is-light {
  color: #ffffff;
}
.is-light-1 {
  color: rgba(255, 255, 255, 0.87);
}
.is-light-2 {
  color: rgba(255, 255, 255, 0.7);
}
.is-light-3 {
  color: rgba(255, 255, 255, 0.6);
}
.is-light-4 {
  color: rgba(255, 255, 255, 0.5);
}
.is-light-5 {
  color: rgba(255, 255, 255, 0.4);
}
.is-light-6 {
  color: rgba(255, 255, 255, 0.26);
}
.is-light-7 {
  color: rgba(255, 255, 255, 0.15);
}
.is-light-8 {
  color: rgba(255, 255, 255, 0.12);
}
.is-light-9 {
  color: rgba(255, 255, 255, 0.05);
}
.is-primary:not(.btn) {
  color: #1cb4c7;
}
.is-info:not(.btn) {
  color: #4b9ad8;
}
.is-success:not(.btn) {
  color: #1bbc5e;
}
.is-warning:not(.btn) {
  color: #e1902a;
}
.is-danger:not(.btn) {
  color: #e65d53;
}
.is-yakuhanjp {
  font-family: -apple-system, BlinkMacSystemFont, YakuHanJP, "Hiragino Sans",
    Meiryo, sans-serif;
}
.is-yakuhanjps {
  font-family: -apple-system, BlinkMacSystemFont, YakuHanJPs, "Hiragino Sans",
    Meiryo, sans-serif;
}
.is-normal {
  font-weight: 300;
}
.is-strong {
  font-weight: 700;
}
.is-weight-100 {
  font-weight: 100;
}
.is-weight-200 {
  font-weight: 200;
}
.is-weight-300 {
  font-weight: 300;
}
.is-weight-400 {
  font-weight: 400;
}
.is-weight-500 {
  font-weight: 500;
}
.is-weight-700 {
  font-weight: 700;
}
.is-weight-900 {
  font-weight: 900;
}
.is-italic {
  font-style: italic;
}
.is-delete {
  text-decoration: line-through;
}
.is-capitalize {
  text-transform: capitalize;
}
.is-lowercase {
  text-transform: lowercase;
}
.is-uppercase {
  text-transform: uppercase;
}
:not(.grid):not(.btns):not(.field).is-left {
  text-align: left;
}
:not(.grid):not(.btns):not(.field).is-center {
  text-align: center;
}
:not(.grid):not(.btns):not(.field).is-right {
  text-align: right;
}
:not(.grid):not(.btns):not(.field).is-baseline {
  vertical-align: baseline;
}
:not(.grid):not(.btns):not(.field).is-top {
  vertical-align: top;
}
:not(.grid):not(.btns):not(.field).is-middle {
  vertical-align: middle;
}
:not(.grid):not(.btns):not(.field).is-bottom {
  vertical-align: bottom;
}
.is-nowrap {
  white-space: nowrap;
}
.is-break {
  word-break: break-all;
}
.is-centering {
  margin: 0 auto;
}
.is-scroll-x {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.is-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.is-block {
  display: block;
}
.is-inline {
  display: inline;
}
.is-inline-block {
  display: inline-block;
}
.is-none,
.is-none-mobile {
  display: none;
}
.is-clearfix:after {
  display: block;
  content: "";
  clear: both;
}
body {
  background-color: whitesmoke;
}
address {
  font-style: normal;
}
.trick {
  display: none;
}
.section.is-headline {
  background-color: #3a464c;
}
.section.is-header {
  background-color: #000000;
}
.section.is-subheader {
  position: relative;
  z-index: 2;
  display: none;
  height: 3em;
  padding: 0.515625em 0;
}
.section.is-subheader .btn.is-twitter,
.section.is-subheader .btn.is-facebook,
.section.is-subheader .btn.is-youtube {
  padding: 0.25em 1em;
}
.section.is-subheader .btn.is-twitter {
  background-color: rgba(43, 167, 243, 0.7);
}
.section.is-subheader .btn.is-twitter:hover {
  background-color: rgba(87, 185, 245, 0.7);
}
.section.is-subheader .btn.is-twitter:active {
  background-color: rgba(125, 201, 248, 0.7);
}
.section.is-subheader .btn.is-facebook {
  background-color: rgba(113, 141, 200, 0.7);
}
.section.is-subheader .btn.is-facebook:hover {
  background-color: rgba(131, 156, 207, 0.7);
}
.section.is-subheader .btn.is-facebook:active {
  background-color: rgba(150, 171, 214, 0.7);
}
.section.is-subheader .btn.is-youtube {
  background-color: rgba(200, 0, 0, 0.7);
}
.section.is-subheader .btn.is-youtube:hover {
  background-color: rgba(220, 2, 2, 0.7);
}
.section.is-subheader .btn.is-youtube:active {
  background-color: rgba(248, 5, 5, 0.7);
}
.section.is-topcover {
  position: relative;
  z-index: 1;
  min-height: 2.46875em;
  background-color: #000000;
  background-position: center center;
  background-size: cover;
}
.section.is-main-set {
  padding: 1em 0;
}
.section.is-sidebar .group.is-links .img,
.section.is-sidebar .group.is-panel,
.section.is-sidebar .view-link .img,
.section.is-sidebar .wysiwyg img {
  width: 100%;
}
.section.is-footer {
  padding: 2em 0;
  background-color: #000000;
}
.grid.is-gap-2 {
  margin-left: -1em;
  margin-bottom: -1em;
}
.grid.is-gap-2 > .col {
  padding-left: 1em;
  padding-bottom: 1em;
}
.grid.is-archive-none-24 > .col:nth-child(n + 1):nth-child(-n + 24) {
  display: none;
}
.col.is-producer {
  flex: 0 0 150px;
}
.group.is-card-list .event-card .group + .group,
.group.is-card-panel .event-card .group + .group {
  margin-top: 0.5em;
}
.group.is-panel {
  background-color: #ffffff;
}
.group.is-panel > .inner {
  padding: 16px;
}
.group.is-panel .report-card:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.group.is-main {
  background-color: #ffffff;
}
.group.is-main > .inner {
  padding: 16px;
}
.group.is-main .wysiwyg > .attachment-large:first-child {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.group.is-status-strong-amber {
  padding: 0.75em;
  background-color: #f7ecca;
  border-left: 8px solid #f1dd9f;
}
.group.is-status-strong-amber + .group.is-status-strong-grey {
  margin-top: 0;
}
.group.is-status-strong-grey {
  padding: 0.75em;
  background-color: #fcfcfc;
  border-left: 8px solid #eeeeee;
  border-bottom: 1px solid #f7f7f7;
}
.group.is-status-normal-yellow {
  padding: 1em;
  background-color: #faf6d9;
  border: 1px solid #f5eeb7;
}
.group.is-status-normal-grey {
  padding: 1em;
  background-color: rgba(237, 239, 240, 0.5);
  border: 1px solid rgba(209, 215, 218, 0.25);
}
.group.is-iframe-full {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
}
.group.is-iframe-full iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.group.is-bg-cover {
  background-size: cover;
  background-position: center center;
}
.group.is-bg-cover > .inner {
  padding: 1.25em 0;
}
.group.is-white-card {
  max-width: 400px;
  padding: 1.25em;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.87);
}
.group.is-stage-red {
  padding: 1em;
  background-color: rgba(255, 72, 0, 0.1);
}
.heading.is-panel {
  display: flex;
  padding: 0.25em 1em;
  background-color: rgba(0, 0, 0, 0.15);
  border: 1px solid #ffffff;
}
.heading.is-main {
  display: flex;
  padding: 0.75em 1em;
  background-color: #000000;
  border-left: 8px solid #cd0000;
}
.heading.is-main.is-padding-end {
  padding-right: 4em;
}
.heading.is-main.is-abot-event > .text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.heading.is-main + .heading.is-main {
  padding-top: 0;
  margin-top: 0;
}
.heading.is-main + .group.is-status-strong-amber {
  margin-top: 0;
}
.heading.is-main + .group.is-status-strong-grey {
  margin-top: 0;
}
.heading.is-flex-border {
  display: flex;
  align-items: center;
}
.heading.is-flex-border:after,
.heading.is-flex-border:before {
  content: "";
  display: block;
  flex: 1 0;
  height: 0.5em;
  background: #fff
    repeating-linear-gradient(
      -45deg,
      #fff,
      #fff 0.25em,
      #edeff0 0.25em,
      #edeff0 0.5em
    )
    repeat scroll 0% 0%;
}
.heading.is-flex-border:before {
  margin-right: 0.5em;
}
.heading.is-flex-border:after {
  margin-left: 0.5em;
}
.heading.is-flex-border > .text {
  max-width: 70%;
  text-align: center;
}
.heading.is-flex-pop {
  display: flex;
  align-items: center;
}
.heading.is-flex-pop:after,
.heading.is-flex-pop:before {
  content: "";
  display: block;
  flex: 1 0;
  height: 1.5em;
}
.heading.is-flex-pop:before {
  margin-right: 0.75em;
  border-right: 1px solid #d1d7da;
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.heading.is-flex-pop:after {
  margin-left: 0.75em;
  border-left: 1px solid #d1d7da;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.heading.is-flex-pop > .text {
  max-width: 70%;
  text-align: center;
}
.heading.is-orange {
  color: #cd0000;
}
.text.is-link-reverse.is-blue,
.text.is-link.is-blue {
  color: #365899;
}
.text.is-figcaption,
.texts.is-figcaption {
  padding: 0.25em;
  margin-top: 0;
  background-color: #000000;
  color: #ffffff;
}
.text.is-grey-block,
.texts.is-grey-block {
  display: inline-block;
  padding: 0.25em 0.375em;
  border: 2px solid #b3bdc2;
  color: #95a2a9;
}
.text.is-orange,
.texts.is-orange {
  color: #cd0000;
}
.btn.is-flat.is-primary,
.btn.is-plain.is-primary {
  background-color: #cd0000;
}
.btn.is-flat.is-primary:hover,
.btn.is-plain.is-primary:hover {
  background-color: #e64100;
}
.btn.is-flat.is-primary:active,
.btn.is-plain.is-primary:active {
  background-color: #cc3a00;
}
.btn.is-flat.is-orange,
.btn.is-plain.is-orange {
  background-color: #cd0000;
  color: #ffffff;
}
.btn.is-flat.is-orange:hover,
.btn.is-plain.is-orange:hover {
  background-color: #cd6666;
}
.btn.is-flat.is-orange:active,
.btn.is-plain.is-orange:active {
  background-color: #ffa480;
}
.btn.is-flat.is-grey,
.btn.is-plain.is-grey {
  background-color: #bdbdbd;
  color: #ffffff;
}
.btn.is-flat.is-grey:hover,
.btn.is-plain.is-grey:hover {
  background-color: #c7c7c7;
}
.btn.is-flat.is-grey:active,
.btn.is-plain.is-grey:active {
  background-color: #d7d7d7;
}
.btn.is-flat.is-twitter,
.btn.is-plain.is-twitter {
  background-color: #1da1f2;
  color: #ffffff;
}
.btn.is-flat.is-twitter:hover,
.btn.is-plain.is-twitter:hover {
  background-color: #0d95e8;
}
.btn.is-flat.is-twitter:active,
.btn.is-plain.is-twitter:active {
  background-color: #0c85d0;
}
.btn.is-flat.is-facebook,
.btn.is-plain.is-facebook {
  background-color: #3b5998;
  color: #ffffff;
}
.btn.is-flat.is-facebook:hover,
.btn.is-plain.is-facebook:hover {
  background-color: #344e86;
}
.btn.is-flat.is-facebook:active,
.btn.is-plain.is-facebook:active {
  background-color: #2d4373;
}
.btn.is-plain.is-youtube,
.btn.is-flat.is-youtube {
  background-color: #c80000;
  color: #ffffff;
}
.btn.is-plain.is-youtube:hover,
.btn.is-flat.is-youtube:hover {
  background-color: #dc0505;
}
.btn.is-plain.is-youtube:active,
.btn.is-flat.is-youtube:active {
  background-color: #f80a0a;
}
.btn.is-outline.is-primary {
  border-color: #cd0000;
  color: #cd0000;
}
.btn.is-outline.is-primary:hover {
  background-color: #cd0000;
}
.btn.is-outline.is-primary:active {
  background-color: #e64100;
}
.btn.is-search {
  display: inline-flex;
  align-items: center;
  height: 2.25em;
  padding: 0 0.75em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btns.is-pagenav > a {
  cursor: pointer;
  display: inline-block;
  flex: 0 1 100%;
  max-width: 100%;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  background-color: #ffffff;
  border: 1px solid #cd0000;
  border-radius: 2px;
  color: #cd0000;
  white-space: nowrap;
  transition: ease-out 0.12s;
}
.btns.is-pagenav > a:hover {
  background-color: #cd0000;
  color: #ffffff;
}
.btns.is-pagenav > a:active {
  background-color: #e64100;
  color: #ffffff;
}
.btns.is-pagenav.is-right {
  text-align: right;
}
.btns.is-pagenav-wplink > a {
  cursor: pointer;
  display: inline-block;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  background-color: #ffffff;
  border: 1px solid #cd0000;
  border-radius: 2px;
  color: #cd0000;
  white-space: nowrap;
  transition: ease-out 0.12s;
}
.btns.is-pagenav-wplink > a:hover {
  background-color: #cd0000;
  color: #ffffff;
}
.btns.is-pagenav-wplink > a:active {
  background-color: #e64100;
  color: #ffffff;
}
.btns.is-pagenav-wplink > span.page-number {
  display: inline-block;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  background-color: #cd0000;
  border: 1px solid #cd0000;
  border-radius: 2px;
  color: #ffffff;
  white-space: nowrap;
}
.list > .item.is-case {
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.list > .item.is-case .heading + .heading {
  margin-top: 0.25em;
}
.list > .item.is-case + .item.is-case {
  margin-top: 1em;
}
.list > .item.is-media {
  padding: 1em 0;
  border-top: 1px dashed rgba(0, 0, 0, 0.12);
}
.list > .item.is-media:last-child {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.12);
}
.list > .item.is-media > .text:first-child {
  flex: 0 0 140px;
  padding-right: 2em;
}
.table td.is-paint,
.table th.is-paint,
.table tr.is-paint {
  background-color: #667b85;
}
.field.is-gap-none {
  margin-left: 0;
  margin-bottom: 0;
}
.field.is-gap-none > * {
  margin-left: 0;
  margin-bottom: 0;
}
.input.is-search {
  height: 2.25em;
  padding: 0.125em 0.25em;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.wysiwyg a {
  border-bottom: none;
  color: #365899;
  font-weight: 700;
}
.wysiwyg a:hover {
  border-bottom: 1px solid;
}
.topcover-link {
  display: block;
  transition: ease 0.12s;
  padding-bottom: 0.25em;
}
.topcover-link:hover {
  background-color: rgba(255, 255, 255, 0.25);
}
.topcover-object {
  display: block;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}
.header-object.is-itscom,
.header-object.is-tmc,
.header-object.is-tcc {
  display: flex;
  align-items: center;
  height: 3em;
}
.navbar.is-touch {
  position: relative;
}
.navbar.is-desktop {
  display: none;
  align-items: center;
}
.navbar-btn {
  display: flex;
  align-items: center;
  height: 3em;
  padding: 0 0.75em;
  transition: 0.12s ease;
}
.navbar-btn.is-current,
.navbar-btn:hover {
  background-color: #cd0000;
}
.navbar-toggle-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  color: #cd0000;
}
.navbar-toggle-btn > .icon {
  font-size: 1.25em;
}
.navbar-btnask {
  display: flex;
  align-items: center;
  height: 3em;
  padding: 0 0.75em;
  transition: 0.12s;
  background-color: #cd3333 ease;
}
.navbar-btnask.is-current,
.navbar-btnask:hover {
  background-color: #cd0000;
}
.navbar-toggle-btn > .icon + .icon {
  margin-left: 0;
}
.navbar-toggle-btn.is-on-top-right {
  position: absolute;
  top: -3em;
  right: 0;
}
.event-card {
  position: relative;
  display: block;
  flex: 1 0;
  background-color: #ffffff;
  transition: ease 0.12s;
}
a.event-card:hover {
  background-color: #fff4f0;
}
.event-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #cd0000;
  transition: ease 0.12s;
}
a.event-card:hover:after {
  border-width: 8px;
}
a.event-card .event-title.is-main {
  color: #2f4d86;
}
a.event-card:hover .event-title.is-main {
  text-decoration: underline;
}
.event-card > .inner {
  padding: 1em;
}
.event-date {
  display: block;
  font-family: "Archivo Black", sans-serif;
  line-height: 1;
  white-space: nowrap;
}
.event-badge-set {
  display: inline-flex;
  width: 6em;
  height: 1.125em;
  overflow: hidden;
}
.event-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 0;
  line-height: 1;
  white-space: nowrap;
}
.event-badge.is-week {
  background-color: #bdbdbd;
}
.event-badge.is-week.is-weekday {
  background-color: #bdbdbd;
}
.event-badge.is-week.is-saturday {
  background-color: #64a5c4;
}
.event-badge.is-week.is-holiday,
.event-badge.is-week.is-saturday.is-holiday,
.event-badge.is-week.is-sunday,
.event-badge.is-week.is-weekday.is-holiday {
  background-color: #f57171;
}
.event-badge.is-noon {
  background-color: #ff8a5c;
}
.event-badge.is-night {
  background-color: #6386c8;
}
.event-badge.is-time {
  background-color: rgba(0, 0, 0, 0.05);
  font-family: "Archivo Black", sans-serif;
}
.event-badge.is-ymd {
  background-color: #000000;
  color: #ffffff;
  font-family: "Archivo Black", sans-serif;
}
.event-badge-end {
  display: inline-flex;
  padding: 0.25em 0.5em;
  background-color: #cd0000;
  color: #ffffff;
}
.event-badge-end.is-top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.event-thumb {
  width: 100%;
  height: 100%;
  min-height: 110px;
  background-color: rgba(0, 0, 0, 0.05);
  background-size: contain;
  background-position: center center;
}
.event-thumb__blank {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  background-size: contain;
  background-position: center center;
}
.event-title.is-sub {
  max-height: 1em;
  margin-top: -0.25em;
  margin-bottom: 0.25em;
  line-height: 1;
  overflow: hidden;
}
.event-title.is-main {
  max-height: 4.9em;
  line-height: 1.4;
  overflow: hidden;
}
.event-performer {
  display: inline-flex;
  padding: 0.25em 0.5em;
  background-color: #369980;
  border: 1px solid transparent;
}
.event-card-performer {
  max-height: 3.9em;
  display: inline-flex;
  padding: 0.25em 0.5em;
  background-color: #369980;
  border: 1px solid transparent;
  overflow: hidden;
}
.event-ticket-situation {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 0.25em 0.5em;
  border: 1px solid;
}
.event-ticket-situation.is-black {
  border-color: rgba(0, 0, 0, 0.26);
  color: rgba(0, 0, 0, 0.5);
}
.event-ticket-situation.is-blue {
  border-color: #7d9ad1;
  color: #587dc4;
}
.event-ticket-situation.is-red {
  color: #cd0000;
}
.event-ticket-information {
  display: inline-flex;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 0.25em 0.5em;
  background-color: rgba(255, 72, 0, 0.075);
  border: 1px solid rgba(255, 72, 0, 0.15);
}
.event-ticket-btn {
  width: 140px;
}
.report-card {
  display: block;
  background-color: #ffffff;
  transition: ease 0.12s;
}
.report-card:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.report-card:hover {
  background-color: #fff4f0;
}
.report-card > .inner {
  padding: 16px;
}
.report-thumb {
  width: 6em;
  height: 6em;
  background-color: rgba(0, 0, 0, 0.05);
  background-size: cover;
  background-position: center center;
}
.report-title.is-main {
  max-height: 4.5em;
  line-height: 1.5;
  overflow: hidden;
}
.report-title ~ .report-date {
  margin-top: 0.375em;
}
.report-date {
  color: #b33200;
}
.notice-card {
  display: block;
  background-color: #ffffff;
  color: #365899;
  font-size: 0.875em;
  transition: ease 0.12s;
}
.notice-card:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.notice-card:hover {
  background-color: #fff4f0;
}
.notice-card > .inner {
  padding: 16px;
}
.view-link {
  position: relative;
  display: block;
}
.view-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  transition: ease 0.12s;
}
.view-link:hover:before {
  border-width: 8px;
}
.view-link:after {
  content: "\f00e";
  position: absolute;
  bottom: 0.1875em;
  right: 0.1875em;
  width: 1.75em;
  height: 1.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #cd0000;
  border-radius: 2px;
  color: #ffffff;
  font-size: 0.875em;
  font-family: "FontAwesome";
  line-height: 1;
}
.footer-links.is-mobile {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -16px;
}
.footer-links.is-mobile > .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 1em 1.75em;
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: rgba(255, 255, 255, 0.87);
  font-size: 0.875em;
  text-align: center;
}
.copylight {
  color: rgba(255, 255, 255, 0.6);
}
.copylight.is-mobile {
  margin-top: 1em;
  font-size: 0.875em;
  text-align: center;
}
.copylight.is-tablet {
  margin-top: 0.25em;
  font-size: 0.75em;
  text-align: right;
}
.home .logo.is-tcc {
  opacity: 0.8;
}
.logo.is-tcc {
  display: block;
  width: 208px;
}
.logo.is-itscom {
  display: block;
  width: 112px;
}
.logo.is-tmc {
  display: block;
  width: 272px;
}
.img.is-heading-today {
  display: block;
  width: 384px;
}
.img.is-heading-schedule {
  display: block;
  width: 272px;
}
.img.is-heading-report {
  display: block;
  width: 197px;
}
.img.is-heading-archive {
  display: block;
  width: 272px;
}
.img.is-heading-realwww {
  display: block;
  width: 216px;
}
.img.is-heading-white-card {
  display: block;
  width: 216px;
  margin: 0 auto;
}
.img.is-collaboration-structure {
  display: block;
  width: 680px;
  margin: 0 auto;
}
.img.is-copy-corporate-main {
  display: block;
  width: 680px;
  margin: 0 auto;
}
.img.is-partner {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
.img.is-bottomcover {
  display: block;
}
.img.is-gotop {
  display: inline-block;
  width: 88px;
  height: 17px;
}
.img.is-toroku {
  display: inline-block;
  width: 100px;
  height: 17px;
  margin-left: 4px;
}
.trick.is-navbar-toggle ~ .navbar-toggle-btn > .icon.is-toggle-on {
  display: none;
}
.trick.is-navbar-toggle ~ .inner {
  display: none;
}
.trick.is-navbar-toggle:checked ~ .navbar-toggle-btn > .icon.is-toggle-off {
  display: none;
}
.trick.is-navbar-toggle:checked ~ .navbar-toggle-btn > .icon.is-toggle-on {
  display: block;
}
.trick.is-navbar-toggle:checked ~ .inner {
  display: block;
  padding-bottom: 16px;
}
.is-padding-top-1 {
  padding-top: 4px;
}
.is-padding-top-2 {
  padding-top: 8px;
}
.is-padding-right-1 {
  padding-right: 4px;
}
.is-padding-right-2 {
  padding-right: 8px;
}
.is-padding-bottom-1 {
  padding-bottom: 4px;
}
.is-padding-bottom-2 {
  padding-bottom: 8px;
}
.is-padding-left-1 {
  padding-left: 4px;
}
.is-padding-left-2 {
  padding-left: 8px;
}
.is-margin-top-1 {
  margin-top: 4px;
}
.is-margin-top-2 {
  margin-top: 8px;
}
.is-margin-right-1 {
  margin-right: 4px;
}
.is-margin-right-2 {
  margin-right: 8px;
}
.is-margin-bottom-1 {
  margin-bottom: 4px;
}
.is-margin-bottom-2 {
  margin-bottom: 8px;
}
.is-margin-left-1 {
  margin-left: 4px;
}
.is-margin-left-2 {
  margin-left: 8px;
}
.is-margin-top-m1 {
  margin-top: -4px;
}
.is-margin-top-m2 {
  margin-top: -8px;
}
.is-margin-right-m1 {
  margin-right: -4px;
}
.is-margin-right-m2 {
  margin-right: -8px;
}
.is-margin-bottom-m1 {
  margin-bottom: -4px;
}
.is-margin-bottom-m2 {
  margin-bottom: -8px;
}
.is-margin-left-m1 {
  margin-left: -4px;
}
.is-margin-left-m2 {
  margin-left: -8px;
}
.is-line-height-1 {
  line-height: 1;
}
.is-primary:not(.btn) {
  color: #cd0000;
}
.is-none,
.is-none-mobile {
  display: none !important;
} /*! Type: YakuHanJP_Narrow - Based on Noto Sans CJK JP */
@font-face {
  font-family: "YakuHanJP_Narrow";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/fonts/YakuHanJP/YakuHanJP-Thin.woff2")
      format("woff2"),
    url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/fonts/YakuHanJP/YakuHanJP-Thin.woff")
      format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01,
    U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP_Narrow";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/fonts/YakuHanJP/YakuHanJP-Thin.woff2")
      format("woff2"),
    url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/fonts/YakuHanJP/YakuHanJP-Thin.woff")
      format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01,
    U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP_Narrow";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/fonts/YakuHanJP/YakuHanJP-Light.woff2")
      format("woff2"),
    url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/fonts/YakuHanJP/YakuHanJP-Light.woff")
      format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01,
    U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP_Narrow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/fonts/YakuHanJP/YakuHanJP-Light.woff2")
      format("woff2"),
    url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/fonts/YakuHanJP/YakuHanJP-Light.woff")
      format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01,
    U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP_Narrow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/fonts/YakuHanJP/YakuHanJP-DemiLight.woff2")
      format("woff2"),
    url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/fonts/YakuHanJP/YakuHanJP-DemiLight.woff")
      format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01,
    U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP_Narrow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/fonts/YakuHanJP/YakuHanJP-Regular.woff2")
      format("woff2"),
    url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/fonts/YakuHanJP/YakuHanJP-Regular.woff")
      format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01,
    U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP_Narrow";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/fonts/YakuHanJP/YakuHanJP-Medium.woff2")
      format("woff2"),
    url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/fonts/YakuHanJP/YakuHanJP-Medium.woff")
      format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01,
    U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP_Narrow";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/fonts/YakuHanJP/YakuHanJP-Bold.woff2")
      format("woff2"),
    url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/fonts/YakuHanJP/YakuHanJP-Bold.woff")
      format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01,
    U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanJP_Narrow";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/fonts/YakuHanJP/YakuHanJP-Bold.woff2")
      format("woff2"),
    url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/fonts/YakuHanJP/YakuHanJP-Bold.woff")
      format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01,
    U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
.is-yakuhanjp {
  font-family: YakuHanJP_Narrow, -apple-system, "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
.is-yakuhanjps {
  font-family: YakuHanJPs_Narrow, -apple-system, "Hiragino Sans",
    "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
body {
  color: rgba(0, 0, 0, 0.87);
  font-weight: 400;
}
.btns.is-pagenav-wplink > span.post-page-numbers.current {
  display: inline-block;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.5em 1em;
  background-color: #cd0000;
  border: 1px solid #cd0000;
  border-radius: 2px;
  color: #fff;
  white-space: nowrap;
}
.btn {
  overflow: hidden;
}
.notice-badge.is-new {
  display: inline-block;
  margin-right: 0.5em;
  padding: 0.125em 0.25em;
  background-color: #cd0000;
  border: 1px solid #cd0000;
  border-radius: 2px;
  color: #fff;
  font-size: 75%;
  font-weight: 700;
  white-space: nowrap;
}
.heading.is-main.is-page-full {
  align-items: baseline;
}
.heading.is-main.is-page-full > :not(:last-child) {
  margin-right: 1em;
}
.page-full-thumb-wrap img {
  display: block;
  width: 100%;
}
.wysiwyg.is-page-full h2 {
  font-size: 2em;
}
.wysiwyg.is-page-full p + h3 {
  margin-top: 0;
}
.wysiwyg.is-page-full table th {
  color: #fff;
}
.wysiwyg.is-page-full table thead tr {
  background-color: #667b85;
}
.wysiwyg.is-page-full table thead tr th {
  padding: 12px;
}
.is-point-label {
  position: relative;
  display: block;
  text-align: center;
  padding: 1.5em 1em;
  color: #fff;
}
.is-point-label:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: calc(100% - 0.5em * 2);
  height: calc(100% - 0.5em * 2);
  border: 3px solid #fff;
}
.is-point-label.is-color-1 {
  background-color: #cd0000;
}
.is-point-label.is-color-2 {
  background-color: #2f4d86;
}
.is-point-label.is-color-3 {
  background-color: #369980;
}
ul.is-checklist > li {
  position: relative;
  list-style: none;
}
ul.is-checklist > li:before {
  content: "\f00c";
  position: absolute;
  top: 0;
  left: -1.5em;
  display: inline-block;
  color: #cd0000;
  font-size: inherit;
  font-family: FontAwesome;
  line-height: inherit;
}
.wysiwyg .is-conversion a {
  width: 460px;
  max-width: 100%;
  padding: 16px 24px;
}
.wp-block-gallery ul {
  margin-left: 0;
}
.is-max-width-800px {
  max-width: 800px;
}
.is-margin-horizontal-auto {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .section > .inner {
    width: 540px;
  }
  .col.is-fablet-0 {
    flex: 1 0;
    max-width: 100%;
  }
  .col.is-fablet-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col.is-fablet-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col.is-fablet-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col.is-fablet-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col.is-fablet-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col.is-fablet-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col.is-fablet-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col.is-fablet-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col.is-fablet-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col.is-fablet-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col.is-fablet-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col.is-fablet-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col.is-fablet-auto {
    flex: 0 1 auto;
    max-width: 100%;
  }
  .btns > .btn.is-fablet-0 {
    flex: 1 0 auto;
    max-width: 100%;
  }
  .btns > .btn.is-fablet-full {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .btns > .btn.is-fablet-auto {
    flex: 0 1 auto;
    max-width: 100%;
  }
  .field > .is-fablet-0 {
    flex: 1 0 auto;
    max-width: 100%;
  }
  .field > .is-fablet-full {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .field > .is-fablet-auto {
    flex: 0 1 auto;
    max-width: 100%;
  }
  .is-none-fablet {
    display: none;
  }
  .is-none-fablet {
    display: none !important;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .is-none-fablet-only {
    display: none;
  }
  .is-none-fablet-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .section > .inner {
    width: 720px;
  }
  .col.is-tablet-0 {
    flex: 1 0;
    max-width: 100%;
  }
  .col.is-tablet-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col.is-tablet-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col.is-tablet-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col.is-tablet-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col.is-tablet-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col.is-tablet-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col.is-tablet-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col.is-tablet-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col.is-tablet-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col.is-tablet-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col.is-tablet-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col.is-tablet-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col.is-tablet-auto {
    flex: 0 1 auto;
    max-width: 100%;
  }
  .btns > .btn.is-touch-0 {
    flex: 1 0 auto;
    max-width: 100%;
  }
  .btns > .btn.is-touch-full {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .btns > .btn.is-touch-auto {
    flex: 0 1 auto;
    max-width: 100%;
  }
  .field > .is-touch-0 {
    flex: 1 0 auto;
    max-width: 100%;
  }
  .field > .is-touch-full {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .field > .is-touch-auto {
    flex: 0 1 auto;
    max-width: 100%;
  }
  .is-none-tablet {
    display: none;
  }
  .group.is-panel.is-widget {
    height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .group.is-main > .inner {
    padding: 32px;
  }
  .list > .item.is-media {
    display: flex;
  }
  .is-none-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .is-none-tablet-only {
    display: none;
  }
  .is-none-tablet-only {
    display: none !important;
  }
}
@media screen and (min-width: 992px) {
  .section > .inner {
    width: 960px;
  }
  .col.is-desktop-0 {
    flex: 1 0;
    max-width: 100%;
  }
  .col.is-desktop-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col.is-desktop-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col.is-desktop-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col.is-desktop-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col.is-desktop-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col.is-desktop-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col.is-desktop-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col.is-desktop-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col.is-desktop-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col.is-desktop-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col.is-desktop-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col.is-desktop-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col.is-desktop-auto {
    flex: 0 1 auto;
    max-width: 100%;
  }
  .btns > .btn.is-desktop-0 {
    flex: 1 0 auto;
    max-width: 100%;
  }
  .btns > .btn.is-desktop-full {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .btns > .btn.is-desktop-auto {
    flex: 0 1 auto;
    max-width: 100%;
  }
  .field > .is-desktop-0 {
    flex: 1 0 auto;
    max-width: 100%;
  }
  .field > .is-desktop-full {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .field > .is-desktop-auto {
    flex: 0 1 auto;
    max-width: 100%;
  }
  .is-none-desktop {
    display: none;
  }
  .section.is-subheader {
    display: block;
  }
  .section.is-subheader + .section.is-topcover {
    padding-top: 3em;
    margin-top: -3em;
  }
  .section.is-subheader .input.is-search {
    width: 200px;
  }
  .section.is-main.is-sticky,
  .section.is-sidebar.is-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 16px;
    bottom: 16px;
  }
  .grid.is-gap-2.is-gap-ex {
    margin-bottom: 0;
  }
  .grid.is-gap-2.is-gap-ex > .col:last-child {
    padding-bottom: 0;
  }
  .navbar.is-touch {
    display: none;
  }
  .navbar.is-desktop {
    display: flex;
  }
  .is-none-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .is-none-desktop-only {
    display: none;
  }
  .is-none-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .section > .inner {
    width: 1140px;
  }
  .col.is-wide-0 {
    flex: 1 0;
    max-width: 100%;
  }
  .col.is-wide-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col.is-wide-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col.is-wide-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col.is-wide-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col.is-wide-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col.is-wide-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col.is-wide-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col.is-wide-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col.is-wide-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col.is-wide-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col.is-wide-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col.is-wide-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col.is-wide-auto {
    flex: 0 1 auto;
    max-width: 100%;
  }
  .btns > .btn.is-wide-0 {
    flex: 1 0 auto;
    max-width: 100%;
  }
  .btns > .btn.is-wide-full {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .btns > .btn.is-wide-auto {
    flex: 0 1 auto;
    max-width: 100%;
  }
  .field > .is-wide-0 {
    flex: 1 0 auto;
    max-width: 100%;
  }
  .field > .is-wide-full {
    flex: 0 1 100%;
    max-width: 100%;
  }
  .field > .is-wide-auto {
    flex: 0 1 auto;
    max-width: 100%;
  }
  .is-none-wide {
    display: none;
  }
  .col.is-wide-fix-sidebar {
    flex: 0 0 348px;
    max-width: 348px;
  }
  .group.is-card-list .event-title.is-main > .text {
    font-size: 1.65em;
  }
  .is-none-wide {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .section.is-main-set .texts.is-sitelead + .group,
  .section.is-main-set .texts.is-sitelead + .heading {
    margin-top: 0;
  }
}
@media screen and (max-width: 575px) {
  .is-none-mobile-only {
    display: none;
  }
  .is-none-mobile-only {
    display: none !important;
  }
}

/** add : ver.24042301 */
/* Common */
.is-align-left {
  text-align: left;
}
/* WYGWIG */
.wysiwyg a.wp-block-button__link {
  color: inherit;
}
.wysiwyg a.wp-block-button__link:hover,
.wysiwyg .wp-block-image a:hover {
  text-decoration: none !important;
  border-bottom: none;
}
.wp-block-gallery.is-grow .wp-block-image,
.wp-block-gallery.is-grow .blocks-gallery-item {
  flex-grow: 0;
}
/* Header */
.navbar-parent > .navbar-btn {
  column-gap: 14px;
  justify-content: space-between;
}
.navbar-parent > .navbar-btn::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-0.175em) rotate(135deg);
}
.navbar-parent > .navbar-list {
  background: #111;
}
.navbar-parent > .navbar-list .navbar-list {
  background: #222;
}
@media screen and (max-width: 768px) {
  .navbar-parent .navbar-list {
    height: 0;
    overflow: hidden;
    transition: 0.35s ease height;
  }
  .navbar-parent > .navbar-btn.is-active {
    background-color: #cd0000;
  }
  .navbar-parent > .navbar-btn.is-active::after {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(0.175em) rotate(-45deg);
  }
}
@media screen and (min-width: 768px) {
  .navbar-parent {
    position: relative;
  }
  .navbar-parent .navbar-list {
    position: absolute;
    z-index: 3;
    width: 170px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
  }
  .navbar-parent > .navbar-list {
    top: 100%;
    left: 0;
  }
  .navbar-parent > .navbar-list .navbar-list {
    top: 0;
    left: 100%;
  }
  .navbar-parent .navbar-parent > .navbar-btn::after {
    transform: rotate(45deg);
  }

  .navbar-parent:hover > .navbar-btn {
    background-color: #cd0000;
  }
  .navbar-parent:hover > .navbar-list {
    display: block;
    transform: none;
    opacity: 1;
    pointer-events: all;
  }
}
/* Footer */
/* = SNS */
.section.is-footer .sns {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.section.is-footer .sns a {
  display: block;
  transition: opacity 0.24s ease;
}
.section.is-footer .sns a:hover {
  opacity: 0.65;
}
.section.is-footer .sns a img {
  width: 36px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .section.is-footer .sns a img {
    width: 28px;
  }
}
/* = Navigation */
.section.is-footer .nav {
  color: #fff;
  margin-top: 3em;
}
.section.is-footer .nav .grid {
  column-gap: 5em;
}
.section.is-footer .nav a:hover {
  text-decoration: underline;
}
.section.is-footer .nav li + li {
  margin-top: 0.65em;
}
.section.is-footer .nav a,
.section.is-footer .nav span {
  display: block;
}
.section.is-footer .nav ul ul {
  margin: 0.8em 0 1.3em;
  padding-left: 1em;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 767px) {
  .section.is-footer .nav {
    margin-bottom: 2em;
  }
  .section.is-footer .nav ul ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65em 0;
  }
  .section.is-footer .nav ul ul li {
    display: flex;
  }
  .section.is-footer .nav ul ul li:not(:last-child)::after {
    content: "／";
    margin-inline: 0.25em;
  }
  .section.is-footer .nav ul ul li + li {
    margin-top: 0;
  }
}
/* = Address */
.section.is-footer .address {
  display: grid;
  row-gap: 1em;
  margin: 5em 0;
  color: #fff;
}
.section.is-footer .address .heading {
  font-weight: bold;
}
/* Top */
*[class*="top-"].is-last {
  margin-bottom: 5rem;
}
.top-heading {
  margin-bottom: 2em;
  font-weight: bolder;
  color: #cd0000;
}
.top-heading .ttl {
  font-family: "Archivo Black";
  text-transform: uppercase;
  line-height: 1.2;
}
.top-heading .catch {
  display: flex;
  align-items: center;
  column-gap: 0.5em;
}
.top-heading .catch::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background: #cd0000;
}
/* = Intro */
.top-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5rem 0;
  text-align: center;
}
.top-intro .btns {
  margin-top: 1.5em;
}
.top-intro .is-frame {
  padding: 0.1rem 0.85rem;
  border: 8px solid #cd0000;
  background: #000;
  font-weight: bolder;
  color: #cd0000;
  background: #000;
  letter-spacing: 0.02em;
}
.top-intro .is-frame + .is-frame {
  margin-top: -8px;
}
.top-intro .is-sitelead {
  font-size: 140%;
}
.top-intro .is-catch {
  font-size: 100%;
}
.top-intro .is-lg {
  font-weight: bold;
}
.top-intro .is-text {
  width: 100%;
  max-width: 650px;
  margin-top: 1.25em;
  line-height: 1.7;
  font-weight: bold;
  text-align-last: left;
}
@media screen and (min-width: 768px) {
  .top-intro .is-sitelead {
    font-size: 240%;
  }
  .top-intro .is-catch {
    font-size: 165%;
  }
}
/* = Feature */
.top-feature dl {
  counter-reset: top-feature;
  display: flex;
  flex-direction: column;
}
.top-feature dt {
  counter-increment: top-feature;
  display: flex;
  align-items: flex-start;
  column-gap: 0.5em;
  font-size: 100%;
  font-weight: bolder;
}
.top-feature dt::before {
  content: counter(top-feature);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0 0.15em;
  border-radius: 2px;
  color: #fff;
  font-size: 85%;
  font-weight: bold;
}
.top-feature ul {
  line-height: 1.65;
  /* margin-left: 1.5em; */
}
@media screen and (max-width: 767px) {
  .top-feature {
    margin-left: -16px;
    margin-right: -16px;
    padding: 32px 16px;
    background: #000;
    color: #fff;
  }
  .top-feature dd + dt {
    margin-top: 2.5em;
  }
  .top-feature dt {
    position: relative;
    margin-bottom: 0.5em;
    padding-bottom: 0.85em;
    color: #fff;
    border-bottom: 1px solid #252525;
  }
  .top-feature dt::before {
    background: #ff7229;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  .top-feature dl {
    display: grid;
    grid-template-columns: minmax(200px, 32%) 1fr;
    align-items: flex-start;
    gap: 0.65em 2em;
  }
  .top-feature dt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    font-size: 100%;
    line-height: 24px;
    padding: 1em 1.5em 1em 2em;
    background: #ff7229;
    color: #fff;
  }
  .top-feature dt::before {
    position: absolute;
    top: 0;
    left: 0;
    background: #ff7229;
    border-radius: 0 0 3px 0;
    border-right: 1px solid #ffba97;
    border-bottom: 1px solid #ffba97;
  }
}
/* = Caseby */
.top-caseby {
  margin-top: 5rem;
}
.top-caseby .heading {
  font-weight: bolder;
  color: #cd0000;
  margin-bottom: 0.65em;
}
.top-caseby .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5em 0.5em;
  /* border-top: 1px solid #cd0000;
  border-left: 1px solid #cd0000; */
}
.top-caseby .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  /* padding: 1em;
  border-bottom: 1px solid #cd0000;
  border-right: 1px solid #cd0000; */
}
.top-caseby .item .icon {
  width: 65px;
  height: 80px;
}
.top-caseby .item .icon img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.top-caseby .item .ttl {
  margin-top: 0.5em;
  font-size: 87.5%;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-caseby .list {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5em 0.5em;
  }
}
/* = Gallery */
.top-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  margin-top: 5rem;
}
.top-gallery .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .top-gallery {
    margin-left: -16px;
    margin-right: -16px;
  }
  .top-gallery .item:nth-child(1) {
    grid-column: span 2;
  }
}
@media screen and (min-width: 768px) {
  .top-gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
  }
  .top-gallery .item:nth-child(1) {
    grid-column: span 3;
    grid-row: span 2;
  }
  .top-gallery .item:nth-child(4),
  .top-gallery .item:nth-child(5) {
    grid-column: span 2;
  }
}
/* Page */
.pagelink {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #ddd;
}
.pagelink .heading {
  color: #cd0000;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.pagelink .list {
  display: grid;
  gap: 1em;
}
.pagelink .btn {
  text-align: center;
  padding: 0.75em 0.25em;
}
@media screen and (min-width: 768px) {
  .pagelink .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.pdflist {
  display: grid;
  row-gap: 0.5em;
}
.pdflist .btn.is-pdf {
  position: relative;
  padding: 1.5em 1em 1.5em 3.5em;
  text-align: left;
  font-weight: bold;
  word-break: break-all;
}
.pdflist .btn.is-pdf .fa {
  position: absolute;
  top: 50%;
  left: 1em;
  font-size: 1.5em;
  transform: translateY(-50%);
  color: #cd0000;
}
.pdflist .btn.is-pdf .fa + .text {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .pdflist {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75em;
  }
}
