.tree{
}
.tree-head-wrapper{
  max-width: 1100px;
  margin: 48px auto 0;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: content-box;
  text-align: center;
}
.tree-ttl{
  font-size: 28px;
  font-weight: 800;
  line-height: 1.25em;
}
.tree-desc{
  font-size: 15px;
  line-height: 1.55em;
  margin: 15px 0 0;
  font-weight: 800;
}
@media screen and (min-width: 431px) and (max-width: 834px) {
  .tree-desc{
    font-size: 18px;
    line-height: 1.55em;
  }
}
.tree-mv{
  width: 100%;
  margin: 28px 0 0;
}
.tree-info-ttl{
  display: block;
  width: 85%;
  margin: 50px auto 0;
}
@media screen and (min-width: 431px) and (max-width: 834px) {
  .tree-info-ttl{
    width: 70%;
  }
}
.tree-info{
  font-size: 15px;
  margin-top: 10px;
}
.tree-slider-wrapper{
  margin-top: 35px;
}
.tree-slider-wrapper + .tree-slider-wrapper{
  margin-top: 15px;
}
.tree-slider-inner{
  width: 100%;
}
.tree-slide-nav-wrapper{
}
.tree-slider-container{
  width: 100%;
}

.tree-slider-nav-ttl{
  display: block;
  height: 82px;
  margin: 0 auto;
}
.tree-slider-nav-container{
  width: 100%;
  margin: 35px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.tree-slider-card{
  padding: 25px 15px;
  position: relative;
}
.tree-slider-card-inner{
  border-radius: 13px;
  background-color: #fff;
  padding: 13px 18px 22px;
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, .2));
  transform: translateZ(0);
  position: relative;
  z-index: 1;
}
.tree-slider-card-icon{
  transform: translateZ(0);
  position: absolute;
  display: block;
  height: 57px;
  top: 3px;
  left: 0px;
  z-index: 2;
}
.tree-slider-img{
  width: 100%;
  margin: 0 auto;
  display: block;
}
.tree-slider-info{
  font-size: 16px;
  margin: 3px auto 0;
}
.tree-slider-btn-wrapper{
  width: 83%;
  margin: 11px auto 0;
}
.tree-slider-btn-soon{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  white-space: nowrap;
  font-size: 17px;
  text-align: center;
  width: 100%;
  color: #00A040;
  line-height: 1;
  padding: 6px 6px;
  font-weight: 800;
  border: 2px solid #00A040;
}
.tree-slider-btn-wrapper .Btnlink_area{
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.tree-slider-btn-wrapper .Btnlink_area a{
  margin: 0;
  width: 100%;
}
