.sectiontit {
  font-size: clamp(28px, 3.4vw, 52px);
  font-weight: bold;
}
.txt {
  font-size: clamp(14px, 1vw, 18px);
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .sectiontit {
    font-size: 18px;
    text-align: left;
  }
  .txt {
    font-weight: normal;
    text-align: left;
  }
}
#main-container {
  width: 95vw;
  max-width: 1200px;
  margin-bottom: 120px;
}
.main-wrap {
  width: 100%;
  display: flex;
  align-items: center;
}
.main-box {
  text-align: left;
  padding-top: 50px;
  flex: 1;
}
.main-box .ttl {
  font-size: clamp(40px, 4vw, 70px);
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.4;
}
.main-box .subttl {
  font-size: clamp(17px, 1.6vw, 24px);
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.4;
}
.main-logo {
  width: 35vw;
  margin-bottom: 20px;
}
.main-txt {
  margin-bottom: 40px;
  font-size: clamp(14px, 1vw, 18px);
  font-weight: normal;
  color: black;
  line-height: 1.2;
}
.main-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 410px;
  margin: 0 auto 40px;
}
.main-btn a {
  text-align: center;
  width: 200px;
  margin: 5px 0;
  padding: 5px 10px;
  font-size: clamp(14px, 1.3vw, 16px);
  color: black;
}
.main-btn a:hover {
  background: white;
  text-decoration: none;
}
.main-btn a.btn1 {
  background: #f4d023;
  z-index: 999;
}
.main-btn a.btn1:hover {
  background: white;
  box-shadow: 0 0 30px #f4d023;
  opacity: 1;
  z-index: 1;
}
.main-btn a.btn2 {
  background: #16d98d;
  z-index: 999;
}
.main-btn a.btn2:hover {
  background: white;
  box-shadow: 0 0 30px #16d98d;
  opacity: 1;
  z-index: 1;
}
.main-btn a.btn3 {
  background: #20c2ea;
  z-index: 999;
}
.main-btn a.btn3:hover {
  background: white;
  box-shadow: 0 0 30px #20c2ea;
  opacity: 1;
  z-index: 1;
}
.main-btn a.btn4 {
  background: #a981da;
  z-index: 999;
}
.main-btn a.btn4:hover {
  background: white;
  box-shadow: 0 0 30px #a981da;
  opacity: 1;
  z-index: 1;
}
.main-img {
  flex: 1;
}
.main-img img {
  width: 100%;
}
.main-subcontain {
  width: 70%;
  display: flex;
  gap: 15%;
}
.main-subwrap {
  flex: 1;
}
.mainsubimg {
  width: 100%;
}
.mainsubtxt {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #main-container {
    margin-bottom: 60px;
    flex-direction: column;
  }
  .main-wrap {
    padding-top: 20px;
    display: block;
  }
  .main-box {
    padding-top: 0;
    text-align: center;
  }
  .main-box .ttl {
    font-size: clamp(50px, 5vw, 60px);
    margin-bottom: 0;
  }
  .main-box .subttl {
    font-size: clamp(15px, 1.5vw, 18px);
    margin: 10px 0;
  }
  .main-txt {
    margin-bottom: 0;
  }
  .main-btn {
    width: 95%;
    margin: 0 auto 40px;
  }
  .main-btn a {
    width: 49%;
    margin: 5px 0;
    padding: 5px 10px;
  }
  .main-btn a:hover {}
  .main-subcontain {
    width: 100%;
    display: flex;
    gap: 8%;
  }
  .mainsubtxt {
    font-size: 10px;
  }
}
#movie-container {
  width: 100vw;
  background: url(/wp/wp-content/themes/appletree/images/page/ad5x/ad5x_5.png) no-repeat bottom;
  background-size: contain;
  padding-bottom: 120px;
}
#movie-container .movie-wrap {
  max-width: 1000px;
  width: 80vw;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}
#movie-container .movie-wrap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #movie-container {
    background: url(/wp/wp-content/themes/appletree/images/page/ad5x/movieback.png) no-repeat bottom;
    background-size: cover;
    padding: 50px;
  }
}
#color-container {
  width: 100vw;
  padding: 10% 0 50%;
  background: url(/wp/wp-content/themes/appletree/images/page/ad5x/ad5x_6.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #color-container {
    width: 100vw;
    padding: 10% 0 90%;
    background: url(/wp/wp-content/themes/appletree/images/page/ad5x/mob_1.jpg) no-repeat center;
    background-size: cover;
  }
  .color-wrap {
    width: 95vw;
  }
}
#simple-container {
  width: 100vw;
  max-width: 1300px;
  padding: 80px 0 50px;
}
.simpletxtwrap {
  margin-bottom: 30px;
}
.simplesndwrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.simplesubbox {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left;
  aspect-ratio: 8/7;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: flex-end;
  padding-bottom: 40px;
}
.simplesubbox .simpletxtbox {
  width: 70%;
}
.simplesubbox .tit {
  font-size: 19px;
  font-weight: bold;
  text-align: left;
}
.simplesubbox .txt {
  font-size: 15px;
  text-align: left;
}
.simplesubbox img {
  width: 70%;
}
.simp01 {
  background-image: url(/wp/wp-content/themes/appletree/images/page/ad5x/ad5x_7.png);
}
.simp02 {
  background-image: url(/wp/wp-content/themes/appletree/images/page/ad5x/ad5x_8.png);
}
.simp03 {
  background-image: url(/wp/wp-content/themes/appletree/images/page/ad5x/ad5x_9.png);
}
.simp04 {
  background-image: url(/wp/wp-content/themes/appletree/images/page/ad5x/ad5x_10.png);
}
@media screen and (max-width: 1199px) {
  #simple-container {
    width: 95vw;
  }
  .simp01 {
    background-image: url(/wp/wp-content/themes/appletree/images/page/ad5x/mob_2.png);
  }
  .simp02 {
    background-image: url(/wp/wp-content/themes/appletree/images/page/ad5x/mob_3.png);
  }
  .simp03 {
    background-image: url(/wp/wp-content/themes/appletree/images/page/ad5x/mob_4.png);
  }
  .simp04 {
    background-image: url(/wp/wp-content/themes/appletree/images/page/ad5x/mob_5.png);
  }
  .simplesubbox {
    width: 100%;
  }
  .simplesubbox .simpletxtbox {
    width: 95%;
  }
  .simplesubbox img {
    width: 95%;
  }
  .simplesubbox .tit {
    font-size: clamp(15px, 1.5vw, 18px);
  }
  .simplesubbox .txt {
    font-size: clamp(12px, 1.2vw, 16px);
  }
}
@media screen and (max-width: 767px) {}
#speed-container {
  width: 90vw;
  max-width: 1200px;
  padding: 50px 0 80px;
}
.speedtxtwrap {
  margin-bottom: 30px;
}
#speed-container .swiper-wrapper {
  padding: 50px;
}
#speed-container .swiper {
  width: 95vw;
  max-width: 1200px;
}
.swiper-slide img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  width: 85%;
  border-radius: 15px;
}
@media screen and (max-width: 1199px) {
  #speed-container {
    width: 95vw;
    padding: 30px 0;
  }
  #speed-container .swiper-wrapper {
    padding: 0;
  }
  .swiper-slide img {
    box-shadow: none;
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {}
#trust-container {
  width: 100vw;
  padding: 50px 0 0;
}
.trusttxtwrap {
  margin-bottom: 30px;
}
.trustcontain {
  width: 100vw;
}
.trustwrap {
  width: 95vw;
  max-width: 1200px;
  display: flex;
  align-items: center;
}
.trustwrap img {
  width: 70%;
}
.trustimgwrap {
  flex: 1;
}
.trustbox {
  flex: 1;
}
.tcont01 {
  background: #bbc4c9;
}
.tcont02 {
  background: #f5f8f5;
}
.tcont03 {
  background: #E7E7E7;
  background: linear-gradient(0deg, rgba(231, 231, 231, 1) 0%, rgba(246, 246, 246, 1) 50%);
}
  .tcont01 .trustwrap img {
    width: 100%;
  }
.tcont03 .trustwrap img {
  width: 50%;
  margin: 50px 0;
}
.tcont02 .trustwrap img {
  width: 50%;
}
.trustbox .sectiontit{
  font-size: clamp(17px, 1.3vw, 24px);	
}
.trustbox .sectiontit, .trustbox .txt {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .trusttxtwrap .sectiontit {
    text-align: center;
  }
  .trustwrap {
    width: 100vw;
    flex-direction: column;
  }
  .trustbox {
    width: 95vw;
    padding-top: 50px;
  }
  .tcont02 .trustwrap img {
    width: 70%;
  }
  .tcont03 .trustwrap img {
    width: 70%;
  }
}
#fila-container {
  width: 100vw;
  padding: 10% 0 30%;
  background: url(/wp/wp-content/themes/appletree/images/page/ad5x/ad5x_15.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #fila-container {
    width: 100vw;
    padding: 50px 0;
    background: none;
    background: #fefaef;
  }
  .fila-wrap {
    width: 95vw;
  }
}
#compact-container {
  width: 100vw;
  max-width: 1200px;
  padding: 80px 0 50px;
}
@media screen and (max-width: 767px) {
  #compact-container {
    width: 95vw;
    padding: 50px 0;
  }
}
#spec-container {
  max-width: 95vw;
  width: 1200px;
  padding: 50px 0;
}
.tab-buttons {
  display: flex;
}
.tab-btn {
  background: none;
  padding: 20px;
  flex: 1;
  border: none;
  font-size: 20px;
  font-weight: bold;
}
.tab-btn.active {
  border-bottom: 3px solid #c7c7c7;
}
.tab-content {
  background-color: #f2f2f2;
  padding: 100px;
}
.specwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px
}
.spectit {
  font-size: 15px;
  line-height: 24px;
  font-weight: bold;
  padding: 15px 30px;
  border-bottom: 1px solid #c7c7c7;
  width: 24%;
  text-align: left;
}
.spectxt {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  padding: 15px 30px;
  border-bottom: 1px solid #c7c7c7;
  width: 75%;
  text-align: left;
}
.specwrap .sml {
  font-size: 13px;
  line-height: 20px;
}
@media screen and (max-width: 767px) {
  .spec-container {
    margin: 50px 0;
  }
  .spec-container .sectiontit {
    text-align: center;
  }
  .specwrap .sml {
    font-size: 8px;
    line-height: 12px;
  }
.specwrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5px
}
  .tab-btn {
    padding: 12px;
    flex: 1;
    border: none;
    font-size: 12px;
    font-weight: bold;
    color: black;
  }
  .tab-content {
    background-color: #f2f2f2;
    padding: 20px;
  }
  .spectit {
    font-size: 10px;
    line-height: 15px;
    padding: 5px;
    width: 32%;
    text-align: left;
  }
  .spectxt {
    font-size: 10px;
    line-height: 15px;
    padding: 8px 10px;
    width: 65%;
    text-align: left;
  }
}
.foot-container {
  width: 90vw;
  max-width: 1200px;
  margin-bottom: 140px;
  text-align: center;
}
.foot-container .main-box {
  text-align: center;
  padding-top: 0;
  flex: 1;
}
.foot-wrap img {
  max-width: 800px;
  width: 50vw;
  margin:0 auto 30px;
}
@media screen and (max-width: 767px) {
  .footer-container {
    width: 100vw;
    margin-bottom: 60px;
  }
  .foot-wrap img {
    width: 100%;
    margin-bottom: 20px;
  }
  .foot-container .main-box {
    text-align: center;
    padding-top: 0;
    flex: 1;
  }
  .footer-btn a {
    width: 46%;
    margin: 5px;
    padding: 5px 10px;
    font-size: clamp(14px, 1.3vw, 16px);
    font-weight: bold;
    color: #000;
    border: 2px solid #000;
    border-radius: 30px;
  }
  .foot-wrap .main-box .ttl {
    font-size: clamp(50px, 5vw, 60px);
    text-align: center;
    margin-bottom: 0;
  }
  .foot-wrap .main-box .subttl {
    font-size: clamp(15px, 1.5vw, 18px);
    text-align: center;
    margin-bottom: 40px;
  }
  .foot-wrap .main-txt {
    text-align: center;
    margin-bottom: 0;
  }
}