.tree{
}
.tree-head-wrapper{
  max-width: 1100px;
  margin: 106px auto 0;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: content-box;
  text-align: center;
}
.tree-ttl{
  font-size: 38px;
  margin: 64px 0 0;
  font-weight: 800;
}
.tree-desc{
  font-size: 20px;
  line-height: 1.55em;
  margin: 28px 0 0;
  font-weight: 800;
}
.tree-mv{
  width: 100%;
  margin: 28px 0 0;
}
.tree-info-ttl{
  display: block;
  height: 71px;
  margin: 80px auto 0;
}
.tree-info{
  font-size: 27px;
  margin-top: 16px;
}

.tree-slider-wrapper{
  padding-left: 18.333%;
}
.tree-slider-wrapper + .tree-slider-wrapper{
  margin-top: 80px;
}
.tree-slider-inner{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.tree-slide-nav-wrapper{
  padding-top: 30px;
  width: 144px;
  height: auto;
  position: relative;
}
.tree-slider-container{
  width: calc(100% - 144px);
  padding-left: 40px;
}

.tree-slider-nav-ttl{
  display: block;
  height: 103px;
  margin: 0 auto;
}
.tree-slider-nav-container{
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tree-slider-card{
  padding: 30px;
  position: relative;
}
.tree-slider-card-inner{
  border-radius: 26px;
  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: 72px;
  top: 8px;
  left: 8px;
  z-index: 2;
}
.tree-slider-img{
  width: 100%;
  margin: 0 auto;
  display: block;
}
.tree-slider-info{
  font-size: 20px;
  margin: 6px auto 0;
}

.tree-slider-btn-wrapper{
  width: 80%;
  margin: 19px 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%;
}
