@charset "utf-8";
/*-------hd------*/
.hd-group {
  display: flex;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 300;
  height: 74px;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding-left: 2.025%;
  padding-right: 1.05%;
}
.logo-wrap {
  max-width: 17.292vw;
}
.logo-wrap a {
  transition: opacity 0.3s;
}
.logo-wrap a:hover {
  opacity: 0.6;
}
.main-menu {
  display: flex;
  justify-content: space-between;
}
.main-menu li {
  margin-right: 2.778vw;
  padding-right: 2.778vw;
  border-right: 1px solid #000;
}
.main-menu li:last-child {
  margin-right: 0;
}
.ft-main-menu li a,
.main-menu li a {
  color: #272727;
  transition: opacity 0.3s ease-in-out;
}
.ft-main-menu li a:hover,
.main-menu li a:hover {
  opacity: 0.6;
}
/*-------ft-----*/
.gm-wrap {
  height: 395px;
  margin-bottom: 55px;
}
.ft-logo-wrap {
  max-width: 249px;
  width: 100%;
  margin-inline: auto;
  margin-bottom: 35px;
}
.copyright-container {
  padding: 20px 0;
}
.copyright {
  font-size: 1.5rem;
  color: #272727;
}
.ft-main-menu-nav {
  margin-bottom: 30px;
}
.ft-main-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.ft-main-menu li {
  margin-right: max(2.778vw, 24px);
  padding-right: max(2.778vw, 24px);
  border-right: 1px solid #000;
}
.ft-main-menu li:last-child {
  margin-right: 0;
}
#page-top {
  position: fixed;
  right: 7.7%;
  bottom: 65px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
  width: 46px;
  z-index: 600;
}
#page-top.is-show {
  opacity: 1;
  visibility: visible;
}
/*-------btn------*/
.btn-st {
  font-size: max(1.667vw, 16px);
  padding: 12px 0 10px;
  max-width: 14.028vw;
  width: 100%;
  line-height: 1;
}
.btn-st2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  max-width: 151px;
  width: 100%;
  border: 1px solid #75ad01;
  background: transparent;
  border-radius: 45px;
  color: #75ad01;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding: 9px 11px 9px 33px;
  transition: 0.3s ease-in-out;
}
.btn-st2.st2-w {
  border: 1px solid #fff;
  color: #fff;
}
.btn-st2:hover {
  border: 1px solid #fff;
  color: #fff;
  background: #75ad01;
}
.btn-st2 .arrow {
  background-color: #75ad01;
  transition: 0.3s ease-in-out;
}
.btn-st2.st2-w .arrow {
  background-color: #fff;
}
.btn-st2:hover .arrow {
  background-color: #fff;
}
.btn-st2 .arrow:before {
  background-color: #75ad01;
  transition: 0.3s ease-in-out;
}
.btn-st2:hover .arrow:before {
  background-color: #fff;
}
.btn-st2.st-size2 {
  max-width: 260px;
  justify-content: center;
  gap: 20px;
}
.arrow {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 1px;
  margin-top: 0.3px;
  border-radius: 9999px;
}
.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 2px;
  height: 1px;
  border-radius: 9999px;
  transform: rotate(15deg);
  transform-origin: calc(100% - 0.5px) 50%;
}
.btn-st3 {
  max-width: 293px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 2.4rem;
  min-height: 67px;
  border: 1px solid #fff;
  transition: opacity 0.3s ease-in-out;
}
.btn-st3:hover {
  opacity: 0.4;
}
.btn-st3.mail-ic::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../../uploads/2026/01/mail-ic.webp) no-repeat;
  background-size: contain;
}
/*-------anime------*/
.mv-anime {
  opacity: 0;
  transform: rotate(90deg) scale(1.5);
  transition:
    transform 0.6s ease-in-out,
    opacity 0.6s ease-in-out;
}
.mv-anime.is-visible {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}
.mv-anime.st1 {
  transition-delay: 0.6s;
}
.fade-up {
  opacity: 0;
  transform: translateY(25%);
  transition:
    transform 0.5s ease-in-out,
    opacity 0.5s ease-in-out;
  transition-delay: 0.2s;
}
.fade-up.st2 {
  transition-delay: 0.3s;
}
.fade-up.st3 {
  transition-delay: 0.4s;
}
.fade-up.st4 {
  transition-delay: 0.5s;
}
.fade-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}
/*-------tit------*/
.tit-st1 {
  font-size: max(2.222vw, 24px);
  width: fit-content;
  margin-inline: auto;
}
/*-------mv------*/
.mv {
  height: 100vh;
  padding-top: 74px;
  padding-right: 20.139vw;
  position: relative;
}
.mv img {
  height: calc(100vh - 74px);
  object-fit: cover;
}
.mv-txt-wrap {
  position: absolute;
  right: 9.55%;
  top: calc(74px + 30px);
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
}
.mv-txt {
  writing-mode: tb-rl;
  display: block;
  line-height: 1;
}
.mv-txt.st1 {
  font-size: max(2.5vw, 24px);
}
.mv-txt.st1 em {
  font-size: max(3.333vw, 36px);
  display: inline-block;
}
.mv-txt.st2 {
  font-size: max(2.222vw, 24px);
}
/*-------sec1------*/
.sec1 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.sec1 .inner-2 {
  padding-inline: max(7%, 40px);
}
.sec1 .tma-45 {
  margin-bottom: 45px;
}
.sec1 .tma-55 {
  margin-bottom: 55px;
}
.sec1 .tpa-90 {
  padding-bottom: 90px;
}
.sec1 .card-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.sec1 .card {
  box-shadow: 0px 0px 8px rgba(202, 202, 202, 0.38);
  padding: 20px 20px 24px;
  position: relative;
}
.sec1 .card:before {
  content: "more";
  font-family: "Josefin Sans", sans-serif;
  font-size: 32px;
  width: 0%;
  height: 100%;
  transition: 0.4s ease-in-out;
  background: rgba(255, 255, 255, 0.9);
  color: #507700;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.sec1 .card:hover::before {
  width: 100%;
  opacity: 1;
}
.sec1 .card-ts {
  font-size: max(1.389vw, 15px);
  margin-top: 20px;
  margin-bottom: 5px;
}
.sec1 .card-tm {
  font-size: max(1.667vw, 20px);
}
/*-------sec2------*/
.sec2 .tma-60 {
  margin-bottom: 60px;
}
.sec2 .tpa-110 {
  padding-bottom: 110px;
}
.sec2 .cs-inner {
  padding-inline: 40px;
}
.youtube-box {
  max-width: 669px;
  width: 100%;
  height: 376px;
  margin: 0 auto;
}
/*-------sec3------*/
.sec3 .cs-inner {
  padding-top: 80px;
  padding-bottom: 60px;
}
.sec3 .tma-60 {
  margin-bottom: 60px;
}
.sec3 .ttma-65 {
  margin-top: 65px;
}
/*-------sec4------*/
.sec4 .inner {
  padding-top: 110px;
  padding-bottom: 110px;
}
.sec4 .tma-70 {
  margin-bottom: 70px;
}
.sec4 .flex-wrap {
  justify-content: center;
  gap: 22px;
}
.sec4 .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 467px;
  width: 100%;
  height: 308px;
}
.sec4 .box.st1 {
  background: url(../../../uploads/2026/01/top-contents-img1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.sec4 .box.st2 {
  background: url(../../../uploads/2026/01/top-contents-img2.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.sec4 .box p {
  font-size: 3.2rem;
}
.sec4 .tma-12 {
  margin-bottom: 12px;
}
.sec4 .tma-35 {
  margin-bottom: 35px;
}
/*-------sec5------*/
.sec5 .cs-inner {
  padding-top: 80px;
  padding-bottom: 150px;
  padding-inline: 30px;
}
.sec5 .tma-30 {
  margin-bottom: 30px;
}
.sec5 .tma-60 {
  margin-bottom: 60px;
}
.sec5 .flex-wrap {
  justify-content: center;
  align-items: center;
  gap: 22px;
}
/*-------ipad----*/
@media screen and (max-width: 1180px) {
  .main-menu li {
    margin-right: 1.5vw;
    padding-right: 1.5vw;
  }
  .sec1 .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*-------ipad-air----*/
@media screen and (max-width: 820px) {
  .main-menu li {
    margin-right: 7px;
    padding-right: 7px;
  }
}
/*-------iphone----*/
@media screen and (max-width: 680px) {
  .hd-group {
    height: 56px;
  }
  .main-menu {
    flex-direction: column;
    gap: 30px;
  }
  .main-menu li {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .logo-wrap {
    max-width: 211px;
  }
  .gm-wrap {
    height: 289px;
    margin-bottom: 50px;
  }
  .ft-logo-wrap {
    margin-bottom: 50px;
  }
  .ft-main-menu li:last-child {
    border-right: none;
    padding-right: 0;
  }
  .ft-main-menu {
    gap: 20px 0;
  }
  .ft-main-menu-nav {
    margin-bottom: 50px;
  }
  .fade-up,
  .fade-up.st2,
  .fade-up.st3,
  .fade-up.st4 {
    transition-delay: 0s;
  }
  .mv {
    padding-right: 0;
    padding-top: 56px;
  }
  .mv-txt-wrap {
    position: relative;
    right: auto;
    top: auto;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 45px;
  }
  .mv img {
    height: auto;
    object-fit: cover;
  }
  .sp-lh2 {
    line-height: 2;
  }
  .sec1 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sec1 .tma-45,
  .sec1 .tma-55,
  .sec4 .tma-70,
  .sec3 .tma-60 {
    margin-bottom: 25px;
  }
  .sec1 .tpa-90 {
    padding-bottom: 25px;
  }
  .sec2 .tpa-110 {
    padding-bottom: 70px;
  }
  .sec1 .card-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .sec1 .card {
    padding: 20px 20px 10px;
  }
  .sec1 .card-ts {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .sec2 .tma-60 {
    margin-bottom: 20px;
  }
  .youtube-box {
    height: 166px;
  }
  .sec4 .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sec3 .cs-inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .sec3 .ttma-65 {
    margin-top: 25px;
  }
  .sec4 .box p.en {
    font-size: 24px;
  }
  .sec4 .tma-12 {
    margin-bottom: 8px;
  }
  .sec4 .tma-35 {
    margin-bottom: 15px;
  }
  .sec4 .box {
    height: 223px;
  }
  /*-------sec5------*/
  .sec5 .tma-30 {
    margin-bottom: 15px;
  }
  .sec5 .tma-60 {
    margin-bottom: 25px;
  }
  .sec5 .cs-inner {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
/* CSS Document */
