/*@font-face {*/
/*  font-family: 'Rubik';*/
/*  src: url('../../font/Rubik-SemiBold.ttf');*/
/*  font-weight: bold;*/
/*}*/
/*@font-face {*/
/*  font-family: 'Rubik';*/
/*  src: url('../../font/Rubik-Regular.ttf');*/
/*  font-weight: 500;*/
/*}*/
/*@font-face {*/
/*  font-family: 'Rubik';*/
/*  src: url('../../font/Rubik-Light.ttf');*/
/*  font-weight: 300;*/
/*}*/
header {
  display: none;
}
body {
  background: #fff;
  font-family: 'Noto Sans JP', 'Rubik';
}
main .container {
  max-width: 1200px;
  padding: 0;
  width: 100%;
}
a:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
}
[data-platform-download] a[data-platform]:not(.is-platform-active) {
  display: none;
}
.page-nav {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 14px 0;
  background: #fff;
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}
.page-nav.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.page-nav .container {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.page-nav-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.page-nav-logo img {
  display: block;
  width: 148px;
}
.page-nav-links {
  display: flex;
  align-items: center;
  gap: 78px;
  margin-left: auto;
}
.page-nav-link {
  color: #606060;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.page-nav-link:hover,
.page-nav-link:focus-visible,
.page-nav-link.is-active {
  color: #006dff;
  text-decoration: none;
}
.page-nav-link:focus {
  color: #006dff;
}
.page-nav-download {
  display: flex;
  margin-left: 78px;
}
.page-nav-download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 38px;
  padding: 0 20px;
  border-radius: 18px;
  background: #006dff;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
.page-nav-download-link:hover,
.page-nav-download-link:focus-visible {
  background: #0067dc;
  color: #fff;
  text-decoration: none;
}
.banner {
  padding: 86px 0 60px;
  background: url('../../img/lp/amazon-music-cancel-save/banner-pc.webp') no-repeat center / cover;
}
.banner .banner-info {
  flex: 0 0 550px;
}
.banner .banner-img img {
  transform: translateX(70px);
}
.banner .banner-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner h1 {
  position: relative;
  color: #030712;
  font-size: 42px;
  font-weight: 700;
  line-height: 140%;
  /* 58.8px */
  z-index: 1;
  font-family: 'Rubik';
}
.banner h1::after {
  content: url('../../img/lp/amazon-music-cancel-save/banner-line.png');
  position: absolute;
  bottom: -24px;
  right: 0;
  z-index: -1;
}
.banner .banner-desc {
  margin-top: 22px;
  color: #374151;
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
  /* 36px */
}
.banner .platform-download {
  margin-top: 24px;
}
.banner .platform-download-link {
  display: flex;
  align-items: center;
  width: 422px;
  padding: 12px 18px;
  border-radius: 38px;
  background: #3870ff;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
}
.banner .platform-download-link:hover {
  background: #0062cc;
}
.banner .platform-download-link .platform-download-trial {
  flex: 0 0 auto;
  padding: 5px 15px;
  border-radius: 58px;
  background: #ffe552;
  color: #000;
  font-size: 17.44px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: 3.737px;
}
.banner .platform-download-link .platform-download-divider {
  width: 1px;
  height: 36px;
  margin: 0 28px;
  background: rgba(255, 255, 255, 0.41);
}
.banner .platform-download-link .platform-download-icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.banner .platform-download-link .platform-download-copy {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
  line-height: 1.25;
}
.banner .platform-download-link .platform-download-copy strong {
  font-size: 18px;
  font-weight: 700;
}
.banner .platform-download-link .platform-download-copy small {
  margin-top: 2px;
  font-size: 12px;
}
.banner .banner-benefits {
  display: flex;
  gap: 28px;
  margin-top: 24px;
  color: #606266;
  font-size: 14px;
}
.banner .banner-benefits span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.banner .banner-benefits span + span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -13px;
  width: 1px;
  height: 18px;
  background: #b8c0cc;
  transform: translateY(-50%);
}
.banner .banner-benefits img {
  width: 20px;
  height: 20px;
}
.banner .banner-bottom {
  margin-top: 50px;
  padding: 32px 50px 22px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.36);
}
.banner .banner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}
.banner .banner-tal {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 24px;
  padding: 0 22px;
  color: #04304e;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.banner .banner-tal .line {
  flex: 1;
  background: #b2cfe2;
  height: 1px;
  width: auto;
}
.banner .banner-message {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .banner-message .banner-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 0;
}
.banner .banner-message .banner-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -30px;
  top: 0;
  background: #b2cfe2;
  width: 1px;
  height: 100%;
}
.banner .banner-message .other-num {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #323539;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
}
.banner .banner-message .other-tax {
  margin-top: 4px;
  color: #374151;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.wrap1 {
  margin-top: 94px;
}
.wrap1 .wrap-tit {
  position: relative;
  color: #111827;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
  /* 49.4px */
}
.wrap1 .wrap-tit::after {
  content: url('../../img/lp/amazon-music-cancel-save/wrap1-line.png');
  position: absolute;
  bottom: -22px;
  left: 37%;
}
.wrap1 .wrap-desc {
  margin-top: 34px;
  color: #374151;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 200%;
  /* 32px */
}
.wrap1 .wrap-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 88px 0 130px;
}
.wrap1 .wrap-card .card-tit {
  margin-top: 20px;
  color: #1f2937;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
}
.wrap1 .wrap-card .card-desc {
  margin-top: 20px;
  color: #374151;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  /* 28.8px */
}
.wrap1 .wrap-card .wrap-info {
  flex: 0 0 482px;
}
.wrap2 {
  margin-top: 190px;
}
.wrap2 .wrap-tit {
  color: #111827;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
  /* 49.4px */
}
.wrap2 .wrap-tip {
  width: fit-content;
  margin: 20px auto 0;
  padding: 13px 26px;
  background: #eff2fa;
  border-radius: 12px 12px 0 12px;
  color: #006dff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  /* 20.8px */
}
.wrap2 .wrap-desc {
  margin-top: 20px;
  color: #374151;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  /* 32px */
}
.wrap2 .wrap-cont {
  margin: 68px 7vw 0;
  padding: 92px 0 50px;
  max-width: 1600px;
  border-radius: 24px;
  background: url('../../img/lp/amazon-music-cancel-save/wrap2-bg.webp') no-repeat center / cover;
}
.wrap2 .wrap-cont .container {
  max-width: 1130px;
}
.wrap2 .wrap-top {
  padding: 40px 48px 62px 56px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 4px 26px 0 rgba(0, 0, 0, 0.02);
}
.wrap2 .wrap-top .top-tit {
  color: #1a1a2e;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  /* 33.6px */
}
.wrap2 .wrap-top .top-desc {
  margin-top: 4px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.wrap2 .wrap-top .top-desc .blue {
  color: #006dff;
  font-weight: 700;
}
.wrap2 .wrap-top .top-desc .yellow {
  color: #e78f0b;
  font-weight: 700;
}
.wrap2 .wrap-top .top-desc strong {
  color: #374151;
  font-weight: 700;
}
.wrap2 .top-box {
  text-align: center;
  margin: 42px auto 32px;
  position: relative;
}
.wrap2 .top-box .top-big {
  width: 100%;
  max-width: 1009px;
}
.wrap2 .top-box .top-3y {
  position: absolute;
  right: 32%;
  bottom: 28%;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 10px;
  background: #f1f3f6;
  color: #3f4254;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 146%;
  /* 20.854px */
}
.wrap2 .top-box .top-3y span {
  color: #006dff;
  font-size: 16px;
  font-weight: 700;
  line-height: 146%;
}
.wrap2 .top-box .top-5y {
  position: absolute;
  right: 4%;
  bottom: 43%;
  width: fit-content;
  padding: 10px 14px;
  border-radius: 10px;
  background: #f1f3f6;
  color: #3f4254;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 146%;
  /* 20.854px */
}
.wrap2 .top-box .top-5y span {
  color: #006dff;
  font-size: 16px;
  font-weight: 700;
  line-height: 146%;
}
.wrap2 .top-box .top-amz {
  position: absolute;
  right: 0%;
  bottom: 73%;
}
.wrap2 .top-box .top-tfb {
  position: absolute;
  right: 0%;
  bottom: 4%;
}
.wrap2 .wrap-bottom {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
}
.wrap2 .wrap-bottom .wrap-item {
  flex: 1;
  height: auto;
  padding: 24px;
  border-radius: 20px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.02);
}
.wrap2 .wrap-bottom .item-tit {
  color: #1a1a2e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}
.wrap2 .wrap-bottom .item-tip {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}
.wrap2 .wrap-bottom .yellow {
  color: #f29305;
}
.wrap2 .wrap-bottom .blue {
  color: #0047ee;
}
.wrap2 .wrap-bottom .item-pri {
  margin-top: 10px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.wrap2 .wrap-bottom .item-pri span {
  margin-left: 4px;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
}
.wrap2 .wrap-bottom .witem-txt {
  display: flex;
  align-items: flex-start;
  color: #6b7280;
  margin-top: 10px;
  gap: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
}
.wrap2 .wrap-bottom .item-img {
  margin: 10px auto 0;
  width: 100%;
  height: auto;
}
.wrap2 .wrap-bottom .item-info {
  color: #1f2937;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.wrap2 .wrap-bottom .item-info .blue {
  color: #0047ee;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.wrap2 .wrap-bottom .item-info .big {
  margin: 0 4px;
  color: #0047ee;
  font-size: 32px;
  font-weight: 900;
  line-height: 44px;
}
.wrap2 .wrap-bottom .item-other {
  margin-top: 4px;
  color: #1f2937;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}
.wrap2 .wrap-bottom .item-other .blue {
  color: #0047ee;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
}
.wrap2 .wrap-bottom .item-other .line {
  position: relative;
  z-index: 1;
  color: #0047ee;
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
}
.wrap2 .wrap-bottom .item-other .line::after {
  content: url(../../img/lp/amazon-music-cancel-save/wrap2-bottom-after.png);
  position: absolute;
  right: -146x;
  top: -16px;
}
.wrap2 .wrap-bottom .item-other .line::before {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 2.5px;
  background: #ffdf6d;
}
.wrap2 .wrap-bottom .item-other .default {
  margin: 0 4px;
}
.wrap2 .platform-download {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 52px;
}
.wrap2 .platform-download .platform-download-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 21px 0;
  width: 418px;
  border-radius: 60px;
  border: 1px solid #fff;
  background: #000;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  transition: all 0.3s;
}
.wrap2 .platform-download .platform-download-link:hover {
  background: #3870ff;
}
.wrap2 .platform-download .platform-download-link::before {
  content: '\\ お支払い情報登録不要 /';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 6px 23px 8px;
  background: url('../../img/lp/amazon-music-cancel-save/down-yellow.png') no-repeat center / cover;
  background-size: 100% 100%;
  color: #070707;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.group {
  margin-top: 188px;
  padding: 142px 0 132px;
  background: url('../../img/lp/amazon-music-cancel-save/group-bg.webp') no-repeat center / cover;
}
.wrap3 {
  margin-top: 200px;
}
.wrap3 .wrap-tit {
  color: #111827;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
  /* 49.4px */
}
.wrap3 .wrap-desc {
  max-width: 952px;
  margin: 34px auto 0;
  color: #374151;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 200%;
  /* 32px */
}
.wrap3 .wrap-desc span {
  color: #006dff;
}
.wrap3 .compare-wrap {
  position: relative;
  margin-top: 60px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 32px rgba(101, 108, 128, 0.13);
}
.wrap3 .compare-wrap::after {
  content: '';
  position: absolute;
  inset: 0 0 0 57.833333%;
  padding: 2px;
  border-radius: 20px;
  background: linear-gradient(180deg, #fea5ff, #007bff);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.wrap3 .compare-table {
  width: 100%;
  margin: 0;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #dce1eb;
  border-radius: 20px;
  color: #374151;
  font-family: 'Noto Sans JP', sans-serif;
}
.wrap3 .compare-table th,
.wrap3 .compare-table td {
  box-sizing: border-box;
  padding: 16px 24px;
  vertical-align: middle;
  text-align: left;
}
.wrap3 .compare-table p {
  margin: 0;
}
.wrap3 .compare-table thead th {
  height: 97px;
  background: #e8ebf2;
  color: #1f2937;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.wrap3 .compare-table thead th:first-child {
  border-right: 1px solid #e3e8f0;
  border-radius: 19px 0 0 0;
}
.wrap3 .compare-table tbody th,
.wrap3 .compare-table tbody td {
  height: 120px;
  border-top: 1px solid #e3e8f0;
}
.wrap3 .compare-table tbody th {
  padding-right: 30px;
  padding-left: 30px;
  border-right: 1px solid #e3e8f0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.wrap3 .compare-table .compare-tunefab-head {
  position: relative;
  border-radius: 0 19px 0 0;
  background: linear-gradient(#e8ebf2, #e8ebf2) no-repeat left top / 20px 20px;
  color: #fff;
}
.wrap3 .compare-table .compare-tunefab-head::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(164.895deg, #007bff 7.7912%, #667cf0 43.279%, #956ef8 65.022%, #c277fb 84.141%, #fea5ff 97.512%);
  pointer-events: none;
}
.wrap3 .compare-table .compare-tunefab-head p {
  position: relative;
}
.wrap3 .compare-table .compare-head-tit {
  font-family: Inter, 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.wrap3 .compare-table .compare-head-desc {
  margin-top: 4px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}
.wrap3 .compare-table .compare-tunefab-head .compare-head-desc {
  color: rgba(255, 255, 255, 0.98);
}
.wrap3 .compare-table .compare-tit {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.wrap3 .compare-table .compare-desc {
  margin-top: 8px;
  color: #6b7280;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.wrap3 .compare-table .compare-tunefab {
  padding: 16px 26px;
  background: #f5f8ff;
}
.wrap3 .compare-table .compare-tunefab .compare-tit {
  color: #0858c3;
}
.wrap3 .compare-table .compare-tunefab .compare-desc {
  margin-top: 4px;
}
.wrap3 .compare-table tbody tr:last-child .compare-tunefab {
  border-radius: 0 0 19px 19px;
}
.wrap3 .compare-point-col {
  width: 24.833333%;
}
.wrap3 .compare-amazon-col {
  width: 33%;
}
.wrap3 .compare-tunefab-col {
  width: 42.166667%;
}
.wrap3 .compare-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.wrap3 .compare-item img {
  display: block;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
}
.wrap3 .compare-copy {
  flex: 1;
  min-width: 0;
}
.wrap3 .platform-download-link {
  width: 418px;
  padding: 21px 0;
  margin: 52px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 60px;
  background: #006dff;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  transition: all 0.3s;
}
.wrap3 .platform-download-link:hover {
  background: #0062cc;
}
.wrap3 .banner-benefits {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 16px;
  color: #606266;
  font-size: 14px;
}
.wrap3 .banner-benefits span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.wrap3 .banner-benefits span + span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -13px;
  width: 1px;
  height: 18px;
  background: #b8c0cc;
  transform: translateY(-50%);
}
.wrap3 .banner-benefits img {
  width: 20px;
  height: 20px;
}
.wrap4 {
  margin-top: 170px;
  padding: 114px 0;
  background: #f7f9fa;
}
.wrap4 .wrap-tit {
  color: #030712;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
  /* 49.4px */
}
.wrap4 .wrap-desc {
  color: #374151;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.wrap4 .wrap-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 24px;
  margin-top: 52px;
}
.wrap4 .wrap-list .wrap-item {
  flex: 1;
  height: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #ebebf2;
  background: #fff;
}
.wrap4 .wrap-list .item-num {
  color: #006dff;
  font-family: 'JetBrains Mono';
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}
.wrap4 .wrap-list .item-tit {
  color: #1f2937;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.wrap4 .wrap-list .item-desc {
  min-height: 72px;
  color: #374151;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  /* 23.8px */
}
.wrap4 .wrap-list .item-img img {
  border-radius: 8px;
  width: 100%;
}
.wrap4 .wrap-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  padding: 50px;
  border-radius: 20px;
  background: linear-gradient(125deg, #1a89ff 7.75%, #7b91ff 41.53%, #b599ff 67.09%, #fea5ff 93.14%), #2c01c9;
}
.wrap4 .wrap-bottom .bottom-tit {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
.wrap4 .wrap-bottom .bottom-desc {
  margin-top: 16px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.wrap4 .platform-download-link {
  display: flex;
  align-items: center;
  width: 336px;
  padding: 12px;
  border-radius: 38px;
  background: #fff;
  color: #006dff;
  text-decoration: none;
  transition: all 0.3s;
}
.wrap4 .platform-download-link:hover {
  background: rgba(255, 255, 255, 0.9);
}
.wrap4 .platform-download-link .platform-download-trial {
  flex: 0 0 auto;
  padding: 5px 15px;
  border-radius: 58px;
  background: #000;
  color: #ffea29;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: 3.547px;
}
.wrap4 .platform-download-link .platform-download-divider {
  width: 1px;
  height: 36px;
  margin: 0 16px;
  background: rgba(195, 204, 231, 0.65);
}
.wrap4 .platform-download-link .platform-download-icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  object-fit: contain;
}
.wrap4 .platform-download-link .platform-download-copy {
  display: flex;
  flex-direction: column;
  margin-left: 12px;
  line-height: 1.25;
}
.wrap4 .platform-download-link .platform-download-copy strong {
  font-size: 16px;
  font-weight: 700;
}
.wrap4 .platform-download-link .platform-download-copy small {
  margin-top: 2px;
  font-size: 11px;
}
.wrap5 {
  margin-top: 130px;
}
.wrap5 .wrap-tit {
  color: #111827;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
  /* 49.4px */
}
.wrap5 .wrap-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 78px;
}
.wrap5 .wrap-list .wrap-item {
  padding: 264px 54px 36px 50px;
  border-radius: 18px;
}
.wrap5 .wrap-list .wrap-item:nth-child(1) {
  background: url('../../img/lp/amazon-music-cancel-save/wrap5-1.webp') no-repeat center / cover;
}
.wrap5 .wrap-list .wrap-item:nth-child(2) {
  background: url('../../img/lp/amazon-music-cancel-save/wrap5-2.webp') no-repeat center / cover;
}
.wrap5 .wrap-list .wrap-item:nth-child(3) {
  background: url('../../img/lp/amazon-music-cancel-save/wrap5-3.webp') no-repeat center / cover;
}
.wrap5 .wrap-list .wrap-item:nth-child(4) {
  background: url('../../img/lp/amazon-music-cancel-save/wrap5-4.webp') no-repeat center / cover;
}
.wrap5 .wrap-list .item-tit {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: 135%;
  /* 43.2px */
}
.wrap5 .wrap-list .item-desc {
  margin-top: 16px;
  color: #ededed;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  /* 32.4px */
}
.wrap6 {
  margin-top: 164px;
}
.wrap6 .wrap-tit {
  color: #030712;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
  /* 49.4px */
}
.wrap6 .wrap-desc {
  margin-top: 12px;
  color: #374151;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.wrap6 .wrap-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 82px;
}
.wrap6 .wrap-list .wrap-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  padding: 32px;
}
.wrap6 .wrap-list .wrap-item:nth-child(1) {
  padding-bottom: 0;
  background: linear-gradient(270deg, #cdd9ff 0%, #eff3ff 100%);
}
.wrap6 .wrap-list .wrap-item:nth-child(1) .info-num {
  color: #b3c5ff;
}
.wrap6 .wrap-list .wrap-item:nth-child(2) {
  background: linear-gradient(270deg, #c3dfff 0%, #ecf3ff 100%);
}
.wrap6 .wrap-list .wrap-item:nth-child(2) .info-num {
  color: #a6d0ff;
}
.wrap6 .wrap-list .wrap-item:nth-child(3) {
  background: linear-gradient(270deg, #ffdbee 0%, #fff5ff 100%);
}
.wrap6 .wrap-list .wrap-item:nth-child(3) .info-num {
  color: #f8cfe5;
}
.wrap6 .wrap-list .wrap-item:nth-child(4) {
  background: linear-gradient(270deg, #f3ded5 0%, #fff3ef 100%);
}
.wrap6 .wrap-list .wrap-item:nth-child(4) .info-num {
  color: #f0d4c9;
}
.wrap6 .wrap-list .wrap-info {
  flex: 0 0 286px;
}
.wrap6 .wrap-list .info-num {
  font-family: 'Noto Sans JP';
  font-size: 44px;
  font-weight: 900;
  line-height: 1.2;
}
.wrap6 .wrap-list .info-tit {
  margin-top: 16px;
  color: #030712;
  font-family: 'Noto Sans JP';
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  /* 30.8px */
}
.wrap6 .wrap-list .info-desc {
  margin-top: 8px;
  color: #374151;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  /* 22.4px */
}
.wrap6 .wrap-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding: 48px;
  border-radius: 24px;
  background: linear-gradient(90deg, #e0edff 0%, #e6deff 100%);
}
.wrap6 .wrap-bottom .bottom-tit {
  color: #1d1d1f;
  font-family: 'Noto Sans JP';
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  /* 36.4px */
}
.wrap6 .wrap-bottom .bottom-desc {
  margin-top: 16px;
  color: #515255;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.wrap6 .wrap-bottom .bottom-list {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 20px;
}
.wrap6 .wrap-bottom .bottom-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1d1d1f;
  font-family: 'Noto Sans JP';
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
}
.wrap6 .wrap-bottom .platform-download-link {
  width: 418px;
  padding: 21px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 60px;
  background: #006dff;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  transition: all 0.3s;
}
.wrap6 .wrap-bottom .platform-download-link:hover {
  background: #0062cc;
}
.wrap6 .wrap-bottom .banner-benefits {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 16px;
  color: #606266;
  font-size: 14px;
}
.wrap6 .wrap-bottom .banner-benefits span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.wrap6 .wrap-bottom .banner-benefits span + span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -13px;
  width: 1px;
  height: 18px;
  background: #b8c0cc;
  transform: translateY(-50%);
}
.wrap6 .wrap-bottom .banner-benefits img {
  width: 20px;
  height: 20px;
}
.wrap7 .wrap-tit {
  color: #111827;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 150%;
  /* 57px */
}
.wrap7 .faq-list {
  margin: 34px auto 0;
  max-width: 982px;
}
.wrap7 .faq-item {
  padding: 30px 0;
  border-bottom: 1px solid #d2d2d7;
}
.wrap7 .faq-item.active .faq-answer {
  max-height: 1000px;
  padding-top: 26px;
  overflow: hidden;
  visibility: visible;
  opacity: 1;
}
.wrap7 .faq-item.active .faq-question p::after {
  transform: translateY(-25%) rotate(225deg);
}
.wrap7 .faq-item .faq-question {
  cursor: pointer;
}
.wrap7 .faq-item .faq-question p {
  position: relative;
  color: #1d1e20;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  /* 150% */
}
.wrap7 .faq-item .faq-question p::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  width: 14px;
  height: 14px;
  border-right: 3px solid #86868b;
  border-bottom: 3px solid #86868b;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s ease;
}
.wrap7 .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
  color: #1d1d1f;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
  /* 28.8px */
}
.wrap7 .faq-item .faq-answer a {
  color: #006dff;
}
.wrap8 {
  margin-top: 180px;
}
.wrap8 .wrap-flex {
  display: flex;
  align-items: center;
  gap: 42px;
  justify-content: center;
}
.wrap8 .wrap-info {
  flex: 0 0 462px;
}
.wrap8 .wrap-img {
  transform: translateX(-34px);
}
.wrap8 .wrap-tit {
  color: #111827;
  font-size: 52px;
  font-weight: 700;
  line-height: 130%;
  /* 67.6px */
}
.wrap8 .wrap-desc {
  margin-top: 24px;
  color: #374151;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  /* 32px */
}
.wrap8 .platform-download {
  display: flex;
  position: relative;
  margin-top: 40px;
}
.wrap8 .platform-download .platform-download-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 21px 0;
  width: 418px;
  border-radius: 60px;
  background: #3870ff;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  transition: all 0.3s;
}
.wrap8 .platform-download .platform-download-link:hover {
  background: #0062cc;
}
.wrap8 .platform-download .platform-download-link::before {
  content: '\\ 0円・購入手続きなし /';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 6px 23px 8px;
  background: url('../../img/lp/amazon-music-cancel-save/down-yellow.png') no-repeat center / cover;
  background-size: 100% 100%;
  color: #070707;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
.wrap8 .banner-benefits {
  display: flex;
  gap: 28px;
  margin-top: 24px;
  color: #606266;
  font-size: 14px;
}
.wrap8 .banner-benefits span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.wrap8 .banner-benefits span + span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -13px;
  width: 1px;
  height: 18px;
  background: #b8c0cc;
  transform: translateY(-50%);
}
.wrap8 .banner-benefits img {
  width: 20px;
  height: 20px;
}
.wrap9 {
  margin-top: 100px;
}
.wrap9 .wrap9-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 24px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 16px;
  background: #e8f2ff;
}
.wrap9 .wrap9-benefits .wrap9-benefit {
  position: relative;
  min-height: 300px;
  padding: 32px 24px 24px;
  border-right: 1px solid #c0d0fd;
  text-align: center;
}
.wrap9 .wrap9-benefits .wrap9-benefit:last-child {
  border-right: 0;
}
.wrap9 .wrap9-benefits .wrap9-benefit > img {
  display: block;
  width: 68px;
  height: 68px;
  margin: 0 auto 20px;
  object-fit: contain;
}
.wrap9 .wrap9-benefits .wrap9-number {
  position: absolute;
  top: 14px;
  right: 12px;
  color: #bfc5ce;
  font-size: 20px;
}
.wrap9 .wrap9-benefits h3 {
  margin: 0 0 16px;
  color: #1f2937;
  font-size: 20px;
  font-weight: 700;
}
.wrap9 .wrap9-benefits p {
  margin: 0;
  color: #374151;
  font-size: 16px;
  line-height: 1.6;
}
.wrap9 .wrap9-benefits .small-time {
  margin-top: 4px;
  color: #909399;
  text-align: center;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  /* 19.2px */
}
.wrap9 .wrap9-info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.wrap9 .wrap9-info .wrap9-info-card {
  min-height: 155px;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #fff;
  background: #e8f1ff;
}
.wrap9 .wrap9-info h3 {
  margin: 0 0 16px;
  color: #1f2937;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}
.wrap9 .wrap9-info p {
  margin: 0;
  color: #374151;
  font-size: 16px;
  line-height: 1.6;
}
.wrap9 .wrap9-info strong {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 14px;
  color: #ff5a26;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  line-height: 140%;
}
.wrap9 .wrap9-info .info-mini-tips {
  font-size: 14px;
  line-height: 160%;
}
@media (max-width: 1400px) {
  .banner .banner-img img {
    transform: translateX(0);
  }
  .banner h1 {
    font-size: 38px;
  }
  .wrap2 .wrap-cont {
    margin: 68px 3vw 0;
  }
}
@media (max-width: 1200px) {
  main .container {
    padding: 0 15px;
    zoom: 0.8;
  }
  .banner .banner-img {
    flex: 1;
  }
  .banner .banner-img img {
    width: 100%;
  }
}
@media (max-width: 996px) {
  main .container {
    zoom: 0.6;
  }
}
