@charset "utf-8";
.container {
  max-width:100%;
}
main {
  position: relative;
}
a {
  display: inline;
}
h1 {
  max-width: 500px;
  margin-top: 60px;
  line-height: 1.3;
  font-size: 32px;
  letter-spacing:-2px;
  background: linear-gradient(80deg,rgba(130, 58, 0, 1) 22%, rgba(89, 17, 48, 1) 74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#feature-1 .mv-tit-wrap > img {
  max-width: 254px;
}
#feature-1 {
  text-align: center;
}
#feature-1 div {
  padding: 0;
}
#feature-1 figure{
	margin: 0;
}
#feature-1 .container {
  margin: 60px auto 50px;
	padding: 0 10px;
}
#feature-1 .respon-img {
  opacity:1;
}
#feature-1 .respon-img.right, #feature-1 .respon-img.left {
  max-width: 560px;
  width: 100%;
}
#feature-1 .container .mv-tit-wrap {
  position: relative;
  text-align: left;
  z-index: 1;
}
#feature-1 .container .mv-tit-wrap p,
#feature-2 .container .mv-tit-wrap p {
  margin-top: 60px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
}

#feature-1 .container .mv-tit-wrap p{
  max-width: 500px;
  font-size: 18px;
}
#feature-1 .category-btn.blue {
  text-align: left;
  margin-top: 10px;
}
#feature-1 .category-btn .btn-a,
#feature-5 .category-btn .btn-a {
  display: inline;
  font-size: clamp(14px, 0.5rem + 2vw, 20px);
  margin: 0;
  border-radius: 18px;
  padding: 4px 60px;
}

#feature-1::before{
  content: "";
  display: block;
  position: absolute;
  background: url(/fmv/win11pro/ms/images/bg_img_01.webp)no-repeat;
  margin: 0 auto;
  height: 1000px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 100% min(2000px);
}
#feature-2::before{
  content: "";
  display: block;
  position: absolute;
  background: url(/fmv/win11pro/ms/images/bg_img_02.webp)no-repeat;
  margin: 0 auto;
  height: 2000px;
  left: 0;
  right: 0;
  background-size: 100% min(2000px);
}
#feature-2 p,
#feature-3 p,
#feature-4 p,
#feature-5 p {
  font-weight: bold;
  font-size: clamp(16px, 12px + 0.5vw, 17px);
  }
#feature-3::before{
  content: "";
  display: block;
  position: absolute;
  background: url(/fmv/win11pro/ms/images/bg_img_03.webp)no-repeat;
  margin: 0 auto;
  height: 1800px;
  left: 0;
  right: 0;
  background-size: 100% min(1700px);
}
#feature-4::before{
  content: "";
  display: block;
  position: absolute;
  background: url(/fmv/win11pro/ms/images/bg_img_04.webp)no-repeat;
  margin: 0 auto;
  height: 750px;
  left: 0;
  right: 0;
  background-size: 100% min(750px);
}
#feature-5::before{
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
  margin: 0 auto;
  height: 500px;
  left: 0;
  right: 0;
}
#feature-5 .container {
  max-width: 1200px;
  margin: 0 auto;
}
#feature-5 .heading-level-2 {
  font-size: clamp(48px, 8px + 5vw, 68px);
  background: linear-gradient(80deg,rgba(42, 108, 218, 1) 21%, rgba(16, 83, 184, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#feature-5 .lineup-box-img {
  max-width: 950px;
  margin: 0 auto;
}
#feature-5 h3 {
  text-align: center;
  margin-top: 30px;
  font-size: clamp(30px, 14px + 2vw, 38px);
}
#feature-5 p {
  text-align: center;
  margin-top: 30px;
}
#feature-5 .category-btn.blue {
  margin: 40px 0 70px;
}
#feature-5 .lineup-box-martarea {
  text-align: left;
  line-height: 1.0;
  font-size: 22px;
}

#feature-5 .container{
  padding: 0 10px;
  position: relative;
}
p small {
  font-size: 50%;
}

.heading-level-2{
	padding-top: 100px;
	font-size: 40px;
  line-height: 1.2;
}
.lineup-box {
  padding: 0 10px;
}
.lineup-box-list{
  position: relative;
}
.lineup-box-text {
  padding-right: 0px;
  flex-basis: 50%;
	text-align: left;
	order: 1;
}
.lineup-box-text p {
  font-size: 18px;
  max-width: 500px;
}
.lineup-box-img {
  flex-basis: 50%;
	order: 2;
}
.lineup-heading {
  display: inline-block;
	text-align: left;
	padding: 0;
  margin-bottom: 36px;
  font-size: clamp(34px, 27px + 2vw, 36px);
  line-height: 1.2;
  background: linear-gradient(80deg,rgba(130, 58, 0, 1) 22%, rgba(89, 17, 48, 1) 74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.lineup-heading::before {
	content: none;
}
.reverse .lineup-box-img {
	order: 1;
}
.category-btn {
  text-align: center;
}
.category-btn .btn-a {
  display: block;
  width: 85%;
  font-size: 13px;
  padding: 4px 23px 4px 12px;
  margin: 2.5px auto;
  border-radius: 5px;
}
.category-btn .btn-a:hover{
	opacity: 0.6;
}
.category-btn .btn-arrow1::after {
  border: 6px solid transparent;
  border-left: 10px solid #fff;
  right: 3px;
  margin-top: -6px;
}
.category-btn.blue .btn-a{
	background-color: #2878C8;
}

@media only screen and (min-width: 769px) {
  #feature-1 .container:last-child {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
  }
  #feature-1 .container {
    height: auto;
    max-height: 750px;
    box-sizing: border-box;
  }
  #feature-1 .flex-box {
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 1280px;
  }
  #feature-1 .container figure{
  position: relative;
  z-index: 1;
  right: -20px;
  top: 20px;
}
#feature-1 .container .mv-tit-wrap {
  padding-left: 3%;
}
  .reverse .lineup-box-text {
	order: 2;
  padding-left: 76px
  }
  .lineup-inner{
	flex-direction: row;
	max-width: 1200px;
	padding: 150px 0 0;
  }
  .lineup-inner:last-child{
    padding-bottom: 150px;
  }
}

@media only screen and (max-width: 768px){
	.main-wrap {
		padding: 45px 0 100px;
	}
   #feature-1 {
    margin-top: 0;
  }
	#feature-1 figure{
		margin: 0
	}
	#feature-1 figure img.respon-img{
	  max-width:600px;
    width: 100%;
	  margin: 0 auto;
	}
  #feature-1 .container {
  margin: 0;
  }
  #feature-1 .container .mv-tit-wrap {
    text-align: center;
    margin: 10% 0;
  }
  h1{
  margin-top: 20px;
  font-size: clamp(34px, 23px + 3.2vw, 42px);
  max-width: 100%;
  }
  #feature-1 .mv-tit-wrap img {
    width: 185px;
  }
  #feature-1 .respon-img.right, #feature-1 .respon-img.left {
  max-width: 300px;
  margin-top: 20px;
  }
  #feature-1 .mv-tit-wrap p {
    width: 100%;
    margin: 24px 0px;;
    padding: 0;
    font-size: clamp(14px, 2.8vw, 17px);
    line-height: 1.4;
    text-align: center;
  }
  #feature-1 .container .mv-tit-wrap p{
  font-size: clamp(20px, 0.725rem + 2.4vw, 26px);
  max-width: 100%;
  }

  #feature-1 .category-btn.blue {
  text-align: center;
  }
  #feature-2 p,
  #feature-3 p,
  #feature-4 p,
  #feature-5 p {
  font-size: clamp(14px, 0.5rem + 2vw, 20px);
  font-weight: bold;
  }
  #feature-3::before{
  background-size: 100% min(1800px);
  }
  #feature-5 {
    position: relative;
  }
  #feature-5 h3 {
  font-size: clamp(22px, 13px + 2.67vw, 34px);
  }
	#feature-5 .heading-level-2{
		padding: 40px 0 10px;
		font-size: clamp(20px, 7px + 4.89vw, 48px);
	}
	.lineup-heading{
    display: block;
    text-align: center;
		font-size: clamp(32px, 18px + 4vw, 42px);
		padding-left: 0;
	}
  .lineup-inner{
	  padding: 30px 0 0;
  }
  .lineup-box{
    padding-bottom: 30px;
  }
	.lineup-box-text {
		width: 100%;
	}
  .lineup-box-text p {
  max-width: 100%;
}
}
