* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
body {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
}
.banner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 100px 0;
  background: #FFF6EE;
}
.banner::before,
.banner::after {
  position: absolute;
  top: 0;
  content: '';
  width: 150px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 10;
}
.banner::before {
  left: 0;
  background-image: url('https://cdn.tunefab.jp/img/products/banner_before.svg');
}
.banner::after {
  right: 0;
  background-image: url('https://cdn.tunefab.jp/img/products/banner_after.svg');
}
.banner .title {
  position: relative;
  z-index: 120;
  font-weight: 700;
  font-size: 40px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
}
.all-products {
  width: 1200px;
  margin: 80px auto;
}
.all-products .content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.all-products .content .toggle-choose {
  display: none;
}
.all-products .content .product-item {
  width: 49%;
  border: 1px solid #DBDDE8;
  border-radius: 16px;
  margin-bottom: 20px;
  position: relative;
}
.all-products .content .product-item .info {
  border-radius: 16px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 10px;
  background: #F8F9FB;
}
.all-products .content .product-item .info .product-img {
  margin-left: -15px;
}
.all-products .content .product-item .info .intro {
  margin-left: 20px;
}
.all-products .content .product-item .info .intro .name {
  font-weight: 700;
  font-size: 24px;
  line-height: 146.68%;
  color: #080F30;
}
.all-products .content .product-item .info .intro .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 147.18%;
  color: #9497A4;
}
.all-products .content .product-item .pc {
  display: flex !important;
}
.all-products .content .product-item .mobile {
  display: none !important;
}
.all-products .content .product-item .download {
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-radius: 0 0 16px 16px;
  border-top: 1px solid #DBDDE8;
  padding: 30px 15px;
}
.all-products .content .product-item .download .download-item {
  width: 48%;
}
.all-products .content .product-item .download .download-item .download-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 5px 0;
  border-radius: 7px;
  margin-bottom: 15px;
}
.all-products .content .product-item .download .download-item .download-btn img {
  margin: -2px 10px 0 0;
}
.all-products .content .product-item .download .download-item .download-btn span {
  font-weight: 500;
  font-size: 18px;
  line-height: 173.9%;
  color: #FFFFFF;
}
.all-products .content .product-item .download .download-item .win-btn {
  background: #2D8F5D;
}
.all-products .content .product-item .download .download-item .win-btn:hover {
  background: #16603A;
}
.all-products .content .product-item .download .download-item .buy-btn {
  background: #4690E5;
}
.all-products .content .product-item .download .download-item .buy-btn:hover {
  background: #2261A9;
}
.all-products .content .product-item .download .download-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 147.18%;
  color: #4f5058;
  margin: 4px 0;
}
.all-products .content .product-item .download .download-item p span {
  font-weight: 600;
  margin-right: 4px;
}
.all-products .content .product-item .download .download-item p a {
  color: #4690e5;
  margin-left: 4px;
}
.all-products .content .win-product::after {
  position: absolute;
  content: '';
  width: 129px;
  height: 126px;
  background: url(https://cdn.tunefab.jp/img/products/win-after.svg) no-repeat;
  bottom: 0px;
  right: 14px;
}
.all-products .content .mac-product::after {
  position: absolute;
  content: '';
  width: 129px;
  height: 126px;
  background: url(https://cdn.tunefab.jp/img/products/mac-after.svg) no-repeat;
  bottom: 0px;
  right: 14px;
}
.user-guide {
  width: 1080px;
  margin: 50px auto;
}
.user-guide .title {
  font-weight: 700;
  font-size: 36px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
}
.user-guide .content {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-top: 40px;
}
.user-guide .content .guide-item {
  box-sizing: border-box;
  width: 31%;
  border: 1px solid #DBDDE8;
  border-radius: 10px;
  padding: 30px 25px;
  margin: 0 12px 94px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.user-guide .content .guide-item .product-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.user-guide .content .guide-item .product-info .product-name {
  font-weight: 700;
  font-size: 20px;
  line-height: 146.68%;
  color: #080F30;
  margin-top: 17px;
}
.user-guide .content .guide-item .other-link {
  margin-top: 23px;
}
.user-guide .content .guide-item .other-link li {
  display: flex;
  align-items: center;
  margin-top: 21px;
}
.user-guide .content .guide-item .other-link li a {
  font-weight: 600;
  font-size: 20px;
  line-height: 146.68%;
  color: #4690E5;
  margin-left: 10px;
}
.user-guide .content .guide-item:nth-child(1) {
  background: linear-gradient(180deg, rgba(59, 200, 155, 0.13) 0%, rgba(31, 191, 161, 0) 100%);
}
.user-guide .content .guide-item:nth-child(2) {
  background: linear-gradient(180deg, #F9F5FE 0%, #FFFEFF 100%);
}
.user-guide .content .guide-item:nth-child(3) {
  background: linear-gradient(180deg, rgba(121, 95, 253, 0.12) 0%, rgba(119, 93, 250, 0) 100%);
}
@media screen and (max-width: 768px) {
  .banner {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 50px 0;
    background: #FFF6EE;
  }
  .banner::before,
  .banner::after {
    position: absolute;
    top: 0;
    content: '';
    width: 0;
    background: none;
  }
  .banner .title {
    font-size: 32px;
  }
  .all-products {
    width: 90%;
    margin: 40px auto;
  }
  .all-products .content {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .all-products .content .mac-product {
    display: none;
  }
  .all-products .content .toggle-choose {
    flex: 0 0 219px;
    height: 41px;
    background: rgba(196, 196, 196, 0.5);
    border-radius: 19.2616px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 2.5px;
    margin-bottom: 23px;
  }
  .all-products .content .toggle-choose div {
    flex: 0 0 85px;
    height: 34px;
    padding: 0 10px;
    line-height: 40px;
    border-radius: 24.4532px;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .all-products .content .toggle-choose .toggle-active {
    background: #FFFFFF;
  }
  .all-products .content .product-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .all-products .content .product-item .info {
    flex-direction: column;
    align-items: center;
    padding: 25px;
    background-color: #FFFFFF;
  }
  .all-products .content .product-item .info .product-img {
    margin-left: -15px;
  }
  .all-products .content .product-item .info .intro {
    margin: 20px 0 0 0px;
  }
  .all-products .content .product-item .info .intro .name {
    text-align: center;
    margin-bottom: 10px;
  }
  .all-products .content .product-item .info .intro .desc {
    text-align: center;
  }
  .all-products .content .product-item .pc {
    display: none !important;
  }
  .all-products .content .product-item .mobile {
    display: flex !important;
  }
  .all-products .content .product-item .download {
    padding: 30px 25px 5px;
    background: #F8F9FB;
  }
  .all-products .content .product-item .download .download-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .all-products .content .win-product::after {
    background: none;
  }
  .all-products .content .mac-product::after {
    background: none;
  }
  .user-guide {
    width: 90%;
  }
  .user-guide .title {
    font-size: 24px;
  }
  .user-guide .content {
    flex-flow: column wrap;
  }
  .user-guide .content .guide-item {
    width: 100%;
    padding: 30px 25px;
    margin: 0 0 20px 0;
  }
}
