:root {
  --hff-root: "Kodchasan", sans-serif;
  --hff-title: "Kodchasan", sans-serif;
  --hlh-root: 1.2;
  --hfw-root: 400;
  --hfs-root: 10px;
  --hfs-primary: 1.5rem;
  --hfs-h1: 2.4rem;
  --hfs-h2: 2.2rem;
  --hfs-h3: 2rem;
  --hfs-h4: 1.8rem;
  --hfs-h5: 1.6rem;
  --hfs-h6: 1.4rem;
  --hc-root: #252525;
  --hc-primary: #4a4a4a;
  --hc-1: #ffd700;
  --hc-2: #f0e050;
  --hc-3: #deb48c;
  --hc-4: #808080;
  --hc-5: #f2f2f2;
  --hc-6: #8b5e3c;
  --hc-7: #fff;
  --hc-8: #000;
  --hc-hover: #ffd700;
  --hbg-root: #1e1e1e;
  --hbg-hover: #ffd700;
  --hc-scroll-bg: #f3f3f3;
  --hc-scroll-thumb: #a5a5a5;
}

* {
  outline: 0;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

html {
  height: 100%;
  width: 100%;
}

body {
  background-color: var(--hbg-root);
  color: var(--hc-root);
  font-size: var(--hfs-primary);
  min-height: 100%;
  overflow-x: hidden;
  width: 100%;
}
body.nav-open {
  overflow: hidden;
}

a {
  user-select: none;
  text-decoration: none;
}

label,
button {
  user-select: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

iframe {
  border: 0;
}

form {
  width: 100%;
}

strong {
  font-weight: 700;
}

p {
  margin-top: 0;
}

@media only screen and (max-width: 1199.98px) {
  select {
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  select::-ms-expand {
    display: none;
  }
}
html {
  font-family: var(--hff-root);
  font-size: var(--hfs-root);
  line-height: var(--hlh-root);
}

body {
  font-family: var(--hff-root);
  font-weight: var(--hfw-root);
  line-height: var(--hlh-root);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: var(--hlh-root);
  margin-top: 0;
}

h1 {
  font-size: var(--hfs-h1);
}

h2 {
  font-size: var(--hfs-h2);
}

h3 {
  font-size: var(--hfs-h3);
}

h4 {
  font-size: var(--hfs-h4);
}

h5 {
  font-size: var(--hfs-h5);
}

h6 {
  font-size: var(--hfs-h6);
}

.himg-cover {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  top: 0;
  transition: opacity 0.3s;
  width: 100%;
}

.himg-contain {
  height: 100%;
  left: 0;
  object-fit: contain;
  object-position: center;
  top: 0;
  transition: opacity 0.3s;
  width: 100%;
}

.w-100p {
  width: 100% !important;
}

.w-50p {
  width: 50% !important;
}

.w-25p {
  width: 25% !important;
}

.w-540 {
  width: 540px !important;
}

.w-265 {
  width: 265px !important;
}

.w-250 {
  width: 250px !important;
}

.w-200 {
  width: 200px !important;
}

.w-150 {
  width: 150px !important;
}

.w-125 {
  width: 125px !important;
}

.w-120 {
  width: 120px !important;
}

.w-100 {
  width: 100px !important;
}

.w-75 {
  width: 75px !important;
}

.w-50 {
  width: 50px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.h-main {
  margin-inline: auto;
  padding: 20px 10px 50px;
  max-width: 1320px;
  width: 100%;
}

.h-container {
  margin-inline: auto;
  padding-inline: 10px;
  max-width: 1320px;
  width: 100%;
}

.sm-block {
  display: none;
}

@media only screen and (max-width: 575.98px) {
  .sm-block {
    display: block;
  }
}
.he-icon {
  height: 1em;
  transition: fill 0.3s, stroke 0.3s;
  width: 1em;
}
.he-btn, .he-btn--small, .he-btn--primary {
  background-color: var(--hc-1);
  border-radius: 100vw;
  border-width: 0;
  color: var(--hc-primary);
  font-size: 1.6rem;
  font-weight: 700;
  height: 40px;
  padding: 12px 30px 10px;
  transition: background-color 0.3s, color 0.3s;
  user-select: none;
  text-transform: uppercase;
  z-index: 1;
}
.he-btn:hover, .he-btn--small:hover, .he-btn--primary:hover {
  background-color: var(--hc-6);
  color: var(--hc-7);
  cursor: pointer;
  text-decoration: none;
}
.he-btn--small {
  display: inline-block;
  color: var(--hc-root);
  font-size: 1.2rem;
  height: 28px;
  padding: 8px 15px 6px;
}
.he-btn__wrap {
  align-items: center;
  column-gap: 20px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .he-btn--primary {
    font-size: 1.4rem;
    padding: 10px 20px 7px;
  }
}
.he-headline, .he-headline--sidebar, .he-headline--primary {
  color: var(--hc-1);
  font-weight: 700;
  font-size: 3.3rem;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.he-headline--sidebar {
  background-color: var(--hc-1);
  border-radius: 12px 12px 0 0;
  color: var(--hc-primary);
  font-size: 2rem;
  padding: 10px 20px;
  margin: -30px -20px 20px;
  text-align: center;
}
.he-textbox {
  font-size: 0;
  width: 100%;
}
.he-textbox input,
.he-textbox textarea {
  background-color: var(--h-color-white);
  border: 1px solid transparent;
  border-radius: 10px;
  color: var(--h-color-fifth);
  font-size: 1.6rem;
  height: 62px;
  padding: 10px 20px;
  transition: border-color 0.3s;
  width: 100%;
  -webkit-appearance: none;
}
.he-textbox input:focus,
.he-textbox textarea:focus {
  border-color: var(--hc-primary);
}
.he-textbox textarea {
  height: 100px;
}
.he-textbox div {
  margin-top: -1px;
  z-index: 100;
}
.he-textbox ::placeholder {
  opacity: 1;
  color: var(--h-color-fifth);
}
.he-textbox ::-webkit-input-placeholder {
  color: var(--h-color-fifth);
}
.he-textbox :-moz-placeholder {
  color: var(--h-color-fifth);
}
.he-textbox ::-moz-placeholder {
  color: var(--h-color-fifth);
}
.he-textbox :-ms-input-placeholder {
  color: var(--h-color-fifth);
}
.he-textbox ::-ms-input-placeholder {
  color: var(--h-color-fifth);
}
@media only screen and (max-width: 767.98px) {
  .he-textbox input {
    height: 48px;
  }
}
.he-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: var(--hc-7) url("../img/icon/i-down.svg") no-repeat right 15px top 50%/15px;
  border-radius: 100vw;
  border-width: 0;
  color: var(--hc-primary);
  font-size: 1.6rem;
  font-weight: 700;
  height: 40px;
  padding: 10px 40px 10px 15px;
  transition: background-color 0.3s, color 0.3s;
  user-select: none;
  text-transform: uppercase;
  z-index: 1;
}
.he-table, .he-table--report {
  margin-bottom: 15px;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.he-table::-webkit-scrollbar, .he-table--report::-webkit-scrollbar {
  background-color: var(--h-color-seventh);
  border-radius: 16px;
  height: 10px;
  overflow: visible;
  width: 10px;
}
.he-table::-webkit-scrollbar-button, .he-table--report::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.he-table::-webkit-scrollbar-track, .he-table--report::-webkit-scrollbar-track {
  background-clip: padding-box;
  box-shadow: inset 1px 0 0 var(--h-color-seventh);
}
.he-table::-webkit-scrollbar-track:hover, .he-table--report::-webkit-scrollbar-track:hover {
  background-color: var(--h-color-eighth);
  box-shadow: inset 1px 0 0 var(--h-color-seventh);
}
.he-table::-webkit-scrollbar-track:active, .he-table--report::-webkit-scrollbar-track:active {
  background-color: var(--h-color-eighth);
  box-shadow: inset 1px 0 0 var(--h-color-ninth), inset -1px 0 0 var(--hc-primary);
}
.he-table::-webkit-scrollbar-thumb, .he-table--report::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background-color: var(--h-color-ninth);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 1px 1px 1px 0px;
  min-height: 28px;
  padding: 100px 0 0;
  box-shadow: inset 1px 1px 0 var(--h-color-seventh), inset 0 -1px 0 var(--h-color-ninth);
}
.he-table::-webkit-scrollbar-thumb:hover, .he-table--report::-webkit-scrollbar-thumb:hover {
  background-color: var(--h-color-ninth);
  box-shadow: inset 1px 1px 1px var(--h-color-ninth);
}
.he-table::-webkit-scrollbar-thumb:active, .he-table--report::-webkit-scrollbar-thumb:active {
  background-color: var(--h-color-ninth);
  box-shadow: inset 1px 1px 3px var(--h-color-ninth);
}
.he-table table, .he-table--report table {
  border-collapse: collapse;
}
@media only screen and (max-width: 1199.98px) {
  .he-table, .he-table--report {
    -webkit-overflow-scrolling: auto;
    -webkit-appearance: none;
  }
}
.he-table--report table {
  width: 100%;
}
.he-table--report th,
.he-table--report td {
  border: 1px solid var(--h-color-fourth);
  padding: 10px 15px;
}
.hc-header {
  align-items: center;
  background-color: var(--hbg-root);
  display: flex;
  height: 60px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.hc-header__container {
  align-items: center;
  display: flex;
}
.hc-header__logo {
  margin-right: auto;
  filter: brightness(0) invert(1);
  transition: opacity 0.3s ease;
}
.hc-header__logo img {
  height: auto;
  width: 40px;
}
.hc-header__logo:hover {
  opacity: 0.75;
}
.hc-header__toggle {
  display: none;
  position: relative;
  width: 30px;
  height: 24px;
  margin-left: auto;
  cursor: pointer;
  z-index: 10002;
}
.hc-header__toggle::before, .hc-header__toggle::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: var(--hc-1, #fff);
  transition: transform 0.35s ease, top 0.35s ease, bottom 0.35s ease, background-color 0.35s ease;
}
.hc-header__toggle::before {
  top: 0;
  box-shadow: 0 9px 0 0 var(--hc-1, #fff);
  transition: transform 0.35s ease, top 0.35s ease, box-shadow 0.15s ease 0.2s, background-color 0.35s ease;
}
.hc-header__toggle::after {
  bottom: 3px;
}
.hc-header__toggle.active::before {
  top: 11px;
  transform: rotate(45deg);
  box-shadow: 0 0 0 0 transparent;
  transition: transform 0.35s ease 0.15s, top 0.2s ease, box-shadow 0.15s ease;
}
.hc-header__toggle.active::after {
  bottom: 10px;
  transform: rotate(-45deg);
  transition: transform 0.35s ease 0.15s, bottom 0.2s ease;
}
@media only screen and (max-width: 1199.98px) {
  .hc-header__toggle {
    display: block;
  }
}
.hc-nav {
  z-index: 9999;
}
@media only screen and (min-width: 1200px) {
  .hc-nav {
    display: inline-flex;
    column-gap: 25px;
  }
  .hc-nav a {
    color: var(--hc-7);
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.3s;
  }
  .hc-nav a::after {
    background-color: var(--hc-1);
    bottom: -2px;
    content: "";
    height: 1px;
    right: 0;
    opacity: 0;
    position: absolute;
    transition: right 0.3s, width 0.3s, opacity 0.3s;
    width: 0%;
  }
  .hc-nav a.current, .hc-nav a:hover {
    color: var(--hc-1);
  }
  .hc-nav a.current::after, .hc-nav a:hover::after {
    left: 0;
    opacity: 1;
    width: 100%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .hc-nav {
    align-items: center;
    background-color: var(--hc-root);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    left: 0;
    min-height: 100vh;
    overflow-y: auto;
    position: fixed;
    padding-top: 30px;
    row-gap: 30px;
    top: 60px;
    transform: translateX(-100%);
    transition: transform 0.45s cubic-bezier(0.77, 0, 0.175, 1);
    visibility: hidden;
    width: 100%;
    z-index: 10001;
  }
  .hc-nav.show {
    transform: translateX(0);
    visibility: visible;
  }
  .hc-nav a {
    color: var(--hc-7);
    display: block;
    font-size: 2rem;
    font-weight: 700;
    opacity: 0;
    text-align: center;
    text-decoration: none;
    transform: translateY(20px);
    transition: color 0.3s, opacity 0.4s ease, transform 0.4s ease;
    width: 200px;
  }
  .hc-nav a.current {
    color: var(--hc-1);
  }
  .hc-nav.show a {
    opacity: 1;
    transform: translateY(0);
  }
  .hc-nav.show a:nth-child(1) {
    transition-delay: 0.23s;
  }
  .hc-nav.show a:nth-child(2) {
    transition-delay: 0.31s;
  }
  .hc-nav.show a:nth-child(3) {
    transition-delay: 0.39s;
  }
  .hc-nav.show a:nth-child(4) {
    transition-delay: 0.47s;
  }
  .hc-nav.show a:nth-child(5) {
    transition-delay: 0.55s;
  }
  .hc-nav.show a:nth-child(6) {
    transition-delay: 0.63s;
  }
  .hc-nav.show a:nth-child(7) {
    transition-delay: 0.71s;
  }
  .hc-nav.show a:nth-child(8) {
    transition-delay: 0.79s;
  }
  .hc-nav.show a:nth-child(9) {
    transition-delay: 0.87s;
  }
  .hc-nav.show a:nth-child(10) {
    transition-delay: 0.95s;
  }
}
.hc-footer {
  background-color: var(--hbg-root);
  color: var(--hc-7);
  font-size: 1.4rem;
  margin-top: auto;
  text-align: center;
  width: 100%;
}
.hc-footer a {
  color: var(--hc-7);
  font-size: 1.4rem;
  transition: color 0.3s ease;
  text-decoration: none;
}
.hc-footer a img {
  filter: brightness(0) invert(1);
  height: auto;
  max-height: 20px;
  max-width: 20px;
  transition: opacity 0.3s ease;
  width: 20px;
}
.hc-footer a:hover {
  color: var(--hc-hover);
}
.hc-footer a:hover img {
  opacity: 0.7;
}
.hc-footer__container {
  align-items: center;
  display: flex;
  height: 50px;
  justify-content: space-between;
}
.hc-footer__nav {
  display: inline-flex;
  column-gap: 10px;
}
@media only screen and (max-width: 767.98px) {
  .hc-footer__container {
    flex-direction: column;
    height: auto;
    padding-block: 15px;
    row-gap: 10px;
  }
}
.hc-lightbox, .hc-lightbox--single, .hc-lightbox--video, .hc-lightbox--album {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  transition: opacity 0.3s, visibility 0.3s;
  width: 100%;
}
.hc-lightbox__content {
  display: inline-block;
  position: relative;
}
.hc-lightbox__item {
  background-color: var(--hc-7);
  border: 5px solid var(--hc-7);
  border-radius: 10px;
  display: inline-block;
  font-size: 0;
  overflow: hidden;
}
.hc-lightbox__item img {
  height: auto;
  max-height: calc(100vh - 150px);
  max-width: 1080px;
  transition: opacity 0.3s;
  width: 100%;
}
.hc-lightbox__item img.fade-out {
  opacity: 0;
}
.hc-lightbox__item img.fade-in {
  opacity: 1;
}
.hc-lightbox__close {
  align-items: center;
  display: inline-flex;
  color: var(--hc-7);
  font-size: 5rem;
  height: 50px;
  justify-content: center;
  line-height: 1;
  padding-bottom: 10px;
  position: fixed;
  right: 10px;
  top: 10px;
  user-select: none;
  width: 50px;
}
.hc-lightbox__close:hover {
  color: var(--hc-hover);
  cursor: pointer;
}
.hc-lightbox__arrow, .hc-lightbox__arrow--next, .hc-lightbox__arrow--prev {
  color: var(--hc-7);
  font-size: 2.5rem;
  height: 35px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  transition: color 0.3s, opacity 0.3s;
  user-select: none;
  z-index: 1;
  width: 35px;
}
.hc-lightbox__arrow::before, .hc-lightbox__arrow--next::before, .hc-lightbox__arrow--prev::before, .hc-lightbox__arrow::after, .hc-lightbox__arrow--next::after, .hc-lightbox__arrow--prev::after {
  background-color: var(--hc-7);
  border-radius: 10px;
  content: "";
  display: inline-block;
  height: 3px;
  left: 9px;
  transform: rotate(-35deg);
  position: absolute;
  top: 12px;
  width: 15px;
}
.hc-lightbox__arrow::after, .hc-lightbox__arrow--next::after, .hc-lightbox__arrow--prev::after {
  transform: rotate(35deg);
  top: 19px;
}
.hc-lightbox__arrow.hidden, .hidden.hc-lightbox__arrow--next, .hidden.hc-lightbox__arrow--prev {
  opacity: 0;
  visibility: hidden;
}
.hc-lightbox__arrow:hover, .hc-lightbox__arrow--next:hover, .hc-lightbox__arrow--prev:hover {
  cursor: pointer;
  opacity: 0.4;
}
.hc-lightbox__arrow--prev {
  left: 0;
}
.hc-lightbox__arrow--next {
  right: 0;
  transform: rotate(180deg);
}
.hc-lightbox__video {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.hc-lightbox__video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hc-lightbox__avatar img {
  height: auto;
  width: auto;
}
.hc-lightbox--video .hc-lightbox__content {
  max-width: 98vw;
  width: 925px;
}
.hc-lightbox.show, .show.hc-lightbox--album, .show.hc-lightbox--video, .show.hc-lightbox--single {
  opacity: 1;
  visibility: visible;
  z-index: 99999;
}