@charset "UTF-8";
/* ------------------------------
 reset
------------------------------ */
.content-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content-wrapper img {
  max-width: 100%;
  vertical-align: bottom;
}

/* ------------------------------
 animation
------------------------------ */
.animation-slide-right {
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.animation-slide-right.animation-done {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.animation-slide-left {
  -webkit-transform: translateX(5%);
          transform: translateX(5%);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.animation-slide-left.animation-done {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.animation-slide-up {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.animation-slide-up.animation-done {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.animation-slide-down {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.animation-slide-down.animation-done {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.animation-zoom {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
}
.animation-zoom.animation-done {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

/* ------------------------------
 base
------------------------------ */
.content-wrapper article {
  margin: 0;
  color: #2d2d2f;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", sans-serif;
}

a {
  color: #0066CB;
}
a:hover {
  color: #0066CB;
}
a:visited {
  color: #0066CB;
}
a:focus {
  outline: -webkit-focus-ring-color auto 2px;
}

/* ------------------------------
 swiper
------------------------------ */
.swiper-container {
  position: relative;
}

.swiper-button-next, .swiper-button-prev {
  color: transparent;
  width: 2rem;
  height: 2rem;
}
.swiper-button-next:after, .swiper-button-prev:after {
  top: 50%;
  left: 50%;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  border-top: 0.2rem solid #85858a;
  border-right: 0.2rem solid #85858a;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.swiper-button-prev:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 1.2rem;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 1.2rem;
}

/* ------------------------------
 layout
------------------------------ */
.htmlblock > aside {
  display: none;
}
@media (min-width: 1200px) {
  .htmlblock > aside {
    display: block;
    width: 180px;
    float: left;
    height: 100%;
  }
}

@media (min-width: 1200px) {
  .htmlblock > .wrapper > main {
    width: calc(100% - 180px);
    float: left;
  }
}

.content-wrapper {
  background-color: #F8F8F8;
}
.content-wrapper article {
  max-width: 100%;
  width: 600px;
  margin: 0 auto;
  background: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

/* ------------------------------
 module
------------------------------ */
.button {
  display: block;
  background-color: #2d2d2f;
  border-radius: 1000px;
  padding: 1rem;
  text-align: center;
  color: #fff;
  font-size: 4vw;
}
@media (min-width: 601px) {
  .button {
    font-size: 24px;
  }
}
.button:link,
.button:hover,
.button:visited,
.button:focus,
.button:active {
  color: #fff;
}
.button.border {
  padding: 0.6rem;
  border: 0.2rem solid #85858a;
  background: #fff;
  color: #85858a;
  font-size: 4.6666666667vw;
}
@media (min-width: 601px) {
  .button.border {
    font-size: 28px;
  }
}
.button.border::after {
  content: "";
  position: relative;
  top: -0.1rem;
  display: inline-block;
  margin-left: 0.3em;
  background-image: url(/content/dam/au-com/pr/apple-music/img/icon_link_blank_gray.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.95rem;
  height: 0.85rem;
}
.button.cvr {
  position: relative;
  font-size: 6vw;
}
@media (min-width: 601px) {
  .button.cvr {
    font-size: 36px;
  }
}
.button.cvr {
  background-image: -webkit-gradient(linear, left top, right top, from(#f63c8b), color-stop(#f42644), to(#f63c8b));
  background-image: linear-gradient(90deg, #f63c8b, #f42644, #f63c8b);
  background-size: 200% 100%;
  -webkit-animation: cvrGradient 2s ease-in-out infinite alternate;
          animation: cvrGradient 2s ease-in-out infinite alternate;
  overflow: hidden;
}
.button.cvr::after {
  -webkit-animation: 2.7s 0s shine linear infinite;
          animation: 2.7s 0s shine linear infinite;
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.6)), color-stop(75%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 75%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  width: 100%;
}
@-webkit-keyframes cvrGradient {
  from {
    background-position: left center;
  }
  to {
    background-position: right center;
  }
}
@keyframes cvrGradient {
  from {
    background-position: left center;
  }
  to {
    background-position: right center;
  }
}
@-webkit-keyframes shine {
  40% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes shine {
  40% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

.lead {
  text-align: center;
  font-size: 6vw;
}
@media (min-width: 601px) {
  .lead {
    font-size: 36px;
  }
}
.lead {
  margin-bottom: 2rem;
}
.lead span {
  background: #F9D3D4;
}

.title-default {
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 7vw;
}
@media (min-width: 601px) {
  .title-default {
    font-size: 42px;
  }
}
.title-default {
  font-weight: normal;
}
.title-default::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  height: 0.3rem;
  width: 4rem;
  background-image: -webkit-gradient(linear, left top, right top, from(#f63c8b), to(#f42644));
  background-image: linear-gradient(90deg, #f63c8b, #f42644);
}

.list-notice {
  margin-bottom: 1rem;
  padding-left: 1.1em;
  font-size: 2.6666666667vw;
}
@media (min-width: 601px) {
  .list-notice {
    font-size: 16px;
  }
}
.list-notice li::marker {
  font-size: 0.7em;
}
.list-notice li ul {
  padding-left: 1em;
}
.list-notice .asterisk {
  position: relative;
  list-style: none;
}
.list-notice .asterisk::before {
  content: "※";
  position: absolute;
  left: -1.3em;
}
.list-notice .style-none {
  list-style: none;
}

[data-toggle-inner] {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.6s ease;
  transition: grid-template-rows 0.6s ease;
  transition: grid-template-rows 0.6s ease, -ms-grid-rows 0.6s ease;
}
[data-toggle-inner] > div {
  overflow: hidden;
}
.is-open [data-toggle-inner] {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.fixed-bottom {
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fixed-bottom:not(.is-hidden) {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.fixed-bottom__wrap {
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .fixed-bottom__wrap {
    padding-left: 180px;
  }
}
.fixed-bottom__content {
  position: relative;
  padding: 0.5rem 1rem 0.7rem;
  background: #e7e7ec;
}
.fixed-bottom__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .fixed-bottom__content ul {
    padding-left: 0;
    padding-right: 0;
  }
}
.fixed-bottom__content ul li {
  width: calc(50% - 0.5rem);
  list-style: none;
}
.fixed-bottom__content ul li .button.cvr {
  padding: 0.35rem;
  line-height: 1.2;
  font-size: 3.6666666667vw;
}
@media (min-width: 601px) {
  .fixed-bottom__content ul li .button.cvr {
    font-size: 22px;
  }
}
.fixed-bottom__content ul li .button.border {
  position: relative;
  z-index: 1;
  width: calc(100% + 0.2rem);
  padding: 0.35rem 0 0.45rem;
  line-height: 1.2;
  font-size: 3.6666666667vw;
}
@media (min-width: 601px) {
  .fixed-bottom__content ul li .button.border {
    font-size: 22px;
  }
}
.fixed-bottom__content ul li .button.border {
  color: #f9243c;
  border: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#f63c8b), to(#f42644));
  background-image: linear-gradient(90deg, #f63c8b, #f42644);
}
.fixed-bottom__content ul li .button.border::after {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  width: calc(100% - 0.2rem);
  height: calc(100% - 0.2rem);
  z-index: -1;
  margin: 0;
  border-radius: 1000px;
  background: #fff;
}
.fixed-bottom__content p {
  margin-bottom: 0.1rem;
  font-size: 3vw;
}
@media (min-width: 601px) {
  .fixed-bottom__content p {
    font-size: 18px;
  }
}
.fixed-bottom__content p::before {
  content: "\\ ";
}
.fixed-bottom__content p::after {
  content: " /";
}

.measureTag {
  height: 30px;
}

/* ------------------------------
 style
------------------------------ */
.main-visual {
  margin-bottom: 2rem;
  padding-top: 1.4rem;
}

.trial {
  padding: 0 1.4rem;
  margin-bottom: 2rem;
}
.trial__image {
  margin-bottom: 1rem;
}
.trial__link {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 3.3333333333vw;
}
@media (min-width: 601px) {
  .trial__link {
    font-size: 20px;
  }
}
.trial__link a {
  color: #0066CB;
}
.trial__link a::after {
  content: "";
  position: relative;
  top: -0.3em;
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.2em;
  border-bottom: 0.1rem solid #0066CB;
  border-right: 0.1rem solid #0066CB;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.trial__link a small {
  font-size: 80%;
}
.trial__button {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.trial__annotation {
  margin-bottom: 1rem;
  font-size: 3vw;
}
@media (min-width: 601px) {
  .trial__annotation {
    font-size: 18px;
  }
}
.trial__annotation span {
  text-decoration-line: underline;
}

.more-point {
  padding: 0 1.4rem 2rem;
}
.more-point__annotation {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 3vw;
}
@media (min-width: 601px) {
  .more-point__annotation {
    font-size: 18px;
  }
}
.more-point__annotation b {
  font-size: 3.3333333333vw;
}

@media (min-width: 601px) {
  .more-point__annotation b {
    font-size: 20px;
  }
}
.more-point__annotation em {
  font-size: 115%;
}
.more-point__plan a {
  color: #0066CB;
}
.more-point__plan a::after {
  content: "";
  position: relative;
  top: -0.2rem;
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.2em;
  border-top: 0.1rem solid #0066CB;
  border-right: 0.1rem solid #0066CB;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.contain {
  margin-bottom: 1.5rem;
  padding: 3rem 0 4rem;
  background: #f4f4f6;
}
.contain .lead {
  font-weight: bold;
}
.contain__description {
  margin-top: 0.5rem;
  padding: 0 3rem;
  font-size: 4vw;
}
@media (min-width: 601px) {
  .contain__description {
    font-size: 24px;
  }
}
.contain__description small {
  position: relative;
  top: -0.3rem;
  font-size: 75%;
  -webkit-transform: scale(0.5) translateY(-50%);
          transform: scale(0.5) translateY(-50%);
}

.transfer {
  margin: 0 1rem 3rem;
  padding: 3rem 1.4rem;
  border: 0.1rem solid #000;
  border-radius: 1.6rem;
}
.transfer__annotation {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 2.6666666667vw;
}
@media (min-width: 601px) {
  .transfer__annotation {
    font-size: 16px;
  }
}
.transfer__able {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 4vw;
}
@media (min-width: 601px) {
  .transfer__able {
    font-size: 24px;
  }
}
.transfer__able em {
  color: #ee1434;
}
.transfer__link {
  text-align: center;
  font-size: 3.6666666667vw;
}
@media (min-width: 601px) {
  .transfer__link {
    font-size: 22px;
  }
}
.transfer__link {
  color: #0066CB;
}
.transfer__link::after {
  content: "";
  position: relative;
  top: 0.1rem;
  display: inline-block;
  margin-left: 0.2em;
  background-image: url(/content/dam/au-com/pr/apple-music/img/icon_link_blank.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;
  height: 0.9rem;
}

.apple-one .lead {
  font-size: 5vw;
}
@media (min-width: 601px) {
  .apple-one .lead {
    font-size: 30px;
  }
}
.apple-one {
  background: #e7e7ec;
  padding: 3rem 1rem;
}
.apple-one__image {
  margin-bottom: 2rem;
  padding: 3rem 1.4rem;
  background: #fff;
  border-radius: 2.2rem;
}
.apple-one__button {
  padding: 0 2rem;
}
.apple-one__annotation {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 3vw;
}
@media (min-width: 601px) {
  .apple-one__annotation {
    font-size: 18px;
  }
}

.step {
  padding: 0.5rem 1rem 1.5rem;
  text-align: center;
}
.step h3 {
  margin-bottom: 1rem;
  font-weight: normal;
  font-size: 4.3333333333vw;
}
@media (min-width: 601px) {
  .step h3 {
    font-size: 26px;
  }
}
.step__selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 0;
  margin-bottom: 0;
}
.step__selector li {
  width: calc(50% - 0.1rem);
  list-style: none;
  border: 0.1rem solid #d5d5d7;
  border-bottom: none;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.step__selector li.active {
  border-color: #ca263a;
}
.step__selector li.active button {
  padding: 1rem 0;
  background: #ca263a;
  color: #fff;
}
.step__selector li button {
  width: 100%;
  padding: 0.5rem 0;
  background: #f4f4f6;
  font-size: 3.6666666667vw;
}
@media (min-width: 601px) {
  .step__selector li button {
    font-size: 22px;
  }
}
.step__selector li button {
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.step__selector li button:focus-visible {
  outline-offset: -4px;
  position: relative;
  z-index: 1;
}
.step__content {
  padding: 1.5rem 0;
  border: 0.1rem solid #d5d5d7;
  border-top: 0.3rem solid #ca263a;
}
.step__number span {
  display: inline-block;
  border-radius: 1000px;
  width: 2rem;
  height: 2rem;
  line-height: 1.9rem;
  color: #fff;
  background: #2d2d2f;
}
.step__description {
  margin-bottom: 2rem;
  font-size: 4.3333333333vw;
}
@media (min-width: 601px) {
  .step__description {
    font-size: 26px;
  }
}
.step__description + figure img {
  width: 18rem;
}
.step figure figcaption {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 4.6666666667vw;
}
@media (min-width: 601px) {
  .step figure figcaption {
    font-size: 28px;
  }
}
.step .img-step-10 {
  width: 12rem;
}
.step__annotation {
  font-size: 3vw;
}
@media (min-width: 601px) {
  .step__annotation {
    font-size: 18px;
  }
}
.step__lead-cancel {
  padding: 0 1.6rem 1.5rem;
  text-align: left;
}
.step__cancel {
  padding: 0 3rem;
  text-align: left;
}
.step__button {
  margin-bottom: 1.5rem;
}
.step__button .button {
  padding: 1rem;
  background: #ca263a;
  font-size: 4.3333333333vw;
}
@media (min-width: 601px) {
  .step__button .button {
    font-size: 26px;
  }
}
.step__annotation-cancel {
  padding-left: 1rem;
}
.step__annotation-cancel li {
  font-size: 3.6666666667vw;
}
@media (min-width: 601px) {
  .step__annotation-cancel li {
    font-size: 22px;
  }
}
.step__annotation-cancel li::marker {
  font-size: 0.8rem;
}

.notice {
  padding: 0.5rem 1rem 0;
}
.notice .lead {
  margin-bottom: 0.1rem;
  font-size: 5vw;
}
@media (min-width: 601px) {
  .notice .lead {
    font-size: 30px;
  }
}
.notice__wrap {
  background: #f4f4f6;
  border-radius: 1.8rem;
  overflow: hidden;
}
.notice__wrap h2 {
  padding: 1rem;
  background: #ca263a;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 4.3333333333vw;
}
@media (min-width: 601px) {
  .notice__wrap h2 {
    font-size: 26px;
  }
}
.notice__content {
  padding: 1.4rem;
}
.notice__description {
  margin-bottom: 1.5rem;
}
.notice__description span {
  color: #ee1434;
}
.notice__button {
  margin-bottom: 1.5rem;
}
.notice__button .button.cvr {
  font-size: 4.6666666667vw;
}
@media (min-width: 601px) {
  .notice__button .button.cvr {
    font-size: 28px;
  }
}
.notice__first {
  margin-bottom: 1.5rem;
  text-align: center;
}
.notice__first span {
  font-size: 5vw;
}
@media (min-width: 601px) {
  .notice__first span {
    font-size: 30px;
  }
}
.notice__check {
  position: relative;
  padding-left: 1em;
}
.notice__check::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.9em;
  height: 0.9em;
  background-image: url(/content/dam/au-com/pr/apple-music/img/icon_check.webp);
  background-repeat: no-repeat;
  background-size: contain;
}
.notice__check span {
  background: #F9D3D4;
}

.price {
  padding: 2rem 1rem;
  background: #e7e7ec;
  text-align: center;
}
.price h2 {
  margin-bottom: 0.5rem;
}
.price h2 img {
  width: 18rem;
}
.price__wrap {
  padding: 1.5rem 1.4rem;
  background: #fff;
  border-radius: 2.3rem;
}
.price__lead {
  font-size: 4.3333333333vw;
}
@media (min-width: 601px) {
  .price__lead {
    font-size: 26px;
  }
}
.price__lead {
  margin-bottom: 1rem;
}
.price__image {
  margin-bottom: 1rem;
}
.price__link {
  margin-bottom: 1rem;
}
.price__link a {
  font-size: 3.6666666667vw;
}
@media (min-width: 601px) {
  .price__link a {
    font-size: 22px;
  }
}
.price__link a {
  color: #0066CB;
}
.price__link a::after {
  content: "";
  position: relative;
  top: -0.2rem;
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 0.5rem;
  border-bottom: 0.2rem solid #0066CB;
  border-right: 0.2rem solid #0066CB;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.price__button {
  margin-bottom: 0.5rem;
}
.price__button-chat .button {
  margin-bottom: 0.5rem;
}
.price__button-chat .button span {
  font-size: 50%;
}
.price__button-chat > p {
  font-size: 3vw;
}
@media (min-width: 601px) {
  .price__button-chat > p {
    font-size: 18px;
  }
}
.price__annotation {
  font-size: 3vw;
}
@media (min-width: 601px) {
  .price__annotation {
    font-size: 18px;
  }
}
.price__annotation span {
  text-decoration-line: underline;
}
.price__text-chat {
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}

.terms {
  padding: 2rem 1rem 0;
}

.qa {
  padding: 1.5rem 1rem;
  text-align: left;
}
.qa h3 {
  margin-top: 2rem;
  margin-bottom: 0.7rem;
  font-weight: normal;
  font-size: 4.3333333333vw;
}
@media (min-width: 601px) {
  .qa h3 {
    font-size: 26px;
  }
}
.qa__accordion {
  margin-bottom: 1rem;
  padding: 0 0.5rem;
  border: 0.1rem solid #d5d5d7;
  border-radius: 0.7rem;
}
.qa__button {
  position: relative;
  width: 100%;
  padding: 1rem;
  padding-right: 2rem;
  text-align: left;
  font-size: 3.6666666667vw;
}
@media (min-width: 601px) {
  .qa__button {
    font-size: 22px;
  }
}
.qa__button {
  color: #2d2d2f;
  line-height: 1.6;
}
.qa__button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.7rem;
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin-left: 0.5rem;
  border-bottom: 0.14rem solid #85858a;
  border-right: 0.14rem solid #85858a;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.is-open .qa__button::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.qa__content {
  padding: 0 1rem;
  border: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.is-open .qa__content {
  padding: 1rem;
  border-top: 0.07rem solid #d5d5d7;
}
.qa__content > div {
  font-size: 3.6666666667vw;
}
@media (min-width: 601px) {
  .qa__content > div {
    font-size: 22px;
  }
}
.qa__content > div a {
  color: #0066CB;
}
.qa__content > div a::after {
  content: "";
  position: relative;
  top: -0.05rem;
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.3em;
  border-top: 0.14rem solid #0066CB;
  border-right: 0.14rem solid #0066CB;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.qa__text-chat {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.attention {
  padding: 2rem 1.4rem;
  background: #e7e7ec;
}
.attention h2 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 6vw;
}
@media (min-width: 601px) {
  .attention h2 {
    font-size: 36px;
  }
}
.attention h2 {
  font-weight: normal;
}
.attention h3 {
  margin-top: 2rem;
  padding-bottom: 1rem;
  font-size: 4vw;
}
@media (min-width: 601px) {
  .attention h3 {
    font-size: 24px;
  }
}
.attention h3 {
  font-weight: normal;
}
.attention p {
  margin-bottom: 1rem;
  font-size: 3.6666666667vw;
}
@media (min-width: 601px) {
  .attention p {
    font-size: 22px;
  }
}
.attention p a {
  color: #0066CB;
}
.attention p a::after {
  content: "";
  position: relative;
  top: -0.1rem;
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin-left: 0.3em;
  border-top: 0.14rem solid #0066CB;
  border-right: 0.14rem solid #0066CB;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.attention p a[target=_blank]::after {
  top: 0.1rem;
  border: none;
  -webkit-transform: initial;
          transform: initial;
  background-image: url(/content/dam/au-com/pr/apple-music/img/icon_link_blank.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1rem;

  height: 0.9rem;
}

/* ------------------------------
 common
------------------------------ */
.mt-05rem {
  margin-top: 0.5rem;
}
.mt-1rem {
  margin-top: 1rem;
}
.mt-2rem {
  margin-top: 2rem;
}
.mt-3rem {
  margin-top: 3rem;
}
.mt-4rem {
  margin-top: 4rem;
}
.mt-5rem {
  margin-top: 5rem;
}

.mb-05rem {
  margin-bottom: 0.5rem;
}
.mb-1rem {
  margin-bottom: 1rem;
}
.mb-2rem {
  margin-bottom: 2rem;
}
.mb-3rem {
  margin-bottom: 3rem;
}
.mb-4rem {
  margin-bottom: 4rem;
}
.mb-5rem {
  margin-bottom: 5rem;
}

/* 画像関連付け用 */
.nodisplay {
  display: none !important;
}

/* ------------------------------
スマホ
------------------------------ */
@media (max-width: 979px) {
  .wrapper {
    padding-top: 44px;
  }
}
