@charset "UTF-8";
/*―――――――――――――――――――――――――*
*	music
*―――――――――――――――――――――――――*/
#music {
  background: url(../img/music/bg01.png) no-repeat right top, url(../img/music/bg02.png) no-repeat center 750px;
}
#music .under_main_visual .w1520:before {
  background: url(../img/music/img01.png) no-repeat left top/cover;
}
#music #w_service .w1520:before {
  background: url(../img/music/img03.png) no-repeat left top/100% auto;
}
#music .service_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
#music .service_list li {
  background: #fff;
  padding: 22px 30px;
  border-radius: 4px;
}
#music .service_list li:nth-child(1) h3 {
  background: url(../img/music/ic01.svg) no-repeat left center;
}
#music .service_list li:nth-child(2) h3 {
  background: url(../img/music/ic02.svg) no-repeat left center;
}
#music .service_list li:nth-child(3) h3 {
  background: url(../img/music/ic03.svg) no-repeat left center;
}
#music .service_list li:nth-child(4) h3 {
  background: url(../img/music/ic04.svg) no-repeat left center;
}
#music .service_list li:nth-child(5) h3 {
  background: url(../img/music/ic05.svg) no-repeat left center;
}
#music .service_list li:nth-child(6) h3 {
  background: url(../img/music/ic06.svg) no-repeat left center;
}
#music .service_list h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 5px;
  padding-left: 38px;
}
#music .service_list p {
  line-height: 2;
}
#music #faq {
  margin-bottom: 280px;
}

#flow {
  padding-top: 140px;
  margin-bottom: 120px;
}
#flow .w1520 {
  display: flex;
}
#flow .ttl {
  width: 340px;
}
#flow .content {
  width: calc(100% - 340px);
}
#flow h3 {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 8px;
}
#flow h3 span:first-child {
  font-family: var(--font-family-poppins);
  color: var(--charm);
  margin-right: 8px;
}
#flow ol {
  width: 100%;
  display: grid;
  gap: 30px 0;
}
#flow li {
  border: solid 1px #D9D9D9;
  border-radius: 4px;
  padding: 22px 30px;
  position: relative;
}
#flow li:not(:last-child):after {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -20px;
  content: "";
  display: block;
  aspect-ratio: 16/9;
  width: 16px;
  background: url(../img/music/arrow.svg) no-repeat center/cover;
}
#flow p {
  line-height: 2;
}

#creator {
  margin-bottom: 250px;
}

.w_creator {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 40px;
}
.w_creator .creator[data-target] {
  cursor: pointer;
}
.w_creator .creator[data-target] figure:before {
  position: absolute;
  right: 10px;
  bottom: 10px;
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 25px;
  background: url(../img/music/plus.svg) no-repeat left top/100% auto;
}
.w_creator figure {
  position: relative;
  margin-bottom: 12px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.w_creator figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.w_creator .name {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 8px;
}
.w_creator .catch_copy {
  font-weight: 300;
  font-size: 14px;
}

#overlay {
  cursor: pointer;
  display: none;
  justify-content: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: calc(infinity);
  width: 100%;
  height: 100%;
  align-items: center;
}

.modal {
  cursor: default;
  display: none;
  width: 800px;
  background: var(--charm);
  border-radius: 20px;
  padding: 50px;
  max-height: 90vh;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.modal::-webkit-scrollbar {
  display: none;
}
.modal .flex {
  margin-bottom: 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.modal .flex .img {
  width: 300px;
}
.modal .flex .img figure {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.modal .flex .img figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.modal .ttl {
  margin-bottom: 110px;
  font-size: 18px;
  background: url(../img/music/ic_prof.svg) no-repeat left center;
  padding: 0 0 0 40px;
}
.modal .name {
  margin-bottom: 5px;
}
.modal .name .ja {
  font-weight: 600;
  font-size: 32px;
}
.modal .name .en {
  font-family: var(--font-family-poppins);
  opacity: 0.5;
  font-size: 16px;
  margin-left: 5px;
}
.modal .bg {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  padding: 28px 30px 30px;
}
.modal .sub_ttl {
  font-weight: 600;
}
.modal .history {
  font-size: 14px;
  line-height: 1.8571428571;
  margin-bottom: 25px;
}
.modal .history + .sub_ttl {
  margin-bottom: 10px;
}
.modal .works {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  font-size: 14px;
}
.modal .works a {
  color: inherit;
  display: block;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.modal .works a:hover {
  opacity: 0.75;
  transform: translateY(-2px);
}
.modal .works figcaption {
  margin-top: 5px;
}
.modal .works .link_text {
  display: inline-block;
  margin-top: 6px;
  color: var(--charm);
  font-size: 12px;
  font-weight: 600;
  border-bottom: solid 1px currentColor;
}

#music_cta .cta_top {
  text-align: center;
  padding-bottom: 130px;
}
#music_cta .cta_top .en {
  font-size: 56px;
  font-family: var(--font-family-poppins);
  font-weight: 900;
  color: rgba(255, 157, 197, 0.3);
  margin-bottom: 8px;
}
#music_cta .cta_top .ja {
  font-weight: 700;
  font-size: 44px;
}
#music_cta .cta_top .ja span {
  display: block;
}
#music_cta .cta_top .ja span:last-child {
  color: var(--charm);
}
#music_cta .cta_bottom {
  background: linear-gradient(0.25turn, rgb(209, 116, 154) 0%, rgb(23, 143, 210) 100%);
  padding: 70px 0;
}
#music_cta .grid {
  text-align: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#music_cta .grid > div:first-child {
  border-right: solid 1px #fff;
}
#music_cta .grid .ttl {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 25px;
}
#music_cta .grid a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  background: #fff;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  border-radius: 30px;
}
#music_cta .grid a span {
  padding-right: 24px;
}
#music_cta .grid .pink {
  color: var(--charm);
}
#music_cta .grid .pink span {
  background: url(../img/music/btn_arrow_pink.svg) no-repeat center right;
}
#music_cta .grid .blue {
  color: #178FD2;
}
#music_cta .grid .blue span {
  background: url(../img/music/btn_arrow_blue.svg) no-repeat center right;
}

@media only screen and (min-width: 900px) and (max-width: 1840px) {
  #music {
    background: url(../img/music/bg01.png) no-repeat right top/38.8157894737vw auto, url(../img/music/bg02.png) no-repeat center 42.1052631579vw/100% auto;
  }
  #music .service_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.6315789474vw;
  }
  #music .service_list li {
    padding: 1.4473684211vw 1.9736842105vw;
    border-radius: 0.2631578947vw;
  }
  #music .service_list li:nth-child(1) h3 {
    background-size: 1.5131578947vw auto;
  }
  #music .service_list li:nth-child(2) h3 {
    background-size: 1.8421052632vw auto;
  }
  #music .service_list li:nth-child(3) h3 {
    background-size: 1.8421052632vw auto;
  }
  #music .service_list li:nth-child(4) h3 {
    background-size: 1.5131578947vw auto;
  }
  #music .service_list li:nth-child(5) h3 {
    background-size: 1.5131578947vw auto;
  }
  #music .service_list li:nth-child(6) h3 {
    background-size: 1.8421052632vw auto;
  }
  #music .service_list h3 {
    font-size: 1.3157894737vw;
    margin-bottom: 0.3289473684vw;
    padding-left: 2.5vw;
  }
  #music #faq {
    margin-bottom: 18.4210526316vw;
  }
  #flow {
    padding-top: 9.2105263158vw;
    margin-bottom: 7.8947368421vw;
  }
  #flow .ttl {
    width: 22.3684210526vw;
  }
  #flow .content {
    width: calc(100% - 22.3684210526vw);
  }
  #flow h3 {
    font-size: 1.3157894737vw;
    margin-bottom: 0.5263157895vw;
  }
  #flow h3 span:first-child {
    margin-right: 0.5263157895vw;
  }
  #flow ol {
    gap: 1.9736842105vw 0;
  }
  #flow li {
    border: solid 0.0657894737vw #D9D9D9;
    border-radius: 0.2631578947vw;
    padding: 1.4473684211vw 1.9736842105vw;
  }
  #flow li:not(:last-child):after {
    transform: translate(-50%, 0);
    bottom: -1.3157894737vw;
    width: 1.0526315789vw;
  }
  #creator {
    margin-bottom: 16.4473684211vw;
  }
  .w_creator {
    gap: 1.9736842105vw 2.6315789474vw;
  }
  .w_creator .creator[data-target] figure:before {
    right: 0.6578947368vw;
    bottom: 0.6578947368vw;
    width: 1.6447368421vw;
  }
  .w_creator figure {
    margin-bottom: 0.7894736842vw;
  }
  .w_creator .name {
    font-size: 1.1842105263vw;
    margin-bottom: 0.5263157895vw;
  }
  .w_creator .catch_copy {
    font-size: 0.9210526316vw;
  }
  .modal {
    width: 52.6315789474vw;
    border-radius: 1.3157894737vw;
    padding: 3.2894736842vw;
  }
  .modal .flex {
    margin-bottom: 1.3157894737vw;
  }
  .modal .flex .img {
    width: 19.7368421053vw;
  }
  .modal .ttl {
    margin-bottom: 7.2368421053vw;
    font-size: 1.1842105263vw;
    background-size: 2.1052631579vw auto;
    padding: 0 0 0 2.6315789474vw;
  }
  .modal .name {
    margin-bottom: 0.3289473684vw;
  }
  .modal .name .ja {
    font-size: 2.1052631579vw;
  }
  .modal .name .en {
    font-size: 1.0526315789vw;
    margin-left: 0.3289473684vw;
  }
  .modal .bg {
    border-radius: 1.3157894737vw;
    padding: 1.8421052632vw 1.9736842105vw 1.9736842105vw;
  }
  .modal .history {
    font-size: 0.9210526316vw;
    margin-bottom: 1.6447368421vw;
  }
  .modal .history + .sub_ttl {
    margin-bottom: 0.6578947368vw;
  }
  .modal .works {
    gap: 1.3157894737vw;
    font-size: 0.9210526316vw;
  }
  .modal .works figcaption {
    margin-top: 0.3289473684vw;
  }
  .modal .works .link_text {
    margin-top: 0.3947368421vw;
    font-size: 0.7894736842vw;
  }
  #music_cta .cta_top {
    padding-bottom: 8.5526315789vw;
  }
  #music_cta .cta_top .en {
    font-size: 3.6842105263vw;
    font-family: var(--font-family-poppins);
    margin-bottom: 0.5263157895vw;
  }
  #music_cta .cta_top .ja {
    font-size: 2.8947368421vw;
  }
  #music_cta .cta_top .ja span:last-child {
    color: var(--charm);
  }
  #music_cta .cta_bottom {
    background: linear-gradient(0.25turn, rgb(209, 116, 154) 0%, rgb(23, 143, 210) 100%);
    padding: 4.6052631579vw 0;
  }
  #music_cta .grid {
    max-width: 78.9473684211vw;
  }
  #music_cta .grid > div:first-child {
    border-right: solid 0.0657894737vw #fff;
  }
  #music_cta .grid .ttl {
    font-size: 1.5789473684vw;
    margin-bottom: 1.6447368421vw;
  }
  #music_cta .grid a {
    max-width: 25vw;
    height: 3.9473684211vw;
    border-radius: 1.9736842105vw;
  }
  #music_cta .grid a span {
    padding-right: 1.5789473684vw;
    background-size: 0.9210526316vw auto;
  }
  #music_cta .grid .pink {
    color: var(--charm);
  }
  #music_cta .grid .pink span {
    background-size: 0.9210526316vw auto;
  }
  #music_cta .grid .blue {
    color: #178FD2;
  }
  #music_cta .grid .blue span {
    background-size: 0.9210526316vw auto;
  }
}
@media only screen and (max-width: 899px) {
  #music {
    background: url(../img/music/bg01_sp.png) no-repeat right top/58.6666666667vw auto, url(../img/music/bg02_sp.png) no-repeat center 354.6666666667vw/100% auto;
  }
  #music #w_service {
    padding-bottom: 16vw;
  }
  #music #w_service .w1520:before {
    background-image: url(../img/music/img03_sp.png);
  }
  #music .service_list {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw 0;
  }
  #music .service_list li {
    padding: 4.2666666667vw;
    border-radius: 1.0666666667vw;
  }
  #music .service_list li:nth-child(1) h3 {
    background-size: 5.3333333333vw auto;
  }
  #music .service_list li:nth-child(2) h3 {
    background-size: 6.6666666667vw auto;
  }
  #music .service_list li:nth-child(3) h3 {
    background-size: 6.6666666667vw auto;
  }
  #music .service_list li:nth-child(4) h3 {
    background-size: 5.3333333333vw auto;
  }
  #music .service_list li:nth-child(5) h3 {
    background-size: 5.3333333333vw auto;
  }
  #music .service_list li:nth-child(6) h3 {
    background-size: 6.6666666667vw auto;
  }
  #music .service_list h3 {
    font-size: 3.7333333333vw;
    padding-left: 8vw;
  }
  #music .service_list p {
    font-size: 3.2vw;
  }
  #music #faq {
    margin-bottom: 16vw;
  }
  #flow {
    padding-top: 16vw;
    margin-bottom: 16vw;
  }
  #flow .w1520 {
    display: block;
  }
  #flow .ttl, #flow .content {
    width: 100%;
  }
  #flow h3 {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  #flow h3 span:last-child {
    margin-right: 2.1333333333vw;
  }
  #flow ol {
    gap: 7.4666666667vw 0;
  }
  #flow li {
    border-radius: 1.0666666667vw;
    padding: 4.8vw 4.2666666667vw 4.2666666667vw;
  }
  #flow li:not(:last-child):after {
    bottom: -4.8vw;
    width: 3.4666666667vw;
  }
  #flow p {
    font-size: 3.2vw;
  }
  #flow p br {
    display: none;
  }
  #creator {
    background: #F5F5F5;
    padding: 16vw 0;
    margin-bottom: 16vw;
  }
  .w_creator {
    grid-template-columns: 1fr 1fr;
    gap: 4vw 4.8vw;
  }
  .w_creator .creator[data-target] figure:before {
    width: 4.2666666667vw;
    right: 1.3333333333vw;
    bottom: 1.3333333333vw;
  }
  .w_creator figure {
    border-radius: 1.0666666667vw;
    overflow: hidden;
    aspect-ratio: 165/184;
    margin-bottom: 1.3333333333vw;
  }
  .w_creator figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .w_creator .name {
    font-size: 3.2vw;
    margin-bottom: 0;
  }
  .w_creator .catch_copy {
    font-size: 2.6666666667vw;
  }
  .modal {
    width: 92vw;
    border-radius: 2.6666666667vw;
    padding: 5.3333333333vw 5.3333333333vw;
  }
  .modal .flex {
    margin-bottom: 4vw;
  }
  .modal .flex > div:first-child {
    width: calc(100% - 44.2666666667vw);
  }
  .modal .flex .img {
    width: 44.2666666667vw;
  }
  .modal .flex .img figure {
    aspect-ratio: 166/180;
    border-radius: 1.0666666667vw;
    overflow: hidden;
  }
  .modal .flex .img figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .modal .ttl {
    font-size: 3.2vw;
    background-size: 4.8vw auto;
    padding-left: 5.8666666667vw;
    margin-bottom: 7.4666666667vw;
  }
  .modal .name {
    line-height: 1;
    margin-bottom: 3.7333333333vw;
  }
  .modal .name .ja {
    display: block;
    font-size: 5.3333333333vw;
  }
  .modal .name .en {
    font-size: 2.6666666667vw;
    margin-left: 0;
  }
  .modal .catch_copy {
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .modal .bg {
    border-radius: 1.6vw;
    padding: 4.2666666667vw;
  }
  .modal .sub_ttl {
    font-size: 3.2vw;
    margin-bottom: 1.3333333333vw;
  }
  .modal .history {
    font-size: 3.2vw;
    line-height: 2;
    margin-bottom: 5.3333333333vw;
  }
  .modal .history + .sub_ttl {
    margin-bottom: 2.6666666667vw;
  }
  .modal .works {
    grid-template-columns: 1fr 1fr;
    gap: 2.6666666667vw 4vw;
    font-size: 3.2vw;
  }
  .modal .works figcaption {
    margin-top: 0.8vw;
  }
  .modal .works .link_text {
    margin-top: 1.0666666667vw;
    font-size: 2.6666666667vw;
  }
  #music_cta .cta_top {
    text-align: center;
    padding-bottom: 14.6666666667vw;
  }
  #music_cta .cta_top .en {
    font-size: 9.0666666667vw;
    margin-bottom: 2.6666666667vw;
    line-height: 1.2941176471;
  }
  #music_cta .cta_top .ja {
    font-size: 6.4vw;
  }
  #music_cta .cta_top .ja span {
    display: block;
  }
  #music_cta .cta_top .ja span:first-child {
    padding-left: 2.6666666667vw;
  }
  #music_cta .cta_top .ja span:last-child {
    color: var(--charm);
    font-size: 7.4666666667vw;
  }
  #music_cta .cta_bottom {
    padding: 14.6666666667vw 5.8666666667vw 16vw;
  }
  #music_cta .grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6.6666666667vw 0;
  }
  #music_cta .grid > div:first-child {
    border-right: none;
  }
  #music_cta .grid .ttl {
    color: #fff;
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  #music_cta .grid a {
    background: #fff;
    max-width: 101.3333333333vw;
    height: 13.3333333333vw;
    font-size: 3.4666666667vw;
    border-radius: 6.6666666667vw;
  }
  #music_cta .grid a span {
    padding-right: 5.3333333333vw;
  }
  #music_cta .grid .pink {
    color: var(--charm);
  }
  #music_cta .grid .pink span {
    background-size: 3.2vw auto;
  }
  #music_cta .grid .blue {
    color: #178FD2;
  }
  #music_cta .grid .blue span {
    background-size: 3.2vw auto;
  }
}
