:root {
  --works-section-base-height-base: 3749px;
}

:root {
  --works-section-base-height-base: 3749px;
}

:root {
  --works-section-base-height-base: 3749px;
}

:root {
  --works-section-base-height-base: 3749px;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes fadein-out {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes square-animation {
  0% {
    box-shadow: 0 0 0 9999px #fff;
  }
  100% {
    width: 100%;
    height: 100vh;
    box-shadow: 0 0 0 9999px #fff;
  }
}
@keyframes infinity-scroll-top {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
.cmn-cursor {
  position: fixed;
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6), opacity 0.5s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.cmn-cursor.is_mousemove {
  opacity: 1;
}
@media (max-width: 768px) {
  .cmn-cursor.is_mousemove {
    display: none;
  }
}
.cmn-cursor.hover {
  transform: scale(5.44);
  opacity: 0.3;
}

.cmn-header {
  width: 100%;
  height: max(60px, 4.1666666667vw);
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  opacity: 0;
  transition: 1s;
  transition-delay: 2.4s;
}
@media (max-width: 768px) {
  .cmn-header {
    height: max(60px, 16vw);
  }
}
.is_loaded .cmn-header {
  opacity: 1;
}
.is_transition_disabled .cmn-header {
  transition-delay: 0s;
}
.cmn-header.top .cmn-header--wrap {
  background: linear-gradient(rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.cmn-header.top .cmn-header--logo,
.cmn-header.top .cmn-header_menu--contact {
  color: #fff;
}
.cmn-header.top .cmn-header_menu--deco,
.cmn-header.top .cmn-header_hmb--line {
  background-color: #fff;
}
.cmn-header--wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 max(40px, 2.7777777778vw);
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  .cmn-header--wrap {
    padding: 0 max(20px, 1.3888888889vw);
  }
}
.cmn-header--logo {
  font-size: max(26px, 1.8055555556vw);
  font-family: "Marcellus", serif;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .cmn-header--logo {
    font-size: max(24px, 6.4vw);
  }
}
.cmn-header--logo:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .cmn-header--logo:hover {
    opacity: 1;
  }
}
.is_hmb_open .cmn-header--logo {
  color: #fff;
}

.cmn-header_menu {
  display: flex;
  align-items: center;
}
.cmn-header_menu--contact {
  font-size: max(16px, 1.1111111111vw);
  line-height: 1.4375;
  font-weight: 700;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .cmn-header_menu--contact {
    font-size: max(14px, 3.7333333333vw);
  }
}
.cmn-header_menu--contact:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .cmn-header_menu--contact:hover {
    opacity: 1;
  }
}
.is_hmb_open .cmn-header_menu--contact {
  color: #fff;
}
.cmn-header_menu--deco {
  display: block;
  width: max(7px, 0.4861111111vw);
  aspect-ratio: 7/7;
  background-color: #333;
  border-radius: 50%;
  margin-left: max(20px, 1.3888888889vw);
  margin-right: max(40px, 2.7777777778vw);
  transition: 0.3s;
}
@media (max-width: 768px) {
  .cmn-header_menu--deco {
    width: max(7px, 1.8666666667vw);
    margin-left: max(22px, 5.8666666667vw);
    margin-right: max(30px, 8vw);
  }
}
.is_hmb_open .cmn-header_menu--deco {
  background-color: #fff;
}

.cmn-header_hmb {
  width: max(30px, 2.0833333333vw);
  aspect-ratio: 30/18;
  position: relative;
  display: block;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .cmn-header_hmb {
    width: max(30px, 8vw);
  }
}
.cmn-header_hmb:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .cmn-header_hmb:hover {
    opacity: 1;
  }
}
.cmn-header_hmb--line {
  display: block;
  width: 100%;
  height: max(2px, 0.1388888889vw);
  background-color: #333;
  position: absolute;
  right: 0;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .cmn-header_hmb--line {
    height: max(2px, 0.5333333333vw);
  }
}
.is_hmb_open .cmn-header_hmb--line {
  background-color: #fff;
}
.cmn-header_hmb--line:first-of-type {
  top: 0;
}
.cmn-header_hmb--line:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
  width: 66.6666666667%;
}
.cmn-header_hmb--line:last-of-type {
  bottom: 0;
}
.is_hmb_open .cmn-header_hmb--line:first-of-type {
  top: max(8px, 0.5555555556vw);
  transform: rotate(-30deg);
}
@media (max-width: 768px) {
  .is_hmb_open .cmn-header_hmb--line:first-of-type {
    top: max(8px, 2.1333333333vw);
  }
}
.is_hmb_open .cmn-header_hmb--line:nth-of-type(2) {
  opacity: 0;
}
.is_hmb_open .cmn-header_hmb--line:last-of-type {
  bottom: max(8px, 0.5555555556vw);
  transform: rotate(30deg);
}
@media (max-width: 768px) {
  .is_hmb_open .cmn-header_hmb--line:last-of-type {
    bottom: max(8px, 2.1333333333vw);
  }
}

.cmn-header_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  pointer-events: none;
}
.is_hmb_open .cmn-header_nav {
  pointer-events: auto;
}
.cmn-header_nav--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  --webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transition: 0.3s;
  pointer-events: none;
}
.is_hmb_open .cmn-header_nav--overlay {
  opacity: 1;
  pointer-events: auto;
}
.cmn-header_nav--wrap {
  background-color: #111;
  width: max(764px, 53.0555555556vw);
  height: 100%;
  position: absolute;
  top: 0;
  right: calc(-100% - 20px);
  transition: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cmn-header_nav--wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cmn-header_nav--wrap.is_sp_nav_scroll {
    overflow: auto;
    align-items: flex-start;
    padding-top: max(60px, 16vw);
    padding-bottom: max(60px, 16vw);
    height: calc(100% - max(120px, 32vw));
  }
}
.is_hmb_open .cmn-header_nav--wrap {
  right: 0;
}
.cmn-header_nav--inner {
  width: 78.5340314136%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cmn-header_nav--inner {
    display: block;
    width: 79.4666666667%;
  }
}

.cmn-header_nav_list {
  width: 43.3333333333%;
}
@media (max-width: 768px) {
  .cmn-header_nav_list {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cmn-header_nav_list:last-of-type {
    border-top: 1px solid #707070;
    margin-top: max(26px, 6.9333333333vw);
    padding-top: max(15px, 4vw);
  }
}
.cmn-header_nav_list--item-l {
  padding-bottom: max(12px, 0.8333333333vw);
  border-bottom: 1px solid #707070;
  margin-top: max(22px, 1.5277777778vw);
}
@media (max-width: 768px) {
  .cmn-header_nav_list--item-l {
    padding-bottom: max(12px, 3.2vw);
    margin-top: max(15px, 4vw);
  }
}
.cmn-header_nav_list--item-s {
  margin-top: max(29px, 2.0138888889vw);
}
@media (max-width: 768px) {
  .cmn-header_nav_list--item-s {
    margin-top: max(20px, 5.3333333333vw);
  }
}
.cmn-header_nav_list--item-s:nth-of-type(2) {
  margin-top: max(36px, 2.5vw);
}
.cmn-header_nav_list--item:first-of-type {
  margin-top: 0;
}
.cmn-header_nav_list--link {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cmn-header_nav_list--link:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .cmn-header_nav_list--link:hover {
    opacity: 1;
  }
}
.cmn-header_nav_list--en_txt {
  font-family: "Marcellus", serif;
}
.cmn-header_nav_list--en_txt-l {
  font-size: max(32px, 2.2222222222vw);
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cmn-header_nav_list--en_txt-l {
    font-size: max(24px, 6.4vw);
    line-height: 1.25;
  }
}
.cmn-header_nav_list--en_txt-s {
  font-size: max(20px, 1.3888888889vw);
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cmn-header_nav_list--en_txt-s {
    font-size: max(18px, 4.8vw);
    line-height: 1.2777777778;
  }
}
.cmn-header_nav_list--en_txt-s:before {
  content: "- ";
}
.cmn-header_nav_list--ja_txt {
  font-size: max(12px, 0.8333333333vw);
}
@media (max-width: 768px) {
  .cmn-header_nav_list--ja_txt {
    font-size: max(12px, 3.2vw);
  }
}

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

.cmn-footer {
  background-color: #f6f7f8;
  padding-top: max(74px, 5.1388888889vw);
  padding-bottom: max(18px, 1.25vw);
}
@media (max-width: 768px) {
  .cmn-footer {
    padding-top: max(78px, 20.8vw);
    padding-bottom: max(20px, 5.3333333333vw);
  }
}
.cmn-footer--inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cmn-footer--inner {
    display: block;
  }
}
.cmn-footer--info {
  width: -moz-fit-content;
  width: fit-content;
}
.cmn-footer--name {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 1.6111111111;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cmn-footer--name {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
    line-height: 2.025;
  }
}
.cmn-footer--address {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  margin-top: 21px;
  line-height: 1.4285714286;
}
@media (max-width: 768px) {
  .cmn-footer--address {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
    margin-top: 6px;
  }
}
.cmn-footer .instagram-link {
  display: block;
  width: 16px;
  aspect-ratio: 16/16;
  margin-top: 20px;
  background-image: url(../../common/img/icon-instagram.webp);
  background-size: contain;
}

.cmn-footer_nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: max(490px, 34.0277777778vw);
}
@media (max-width: 768px) {
  .cmn-footer_nav {
    display: block;
    width: 100%;
    margin-top: 31px;
  }
}
.cmn-footer_nav--list:first-of-type {
  width: 61.2244897959%;
}
@media (max-width: 768px) {
  .cmn-footer_nav--list:first-of-type {
    width: 100%;
  }
}
.cmn-footer_nav--list:nth-of-type(2) {
  width: 30.612244898%;
}
@media (max-width: 768px) {
  .cmn-footer_nav--list:nth-of-type(2) {
    width: 100%;
    margin-top: 14px;
  }
}
.cmn-footer_nav--link {
  font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  font-weight: 500;
  line-height: 1.4375;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
  display: block;
  margin-top: 14px;
}
@media (max-width: 768px) {
  .cmn-footer_nav--link {
    font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  }
}
.cmn-footer_nav--link:first-of-type {
  margin-top: 0;
}

.cmn-footer_nav_detail {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cmn-footer_nav_detail {
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
  }
}
.cmn-footer_nav_detail--item {
  width: 50%;
  margin-top: 13px;
}
.cmn-footer_nav_detail--item:first-of-type {
  order: 1;
  margin-top: 0;
}
.cmn-footer_nav_detail--item:nth-of-type(2) {
  order: 3;
}
.cmn-footer_nav_detail--item:nth-of-type(3) {
  order: 5;
}
.cmn-footer_nav_detail--item:nth-of-type(4) {
  order: 2;
  margin-top: 0;
}
.cmn-footer_nav_detail--item:last-of-type {
  order: 4;
}
.cmn-footer_nav_detail--link {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  font-weight: 500;
  display: block;
  line-height: 1.4285714286;
}
@media (max-width: 768px) {
  .cmn-footer_nav_detail--link {
    font-size: clamp(1.4rem, 1.2vw, 1.6rem);
  }
}
.cmn-footer_nav_detail--link:before {
  content: " - ";
}

.cmn-footer_group {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 27px;
}
@media (max-width: 768px) {
  .cmn-footer_group {
    flex-wrap: wrap;
    margin-top: 36px;
    justify-content: center;
  }
}
.cmn-footer_group--txt {
  font-size: clamp(1rem, 1vw, 1.2rem);
}
@media (max-width: 768px) {
  .cmn-footer_group--txt {
    width: 100%;
    text-align: center;
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    margin-bottom: 13px;
  }
}
.cmn-footer_group--link {
  font-size: clamp(1rem, 1vw, 1.2rem);
  border: 1px solid #cccccc;
  box-sizing: border-box;
  width: 112px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .cmn-footer_group--link {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  }
}
.cmn-footer_group--link:hover {
  background-color: #111;
}
@media (max-width: 768px) {
  .cmn-footer_group--link:hover {
    background-color: transparent;
  }
}
.cmn-footer_group--link:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .cmn-footer_group--link:hover {
    color: #333;
  }
}

.cmn-footer_bottom {
  margin-top: 17px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .cmn-footer_bottom {
    display: block;
    margin-top: 36px;
    text-align: center;
  }
}
.cmn-footer_bottom--link {
  font-size: clamp(1rem, 1vw, 1.2rem);
  line-height: 1.4166666667;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cmn-footer_bottom--link {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  }
}
.cmn-footer_bottom--link:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .cmn-footer_bottom--link:hover {
    opacity: 1;
  }
}
.cmn-footer_bottom--copy {
  font-size: clamp(1rem, 1vw, 1.2rem);
  line-height: 1.4166666667;
  font-weight: 500;
}
@media (max-width: 768px) {
  .cmn-footer_bottom--copy {
    display: block;
    text-align: center;
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    margin-top: 14px;
  }
}/*# sourceMappingURL=common.css.map */