@charset "UTF-8";
details summary::-webkit-details-marker {
  display: none;
}

/*============================
#titleTop
============================*/
article#titleTop {
  width: auto;
  background: #000;
  /*============================
#intro - 古いスタイル（非使用）
============================*/
}

@media screen and (max-width: 768px) {
  article#titleTop {
    width: auto;
  }
}

/*============================
#pickup
============================*/
.pickup {
  padding: 40px;
  max-width: 1080px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .pickup {
    padding: 40px 20px;
  }
}

.pickup a.link {
  padding: 20px;
  background: #fff;
  border-radius: 8px;
  display: block;
  color: #333;
}

@media screen and (max-width: 768px) {
  .pickup a.link {
    border-radius: 10px;
  }
}

.pickup a.link div.text__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .pickup a.link div.text__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.pickup a.link div.text__content div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .pickup a.link div.text__content div {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    margin-right: 20px;
    width: 100%;
    margin-bottom: 10px;
  }
}

.pickup a.link div.text__content div span {
  background: #00CDB7;
  color: #fff;
  border-radius: 4px;
  padding: 3px 10px;
  font-size: 12px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .pickup a.link div.text__content div span {
    padding: 4px 10px;
    font-size: 1rem;
    margin-right: 20px;
    letter-spacing: 2px;
  }
}

.pickup a.link div.text__content div p {
  margin-right: 20px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .pickup a.link div.text__content div p {
    font-size: 1.2rem;
  }
}

.pickup a.link div.text__content h3 {
  font-size: 1.4rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  .pickup a.link div.text__content h3 {
    font-size: 1.4rem;
  }
}

/*============================
#about
============================*/
article#about img.bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

article#about header {
  width: auto;
  max-width: 1280px;
  padding: 0;
  text-align: left;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#about header {
    width: auto;
  }
}

article#about header h2 {
  color: #00CDB7;
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  article#about header h2 {
    width: auto;
    padding-top: 40px;
  }
}

article#about section div.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  article#about section div.wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

article#about section div.wrap div.img_wrap {
  width: 350px;
  height: 700px;
}

@media screen and (max-width: 768px) {
  article#about section div.wrap div.img_wrap {
    width: 100%;
    height: 350px;
  }
}

article#about section div.wrap div.img_wrap .device {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

@media screen and (max-width: 768px) {
  article#about section div.wrap div.img_wrap .device {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
  }
}

article#about section div.wrap div.img_wrap ul.slicks {
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
}

article#about section div.wrap div.img_wrap ul.slicks .slick-list {
  height: 100%;
}

article#about section div.wrap div.img_wrap ul.slicks .slick-list .slick-track {
  height: 100%;
}

article#about section div.wrap div.img_wrap ul.slicks li {
  height: 100%;
}

article#about section div.wrap div.img_wrap ul.slicks li img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

article#about section div.wrap div.text_wrap {
  width: auto;
  padding-left: 80px;
}

@media screen and (max-width: 768px) {
  article#about section div.wrap div.text_wrap {
    padding-left: 0;
  }
}

article#about section div.wrap div.text_wrap h3 {
  width: auto;
  color: #00CDB7;
  font-size: 2.4rem;
  line-height: 1.6;
  padding-bottom: 40px;
  padding-top: 40px;
}

article#about section div.wrap div.text_wrap p {
  width: auto;
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
}

article#about section div.wrap div.text_wrap div.btn_wrap {
  width: auto;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  article#about section div.wrap div.text_wrap div.btn_wrap {
    width: auto;
  }
}

article#about section div.wrap div.text_wrap div.btn_wrap a {
  background: linear-gradient(135deg, #00CDB7 0%, #1AD9C5 50%, #00CDB7 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: 300;
  margin-left: auto;
  -webkit-box-shadow: 0 4px 15px rgba(0, 205, 183, 0.4);
          box-shadow: 0 4px 15px rgba(0, 205, 183, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

article#about section div.wrap div.text_wrap div.btn_wrap a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

article#about section div.wrap div.text_wrap div.btn_wrap a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(0, 205, 183, 0.6);
          box-shadow: 0 6px 20px rgba(0, 205, 183, 0.6);
}

article#about section div.wrap div.text_wrap div.btn_wrap a:hover:before {
  left: 100%;
}

article#about section div.wrap div.text_wrap div.btn_wrap a img {
  width: 24px;
  margin-left: 20px;
}

/*============================
#service
============================*/
article#service {
  width: 100%;
  background: #000;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  article#service {
    width: 100%;
  }
}

article#service:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 30%, rgba(0, 205, 183, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 215, 0, 0.12) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(0, 205, 183, 0.1) 0%, transparent 60%);
  background-size: 100% 100%;
  -webkit-animation: particleFloat 20s ease-in-out infinite;
          animation: particleFloat 20s ease-in-out infinite;
  z-index: 0;
}

article#service header.service-header {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1600px;
  padding: 120px 40px 80px;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#service header.service-header {
    width: 100%;
    padding: 80px 20px 40px;
  }
}

article#service header.service-header h2 {
  color: #00CDB7;
  font-size: 6rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.15em;
  text-shadow: 0 0 40px rgba(0, 205, 183, 0.8), 0 0 80px rgba(0, 205, 183, 0.4);
  position: relative;
  display: inline-block;
  -webkit-animation: serviceTitleGlow 3s ease-in-out infinite;
          animation: serviceTitleGlow 3s ease-in-out infinite;
}

@media screen and (max-width: 768px) {
  article#service header.service-header h2 {
    font-size: 4rem;
  }
}

article#service header.service-header h2:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#00CDB7), color-stop(#ffd700), color-stop(#00CDB7), to(transparent));
  background: linear-gradient(90deg, transparent, #00CDB7, #ffd700, #00CDB7, transparent);
  -webkit-animation: linePulse 2s ease-in-out infinite;
          animation: linePulse 2s ease-in-out infinite;
}

article#service header.service-header p {
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 40px 0 0;
  font-weight: 300;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  article#service header.service-header p {
    font-size: 1.5rem;
    margin: 30px 0 0;
  }
}

article#service section.service-section {
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
}

@media screen and (max-width: 768px) {
  article#service section.service-section {
    padding-bottom: 80px;
  }
}

article#service section.service-section .service-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 60px;
}

@media screen and (max-width: 768px) {
  article#service section.service-section .service-wrapper {
    padding: 0 20px;
  }
}

article#service section.service-section .service-flex-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.1fr;
      grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  article#service section.service-section .service-flex-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 40px;
  }
}

article#service section.service-section .service-image-container {
  position: relative;
}

article#service section.service-section .service-image-container .service-image-inner {
  position: relative;
  width: 100%;
  height: 600px;
  border-radius: 20px;
  overflow: hidden;
  background: #111;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 80px rgba(0, 205, 183, 0.2);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 80px rgba(0, 205, 183, 0.2);
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (max-width: 768px) {
  article#service section.service-section .service-image-container .service-image-inner {
    height: 300px;
  }
}

article#service section.service-section .service-image-container .service-image-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 1.5s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1.5s cubic-bezier(0.77, 0, 0.175, 1);
}

article#service section.service-section .service-image-container .service-image-inner .service-image-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 205, 183, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 0.7;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

article#service section.service-section .service-image-container:hover .service-image-inner {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5), 0 0 100px rgba(0, 205, 183, 0.4);
          box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5), 0 0 100px rgba(0, 205, 183, 0.4);
}

article#service section.service-section .service-image-container:hover .service-image-inner img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

article#service section.service-section .service-image-container:hover .service-image-inner .service-image-gradient {
  opacity: 0.4;
}

article#service section.service-section .service-content-modern {
  padding: 0px;
  background: rgba(255, 255, 255, 0.02);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 768px) {
  article#service section.service-section .service-content-modern {
    padding: 40px 30px;
  }
}

article#service section.service-section .service-content-modern:hover {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(0, 205, 183, 0.3);
}

article#service section.service-section .service-badge-modern {
  display: inline-block;
  background: linear-gradient(135deg, #00CDB7, #1AD9C5);
  padding: 10px 24px;
  border-radius: 50px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 205, 183, 0.4);
          box-shadow: 0 4px 20px rgba(0, 205, 183, 0.4);
}

@media screen and (max-width: 768px) {
  article#service section.service-section .service-badge-modern {
    padding: 8px 20px;
    margin-bottom: 20px;
  }
}

article#service section.service-section .service-badge-modern span {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  article#service section.service-section .service-badge-modern span {
    font-size: 1.1rem;
  }
}

article#service section.service-section .service-title-modern {
  font-size: 4.5rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin: 0 0 20px 0;
  text-shadow: 0 2px 20px rgba(0, 205, 183, 0.4);
}

@media screen and (max-width: 768px) {
  article#service section.service-section .service-title-modern {
    font-size: 3rem;
  }
}

article#service section.service-section .service-tagline {
  font-size: 1.6rem;
  color: #fff;
  margin: 0 0 50px 0;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  article#service section.service-section .service-tagline {
    font-size: 1.4rem;
    margin: 0 0 30px 0;
  }
}

article#service section.service-section .service-list-modern {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#service section.service-section .service-list-modern {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 30px;
  }
}

article#service section.service-section .service-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(0, 205, 183, 0.2);
  border-radius: 12px;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (max-width: 768px) {
  article#service section.service-section .service-list-item {
    padding: 16px 20px;
    gap: 14px;
  }
}

article#service section.service-section .service-list-item:hover {
  background: rgba(0, 205, 183, 0.1);
  border-color: rgba(0, 205, 183, 0.5);
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
  -webkit-box-shadow: 0 4px 20px rgba(0, 205, 183, 0.2);
          box-shadow: 0 4px 20px rgba(0, 205, 183, 0.2);
}

article#service section.service-section .service-list-num {
  font-size: 2rem;
  font-weight: 900;
  color: #00CDB7;
  font-family: 'Lexend Deca', sans-serif;
  min-width: 40px;
  text-shadow: 0 0 20px rgba(0, 205, 183, 0.5);
}

@media screen and (max-width: 768px) {
  article#service section.service-section .service-list-num {
    font-size: 1.6rem;
    min-width: 32px;
  }
}

article#service section.service-section .service-list-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

article#service section.service-section .service-list-text strong {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  article#service section.service-section .service-list-text strong {
    font-size: 1.3rem;
  }
}

article#service section.service-section .service-list-text span {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  article#service section.service-section .service-list-text span {
    font-size: 1.1rem;
  }
}

article#service section.service-section .btn_wrap {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  article#service section.service-section .btn_wrap {
    margin-top: 30px;
  }
}

article#service section.service-section .btn_wrap .btn-primary {
  display: inline-block;
}

article#service section.service-section .service-description-modern {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#service section.service-section .service-description-modern {
    margin-bottom: 30px;
  }
}

article#service section.service-section .service-description-modern p {
  font-size: 1.6rem;
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 0 0 20px 0;
}

@media screen and (max-width: 768px) {
  article#service section.service-section .service-description-modern p {
    font-size: 1.4rem;
  }
}

article#service section.service-section .service-description-modern p strong {
  color: #00CDB7;
  font-weight: 700;
}

article#service section.service-section .service-description-modern p:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes serviceTitleGlow {
  0%, 100% {
    text-shadow: 0 0 40px rgba(0, 205, 183, 0.8), 0 0 80px rgba(0, 205, 183, 0.4);
  }
  50% {
    text-shadow: 0 0 60px #00cdb7, 0 0 120px rgba(255, 215, 0, 0.6);
  }
}

@keyframes serviceTitleGlow {
  0%, 100% {
    text-shadow: 0 0 40px rgba(0, 205, 183, 0.8), 0 0 80px rgba(0, 205, 183, 0.4);
  }
  50% {
    text-shadow: 0 0 60px #00cdb7, 0 0 120px rgba(255, 215, 0, 0.6);
  }
}

@-webkit-keyframes linePulse {
  0%, 100% {
    opacity: 0.6;
    -webkit-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scaleX(1.2);
            transform: translateX(-50%) scaleX(1.2);
  }
}

@keyframes linePulse {
  0%, 100% {
    opacity: 0.6;
    -webkit-transform: translateX(-50%) scaleX(1);
            transform: translateX(-50%) scaleX(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-50%) scaleX(1.2);
            transform: translateX(-50%) scaleX(1.2);
  }
}

/*============================
#artist
============================*/
article#artist {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#artist {
    width: auto;
  }
}

article#artist img.bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

article#artist header {
  width: auto;
  max-width: 1280px;
  padding: 80px 40px 40px;
  text-align: left;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#artist header {
    width: auto;
    padding-left: 20px;
    padding-top: 80px;
  }
}

article#artist header h2 {
  color: #00CDB7;
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  article#artist header h2 {
    width: auto;
  }
}

article#artist section {
  width: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#artist section {
    width: auto;
  }
}

article#artist section div.wrap {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#artist section div.wrap {
    width: auto;
  }
}

article#artist section div.wrap ul {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  article#artist section div.wrap ul {
    width: auto;
  }
}

article#artist section div.wrap ul li.news__content.featureImg {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
  margin-bottom: 40px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  article#artist section div.wrap ul li.news__content.featureImg {
    width: 100%;
    margin-right: 0;
    margin: 0 10px 40px;
  }
}

article#artist section div.wrap ul li.news__content.featureImg div.text__content {
  position: absolute;
  bottom: 10px;
  background: #fff;
  padding: 10px;
  left: 10px;
  border-radius: 20px;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

article#artist section div.wrap ul li.news__content.featureImg:nth-child(3n) {
  margin-right: 0;
}

article#artist section div.btn_wrap {
  width: auto;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  article#artist section div.btn_wrap {
    width: auto;
    padding-top: 0px;
  }
}

article#artist section div.btn_wrap a {
  background: linear-gradient(135deg, #00CDB7 0%, #1AD9C5 50%, #00CDB7 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: 300;
  margin-left: auto;
  -webkit-box-shadow: 0 4px 15px rgba(0, 205, 183, 0.4);
          box-shadow: 0 4px 15px rgba(0, 205, 183, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

article#artist section div.btn_wrap a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

article#artist section div.btn_wrap a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(0, 205, 183, 0.6);
          box-shadow: 0 6px 20px rgba(0, 205, 183, 0.6);
}

article#artist section div.btn_wrap a:hover:before {
  left: 100%;
}

article#artist section div.btn_wrap a img {
  width: 24px;
  margin-left: 20px;
}

/*============================
#works
============================*/
article#works {
  width: auto;
  display: none;
}

@media screen and (max-width: 768px) {
  article#works {
    width: auto;
  }
}

article#works img.bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

article#works header {
  width: auto;
  max-width: 1280px;
  padding: 80px 40px 40px;
  text-align: left;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#works header {
    width: auto;
    padding-left: 20px;
    padding-top: 80px;
  }
}

article#works header h2 {
  color: #00CDB7;
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  article#works header h2 {
    width: auto;
  }
}

article#works section {
  width: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  article#works section {
    width: auto;
  }
}

article#works section div.wrap {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#works section div.wrap {
    width: auto;
  }
}

article#works section div.wrap ul {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  article#works section div.wrap ul {
    width: auto;
  }
}

article#works section div.wrap ul li.news__content.featureImg {
  width: calc(33.3333333333% - 20px);
  margin-right: 30px;
  margin-bottom: 40px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  article#works section div.wrap ul li.news__content.featureImg {
    width: 100%;
    margin-right: 0;
    margin: 0 10px 40px;
  }
}

article#works section div.wrap ul li.news__content.featureImg div.text__content {
  position: absolute;
  bottom: 10px;
  background: #fff;
  padding: 10px;
  left: 10px;
  border-radius: 20px;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

article#works section div.wrap ul li.news__content.featureImg:nth-child(3n) {
  margin-right: 0;
}

article#works section div.btn_wrap {
  width: auto;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  article#works section div.btn_wrap {
    width: auto;
    padding-top: 0px;
  }
}

article#works section div.btn_wrap a {
  background: linear-gradient(135deg, #00CDB7 0%, #1AD9C5 50%, #00CDB7 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: 300;
  margin-left: auto;
  -webkit-box-shadow: 0 4px 15px rgba(0, 205, 183, 0.4);
          box-shadow: 0 4px 15px rgba(0, 205, 183, 0.4);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

article#works section div.btn_wrap a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

article#works section div.btn_wrap a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(0, 205, 183, 0.6);
          box-shadow: 0 6px 20px rgba(0, 205, 183, 0.6);
}

article#works section div.btn_wrap a:hover:before {
  left: 100%;
}

article#works section div.btn_wrap a img {
  width: 24px;
  margin-left: 20px;
}

/*============================
#news
============================*/
article#news {
  width: auto;
  background: linear-gradient(135deg, #00CDB7 0%, #a80001 50%, #00CDB7 100%);
  position: relative;
  overflow: hidden;
}

article#news:before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
  -webkit-animation: rotate 30s linear infinite;
          animation: rotate 30s linear infinite;
}

@media screen and (max-width: 768px) {
  article#news {
    width: auto;
  }
}

article#news header {
  width: auto;
  max-width: 1280px;
  padding: 80px 40px 40px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#news header {
    width: auto;
    padding-top: 80px;
  }
}

article#news header h2 {
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  article#news header h2 {
    width: auto;
  }
}

article#news section {
  width: auto;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  article#news section {
    width: auto;
  }
}

article#news section div.wrap {
  width: auto;
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  max-width: 680px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  article#news section div.wrap {
    width: auto;
    padding: 20px;
  }
}

article#news section div.wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  article#news section div.wrap ul {
    width: auto;
  }
}

article#news section div.wrap ul li.news__content.featureImg {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: solid 1px #ddd;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content.featureImg {
    width: 100%;
  }
}

article#news section div.wrap ul li.news__content.featureImg a.link {
  width: auto;
  color: #333;
}

@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content.featureImg a.link {
    width: auto;
  }
}

article#news section div.wrap ul li.news__content.featureImg a.link div.text__content {
  width: auto;
}

@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content.featureImg a.link div.text__content {
    width: 100%;
    padding: 0;
  }
}

article#news section div.wrap ul li.news__content.featureImg a.link div.text__content div {
  width: 100%;
  padding: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content.featureImg a.link div.text__content div {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

article#news section div.wrap ul li.news__content.featureImg a.link div.text__content div span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px 4px;
  font-size: 1.2rem;
  border-radius: 50px;
  color: #00CDB7;
  border: solid #00CDB7 1px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content.featureImg a.link div.text__content div span {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    padding-top: 6px;
    display: block;
    white-space: nowrap;
  }
}

article#news section div.wrap ul li.news__content.featureImg a.link div.text__content div p {
  width: 100%;
  font-size: 1.2rem;
  padding-right: 10px;
  text-align: right;
  color: #333;
}

@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content.featureImg a.link div.text__content div p {
    width: 100%;
  }
}

article#news section div.wrap ul li.news__content.featureImg a.link div.text__content h3 {
  font-size: 1.4rem;
  letter-spacing: 2px;
  line-height: 2;
  font-family: 'Noto Sans JP', sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  article#news section div.wrap ul li.news__content.featureImg a.link div.text__content h3 {
    width: auto;
    padding: 0;
    line-height: 1.6;
    font-size: 1.3rem;
    font-weight: 600;
    color: #333;
    padding-top: 10px;
  }
}

article#news section div.wrap div.btn_wrap {
  width: auto;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  article#news section div.wrap div.btn_wrap {
    width: auto;
    padding-top: 40px;
  }
}

article#news section div.wrap div.btn_wrap a {
  background: #fff;
  color: #00CDB7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  font-weight: 600;
  margin-left: auto;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

article#news section div.wrap div.btn_wrap a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(216, 0, 2, 0.1)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(216, 0, 2, 0.1), transparent);
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}

article#news section div.wrap div.btn_wrap a:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

article#news section div.wrap div.btn_wrap a:hover:before {
  left: 100%;
}

article#news section div.wrap div.btn_wrap a img {
  width: 24px;
  margin-left: 20px;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* ===================================
   INDEX PAGE - 新しいスタイル
=================================== */
article#titleTop section#intro.hero-full {
  min-height: 100vh;
  min-height: 100dvh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.hero-full {
    min-height: calc(var(--vh, 1vh) * 100);
    min-height: 100dvh;
  }
}

article#titleTop section#intro.hero-full .hero-slicks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-transform 0.3s ease, -webkit-filter 0.3s ease;
}

article#titleTop section#intro.hero-full .hero-slicks li {
  width: 100%;
  height: 100vh;
  height: 100dvh;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.hero-full .hero-slicks li {
    height: calc(var(--vh, 1vh) * 100);
    height: 100dvh;
  }
}

article#titleTop section#intro.hero-full .hero-slicks li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

article#titleTop section#intro.hero-full .hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 40px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.hero-full .hero-content {
    padding: 0 20px;
  }
}

article#titleTop section#intro.hero-full .hero-main-text {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  -webkit-animation: fadeInUp 1s ease-out;
          animation: fadeInUp 1s ease-out;
}

article#titleTop section#intro.hero-full .hero-subtitle {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.hero-full .hero-subtitle {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

article#titleTop section#intro.hero-full .hero-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 40px 0;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.hero-full .hero-title {
    margin-bottom: 30px;
  }
}

article#titleTop section#intro.hero-full .hero-title span {
  display: block;
  font-size: 9rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.15em;
  text-shadow: 0 0 30px rgba(0, 205, 183, 0.8), 0 0 60px rgba(0, 205, 183, 0.5), 0 10px 20px rgba(0, 0, 0, 0.8);
  -webkit-animation: titleGlowPulse 3s ease-in-out infinite;
          animation: titleGlowPulse 3s ease-in-out infinite;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.hero-full .hero-title span {
    font-size: 3.6rem;
  }
}

article#titleTop section#intro.hero-full .hero-title span:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

article#titleTop section#intro.hero-full .hero-title span:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  font-size: 7rem;
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.hero-full .hero-title span:nth-child(2) {
    font-size: 2.8rem;
  }
}

article#titleTop section#intro.hero-full .hero-title span:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

article#titleTop section#intro.hero-full .hero-description {
  font-size: 2.2rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 768px) {
  article#titleTop section#intro.hero-full .hero-description {
    font-size: 1.6rem;
  }
}

article#titleTop section#intro.hero-full div.wrap {
  display: none;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes titleGlowPulse {
  0%, 100% {
    text-shadow: 0 0 30px rgba(0, 205, 183, 0.8), 0 0 60px rgba(0, 205, 183, 0.5), 0 10px 20px rgba(0, 0, 0, 0.8);
  }
  50% {
    text-shadow: 0 0 50px #00cdb7, 0 0 90px rgba(255, 215, 0, 0.6), 0 10px 20px rgba(0, 0, 0, 0.8);
  }
}

@keyframes titleGlowPulse {
  0%, 100% {
    text-shadow: 0 0 30px rgba(0, 205, 183, 0.8), 0 0 60px rgba(0, 205, 183, 0.5), 0 10px 20px rgba(0, 0, 0, 0.8);
  }
  50% {
    text-shadow: 0 0 50px #00cdb7, 0 0 90px rgba(255, 215, 0, 0.6), 0 10px 20px rgba(0, 0, 0, 0.8);
  }
}

.scrolldown {
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  cursor: pointer;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .scrolldown {
    bottom: 30px;
    gap: 12px;
  }
}

.scrolldown:hover {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(-5px);
          transform: translateX(-50%) translateY(-5px);
}

.scrolldown:hover .scroll-line {
  height: 50px;
}

@media screen and (max-width: 768px) {
  .scrolldown:hover .scroll-line {
    height: 40px;
  }
}

.scrolldown:hover .scroll-arrow {
  -webkit-animation: arrowBounceHover 1s ease-in-out infinite;
          animation: arrowBounceHover 1s ease-in-out infinite;
}

.scrolldown span {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  .scrolldown span {
    font-size: 1rem;
  }
}

.scrolldown .scroll-line {
  width: 1px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
  position: relative;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

@media screen and (max-width: 768px) {
  .scrolldown .scroll-line {
    height: 32px;
  }
}

.scrolldown .scroll-line:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-animation: scrollDot 2s ease-in-out infinite;
          animation: scrollDot 2s ease-in-out infinite;
}

.scrolldown .scroll-arrow {
  width: 20px;
  height: 20px;
  border-right: 2px solid rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: arrowBounce 2s ease-in-out infinite;
          animation: arrowBounce 2s ease-in-out infinite;
}

@media screen and (max-width: 768px) {
  .scrolldown .scroll-arrow {
    width: 16px;
    height: 16px;
  }
}

@-webkit-keyframes scrollDot {
  0% {
    top: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@keyframes scrollDot {
  0% {
    top: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}

@-webkit-keyframes arrowBounce {
  0%, 100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(45deg) translateY(6px);
            transform: rotate(45deg) translateY(6px);
  }
}

@keyframes arrowBounce {
  0%, 100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(45deg) translateY(6px);
            transform: rotate(45deg) translateY(6px);
  }
}

@-webkit-keyframes arrowBounceHover {
  0%, 100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(45deg) translateY(4px);
            transform: rotate(45deg) translateY(4px);
  }
}

@keyframes arrowBounceHover {
  0%, 100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0);
  }
  50% {
    -webkit-transform: rotate(45deg) translateY(4px);
            transform: rotate(45deg) translateY(4px);
  }
}

article#about {
  position: relative;
  overflow: hidden;
  background: #fafafa;
}

article#about img.bg {
  display: none;
}

article#about:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #fafafa 0%, #ffffff 25%, #f5f5f5 50%, #ffffff 75%, #fafafa 100%);
  background-size: 400% 400%;
  -webkit-animation: gradientShift 15s ease infinite;
          animation: gradientShift 15s ease infinite;
  z-index: 0;
}

article#about:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 20% 30%, rgba(0, 205, 183, 0.03) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 215, 0, 0.02) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(0, 205, 183, 0.02) 0%, transparent 60%);
  background-size: 100% 100%;
  -webkit-animation: particleFloat 20s ease-in-out infinite;
          animation: particleFloat 20s ease-in-out infinite;
  z-index: 0;
}

@-webkit-keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@-webkit-keyframes particleFloat {
  0%, 100% {
    opacity: 0.3;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: scale(1.1) translateY(-20px);
            transform: scale(1.1) translateY(-20px);
  }
}

@keyframes particleFloat {
  0%, 100% {
    opacity: 0.3;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  50% {
    opacity: 0.6;
    -webkit-transform: scale(1.1) translateY(-20px);
            transform: scale(1.1) translateY(-20px);
  }
}

.news-slider-container {
  position: relative;
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
  padding: 120px 40px;
}

@media screen and (max-width: 768px) {
  .news-slider-container {
    padding: 80px 20px;
  }
}

.news-slider-container .section-header {
  text-align: center;
  margin-bottom: 100px;
  position: relative;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .news-slider-container .section-header {
    margin-bottom: 70px;
    padding-bottom: 30px;
  }
}

.news-slider-container .section-header:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 205, 183, 0.8)), to(transparent));
  background: linear-gradient(180deg, rgba(0, 205, 183, 0.8), transparent);
  -webkit-animation: lineGlow 2s ease-in-out infinite;
          animation: lineGlow 2s ease-in-out infinite;
}

@media screen and (max-width: 768px) {
  .news-slider-container .section-header:after {
    bottom: -5px;
    height: 60px;
  }
}

.news-slider-container .section-header h2 {
  font-size: 6rem;
  font-weight: 900;
  color: #00CDB7;
  margin: 0 0 24px;
  letter-spacing: 0.15em;
  text-shadow: 0 0 30px rgba(0, 205, 183, 0.3), 0 4px 10px rgba(0, 0, 0, 0.1);
  -webkit-animation: newsGlow 4s ease-in-out infinite;
          animation: newsGlow 4s ease-in-out infinite;
}

@media screen and (max-width: 768px) {
  .news-slider-container .section-header h2 {
    font-size: 4rem;
  }
}

.news-slider-container .section-header p {
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 40px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .news-slider-container .section-header p {
    font-size: 1.5rem;
  }
}

.news-slider-container .btn_wrap {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .news-slider-container .btn_wrap {
    padding-top: 40px;
  }
}

@-webkit-keyframes lineGlow {
  0%, 100% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 10px rgba(0, 205, 183, 0.5);
            box-shadow: 0 0 10px rgba(0, 205, 183, 0.5);
  }
  50% {
    opacity: 1;
    -webkit-box-shadow: 0 0 20px #00cdb7;
            box-shadow: 0 0 20px #00cdb7;
  }
}

@keyframes lineGlow {
  0%, 100% {
    opacity: 0.5;
    -webkit-box-shadow: 0 0 10px rgba(0, 205, 183, 0.5);
            box-shadow: 0 0 10px rgba(0, 205, 183, 0.5);
  }
  50% {
    opacity: 1;
    -webkit-box-shadow: 0 0 20px #00cdb7;
            box-shadow: 0 0 20px #00cdb7;
  }
}

@-webkit-keyframes newsGlow {
  0%, 100% {
    text-shadow: 0 0 30px rgba(0, 205, 183, 0.3), 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  50% {
    text-shadow: 0 0 50px rgba(0, 205, 183, 0.5), 0 4px 15px rgba(0, 0, 0, 0.15);
  }
}

@keyframes newsGlow {
  0%, 100% {
    text-shadow: 0 0 30px rgba(0, 205, 183, 0.3), 0 4px 10px rgba(0, 0, 0, 0.1);
  }
  50% {
    text-shadow: 0 0 50px rgba(0, 205, 183, 0.5), 0 4px 15px rgba(0, 0, 0, 0.15);
  }
}

.news-slider {
  margin-bottom: 60px;
}

.news-slider .slick-slide {
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .news-slider {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 16px 8px;
    margin-bottom: 40px;
  }
}

.news-slider .slick-dots {
  bottom: -50px;
}

@media screen and (max-width: 768px) {
  .news-slider .slick-dots {
    display: none !important;
  }
}

.news-slider .slick-dots li button:before {
  color: rgba(0, 0, 0, 0.2);
  font-size: 12px;
}

.news-slider .slick-dots li.slick-active button:before {
  color: #00CDB7;
}

.news-slider .slick-prev,
.news-slider .slick-next {
  width: 56px;
  height: 56px;
  z-index: 10;
  background: #fff;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (max-width: 768px) {
  .news-slider .slick-prev,
  .news-slider .slick-next {
    display: none !important;
  }
}

.news-slider .slick-prev:before,
.news-slider .slick-next:before {
  content: '';
}

.news-slider .slick-prev:after,
.news-slider .slick-next:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #00CDB7;
  border-right: 3px solid #00CDB7;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.news-slider .slick-prev:hover,
.news-slider .slick-next:hover {
  background: #00CDB7;
  -webkit-box-shadow: 0 6px 25px rgba(0, 205, 183, 0.4);
          box-shadow: 0 6px 25px rgba(0, 205, 183, 0.4);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-slider .slick-prev:hover:after,
.news-slider .slick-next:hover:after {
  border-color: #fff;
}

.news-slider .slick-prev {
  left: -80px;
}

.news-slider .slick-prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 2px;
  margin-top: 0;
}

.news-slider .slick-next {
  right: -80px;
}

.news-slider .slick-next:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -2px;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .news-slide {
    width: 100%;
  }
}

.news-slide__link {
  display: block;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
  border-radius: 12px;
}

@media screen and (max-width: 768px) {
  .news-slide__link {
    border-radius: 8px;
  }
}

.news-slide__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 205, 183, 0) 0%, rgba(0, 205, 183, 0.05) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 1;
  pointer-events: none;
}

.news-slide__link:hover {
  -webkit-transform: translateY(-12px);
          transform: translateY(-12px);
  border-color: rgba(0, 205, 183, 0.4);
  -webkit-box-shadow: 0 12px 40px rgba(0, 205, 183, 0.15);
          box-shadow: 0 12px 40px rgba(0, 205, 183, 0.15);
}

.news-slide__link:hover:before {
  opacity: 1;
}

.news-slide__link:hover .news-slide__image img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.news-slide__link:hover .news-slide__category {
  background: linear-gradient(135deg, #00CDB7, #1AD9C5);
}

.news-slide__image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #f5f5f5;
  position: relative;
}

@media screen and (max-width: 768px) {
  .news-slide__image {
    height: 80px;
  }
}

.news-slide__image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.2));
  pointer-events: none;
}

.news-slide__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.7s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.7s cubic-bezier(0.77, 0, 0.175, 1);
}

.news-slide__content {
  padding: 28px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .news-slide__content {
    padding: 10px;
  }
}

.news-slide__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

@media screen and (max-width: 768px) {
  .news-slide__meta {
    gap: 8px;
    margin-bottom: 5px;
  }
}

.news-slide__meta time {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.5);
  font-family: 'Lexend Deca', sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .news-slide__meta time {
    font-size: 1rem;
  }
}

.news-slide__category {
  display: inline-block;
  padding: 5px 14px 4px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 205, 183, 0.9);
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 768px) {
  .news-slide__category {
    padding: 3px 8px 2px;
    font-size: 0.9rem;
  }
}

.news-slide__title {
  font-size: 1.7rem;
  font-weight: 700;
  color: #000;
  line-height: 1.7;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .news-slide__title {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

article#works {
  position: relative;
}

article#works .works-bg-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

article#works .works-bg-blur img.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.7;
}

article#works header, article#works section {
  position: relative;
  z-index: 1;
}

article#contactform {
  width: 100%;
  overflow: hidden;
}

article#contactform .contactform-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
}

@media screen and (max-width: 768px) {
  article#contactform .contactform-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: auto;
  }
}

article#contactform .contactform-left {
  width: 50%;
  position: relative;
  overflow: hidden;
  max-height: 600px;
}

@media screen and (max-width: 768px) {
  article#contactform .contactform-left {
    width: 100%;
    height: 300px;
    max-height: 300px;
  }
}

article#contactform .contactform-left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

article#contactform .contactform-right {
  width: 50%;
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 60px;
}

@media screen and (max-width: 768px) {
  article#contactform .contactform-right {
    width: 100%;
    padding: 60px 30px;
  }
}

article#contactform .contactform-content {
  max-width: 500px;
  width: 100%;
}

article#contactform .contactform-title {
  font-size: 4.5rem;
  font-weight: 800;
  color: #000;
  margin: 0 0 16px 0;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  article#contactform .contactform-title {
    font-size: 3.5rem;
  }
}

article#contactform .contactform-description {
  font-size: 1.6rem;
  color: #666;
  margin: 0 0 50px 0;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  article#contactform .contactform-description {
    font-size: 1.4rem;
    margin: 0 0 40px 0;
  }
}

article#contactform .contactform-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  article#contactform .contactform-info {
    gap: 30px;
  }
}

article#contactform .contactform-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 30px;
  background: #f8f8f8;
  border-left: 4px solid #00CDB7;
}

@media screen and (max-width: 768px) {
  article#contactform .contactform-phone {
    padding: 25px 20px;
  }
}

article#contactform .contactform-phone .phone-label {
  font-size: 1.3rem;
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  article#contactform .contactform-phone .phone-label {
    font-size: 1.2rem;
  }
}

article#contactform .contactform-phone .phone-number {
  font-size: 3.2rem;
  font-weight: 800;
  color: #00CDB7;
  text-decoration: none;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  article#contactform .contactform-phone .phone-number {
    font-size: 2.6rem;
  }
}

article#contactform .contactform-phone .phone-number:hover {
  color: #1AD9C5;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

article#contactform .contactform-phone .phone-hours {
  font-size: 1.3rem;
  color: #999;
}

@media screen and (max-width: 768px) {
  article#contactform .contactform-phone .phone-hours {
    font-size: 1.2rem;
  }
}

article#contactform .contactform-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 20px 40px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #000;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  article#contactform .contactform-button {
    padding: 18px 35px;
    font-size: 1.5rem;
    width: 100%;
  }
}

article#contactform .contactform-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #00CDB7, #1AD9C5);
  -webkit-transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: left 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 0;
}

article#contactform .contactform-button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 205, 183, 0.3);
          box-shadow: 0 10px 30px rgba(0, 205, 183, 0.3);
}

article#contactform .contactform-button:hover:before {
  left: 0;
}

article#contactform .contactform-button:hover svg {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

article#contactform .contactform-button span {
  position: relative;
  z-index: 1;
}

article#contactform .contactform-button svg {
  position: relative;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@-webkit-keyframes buttonPulse {
  0%, 100% {
    -webkit-box-shadow: 0 10px 40px rgba(255, 255, 255, 0.3), 0 0 60px rgba(255, 255, 255, 0.2);
            box-shadow: 0 10px 40px rgba(255, 255, 255, 0.3), 0 0 60px rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0 15px 50px rgba(255, 255, 255, 0.4), 0 0 80px rgba(255, 255, 255, 0.3), 0 0 100px rgba(0, 205, 183, 0.2);
            box-shadow: 0 15px 50px rgba(255, 255, 255, 0.4), 0 0 80px rgba(255, 255, 255, 0.3), 0 0 100px rgba(0, 205, 183, 0.2);
  }
}

@keyframes buttonPulse {
  0%, 100% {
    -webkit-box-shadow: 0 10px 40px rgba(255, 255, 255, 0.3), 0 0 60px rgba(255, 255, 255, 0.2);
            box-shadow: 0 10px 40px rgba(255, 255, 255, 0.3), 0 0 60px rgba(255, 255, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0 15px 50px rgba(255, 255, 255, 0.4), 0 0 80px rgba(255, 255, 255, 0.3), 0 0 100px rgba(0, 205, 183, 0.2);
            box-shadow: 0 15px 50px rgba(255, 255, 255, 0.4), 0 0 80px rgba(255, 255, 255, 0.3), 0 0 100px rgba(0, 205, 183, 0.2);
  }
}

@-webkit-keyframes shimmer {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

@keyframes shimmer {
  0%, 100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes titleGlow {
  0%, 100% {
    text-shadow: 0 0 20px #00cdb7, 0 0 40px rgba(0, 205, 183, 0.8), 0 0 80px rgba(0, 205, 183, 0.5);
  }
  50% {
    text-shadow: 0 0 30px #00cdb7, 0 0 60px rgba(255, 215, 0, 0.8), 0 0 120px rgba(0, 205, 183, 0.6);
  }
}

@keyframes titleGlow {
  0%, 100% {
    text-shadow: 0 0 20px #00cdb7, 0 0 40px rgba(0, 205, 183, 0.8), 0 0 80px rgba(0, 205, 183, 0.5);
  }
  50% {
    text-shadow: 0 0 30px #00cdb7, 0 0 60px rgba(255, 215, 0, 0.8), 0 0 120px rgba(0, 205, 183, 0.6);
  }
}

.btn-primary {
  display: inline-block;
  padding: 16px 40px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff !important;
  background: linear-gradient(135deg, #00CDB7 0%, #1AD9C5 50%, #00CDB7 100%);
  border: 2px solid transparent;
  text-decoration: none;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .btn-primary {
    padding: 14px 32px;
    font-size: 1.5rem;
  }
}

.btn-primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.3)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  -webkit-transition: left 0.6s ease;
  transition: left 0.6s ease;
}

.btn-primary:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 8px 25px rgba(0, 205, 183, 0.5);
          box-shadow: 0 8px 25px rgba(0, 205, 183, 0.5);
  border-color: rgba(255, 215, 0, 0.5);
}

.btn-primary:hover:before {
  left: 100%;
}

[data-animation] {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

[data-animation].is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/*# sourceMappingURL=common.css.map */