@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* ---------- ---------- ---------- ---------- ---------- */
@media only screen and (max-width: 520px) {
  .disp-pctabonly {
    display: none;
  }
}

@media only screen and (max-width: 1260px) {
  .disp-pconly {
    display: none;
  }
}

.disp-sptabonly {
  display: none;
}

.disp-sponly {
  display: none;
}
@media only screen and (max-width: 520px) {
  .disp-sponly {
    display: block;
  }
}

.disp-spflex {
  display: none !important;
}
@media only screen and (max-width: 520px) {
  .disp-spflex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* ---------- ---------- ---------- ---------- ---------- */
.mt_0 {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}

.ml_0 {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.mr_0 {
  margin-left: auto !important;
  margin-right: 0 !important;
}

/* ---------- ---------- ---------- ---------- ---------- */
.color-lightbl {
  color: #278ED0;
}
.color-white {
  color: #fff !important;
}

.overflow_hideen {
  overflow: hidden;
}

.block-editor-iframe__body {
  background: #FFF;
  width: 100%;
  margin-inline: auto;
  padding: 0;
}

.editor-post-title__input {
  position: relative;
  background: #EFF1F6;
  font-size: 2.4rem;
  padding-block: 30px;
  padding-inline: 16px;
  margin: 0;
}

.editor-styles-wrapper .editor-editor-canvas__post-title-wrapper > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100% !important;
  margin-bottom: var(--wp--preset--spacing--50);
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-right);
}

.edit-post-visual-editor__post-title-wrapper {
  padding: 0 !important;
}

.editor-styles-wrapper .editor-visual-editor__post-title-wrapper > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  font-size: var(--wp--preset--font-size--x-large);
}

.edit-post-visual-editor__post-title-wrapper {
  width: 100% !important;
  background-color: #EFF1F6;
  margin-bottom: var(--wp--preset--spacing--50);
}

.wp-element-button {
  background: var(--wp--preset--color--purple);
}

.wp-element-button:focus,
.wp-block-button__link:focus {
  background-color: var(--wp--preset--color--purple);
}

.l-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  gap: 20px;
}

.taxonomy-post_tag a {
  display: inline-block;
  border: 1px solid var(--wp--preset--color--gray);
  border-radius: 100px;
  padding: 8px;
  margin-bottom: 10px;
}
.taxonomy-post_tag a:before {
  content: "#";
  font-family: var(--wp--preset--font-family--en);
  margin: 0 5px 0 0;
}

.rtoc-mokuji-content {
  border-radius: 15px;
  padding: 20px;
  margin-block: 60px;
}

.rtoc-item {
  margin-top: 1rem;
}

.is-style-h2 {
  position: relative;
  padding-inline: 2rem 0;
}
.is-style-h2:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 105%;
  width: 6px;
  background: var(--wp--preset--color--orange);
}
.is-style-h3 {
  position: relative;
}
.is-style-h3:after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--wp--preset--color--gray);
}
.is-style-radius {
  border-radius: min(3.4vw, 15px);
}

.is-style-noallow .wp-element-button {
  gap: 0;
}
.is-style-noallow .wp-element-button:after {
  content: "";
}
.is-style-heading-line {
  position: relative;
  display: inline-block;
}
.is-style-heading-line:before {
  position: absolute;
  bottom: -15px;
  display: block;
  content: "";
  width: calc(100vw - (var(--wp--style--root--padding-left) + var(--wp--style--root--padding-right)));
  max-width: var(--wp--style--global--content-size);
  height: 2px;
  background: #D4EEFF;
  overflow-x: hidden;
}
@media only screen and (max-width: 520px) {
  .is-style-heading-line:before {
    max-width: calc(100vw - (var(--wp--style--root--padding-left) + var(--wp--style--root--padding-right)));
  }
}
.is-style-heading-line::after {
  position: absolute;
  bottom: -15px;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #58B7FE;
}
.is-style-paragraph-surround-line, .is-style-paragraph-surround-roundline {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: solid 1px var(--wp--preset--color--text);
  border-radius: 5px;
  line-height: 1;
  padding: 4px 10px 3px;
}
.is-style-paragraph-surround-roundline {
  border-radius: 30px;
}
.is-style-paragraph-under-line {
  text-decoration: underline;
}
.is-style-column-width-maxcontent {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 1260px) {
  .is-style-column-width-maxcontent {
    width: 100%;
  }
}
.is-style-column-width-maxcontent .wp-block-columns {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.is-style-column-width-maxcontent .wp-block-column {
  -ms-flex-preferred-size: content !important;
      flex-basis: content !important;
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}
@media only screen and (max-width: 520px) {
  .is-style-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.is-style-column-roundtop {
  border-radius: 10px 10px 0 0;
}
.is-style-column-roundbtm {
  border-radius: 0 0 10px 10px;
}
.is-style-column-borderbtm {
  border-bottom: 1px solid var(--wp--preset--color--gray);
}
.is-style-table-width-maxcontent {
  width: -webkit-max-content !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
@media only screen and (max-width: 520px) {
  .is-style-table-width-maxcontent {
    width: 100% !important;
  }
}
.is-style-table-noborder th, .is-style-table-noborder td {
  border-bottom: none;
}
.is-style-list-disc {
  list-style: none;
  margin-left: 0;
}
.is-style-list-disc li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.3em;
}
.is-style-list-disc li:before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  display: block;
  background: var(--wp--preset--color--darkblue);
  position: absolute;
  top: 0.6em;
  left: 0;
}
.is-style-button-square .wp-block-button__link {
  color: var(--wp--preset--color--text);
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.0980392157);
          box-shadow: 0px 20px 20px -10px rgba(0, 0, 0, 0.0980392157);
}
.is-style-button-round-white .wp-element-button {
  background: #fff;
  color: var(--wp--preset--color--text);
}
.is-style-button-round-white .wp-element-button:after {
  display: block;
  content: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.207%22%20height%3D%2213.423%22%20viewBox%3D%220%200%2013.207%2013.423%22%3E%20%3Cpath%20id%3D%22arrow_forward_FILL0_wght400_GRAD0_opsz48_1_%22%20data-name%3D%22arrow_forward_FILL0_wght400_GRAD0_opsz48%20(1)%22%20d%3D%22M166-788l-.788-.806%2C4.631-4.631H160v-1.125h9.844l-4.631-4.631L166-800l6%2C6Z%22%20transform%3D%22translate(-159.5%20800.711)%22%20fill%3D%22%231b3164%22%20stroke%3D%22%231b3164%22%20stroke-width%3D%221%22%2F%3E%3C%2Fsvg%3E");
}
@media only screen and (max-width: 520px) {
  .is-style-group-scroll {
    width: 100vw;
    overflow: scroll !important;
  }
  .is-style-group-scroll > div {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.is-menu-open {
  width: 100%;
  max-width: 450px;
  margin: 0 0 0 auto !important;
  right: 0;
  padding: 0 !important;
}
.is-cat-currrent {
  color: #fff;
  background: var(--wp--preset--color--darkblue);
}
.is-cat-extend, .is-cat-gray, .is-cat-blue, .is-cat-green {
  display: inline-block;
  border-radius: 20px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 1;
  padding: 5px 20px 3px;
  margin-right: 3px;
  font-size: 0.9rem;
  color: #fff !important;
}
@media only screen and (max-width: 520px) {
  .is-cat-extend, .is-cat-gray, .is-cat-blue, .is-cat-green {
    font-size: 0.8rem;
    padding: 5px 10px 3px;
  }
}
.is-cat-green {
  background: #2EAB89;
}
.is-cat-blue {
  background: #4774DE;
}
.is-cat-gray {
  background: #7C8391;
}