@charset "UTF-8";
:root{
  --keyColor: #aa0000;
  --fontFamily: 'Poppins', "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif,'Noto Sans TC', 'Noto Sans SC', 'Noto Sans Thai';
}
html{
  font-size: 62.5%;
}
body{
  color: #333;
  font-size: 1.8rem;
  font-family: var(--fontFamily);
  letter-spacing: 0.05em;
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  text-align: initial;
}
a{
  color: var(--keyColor);
  text-decoration: none;
  transition: 0.8s;
}
#header,
#header.fixed{
  background: #fff;
}
#global-nav ul li a{
	font-size: 18px;
  color: #000 !important;
}
#global-nav ul li.contact-btn a{
	display: block;
	padding: 8px 15px;
	background: #aa0000;
	color: #fff !important;
	transition: all .5s;
}
#global-nav ul li.contact-btn a:hover{
  opacity: .8;
}
#header .inner{
  max-width: none;
  position: relative;
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}
#global-nav{
	margin-left: auto;
}
#mobile-head{
	margin-right:30px;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus{
  border: 2px solid var(--keyColor);
  outline: 0;
}
/* main */
.main{
  letter-spacing: 0;
}
.title{
  font-size: 5rem;
  font-weight: 700;
}
.main .inner{
  max-width:1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0 100px;
}
.mv{
  position: relative;
  background-image: url(../../../../uploads/images/lp/alpaka/mv-bg.png);
  background-repeat: no-repeat;
  background-position: right -180px bottom 80px;
  background-size: 48% auto;
  z-index: 1;
}
.mv .inner{
  padding: 120px 0 100px;
}
.mv .emphasis{
  font-weight: 700;
}
.mv__lead{
  width: 790px;
  font-size: 3.2rem;
  margin-top: 20px;
  line-height: 1;
}
.mv__tagline{
  font-size: 6.5rem;
  font-weight: 700;
}
.mv__tagline--sub{
  font-size: 4.8rem;
  font-weight: 700;
}
.mv__txt{
  width: 790px;
  margin-top: 40px;
  font-size: 2.0rem;
}
.mv__btn_wrap{
  display: flex;
  margin-top: 60px;
}
.mv__btn{
  margin-top: 50px;
 }
 .btn{
  width: 300px;
  height: 60px;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--keyColor);
  border-radius: 38px;
  color: #fff;
 }
.btn:hover{
  text-decoration: none;
  background-color: #fff;
  border: 3px solid var(--keyColor);
  color:  var(--keyColor);
 }
.tribes{
  background-color: #212121;
  color: #fff;
}
.tribes__chart{
  margin-top: 60px;
  border: solid 3px #fff;
  border-radius: 10px;
}
.tribes__chart dt{
  padding: 20px;
  font-size: 3.2rem;
  font-weight: 700;
  background-color: #fff;
  color: #333;
  text-align: center;
}
.tribes__chart dt span{
  color: var(--keyColor);
}
.tribes__chart dd img{
  margin: 10px 0;
}
.tribes__chart .img-sp{
  display: none;
}
.conclusion{
  width: 100%;
  margin-top: 62px;
  padding: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  background-color: var(--keyColor);
  color: #fff;
  text-align: center;
}
.method{
  background-color: #ededed;
}
.method__list{
  display: flex;
  margin-top: 40px;
  gap: 54px;
}
.method__item{
  position: relative;
  padding: 30px;
  width: calc(50% - 27px);
  background-color: #fff;
  border: 3px solid var(--keyColor);
}
.method__item:first-child::after{
  position: absolute;
  right: -42px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  height: calc(tan(52deg) * 52px / 2);
  width: 22px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #f2b2b2;
}
.method__item dt{
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #707070;
  border-bottom: 1px solid var(--keyColor);
  text-align: center;
}
.method__item dt.method__logo{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 108px;
  padding-bottom: 0;
  margin-bottom: 3px;
  border-bottom: none;
}
.method__item dt span{
  color: var(--keyColor);
}
.method__logo img{
  width: 56%;
}
.feature{
  position: relative;
}
.feature::before,
.feature::after{
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  width: 320px;
  height: 400px;
  z-index: -1;
}
.feature::before{
  left: 10%;
  transform: translateX(-50%);
  background: url(../../../../uploads/images/lp/alpaka/feature-bg1.png) no-repeat center bottom;
  background-size: 100% auto;
}
.feature::after{
  right: 10%;
  transform: translateX(50%);
  background: url(../../../../uploads/images/lp/alpaka/feature-bg2.png) no-repeat center bottom;
  background-size: 100% auto;
}
.feature__list{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.feature__item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc((100% / 3) - (40px / 3));
  background-color: var(--keyColor);
  border-radius: 10px;
}
.feature__item dt{
  padding: 15px 28px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
}
.feature__item dd{
  padding: 30px 28px;
  min-height: 228px;
  background-color: #fff;
  border: 3px solid var(--keyColor);
  border-radius: 10px;
}
.feature__btn{
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.intelligence{
  background: url(../../../../uploads/images/lp/alpaka/intelligence-bg.png) no-repeat top -110px center #1d1d1d;
  background-size: 1600px auto;
}
.intelligence .title{
  text-align: center;
  color: #fff;
}
.intelligence .title span{
  display: block;
  font-size: 2.8rem;
  line-height: 1.4;
}
.intelligence__list{
  padding-top: 35%;
  display: flex;
  gap: 40px;
}
.intelligence__item{
  position: relative;
  width: calc(100% / 3);
  padding: 44px 24px 24px;
  background-color: #fff;
}
.intelligence__item dt{
  margin-bottom: 12px;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--keyColor);
}
.intelligence__img{
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
.intelligence__item:nth-of-type(2) .intelligence__img{
  top: -37px;
}
.intelligence__item:nth-of-type(3) .intelligence__img{
  top: -18px;
}
.intelligence__other{
  position: relative;
  margin-top: 80px;
  padding: 54px 28px 28px;
  background-color: #fff;
}
.intelligence__other dt{
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 20px;
  width: 545px;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  color: #fff;
  background-color: var(--keyColor);
}
.intelligence__other dd{
  display: inline-flex;
  flex-wrap: wrap;
  gap: 20px;
}
.intelligence__other dd span{
  padding: 16px 30px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
  background-color: #636363;
  border-radius: 40px;
}
.why__list{
  display: flex;
  flex-wrap: wrap;
  gap: 42px;
}
.why__item{
  display: flex;
  flex-direction: column;
  width: calc(50% - 21px);
}
.why__item dt{
  margin: 20px 0 15px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--keyColor);
}
.why__item dt + dt{
  margin-top: 10px;
}
.performance{
  background-color: #ededed;
}
.performance .title span{
  display: block;
  font-size: 2.8rem;
  line-height: 1.4;
}
.performance__text{
  margin: 30px 0;
}
.performance__list{
  display: flex;
  flex-wrap: wrap;
  margin: 80px 50px 0;
  gap: 80px 30px;
}
.performance__item{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
}
.performance__item:has(.fb){
  width: 390px;
}
.performance__item:has(.cosme){
  width: 580px;
}
.performance__item::after{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -38px;
  content: "";
  display: block;
  width: 76px;
  height: 76px;
  background-color: var(--keyColor);
  border-radius: 50%;
  z-index: 1;
}
.performance__item > dt{
  position: relative;
  padding: 10px 0;
  font-size: 2.6rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--keyColor);
  text-align: center;
  z-index: 2;
}
.performance__item > dt::before{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -24px;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  z-index: 2;
}
.performance__item > dt.fb::before{
  background: url(../../../../uploads/images/lp/alpaka/icon-f&b.svg) no-repeat center;
}
.performance__item > dt.cosme::before{
  background: url(../../../../uploads/images/lp/alpaka/icon-cosmetic.svg) no-repeat center;
}
.performance__item > dt.auto::before{
  background: url(../../../../uploads/images/lp/alpaka/icon-automotive.svg) no-repeat center;
}
.performance__item dd > dl{
  display: flex;
  justify-content: center;
  padding: 20px;
  text-align: center;
  gap: 75px;
}
.performance__item dd > dl .performance__value:only-child{
  width: 80%;
}
.performance__value > dt{
  font-size: 6.8rem;
  font-weight: 700;
  color: var(--keyColor);
}
.performance__value > dt span{
  font-size: 70%;
  margin: 0 5px;
}
.contact .form{
  max-width: 950px;
  margin: 0 auto;
}
.contact .wpcf7-submit{
  margin-top: 30px;
  width: 300px;
  height: 60px;
  font-size: 2rem;
  font-weight: 700;
  background-color: var(--keyColor);
  border-radius: 38px;
  color: #fff;
}
.contact .wpcf7-submit:hover{
  text-decoration: none;
  background-color: #fff;
  border: 3px solid var(--keyColor);
  color:  var(--keyColor);
}
.contact__txt{
  margin-bottom: 20px;
}
.wpcf7 p:has(input){
  text-align: center;
}
#footer{
  font-family: 'Poppins', 'Noto Sans TC', 'Noto Sans SC', 'Noto Sans Thai', sans-serif;
}
@media (max-width: 900px){
  body{
    font-size: 1.6rem;
  }
  img{
    max-width: 100%;
    max-height: 100%;
  }
}
@media screen and (max-width: 768px){
  .title{
    font-size: 4rem;
  }
  .main .inner{
    padding: 60px 5%;
  }
  .mv{
    background-position: center bottom 10px;
    background-size: 60% auto;
  }
  .mv .inner{
    padding: 50px 5% 40%;
  }
  .mv__lead{
    margin-top: 40px;
    font-size: 1.8rem;
    width: 100%;
  }
  .mv__tagline{
    font-size: 4.2rem;
  }
  .mv__tagline--sub{
    font-size: 2.0rem;
  }
  .mv__txt{
    font-size: 1.6rem;
    margin-top: 30px;
    width: 100%;
  }
  .mv__btn{
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .mv h2{
    text-align: center;
  }
  .mv h2 img{
    width: 68%;
  }
  .tribes__chart dt{
    font-size: 2.2rem;
  }
  .method__list,
  .intelligence__list{
    flex-direction: column;
  }
  .method__item,
  .intelligence__item,
  .feature__item{
    width: 100%;
  }
  .method__item:first-child::after{
    left: 50%;
    transform: translateX(-50%);
    top: auto;
    bottom: -40px;
    height: calc(tan(42deg) * 42px / 2);
    width: 42px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
  .intelligence{
    background: url(../../../../uploads/images/lp/alpaka/intelligence-bg.png) no-repeat top -10px center #1d1d1d;
    background-size: 120% auto;
  }
  .intelligence__list{
    padding-top: 34%;
  }
  .intelligence__img{
    top: -20px;
  }
  .intelligence__img img{
    width: 200px;
  }
  .intelligence__other dt{
    width: 82%;
  }
  .intelligence__other dd span{
    width: 100%;
    text-align: center;
  }
  .feature::before{
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80%;
    height: 24%;
    background: url(../../../../uploads/images/lp/alpaka/feature-bg-sp.png) no-repeat center bottom;
    background-size: 100% auto;
  }
  .feature::after{
    content: none;
  }
  .feature .inner{
    padding: 60px 5% 50%;
  }
  .feature__item dd{
    min-height: auto;
  }
  .performance__list{
    margin: 80px 0 0;
    gap: 80px 30px;
  }
  .performance__item:has(.fb),
  .performance__item:has(.cosme){
    width: 100%;
  }
  .performance__item dd > dl{
    gap: 45px;
  }
  .performance__value > dt{
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 500px){
  body,
  p{
    font-size: 1.4rem;
  }
  .title{
    font-size: 2.6rem;
  }
  .mv .inner {
    padding: 100px 5% 40%;
  }
  .mv__lead{
    font-size: 1.3rem;
    line-height: 1.3;
  }
  .mv__tagline{
    font-size: 2.6rem;
  }
  .mv__tagline--sub{
    font-size: 1.5rem;
  }
  .mv__txt{
    font-size: 1.2rem;
    margin-top: 20px;
  }
  .btn{
    width: 200px;
    height: 40px;
    font-size: 1.8rem;
  }
  .tribes__chart{
    margin-top: 30px;
  }
  .tribes__chart dt{
    text-align: left;
  }
  .tribes__chart .img-pc{
    display: none;
  }
  .tribes__chart .img-sp{
    display: block;
  }
  .conclusion{
    margin-top: 30px;
    font-size: 1.5rem;
    text-align: left;
  }
  .method__item{
    padding: 14px;
  }
  .method__item dt{
    padding-bottom: 12px;
    margin-bottom: 12px;
    font-size: 2.0rem;
  }
  .method__item dt.method__logo{
    min-height: 90px;
  }
  .method__logo img{
    width: 65%;
  }
  .feature__list{
    gap: 30px;
  }
  .feature__item dt{
    font-size: 2.0rem;
  }
  .feature__item dd{
    padding: 18px 15px;
  }
  .feature__btn{
    margin-top: 30px;
  }
  .intelligence{
    background: url(../../../../uploads/images/lp/alpaka/intelligence-bg.png) no-repeat top -30px center #1d1d1d;
    background-size: 200% auto;
  }
  .intelligence .title{
    text-align: left;
  }
  .intelligence .title span{
    font-size: 1.8rem;
  }
  .intelligence__list{
    padding-top: 50%;
  }
  .intelligence__item{
    border: 3px solid var(--keyColor);
  }
  .intelligence__item dt{
    margin-bottom: 8px;
    font-size: 2.0rem;
  }
  .intelligence__other{
    background-color: #a7a7a7;
    border: 3px solid var(--keyColor);
  }
  .intelligence__other dt{
    font-size: 2.0rem;
  }
  .intelligence__other dd span{
    font-size: 1.8rem;
  }
  .why__item{
    width: 100%;
  }
  .why__item dt{
    font-size: 2.0rem;
  }
  .performance__text{
    margin-top: 15px;
  }
  .performance__list{
    margin: 70px 0 0;
    gap: 70px 0;
  }
  .performance__item dd > dl{
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .performance__item > dt{
    font-size: 2.2rem;
  }
  .performance .title span{
    font-size: 1.8rem;
  }
  .performance__value dt{
    line-height: 1.2;
  }
  .contact .wpcf7-submit{
    width: 200px;
    height: 40px;
    font-size: 1.8rem;
    margin-right: 0;
  }
  .contact .wpcf7 p:has(input) {
    text-align: left;
  }
}