@charset "UTF-8";
.hc-breadcrumb {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
  overflow: auto;
  overflow-y: hidden;
  padding-bottom: 5px;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.hc-breadcrumb img {
  filter: brightness(0) invert(1);
  height: auto;
  transition: opacity 0.3s;
  width: 15px;
}
.hc-breadcrumb a {
  align-items: center;
  color: var(--hc-7);
  display: inline-flex;
  line-height: 1;
  text-decoration: none;
  transition: color 0.5s;
}
.hc-breadcrumb a::after {
  background-color: var(--hc-7);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin-inline: 10px;
  width: 5px;
}
.hc-breadcrumb a:hover {
  color: var(--hc-1);
}
.hc-breadcrumb a:hover img {
  opacity: 0.7;
}
.hc-breadcrumb a:last-child {
  color: var(--hc-1);
  pointer-events: none;
}
.hc-breadcrumb a:last-child::after {
  display: none;
  margin-left: 0;
}
.hc-breadcrumb::-webkit-scrollbar {
  background-color: var(--hc-scroll-bg);
  height: 5px;
  overflow: visible;
  width: 5px;
}
.hc-breadcrumb::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.hc-breadcrumb::-webkit-scrollbar-track {
  background-clip: padding-box;
}
.hc-breadcrumb::-webkit-scrollbar-track:hover {
  background-color: var(--hc-scroll-bg);
}
.hc-breadcrumb::-webkit-scrollbar-track:active {
  background-color: var(--hc-scroll-bg);
}
.hc-breadcrumb::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background-color: var(--hc-scroll-thumb);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 1px 1px 1px 0px;
  min-height: 28px;
  padding: 100px 0 0;
}
.hc-breadcrumb::-webkit-scrollbar-thumb:hover, .hc-breadcrumb::-webkit-scrollbar-thumb:active {
  background-color: var(--hc-scroll-thumb);
}
.hc-blog {
  color: var(--hc-5);
  font-size: 1.6rem;
}
.hc-blog__head,
.hc-blog h1 {
  color: var(--hc-1);
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.hc-blog__detail > *:first-child {
  margin-block-start: 0;
}
.hc-blog__detail h2 {
  color: var(--hc-1);
  font-size: 1.8rem;
  margin-block: 40px 10px;
}
.hc-blog__detail h3 {
  color: var(--hc-1);
  font-size: 1.7rem;
  margin-block: 40px 10px;
}
.hc-blog__detail pre {
  background-color: var(--hc-root);
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px 15px;
  position: relative;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.hc-blog__detail a {
  color: var(--hc-3);
  transition: color 0.3s;
}
.hc-blog__detail a:hover {
  color: var(--hc-hover);
}
.hc-blog__detail p {
  margin-block: 10px 0;
}
.hc-blog__copy {
  background: url("../img/icon/i-copy.webp") no-repeat center center/20px;
  display: inline-block;
  filter: brightness(0) invert(1);
  height: 20px;
  position: absolute;
  right: 5px;
  top: 8px;
  transition: opacity 0.3s;
  width: 30px;
}
.hc-blog__copy:hover {
  opacity: 0.7;
  cursor: pointer;
}
.hc-blog__pc {
  background: url("../img/common/laptop.webp") no-repeat center center/100%;
  padding-top: 60.25%;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}
.hc-blog__img {
  bottom: 6.5%;
  left: 6.5%;
  overflow: hidden;
  position: absolute;
  right: 6.5%;
  top: 3.5833333333%;
}
.hc-blog__img img {
  height: auto;
  width: 100%;
}
.hc-blog__img:hover {
  cursor: all-scroll;
}
.hc-toash {
  display: flex;
  flex-direction: column-reverse;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}
.hc-toash__item, .hc-toash__item--error, .hc-toash__item--success, .hc-toash__item--info, .hc-toash__item--warning {
  background-color: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  max-width: 300px;
  margin-top: 5px;
  opacity: 0;
  overflow: hidden;
  padding: 10px;
  position: relative;
  transform: translateX(100%);
  visibility: hidden;
  transition: opacity 0.15s, transform 0.15s, visibility 0.15s;
}
.hc-toash__item.init, .init.hc-toash__item--error, .init.hc-toash__item--success, .init.hc-toash__item--info, .init.hc-toash__item--warning {
  opacity: 1;
  visibility: visible;
}
.hc-toash__item.show, .show.hc-toash__item--error, .show.hc-toash__item--success, .show.hc-toash__item--info, .show.hc-toash__item--warning {
  transform: translateX(0);
}
.hc-toash__item--warning {
  border-bottom: 3px solid #FBC02D;
}
.hc-toash__item--info {
  border-bottom: 3px solid #0288D1;
}
.hc-toash__item--success {
  border-bottom: 3px solid #388E3C;
}
.hc-toash__item--error {
  border-bottom: 3px solid #D32F2F;
}
.hc-toash__ttl {
  border-bottom: 1px solid #eaeaea;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.hc-toash__content {
  font-size: 1.2rem;
  line-height: 1.3;
}
.hc-toash__btn {
  border: 1px solid #eaeaea;
  display: inline-flex;
  height: 20px;
  justify-content: center;
  pointer-events: visible;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 5px;
  transition: background-color 0.3s;
  visibility: hidden;
  width: 20px;
}
.hc-toash__btn::before, .hc-toash__btn::after {
  background-color: #212121;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background-color 0.3s;
  width: 10px;
}
.hc-toash__btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.hc-toash__btn:hover {
  background-color: #D32F2F;
  cursor: pointer;
}
.hc-toash__btn:hover::before, .hc-toash__btn:hover::after {
  background-color: #fff;
}

.hc-sidebar__item {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  width: 100%;
}
.hc-sidebar__item:last-child {
  margin-bottom: 0;
}
.hc-sidebar__item-ttl {
  color: var(--hc-7);
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: center;
  transition: color 0.3s ease;
}
.hc-sidebar__item-txt {
  color: var(--hc-4);
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 15px;
  transition: color 0.3s ease;
}
.hc-sidebar__item-view {
  background: url("../img/common/laptop.webp") no-repeat center center/100%;
  padding-top: 60.25%;
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}
.hc-sidebar__item-img {
  bottom: 6.5%;
  left: 6.5%;
  overflow: hidden;
  position: absolute;
  right: 6.5%;
  top: 3.5833333333%;
}
.hc-sidebar__item-img img {
  height: auto;
  width: 100%;
}
.hc-sidebar__item-img:hover {
  cursor: all-scroll;
}
.hc-sidebar__item-btn {
  background-color: var(--hc-1);
  border-radius: 100vw;
  display: inline-block;
  color: var(--hc-root);
  font-size: 1.2rem;
  font-weight: 700;
  padding: 8px 15px 6px;
  text-transform: uppercase;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.hc-sidebar__item-btn:hover {
  background-color: var(--hc-root);
  color: var(--hc-7);
  cursor: pointer;
}
@media only screen and (max-width: 575.98px) {
  .hc-sidebar {
    padding-block: 30px;
  }
  .hc-sidebar__nav {
    flex-direction: column;
  }
  .hc-sidebar__item {
    width: 100%;
  }
  .hc-sidebar__icon {
    height: 60px;
    margin-bottom: 10px;
    width: 60px;
  }
  .hc-sidebar__icon img {
    width: 20px;
  }
  .hc-sidebar__ttl {
    font-size: 1.6rem;
  }
  .hc-sidebar__txt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.hc-tool__txt {
  color: var(--hc-4);
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
  transition: color 0.3s ease;
}
.hc-tool__ttl {
  color: var(--hc-7);
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-align: center;
  transition: color 0.3s ease;
}
.hc-tool__nav {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
}
.hc-tool__item {
  align-items: center;
  background-color: var(--hc-root);
  border: 1px solid var(--hc-1);
  border-radius: 12px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
  position: relative;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  width: calc((100% - 60px) / 4);
}
.hc-tool__item:hover {
  background-color: var(--hc-hover);
  border-color: var(--hc-hover);
  transform: translateY(-5px);
}
.hc-tool__item:hover .hc-tool__icon {
  background-color: var(--hc-2);
}
.hc-tool__item:hover .hc-tool__btn {
  background-color: var(--hc-root);
  color: var(--hc-7);
}
.hc-tool__item:hover .hc-tool__txt,
.hc-tool__item:hover .hc-tool__ttl {
  color: var(--hc-root);
}
.hl-shadow .hc-tool__item {
  width: 100%;
}
.hc-tool__icon {
  align-items: center;
  background-color: var(--hc-1);
  border-radius: 100%;
  display: inline-flex;
  height: 60px;
  justify-content: center;
  margin-bottom: 15px;
  width: 60px;
}
.hc-tool__icon img {
  height: auto;
  width: 30px;
}
.hc-tool__btn {
  background-color: var(--hc-1);
  border-radius: 100vw;
  display: inline-block;
  color: var(--hc-root);
  font-size: 1.2rem;
  font-weight: 700;
  padding: 8px 15px 6px;
  text-transform: uppercase;
  transition: color 0.3s ease, background-color 0.3s ease;
}
@media only screen and (max-width: 1199.98px) {
  .hc-tool__nav {
    gap: 10px;
  }
  .hc-tool__item {
    padding: 10px;
    width: calc((100% - 20px) / 3);
  }
}
@media only screen and (max-width: 575.98px) {
  .hc-tool {
    padding-block: 30px;
  }
  .hc-tool__nav {
    flex-direction: column;
  }
  .hc-tool__item {
    width: 100%;
  }
  .hc-tool__icon {
    height: 60px;
    margin-bottom: 10px;
    width: 60px;
  }
  .hc-tool__icon img {
    width: 20px;
  }
  .hc-tool__ttl {
    font-size: 1.6rem;
  }
  .hc-tool__txt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.hc-split {
  overflow: hidden;
  position: relative;
}
.hc-split__browser {
  align-items: center;
  border: 2px dashed var(--hc-5);
  border-radius: 10px;
  cursor: pointer;
  color: var(--hc-5);
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  gap: 10px;
  height: 250px;
  justify-content: center;
  padding: 10px;
  text-align: center;
  transition: border-color 0.3s ease, color 0.3s ease;
  user-select: none;
}
.hc-split__browser:hover {
  border-color: var(--hc-hover);
  color: var(--hc-hover);
}
.hc-split__browser.is-file {
  pointer-events: none;
  font-size: 0;
}
.hc-split__browser.is-file img {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
.hc-split__preview {
  height: 230px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transform: scale(0);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  width: auto;
}
.hc-split__toolbar {
  display: none;
}
.hc-split__toolbar.show {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 30px;
}
.hc-split__toolbar > div {
  margin-top: 0;
}
.hc-split__process {
  align-items: center;
  column-gap: 10px;
  display: none;
  justify-content: center;
}
.hc-split__process::before {
  content: "⏳";
  display: inline-block;
  animation: spin 1.5s linear infinite;
}
.hc-split__process.show {
  display: flex;
  margin-top: 20px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hc-split__bottom {
  display: none;
}
.hc-split__bottom.show {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.hc-split__item {
  align-items: center;
  background-color: var(--hc-7);
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px;
  width: calc((100% - 30px) / 4);
}
.hc-split__ttl {
  color: var(--hc-6);
  font-size: 1.4rem;
}
.hc-split__result {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.hc-split__img {
  align-items: center;
  display: flex;
  height: 150px;
  justify-content: center;
  width: 100%;
}
.hc-split__img img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
@media only screen and (max-width: 767.98px) {
  .hc-split__item {
    width: calc((100% - 20px) / 3);
  }
}
@media only screen and (max-width: 575.98px) {
  .hc-split__item {
    width: calc(50% - 5px);
  }
}

.hl-primary {
  background-color: var(--hc-root);
  display: flex;
  flex-direction: column;
  padding-top: 60px;
}
.hl-row {
  column-gap: 30px;
  display: flex;
  width: 100%;
}
.hl-col:first-child {
  flex: 1;
}
.hl-col:last-child {
  width: 300px;
}
.hl-col:last-child .hl-shadow {
  padding-inline: 20px;
}
.hl-shadow {
  background-color: var(--hbg-root);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 30px;
}
.hl-shadow:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 991.98px) {
  .hl-row {
    flex-direction: column;
    row-gap: 30px;
  }
  .hl-col:last-child {
    width: 100%;
  }
}