@charset "UTF-8";
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.cmn-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(77px, 7.6388888889vw, 110px);
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: clamp(30.8px, 3.0555555556vw, 44px);
  padding-right: clamp(30.8px, 3.0555555556vw, 44px);
  z-index: 300;
  box-sizing: border-box;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .cmn-header {
    height: 16vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.is_hmb_open .cmn-header {
  background-color: #17211D;
}
.cmn-header nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 86px;
}
@media (max-width: 1024px) {
  .cmn-header nav {
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cmn-header nav {
    gap: 5.3333333333vw;
  }
}
.cmn-header nav .txtList {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1024px) {
  .cmn-header nav .txtList {
    position: fixed;
    top: clamp(77px, 7.6388888889vw, 110px);
    left: 0;
    width: 100%;
    height: calc(100dvh - clamp(77px, 7.6388888889vw, 110px));
    background-color: #17211D;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 8vw;
    padding-top: 21.3333333333vw;
    padding-bottom: 16vw;
  }
}
@media (max-width: 768px) {
  .cmn-header nav .txtList {
    top: 16vw;
    height: calc(100dvh - 16vw);
  }
}
@media (max-width: 1024px) {
  .is_hmb_open .cmn-header nav .txtList {
    opacity: 1;
    pointer-events: auto;
  }
}
.cmn-header nav .txtList > li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
}
@media (max-width: 768px) {
  .cmn-header nav .txtList > li a {
    font-size: 4vw;
  }
}
.cmn-header nav .txtList > li a:hover {
  color: #117258;
}
@media (max-width: 768px) {
  .cmn-header nav .txtList > li a:hover {
    color: #fff;
  }
}
.cmn-header nav .btnList {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .cmn-header nav .btnList {
    gap: 2.6666666667vw;
  }
}
.cmn-header nav .btnList > li a {
  width: 142px;
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 47px;
  background-color: #527C77;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cmn-header nav .btnList > li a {
    font-size: 3.7333333333vw;
    width: 26.6666666667vw;
    height: 7.4666666667vw;
  }
}
.cmn-header nav .btnList > li a:hover {
  background-color: #117258;
}
@media (max-width: 768px) {
  .cmn-header nav .btnList > li a:hover {
    background-color: #527C77;
  }
}
.cmn-header nav .hmb {
  display: none;
  padding: 0;
  background: transparent;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  color: inherit;
  font: inherit;
}
@media (max-width: 1024px) {
  .cmn-header nav .hmb {
    display: block;
    width: 40px;
    aspect-ratio: 40/30;
    position: relative;
  }
}
@media (max-width: 768px) {
  .cmn-header nav .hmb {
    width: 8vw;
  }
}
.cmn-header nav .hmb:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .cmn-header nav .hmb:hover {
    opacity: 1;
  }
}
.cmn-header nav .hmb span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
.cmn-header nav .hmb span:first-of-type {
  top: 0;
}
.is_hmb_open .cmn-header nav .hmb span:first-of-type {
  top: 15px;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .is_hmb_open .cmn-header nav .hmb span:first-of-type {
    top: 3vw;
  }
}
.cmn-header nav .hmb span:nth-of-type(2) {
  top: 15px;
}
@media (max-width: 768px) {
  .cmn-header nav .hmb span:nth-of-type(2) {
    top: 3vw;
  }
}
.is_hmb_open .cmn-header nav .hmb span:nth-of-type(2) {
  opacity: 0;
}
.cmn-header nav .hmb span:last-of-type {
  top: 29px;
}
@media (max-width: 768px) {
  .cmn-header nav .hmb span:last-of-type {
    top: 5.4666666667vw;
  }
}
.is_hmb_open .cmn-header nav .hmb span:last-of-type {
  top: 15px;
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .is_hmb_open .cmn-header nav .hmb span:last-of-type {
    top: 3vw;
  }
}

.cmn-main {
  display: block;
  overflow-x: clip;
}

.cmn-footer {
  background-color: #17211D;
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 768px) {
  .cmn-footer {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.cmn-footer .m-inner {
  width: 1068px;
}
@media (max-width: 768px) {
  .cmn-footer .m-inner {
    width: 89.3333333333vw;
  }
}
.cmn-footer__topWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1200px) {
  .cmn-footer__topWrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .cmn-footer__topWrap {
    gap: 16vw;
    align-items: center;
  }
}
.cmn-footer__topWrap .logo {
  display: block;
  width: 489px;
}
@media (max-width: 768px) {
  .cmn-footer__topWrap .logo {
    width: 80vw;
  }
}
.cmn-footer__topWrap .list {
  gap: 35px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cmn-footer__topWrap .list {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.cmn-footer__topWrap .list > li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4444444444;
  color: #fff;
}
@media (max-width: 768px) {
  .cmn-footer__topWrap .list > li a {
    font-size: 4vw;
  }
}
.cmn-footer__topWrap .list > li a:hover {
  color: #527C77;
}
@media (max-width: 768px) {
  .cmn-footer__topWrap .list > li a:hover {
    color: #fff;
  }
}
.cmn-footer__emailWrap {
  margin-top: 32px;
  color: #fff;
  font-size: 16px;
  line-height: 2.0625;
}
@media (max-width: 768px) {
  .cmn-footer__emailWrap {
    margin-top: 14.9333333333vw;
    font-size: 3.4666666667vw;
  }
}
.cmn-footer__emailWrap .emailLink {
  font-size: 23px;
}
@media (max-width: 768px) {
  .cmn-footer__emailWrap .emailLink {
    font-size: 4.8vw;
  }
}
.cmn-footer__emailWrap .emailLink:hover {
  color: #527C77;
}
@media (max-width: 768px) {
  .cmn-footer__emailWrap .emailLink:hover {
    color: #fff;
  }
}
.cmn-footer__reserveWrap {
  margin-top: 14px;
  color: #fff;
}
@media (max-width: 768px) {
  .cmn-footer__reserveWrap {
    margin-top: 6.9333333333vw;
  }
}
.cmn-footer__reserveWrap .reserveTtl {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .cmn-footer__reserveWrap .reserveTtl {
    font-size: 4.8vw;
  }
}
.cmn-footer__reserveWrap .reserveDesc {
  font-size: 16px;
  line-height: 1.875;
}
@media (max-width: 768px) {
  .cmn-footer__reserveWrap .reserveDesc {
    font-size: 3.7333333333vw;
  }
}
.cmn-footer__reserveWrap .cautionList > li {
  font-size: 16px;
  line-height: 1.875;
  padding-left: 1em;
  position: relative;
}
@media (max-width: 768px) {
  .cmn-footer__reserveWrap .cautionList > li {
    font-size: 3.7333333333vw;
  }
}
.cmn-footer__reserveWrap .cautionList > li:before {
  content: "※";
  min-width: 1em;
  line-height: 1.875em;
  position: absolute;
  top: 0;
  left: 0;
}
.cmn-footer__contactWrap {
  margin-top: 52px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .cmn-footer__contactWrap {
    margin-top: 13.3333333333vw;
    gap: 0;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .cmn-footer__contactWrap > li {
    width: 32%;
  }
}
.cmn-footer__contactWrap > li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 47px;
  border-radius: 47px;
  background-color: #527C77;
}
@media (max-width: 768px) {
  .cmn-footer__contactWrap > li a {
    font-size: 4vw;
    width: 100%;
    height: 10.6666666667vw;
  }
}
.cmn-footer__contactWrap > li a:hover {
  background-color: #117258;
}
@media (max-width: 768px) {
  .cmn-footer__contactWrap > li a:hover {
    background-color: #527C77;
  }
}
.cmn-footer .copyright {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.4375;
  margin-top: 39px;
  display: block;
}
@media (max-width: 768px) {
  .cmn-footer .copyright {
    font-size: 3.2vw;
    margin-top: 21.3333333333vw;
  }
}

/*# sourceMappingURL=common.css.map */
