@font-face {
  font-family: 'seed';
  src: url('../LINESeedJP_OTF_Bd.woff2') format('woff2');
}

html {
  font-family: sans-serif;
}

body {
  font-family: "seed", sans-serif;
  color: #040000;
  background: #fff;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  color: #9ca3af;
  text-decoration: none;
}

a:hover {
  color: #fff;
}

.flex {
  display: flex;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #35363b;
}

.hello {
  background: linear-gradient(-45deg, #FFF9D9, #DFFFE0, #E3D7FF, #ffd1dc) fixed;
  background-size: 400% 400%;
  animation: GradietionAnimation 20s ease infinite;
  border-radius: 30px;
  margin: 30px;
  padding: 50px;
  box-shadow: 0 16px 32px rgba(0,0,0,0.1);
}

@keyframes GradietionAnimation { 
  0% { background-position: 0% 50% }
  50% { background-position: 100% 50% }
  100% { background-position: 0% 50% }
}

.hello h1 {
  text-align: center;
  font-weight: normal;
  font-size: 4.5rem;
  padding-top: 4rem;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.hello .typed_wrap h2 {
  font-size: 1.0rem;
  margin: 1rem 0;
}

.hello h2 {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .hello h1 {
    font-size: 9rem;
    padding-top: 3.5rem;
  }
  
  .hello h2 {
    font-size: 1.3rem;
  }
  
  .hello .typed_wrap h2 {
    font-size: 1.6rem;
  }
}

.hello button {
  text-align: center;
  display: block;
  margin: 15px auto 0;
  font-size: 1.1rem;
  padding: 18px 24px;
  border: 3px solid #ff9dd9;
  border-radius: 6px;
  transition: all 0.3s ease;
  background: linear-gradient(-45deg, #FFE89D, #BFFFCA, #C7B0FF, #FFB5C7) fixed;
  color: #000000;
}

.hello button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255,157,217,0.3);
}

.hello .btn-box {
  padding-top: 6rem;
}

.howare h1 {
  text-align: center;
  margin: 0 auto;
  padding: 4rem 0;
  font-size: 2rem;
  background: linear-gradient(45deg, #FF69B4, #FFB6C1, #FF1493, #FF69B4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 200%;
  animation: gradient 5s ease infinite;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease forwards;
}

@media (min-width: 768px) {
  .howare h1 {
    font-size: 2.8rem;
    padding: 5rem 0;
  }
}

@media (min-width: 1200px) {
  .howare h1 {
    font-size: 3.5rem;
    padding: 6rem 0;
  }
}

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

.howare h3 {
  text-align: center;
  margin: 0 auto;
  padding: 4rem 0;
  font-size: 2rem;
  background: linear-gradient(45deg, #0000FF, #87CEEB, #4169E1, #000080);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 200%;
  animation: gradient 5s ease infinite;
}

@media (min-width: 768px) {
  .howare h3 {
    font-size: 2.8rem;
    padding: 5rem 0;
  }
}

@media (min-width: 1200px) {
  .howare h3 {
    font-size: 3.5rem;
    padding: 6rem 0;
  }
}

.howare h2 {
  text-align: center;
  font-size: 1rem;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .howare h2 {
    font-size: 1.1rem;
  }
}

@media (min-width: 1200px) {
  .howare h2 {
    font-size: 1.2rem;
  }
}

.howare img {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 2rem auto;
  transition: all 0.3s ease;
}

@media (min-width: 768px) {
  .howare img {
    max-width: 60%;
  }
}

@media (min-width: 1200px) {
  .howare img {
    max-width: 80%;
  }
}

.fedin {
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgb(0, 0, 0) 100%);
  padding: 100px 0; 
}

.fedou {
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(255, 255, 255) 100%);
  padding: 100px 0; 
}

.utink-image {
  background-color: rgb(0, 0, 0);
}

.utink-image h2 {
  color: #fff;
}

.bgScale {
  background: url("../images/pc.png") no-repeat center center;
  background-size: 100%;
  width: 100%;
  height: 200px;
  transition: background-size 0.3s ease;
  position: relative;
  overflow: hidden;
}

@media (min-width: 576px) {
  .bgScale {
    height: 300px;
  }
}

@media (min-width: 768px) {
  .bgScale {
    height: 350px;
  }
}

@media (min-width: 992px) {
  .bgScale {
    height: 400px;
  }
}

.right {
  text-align: right;
  margin-right: 0;
  padding-right: 0;
}

.right img {
  display: none;
}

@media (min-width: 768px) {
  .right img {
    max-width: 20%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    float: right;
  }
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.heading_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.heading_container img {
  padding: 0.25rem;
  background-color: #fff;
  border-radius: 0.25rem;
  max-width: 80%;
  height: auto;
}

.heading_container h2 {
  font-weight: bold;
  display: flex;
  align-items: center;
  text-transform: none;
  color: #010201;
  line-height: 1.5;
  margin-bottom: 1em;
}

.heading_container h3 {
  font-weight: bold;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #010201;
  font-size: 24px;
}

.heading_container h4 {
  font-weight: bold;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #010201;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 3em;
}

.heading_container p {
  color: #010201;
  line-height: 1.5;
  margin-bottom: 2em;
}

.header_section {
  background-color: #ffffff;
  position: relative;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 28.5% 100%, 26.5% 86%, 0 84%, 0 0);
}

.header_section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 62%;
  height: 45px;
  background: #ffffff;
  z-index: 1;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 8% 100%, 0 0);
}

.header_section .nav_container {
  margin: 0 auto;
}

.menu_width {
  width: 100%;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.header_nav {
  display: flex;
  justify-content: space-between;
}

.main_nav {
  position: relative;
  z-index: 9;
}

.main_nav .top_nav ul {
  display: flex;
  margin: 0;
}

.main_nav .top_nav ul li {
  list-style-type: none;
}

.main_nav .top_nav ul li a {
  display: inline-block;
  color: #000000;
  margin: 10px 0 10px 35px;
}

.main_nav .top_nav ul li a img {
  max-width: 25px;
  max-height: 25px;
  margin-right: 15px;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 20px;
  color: #212121;
  text-align: center;
  text-transform: uppercase;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand img {
  width: 125px;
  margin-right: 5px;
}

.navbar-brand.brand_mobile {
  display: none;
}

.custom_nav-container {
  z-index: 99999;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

.about {
  padding: 80px 40px;
  background-color: #fff;
  color: #000;
}

.about-content {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  font-size: 2.5em;
  margin-bottom: 40px;
  text-align: center;
  color: #000000;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.about-text {
  font-size: 1.2em;
  line-height: 1.8;
}

.about-text p {
  margin-bottom: 20px;
}

.about-text mark {
  background: linear-gradient(transparent 60%, #49ff31 40%);
  padding: 0 2px;
  font-weight: bold;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.stat-item {
  text-align: center;
  padding: 30px;
  background-color: #1a1a1a;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.stat-item:hover {
  transform: translateY(-5px);
}

.stat-number {
  display: block;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

.stat-label {
  font-size: 1.1em;
  color: #ccc;
}

@media (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 2em;
  }
}

.slider_section {
  height: calc(100% - 80px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider_section #carouselExampleIndicators {
  width: 100%;
}

.slider_section .row .col-md-10 {
  display: flex;
}

.slider_section .slider_heading {
  transform: rotate(270.5deg) scaleX(-1);
  position: absolute;
  left: -150px;
  top: -25px;
}

.slider_section .slider_heading h2 {
  display: flex;
  font-size: 10rem;
  text-transform: uppercase;
  text-orientation: upright;
  font-weight: bold;
  color: #000000;
}

.slider_section .slider_heading h2 span {
  color: #e6b8d7;
}

.slider_section .detail-box h1 {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
}

.slider_section .detail-box hr {
  margin: 0 auto;
  border: none;
  width: 1.5px;
  height: 65px;
  background-color: #000000;
}

.slider_section .detail-box .btn-box {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 35px;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 35px;
  color: #ffffff;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: #000000;
  color: #000000;
}

.slider_section #carouselExampleIndicators {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.slider_section #carouselExampleIndicators .box {
  display: flex;
  justify-content: flex-start;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0 70px 45px 70px;
}

.slider_section .carousel-indicators li {
  text-indent: unset;
  border: none;
  background-color: transparent;
  color: #000000;
  font-weight: bold;
  font-size: 2rem;
  opacity: 1;
  display: none;
}

.slider_section .carousel-indicators li.active {
  display: inline-block;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  position: absolute;
  top: 45%;
  left: initial;
  right: 25px;
  width: 55px;
  height: 55px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: center;
  background-color: #e6b8d7;
  border-radius: 100%;
}

.slider_section .carousel-control-prev:hover,
.slider_section .carousel-control-next:hover {
  background-color: #ffffff;
}

.slider_section .carousel-control-prev {
  background-image: url(../images/prev.png);
  transform: translateY(57%);
}

.slider_section .carousel-control-prev:hover {
  background-image: url(../images/prev-grey.png);
}

.slider_section .carousel-control-next {
  background-image: url(../images/next.png);
  transform: translateY(-57%);
}

.slider_section .carousel-control-next:hover {
  background-image: url(../images/next-grey.png);
}

.slider_section .number_box {
  width: 50px;
  position: absolute;
  left: 25px;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #e6b8d7;
  transform: translateY(-50%);
}

.slider_section .number_box hr {
  border: none;
  width: 1px;
  height: 200px;
  background-color: #e6b8d7;
  margin: 2rem 0;
}

.about_section {
  color: #ffffff;
}

.about_section .heading_container h2 {
  color: #ffffff;
}

.about_section .about_container {
  padding: 45px;
  background-image: url(../images/about-bg.jpg);
  background-size: cover;
}

.about_section .about_container .detail-box {
  display: flex;
  flex-direction: column;
}

.about_section .about_container .detail-box p {
  margin-top: 25px;
}

.about_section .about_container .detail-box hr {
  margin: 0 auto;
  border: none;
  width: 1.5px;
  height: 125px;
  background-color: #ffffff;
}

.about_section .about_container .detail-box a {
  display: inline-block;
  padding: 8px 35px;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 35px;
  color: #ffffff;
  margin: 35px auto 0 auto;
  box-shadow: 0 0 35px 0 rgba(99, 247, 79, 0.7);
}

.about_section .about_container .detail-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.class_section {
  color: #ffffff;
  position: relative;
}

.class_section .row > div {
  position: unset;
}

.class_section .class_box-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  justify-content: center;
}

.class_section .class_box-container .box {
  position: relative;
}

.class_section .class_box-container .box .img-box {
  position: relative;
}

.class_section .class_box-container .box .img-box img {
  width: 72%;
  height: auto;
}

.class_section .class_box-container .box .img-box .detail-box {
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 55px 0;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.class_section .class_box-container .box .img-box .detail-box button {
  background-color: #292929;
  border: none;
  width: 55px;
  height: 55px;
  margin: 0 10px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.class_section .class_box-container .box .img-box .detail-box button img {
  width: 20px;
  margin-left: 5px;
}

.class_section .class_box-container .box .img-box .detail-box h2 {
  margin: 0;
  text-transform: uppercase;
  color: #7b7b7b;
  font-weight: bold;
  line-height: 55px;
  margin-left: 20px;
}

.class_section .class_box-container .box .btn-box {
  display: flex;
  margin-top: 30px;
}

.class_section .class_box-container .box .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 30px;
  color: #ffffff;
}

.class_section .class_box-container .box .btn-box a:hover {
  background-color: #ffe5f6; 
  color: #000000;
}

.class_section .owl-carousel {
  position: unset;
}

.class_section .owl-carousel .owl-nav {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding: 0 10px;
  margin-top: 55px;
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-100%);
}

.class_section .owl-carousel .owl-nav .owl-prev,
.class_section .owl-carousel .owl-nav .owl-next {
  background-color: #000000;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background barground-size: 12px;
  border-radius: 100%;
  outline: none;
  margin: 2px 0;
}

.class_section .owl-carousel .owl-nav .owl-prev:hover,
.class_section .owl-carousel .owl-nav .owl-next:hover {
  background-color: #ffffff;
}

.class_section .owl-carousel .owl-nav .owl-prev {
  width: 75px;
  height: 75px;
  background-image: url(../images/prev.png);
}

.class_section .owl-carousel .owl-nav .owl-prev:hover {
  background-image: url(../images/prev-grey.png);
}

.class_section .owl-carousel .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  background-image: url(../images/next.png);
}

.class_section .owl-carousel .owl-nav .owl-next:hover {
  background-image: url(../images/next-grey.png);
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .class_section .owl-carousel .owl-nav {
  top: 55%;
}

.blog_section {
  color: #ffffff;
  overflow-x: hidden;
}

.blog_section .box {
  margin: 45px 0;
  background-color: #252525;
}

.blog_section .box .img-box {
  position: relative;
}

.blog_section .box .img-box img {
  width: 80%;
}

.blog_section .box .detail-box {
  position: relative;
  padding-top: 75px;
  padding-bottom: 35px;
}

.blog_section .box .detail-box .img_date {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
  border-radius: 100%;
  text-align: center;
  background-color: #e6b8d7;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate(0,-50%);
}

.blog_section .box .detail-box .img_date h6 {
  margin: 0;
}

.blog_section .box .detail-box h3 {
  font-weight: bold;
}

.blog_section .box .detail-box a {
  display: inline-block;
  padding: 8px 25px;
  background-color: #000000;
  border: 1px solid transparent;
  border-radius: 35px;
  color: #ffffff;
  margin-top: 35px;
}

.blog_section .box .detail-box a:hover {
  background-color: #ffffff;
  color: #000000;
}

.blog_section .box.b1 .detail-box {
  padding-right: 35px;
}

.blog_section .box.b2 .detail-box {
  padding-left: 35px;
}

.blog_section .box.b2 .detail-box .img_date {
  left: 35px;
}

.client_section {
  color: #ffffff;
}

.client_section .heading_container {
  align-items: center;
  text-align: center;
  margin-bottom: 45px;
}

.client_section .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 10px;
}

.client_section .box .img-box {
  width: 125px;
  border-radius: 100%;
  margin-bottom: -62px;
  position: relative;
  z-index: 2;
}

.client_section .box .img-box img {
  width: 100%;
}

.client_section .box .detail-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 95px 25px 45px 25px;
  background-color: #050304;
}

.client_section .box .detail-box h4 {
  font-weight: bold;
}

.client_section .box .detail-box p {
  margin-top: 25px;
}

.client_section .box .detail-box img {
  width: 35px;
  margin-top: 25px;
}

.client_section .owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  padding: 0 10px;
  margin-top: 55px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
  width: 55px;
  height: 50px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border-radius: 10px;
  outline: none;
  margin: 0;
}

.client_section .owl-carousel .owl-nav .owl-prev {
  background-image: url(../images/prev-arrow.png);
  background-color: #000000;
  transform: translateX(10px);
  background-position: 15px center;
}

.client_section .owl-carousel .owl-nav .owl-next {
  background-image: url(../images/next-arrow.png);
  background-color: #ffffff;
  transform: translateX(-10px);
}

.info_section .info_main-row {
  align-items: flex-end;
}

.info_section .contact_section {
  position: relative;
}

.info_section .contact_section h2 {
  font-weight: bold;
}

.info_section .contact_section form {
  margin-top: 45px;
  padding-right: 35px;
  margin-bottom: 45px;
}

.info_section .contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #000;
  outline: none;
  color: #ffffff;
  border-radius: 45px;
}

.info_section .contact_section input::placeholder {
  color: #737272;
}

.info_section .contact_section input.message-box {
  height: 135px;
  border-radius: 25px;
}

.info_section .contact_section button {
  border: none;
  display: inline-block;
  padding: 12px 55px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 35px;
  color: #000000;
  margin-top: 35px;
}

.info_section .contact_section button:hover {
  background-color: #000000;
  color: #ffffff;
}

.info_section .contact_section .map_container {
  height: 100%;
  min-height: 325px;
}

.info_section .contact_section .map_container .map-responsive {
  height: 100%;
}

.info_section .img-box img {
  width: 100%;
  height: auto;
}

.footer_section {
  margin: 25px 0;
}

.footer_section .social_box {
  display: flex;
  align-items: center;
}

.footer_section .social_box a {
  margin-right: 15px;
}

.footer_section .social_box a img {
  max-width: 25px;
  max-height: 25px;
}

.footer_section p {
  margin: 0;
  margin-top: 25px;
  color: #1c1b1b;
}

.footer_section a {
  color: #1c1b1b;
}

.twitter-timeline a {
  margin-left: auto;
  margin-right: auto;
  width: 8em;
}

@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}

@keyframes passing-txt {
  0% { opacity: 0; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

.passing .passing-box {
  display: block;
  text-align: left;
}

.passing .passing-bar {
  position: relative;
  display: inline-block;
  transform: translate3d(0, 0, 0);
}

.passing .passing-bar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #000;
}

.passing .passing-txt {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  font-size: 6.0rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .passing .passing-txt {
    font-size: 11.0rem;
  }
}

.passing.move .passing-bar:before {
  animation: passing-bar 1s ease 0s 1 normal forwards;
  background: #000;
}

.passing.move .passing-txt {
  animation: passing-txt 0s ease .5s 1 normal forwards;
  color: #000;
}

.d-flex-justify-content-around button {
  display: inline-block;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  border-radius: 500px;
  transition-property: background-color, border-color, color, box-shadow, filter;
  transition-duration: .3s;
  border: 1px solid transparent;
  letter-spacing: 2px;
  min-width: 160px;
  text-transform: uppercase;
  white-space: normal;
  font-weight: 700;
  text-align: center;
  padding: 16px 14px 18px;
  color: #000000;
  box-shadow: inset 0 0 0 2px #616467;
  background-color: transparent;
  height: 48px;
}

.d-flex-justify-content-around button:hover {
  color: #000000;
  background-color: #616467;
}

.btn-custom {
  background-color: #000;
  color: #fff;
  padding: 15px 30px;
  font-size: 1.5rem;
  border: none;
  border-radius: 5px;
}

.footer {
  padding: 2rem;
  font-size: 15px;
  color: #9ca3af;
  background: #1d1e22;
}

.footer__navi {
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.footer__navi li {
  display: inline-block;
}

.footer__navi li:not(:last-child) {
  margin-right: 16px;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .md-flex {
    display: flex;
  }

  .md-justify-between {
    justify-content: space-between;
  }

  .copyright {
    text-align: left;
  }
}

.midashi {
  padding-top: 45px;
}

.midashi h2 {
  position: relative;
  padding: 3rem 2rem 1.5rem 200px;
  border-bottom: 3px solid #000;
}

.midashi h2 span {
  font-size: 8rem;
  line-height: 1;
  position: absolute;
  bottom: 0rem;
  left: 0;
}

.midashi ul {
  width: 100%;
  max-width: 500px;
}

.midashi li {
  border-bottom: 1px solid #ccc;
  list-style: none;
}

.midashi a {
  text-decoration: none;
  display: block;
  padding: 10px 0;
}

.midashi a:hover {
  background-color: #ccc;
}

.midashi span {
  color: #000000;
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

.midashi p {
  color: #131313;
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .midashi h2 {
    padding: 2rem 1rem 1rem 100px;
  }
  
  .midashi h2 span {
    font-size: 4rem;
  }
}

.typed_wrap {
  position: absolute;
  width: 100vw;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -50%);
}

.typed_wrap h2 {
  font-size: 2rem;
  height: 100px;
  line-height: 200px;
  color: #000;
}

.typed::after {
  content: "|";
  animation: blink 0.7s infinite;
}

@keyframes blink {
  50% { opacity: 0; }
}

video {
  border: none;
  outline: 0;
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
}

.video {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  color: #000;
}

th, td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}

th {
  background-color: #f4f4f4;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}

mark.mark {
  background-color: #ff9dd9;
  color: rgb(0, 0, 0);
  padding: 10px;
}

mark.mark2 {
  background-color: #5bff55;
  color: rgb(0, 0, 0);
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}

.loading img {
  width: 150px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .loading {
    padding: 0 20px;
  }
  .loading img {
    width: 120px;
    height: auto;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.loading__logo {
  opacity: 0;
  animation: logo_fade 2s 0.2s forwards;
  width: 175px;
}

@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}

.profile-table-wrapper {
  margin-block: 2rem;
  overflow-x: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.profile-table {
  width: 100%;
  max-width: 900px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  overflow: hidden;
  font-size: 1.18rem;
}

.profile-table th,
.profile-table td {
  padding: 1.2rem 2rem;
  text-align: left;
}

.profile-table thead th {
  background: #f4f4f4;
  color: #222;
  font-weight: bold;
  font-size: 1.18em;
  border-bottom: 2px solid #e0e0e0;
}

.profile-table tbody th {
  background: #f7f7f7;
  font-weight: 600;
  width: 30%;
  border-right: 1px solid #eee;
  color: #444;
}

.profile-table tbody td {
  background: #fff;
  color: #222;
}

.profile-table tr {
  border-bottom: 1px solid #eee;
}

.profile-table tr:last-child {
  border-bottom: none;
}

@media (max-width: 900px) {
  .profile-table-wrapper,
  .profile-table {
    max-width: 100%;
  }
  .profile-table th,
  .profile-table td {
    padding: 0.7rem 0.5rem;
    font-size: 1em;
  }
}

.products {
  padding: 80px 40px;
  background-color: #fff;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.product-card {
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.product-image {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product-card:hover .product-image img {
  transform: scale(1.1);
}

.product-info {
  padding: 20px;
}

.product-info h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
  color: #000;
}

.product-description {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.6;
}

.product-price {
  font-size: 1.4em;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

.product-btn {
  display: inline-block;
  width: 100%;
  padding: 12px 0;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.product-btn:hover {
  background-color: #333;
  transform: translateY(-2px);
}

@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: 1fr;
  }

  .product-image {
    height: 200px;
  }
}