@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
}

img {
  width: 100%;
  height: auto;
}

img.down {
  max-width: 4.125vw;
}

.sp-on {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-on {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.btn-bk {
  background-color: black !important;
  color: #FFE600;
  padding: 0.75vw 2vw;
  text-decoration: none;
  font-size: clamp(12px, 1.5vw, 16px);
}
.btn-bk span {
  position: relative;
  padding-left: 68px;
  text-align: center;
  display: inline-block;
}
.btn-bk span::before {
  content: url("../../img/lp2/ico-qa.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 3.375vw;
}

.btn-bk:hover {
  background-color: black !important;
  background: #000 !important;
}

@media screen and (max-width: 768px) {
  .btn-bk {
    padding: 1.25vw 2.5vw !important;
    display: block;
    max-width: 92%;
    margin: 0 auto;
  }
  .solution-item p {
    margin-bottom: 2.5vw !important;
  }
}
.product-section .btn-bk,
.unihunter-section .btn-bk {
  display: flex;
  width: 33.75vw;
  height: 6.25vw;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .product-section .btn-bk,
  .unihunter-section .btn-bk {
    width: 100% !important;
    height: 80px !important;
  }
  .product-section .btn-bk span,
  .unihunter-section .btn-bk span {
    padding-left: 48px;
  }
  .product-section .btn-bk span::before,
  .unihunter-section .btn-bk span::before {
    width: 40px !important;
  }
}
a {
  transition: all 300ms ease;
}
a:hover {
  opacity: 0.7;
}

.fv {
  position: relative;
  background: url("../../img/lp2/fv.webp") no-repeat center center/cover;
  height: 47.5vw;
  padding: 11.25vw 7.5vw 0;
  display: flex;
  flex-direction: column;
  gap: 2.5vw;
}
.fv .fv-text h1 {
  font-size: clamp(40px, 5vw, 116px);
  font-weight: 600;
  line-height: 1.2;
  color: white;
  margin-bottom: 0.625vw;
}
.fv .fv-text p.fv_description {
  white-space: nowrap;
  width: -moz-max-content;
  width: max-content;
  margin-top: 0.625vw;
  background-color: #FFE600;
  position: relative;
  transform: skewX(150deg);
  padding: 0 2.5vw;
}
.fv .fv-text p.fv_description span {
  font-size: clamp(15px, 3vw, 40px);
  font-weight: 600;
  display: block;
  transform: skewX(-150deg);
}
.fv .fv-image {
  display: flex;
}
.fv .fv-image img {
  max-width: 21.875vw;
  height: auto;
}
.fv .features {
  display: flex;
  gap: 1.25vw;
  margin-top: 1.25vw;
}
.fv .features .feature-item {
  border-radius: 0.3125vw;
  text-align: center;
}
.fv .features .feature-item img {
  max-width: 12.5vw;
}

@media screen and (max-width: 768px) {
  .fv-text h1 {
    margin-bottom: 1rem !important;
  }
  .fv {
    height: 123.75vw;
    padding: 5vw 4.375vw 0;
    background: url("../../img/lp2/fv_sp.webp") no-repeat center center/cover;
  }
  .fv .features {
    gap: 12px;
    margin-right: 12px;
    position: absolute;
    top: 50vw;
  }
  .fv .features img {
    max-width: 100% !important;
  }
}
.problem-section {
  text-align: center;
  margin: 6.25vw 3.125vw;
}
.problem-section h2 {
  font-size: clamp(16px, 4vw, 40px);
  margin-bottom: 1.5vw;
  background-image: url("../../img/lp2/h-deco.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  padding: 1.5vw 4vw;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.problem-section .problem-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 5vw 0;
}
.problem-section .problem-items .problem-item {
  width: 22vw;
  text-align: center;
}
.problem-section .problem-items .problem-item img {
  width: 100%;
  height: auto;
  margin-bottom: 1vw;
}
.problem-section .problem-items .problem-item p {
  font-size: clamp(12px, 1.5vw, 18px);
}

@media (max-width: 768px) {
  .problem-items {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }
  .problem-item {
    width: 100% !important;
  }
}
.solution-section {
  text-align: center;
  margin: 6.25vw 3.125vw;
}
.solution-section h2 {
  font-size: clamp(12px, 2.8vw, 31px);
  margin-bottom: 4vw;
  display: block;
  padding: 0 2vw;
}
.solution-section .solution-header {
  display: flex;
  justify-content: center;
}
.solution-section .solution-header::before, .solution-section .solution-header::after {
  content: "";
  background-image: url("../../img/lp2/h-deco.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  display: block;
  width: 15.125vw;
  height: auto;
  margin: 0 1.25vw;
}
.solution-section .solution-items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 2vw;
  padding: 1.875vw 0;
}
.solution-section .solution-items .solution-item {
  width: 50%;
  text-align: center;
}
.solution-section .solution-items .solution-item img {
  width: auto;
  height: 37.3125vw;
  margin-bottom: 1.5vw;
}
.solution-section .solution-items .solution-item p {
  font-size: clamp(11px, 1.5vw, 18px);
  margin-bottom: 1.5vw;
}

@media screen and (max-width: 768px) {
  .solution-section h2 {
    letter-spacing: 0.05em;
    padding: 0;
  }
}
.uni-bird {
  padding: 5vw 5vw;
}
.uni-bird .uni-bird-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6.25vw;
}
.uni-bird .uni-bird-item:nth-child(even) {
  flex-direction: row-reverse;
}
.uni-bird .uni-bird-item .content {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  align-items: center;
}
.uni-bird .uni-bird-item .content img {
  width: 30vw;
  height: auto;
  border-radius: 10px;
}
.uni-bird .uni-bird-item .content .text h3 {
  font-size: clamp(16px, 3vw, 32px);
  margin-bottom: 1.5vw;
}
.uni-bird .uni-bird-item .content .text p {
  max-width: 40.625vw;
  font-size: clamp(11px, 1.5vw, 18px);
}

@media screen and (max-width: 768px) {
  .uni-bird .uni-bird-item .content .text p {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.uni-bird-jirei {
  text-align: center;
  padding: 3.125vw 0 0;
}
.uni-bird-jirei h2 {
  font-size: clamp(16px, 4vw, 40px);
  margin-bottom: 1.5vw;
  background-image: url("../../img/lp2/h-deco.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  padding: 1.5vw 4vw;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.uni-bird-jirei .uni-jirei-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 5vw 0 0;
}
.uni-bird-jirei .uni-jirei-items .uni-jirei-item {
  width: 30%;
  text-align: center;
  margin-bottom: 5vw;
}
.uni-bird-jirei .uni-jirei-items .uni-jirei-item img {
  max-width: 24vw;
  width: 100%;
  height: auto;
  margin-bottom: 1vw;
}
.uni-bird-jirei .uni-jirei-items .uni-jirei-item h3 {
  font-size: clamp(16px, 3vw, 22px);
  margin-bottom: 1vw;
}
.uni-bird-jirei .uni-jirei-items .uni-jirei-item ul {
  max-width: 24vw;
  margin-left: 2.3vw;
}
.uni-bird-jirei .uni-jirei-items .uni-jirei-item ul li {
  text-align: left;
  font-size: clamp(12px, 1.4vw, 16px);
  background-image: url(../../img/lp2/check.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: auto 12px;
  padding-left: 1.8vw;
  line-height: 1.9;
}

@media (max-width: 767px) {
  .uni-jirei-items {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 2vw;
  }
  .uni-jirei-items .uni-jirei-item {
    width: 100% !important;
    margin-bottom: 3vw;
  }
  .uni-jirei-items .uni-jirei-item img {
    max-width: 100% !important;
  }
  .uni-jirei-items ul {
    max-width: 100% !important;
    margin-left: 0;
  }
  .uni-jirei-items ul li {
    font-size: 11px !important;
    background-position: top 6px left !important;
    padding-left: 6.8vw !important;
    background-size: auto 11px;
  }
}
.ub-video-section {
  text-align: center;
  margin: 0.625vw 12.5vw;
}

@media screen and (max-width: 768px) {
  .ub-video-section {
    margin: 0.625vw 3.125vw;
  }
}
.product-section {
  text-align: center;
  margin: 6.25vw 3.125vw;
}
.product-section h2 {
  font-size: clamp(16px, 4vw, 40px);
  margin-bottom: 1.5vw;
  background-image: url("../../img/lp2/h-deco.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  padding: 1.5vw 4vw;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.product-section .product-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: end;
  padding: 5vw 0;
}
.product-section .product-items .product-item {
  width: auto;
  text-align: center;
}
.product-section .product-items .product-item img {
  max-width: 50vw;
  width: auto;
  height: auto;
  margin-bottom: 1vw;
}
.product-section .product-items .product-item h3 {
  margin-bottom: 1vw;
}
.product-section .product-items .product-item p {
  font-size: clamp(11px, 1.5vw, 18px);
}

@media (max-width: 768px) {
  .product-item {
    margin-bottom: 8vw;
  }
}
.price-section {
  text-align: left;
}
.price-section .price-title {
  font-size: 1.2rem;
  font-weight: bold;
}
.price-section .price-value {
  font-size: 1.2rem;
  font-weight: bold;
  white-space: nowrap;
}
.price-section .price-value .price-amount {
  font-size: clamp(18px, 4vw, 60px);
  font-weight: bold;
}
.price-section .price-value .tax {
  font-size: 1.2rem;
}
.price-section .txt-small {
  display: block;
  font-size: clamp(12px, 1.5vw, 14px);
}

.unihunter-section {
  padding: 6vw 5vw 8vw;
}
.unihunter-section .unihunter-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 6.25vw;
}
.unihunter-section .unihunter-item:nth-child(even) {
  flex-direction: row-reverse;
}
.unihunter-section .unihunter-item .content {
  display: flex;
  flex-direction: row;
  gap: 2.5vw;
  align-items: center;
}
.unihunter-section .unihunter-item .content img {
  width: 30vw;
  height: auto;
  border-radius: 10px;
}
.unihunter-section .unihunter-item .content .text h3 {
  font-size: clamp(16px, 3vw, 32px);
  margin-bottom: 1vw;
}
.unihunter-section .unihunter-item .content .text p {
  max-width: 40.625vw;
  font-size: clamp(11px, 1.5vw, 18px);
}
.unihunter-section .unihunter-jirei {
  text-align: center;
  padding: 3.125vw 0 0;
}
.unihunter-section .unihunter-jirei h2 {
  font-size: clamp(16px, 4vw, 40px);
  margin-bottom: 5vw;
  background-image: url("../../img/lp2/h-deco.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  padding: 1.5vw 4vw;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.unihunter-section .unihunter-jirei > img {
  margin-bottom: 6.25vw;
}
.unihunter-section .unihunter-jirei .uh-product-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8vw;
  padding: 2.5vw 0 6.25vw;
}
.unihunter-section .unihunter-jirei .uh-product-wrap > img {
  max-width: 30.625vw;
}
.unihunter-section .unihunter-jirei .uh-product-wrap .uh-product-text {
  margin-top: 1.25vw;
  font-size: clamp(14px, 1.5vw, 24px);
  text-align: left;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .unihunter-section .unihunter-item .content .text p {
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-top: 1rem;
  }
  .uni-bird .uni-bird-item .content,
  .unihunter-section .unihunter-item .content {
    align-items: flex-start;
    gap: 4.5vw;
  }
}
.faq-section {
  padding: 8vw 5vw;
  background-color: #f4f4f4;
}
.faq-section .faq-header {
  text-align: center;
  margin-bottom: 2vw;
}
.faq-section .faq-header h2 {
  font-size: clamp(16px, 4vw, 40px);
  margin-bottom: 5vw;
  background-image: url("../../img/lp2/h-deco.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  padding: 1.5vw 4vw;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.faq-section .faq-header .logos {
  display: flex;
  justify-content: center;
  gap: 5vw;
}
.faq-section .faq-header .logos .logo-item {
  position: relative;
  cursor: pointer;
  padding-bottom: 0.5vw;
  margin-bottom: 2vw;
}
.faq-section .faq-header .logos .logo-item img {
  width: 14vw;
  height: auto;
}
.faq-section .faq-header .logos .logo-item.active {
  border-bottom: 4px solid black;
}
.faq-section .faq-header .logos .logo-item.active::after {
  content: "";
  position: absolute;
  bottom: -1vw;
  left: 50%;
  transform: translateX(-50%);
  border-left: 0.8vw solid transparent;
  border-right: 0.8vw solid transparent;
  border-top: 0.8vw solid black;
}
.faq-section .faq-list {
  display: none;
  flex-direction: column;
  gap: 1vw;
}
.faq-section .faq-list.active {
  display: flex;
}
.faq-section .faq-list .faq-item {
  display: flex;
  align-items: flex-start;
  background-color: white;
  padding: 1vw;
  border-radius: 5px;
}
.faq-section .faq-list .faq-item .faq-label {
  background-color: #000;
  color: #FFE600;
  padding: 0.5vw 2vw;
  margin-right: 2.5vw;
  font-weight: bold;
  font-size: clamp(10px, 1.5vw, 18px);
  min-width: 151px;
  white-space: nowrap;
}
.faq-section .faq-list .faq-item p {
  font-size: clamp(14px, 1.5vw, 20px);
  font-weight: 600;
}

#uni-hunter-faq .faq-label {
  min-width: 187px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .faq-label {
    min-width: unset !important;
  }
}
/*==============================================================
/ faqアコーディオン
/==============================================================*/
.faq-item {
  margin-bottom: 10px;
  /* 各FAQアイテムにスペースを追加 */
}

.faq-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.faq-title {
  cursor: pointer;
  /* クリック可能なカーソル */
  font-weight: bold;
  padding: 10px 0;
  display: block;
  width: 100%;
  position: relative;
}
.faq-title::after {
  content: "";
  margin-left: 5px;
  transition: transform 0.3s ease;
  position: absolute;
  right: 2vw;
  top: 30%;
  transform: translateY(-30%);
  width: 12px;
  height: 12px;
  border-top: 4px solid #FFE600;
  border-right: 4px solid #FFE600;
  transform: translateX(-50%) rotate(135deg);
}

@media screen and (max-width: 768px) {
  .faq-title {
    width: 80%;
  }
  .faq-title::after {
    right: -15vw;
  }
}
.faq-answer {
  display: none;
  /* 最初は非表示 */
  padding: 10px;
  border-top: 1px solid #ccc;
  /* 上部にボーダー */
  transition: max-height 0.3s ease;
  /* スムーズなアニメーション */
  max-height: 0;
  overflow: hidden;
  max-width: 95%;
}

.faq-item.active .faq-answer {
  display: block;
  /* アクティブなときに表示 */
  max-height: 500px;
  /* 展開時の最大高さ */
}

@media screen and (max-width: 768px) {
  .logos {
    padding-top: 16px;
  }
  .faq-section .faq-header .logos .logo-item {
    margin-bottom: 30px;
  }
  .faq-section .faq-header .logos .logo-item img {
    width: 50% !important;
  }
  .faq-section .faq-header .logos .logo-item.active::after {
    content: "";
    position: absolute;
    bottom: -4vw;
    left: 50%;
    transform: translateX(-50%);
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 16px solid black;
  }
  .faq-label {
    margin-bottom: 16px;
  }
  .faq-section .faq-list .faq-item {
    padding: 16px;
    flex-direction: column;
    align-items: start;
  }
}
/*==============================================================
/ タブレット調整
/==============================================================*/
@media screen and (max-width: 1024px) {
  .uni-bird-jirei .uni-jirei-items .uni-jirei-item ul li {
    padding-left: 2.8vw;
    background-position: top 10px left;
  }
}
@media screen and (max-width: 820px) {
  .uni-bird-jirei .uni-jirei-items .uni-jirei-item ul li {
    padding-left: 3.8vw;
    background-position: top 8px left;
  }
}
/*==============================================================
/ アニメーション
/==============================================================*/
/* fvセクションの初期状態 */
.fv {
  position: relative;
  overflow: hidden;
  background-size: 110%;
  opacity: 0;
  transition: background-size 1.5s ease, background-position 1.5s ease, opacity 1.5s ease;
}

/* 背景がパンしつつ縮小するアニメーション */
.fv.is-active {
  background-size: 105%;
  opacity: 1;
}

/* .fv-text と .fv-image のフェードアップアニメーション */
.fv-text,
.fv-image {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

/* アクティブ状態でフェードアップ */
.fv-text.is-active,
.fv-image.is-active {
  opacity: 1;
  transform: translateY(0);
}

.fadeup,
.zoomin {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  /* 初期状態の遷移を追加 */
}

.zoomin.is-active {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.fadeup.is-active {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=styles.css.map */