html {
  font-size: 100%;
}

body {
  background-color: #fafafa;
  color: #322341;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 100%;
}
body.-fixed {
  position: fixed !important;
}
@media only screen and (min-width: 1024px) {
  body.-fixed {
    position: relative !important;
  }
}

a {
  color: #322341;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
@media only screen and (min-width: 1024px) {
  a:hover {
    color: #7500ee;
  }
  a:hover img,
  a:hover figure {
    opacity: .8;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  a:hover figure img {
    opacity: 1;
  }
}

hr {
  border-bottom: 1px solid #e0e0e0;
  margin: 2rem 0;
}

::selection {
  background-color: #cbafe9;
}

::-moz-selection {
  background-color: #cbafe9;
}

.-pc {
  display: none !important;
}
@media only screen and (min-width: 1024px) {
  .-pc {
    display: block !important;
  }
}

@media only screen and (min-width: 1024px) {
  .-sp {
    display: none !important;
  }
}

#url {
  position: absolute;
  z-index: -100;
}

.linkup {
  margin: 0 auto;
  padding: 0;
  width: 95%;
  max-width: 360px;
}
.linkup__main {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05);
  margin: 2rem 0;
  overflow: hidden;
}
.linkup__main figure img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.linkup__main h1 {
  font-size: 26px;
  line-height: 36px;
  padding: 1rem;
}
.linkup__main__artist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  padding: 0 1rem;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.linkup__main__artist figure {
  background: center center no-repeat;
  background-size: cover;
  border-radius: 100%;
  margin-right: .5rem;
  overflow: hidden;
  width: 2.5rem;
  height: 2.5rem;
}
.linkup__main__artist h2 {
  color: #9d97a3;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.linkup__main__text {
  opacity: .8;
  padding: 1rem;
}
.linkup__share {
  padding: 1rem;
}
.linkup__share__btn {
  background-color: #7500ee;
  border: 1px solid #7500ee;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 24px;
  line-height: 2rem;
  margin: 0 auto;
  margin: 1rem auto;
  padding: 0 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 100%;
  width: 100% !important;
  max-width: 19em;
  height: 2rem;
}
@media only screen and (min-width: 720px) {
  .linkup__share__btn {
    font-size: 16px;
    line-height: 26px;
    line-height: 2.375rem;
    height: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .linkup__share__btn {
    padding: 0 2rem;
    width: auto;
  }
}
.linkup__share__btn:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .linkup__share__btn:hover {
    cursor: pointer;
  }
}
@media only screen and (min-width: 1024px) {
  .linkup__share__btn:hover {
    background-color: #cbafe9 !important;
    border-color: #cbafe9 !important;
    color: #fff !important;
  }
}
.linkup__share__btn:focus {
  background-color: #cbafe9;
  border-color: #cbafe9;
  outline: none;
}
.linkup__share__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;

  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.linkup__share__social a {
  color: #7500ee;
  font-size: 1.75rem;
}
.linkup__share__social a:hover {
  color: #cbafe9;
}
.linkup__store {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05);
  margin-bottom: 2rem;
  overflow: hidden;
}
.linkup__store h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  padding: 1.5rem 1rem;
}
.linkup__store__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 .5rem;

  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.linkup__store__item {
  margin-bottom: 1rem;
  width: 20.5%;
}
.linkup__store__item:nth-child(4n+2):last-child {
  margin-right: 53%;
}
.linkup__store__item:nth-child(4n+3):last-child {
  margin-right: 26.5%;
}
.linkup__store__item img {
  border-radius: 8px;
  display: block;
  margin: 0 auto;
  width: 70%;
}
.linkup__store__item span {
  color: #9d97a3;
  display: block;
  font-size: 10px;
  line-height: 20px;
  line-height: .75rem;
  padding: .5rem 0;
  text-align: center;
}
.linkup__movie {
  border-radius: 8px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05);
  margin-bottom: 1rem;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.linkup__movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.linkup__artist {
  padding: 4rem 0;
}
.linkup__artist figure {
  background: center center no-repeat;
  background-size: cover;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 8rem;
  height: 8rem;
}
.linkup__artist h2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  padding: 1rem;
  text-align: center;
}
.linkup__artist__text {
  opacity: .8;
  padding: 1rem;
}
.linkup__artist__btn {
  background-color: #7500ee;
  border: 1px solid #7500ee;
  border-radius: 20px;
  color: #fff;
  display: block;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 24px;
  line-height: 2rem;
  margin: 0 auto;
  margin: 1rem auto;
  padding: 0;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 100%;
  max-width: 19em;
  height: 2rem;
}
@media only screen and (min-width: 720px) {
  .linkup__artist__btn {
    font-size: 16px;
    line-height: 26px;
    line-height: 2.375rem;
    height: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .linkup__artist__btn {
    /* padding: 0 2rem; */
    width: auto;
  }
}
.linkup__artist__btn:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .linkup__artist__btn:hover {
    cursor: pointer;
  }
}
@media only screen and (min-width: 1024px) {
  .linkup__artist__btn:hover {
    background-color: #cbafe9 !important;
    border-color: #cbafe9 !important;
    color: #fff !important;
  }
}
.linkup__artist__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;

  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.linkup__artist__sns a {
  font-size: 1.75rem;
}
.linkup__artist__sns a:hover {
  color: #7500ee;
}

.linkup__artist__sns a.x__icon,
.linkup__artist__sns a.tiktok__icon {
  margin-top: 4px;
  width: 1.8rem;
  fill: #322341;
}
.linkup__artist__sns a.x__icon:hover,
.linkup__artist__sns a.tiktok__icon:hover {
  fill: #7500ee;
}

.linkup__footer {
  padding: 2rem;
  text-align: center;
}
.linkup__footer__logo {
  display: block;
  margin: 2rem auto;
  width: 100px;
}
.linkup__footer__copyright {
  color: #9d97a3;
  font-size: 10px;
  line-height: 20px;
  padding: 2rem 0;
}

.linkupNotice {
  margin-bottom: 2rem;
}
.linkupNotice__item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, .05);
  margin: 1rem 0;
  overflow: hidden;
  padding: 1rem 1rem 0;
}
.linkupNotice__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5rem;

  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.linkupNotice__link figure {
  border-radius: 1rem;
  margin-right: .5rem;
  overflow: hidden;
  width: 2rem;
  height: 2rem;
}
.linkupNotice__link h3 {
  color: #7500ee;
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.linkupNotice__detail dt {
  cursor: pointer;
  display: block;
  position: relative;
  height: 21px;
}
.linkupNotice__detail dt::before {
  background-color: #e0e0e0;
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  width: 100%;
  height: 1px;
}
.linkupNotice__detail dt::after {
  background-color: #fff;
  color: #9d97a3;
  content: '詳細を見る';
  display: block;
  font-size: 11px;
  line-height: 21px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  width: 30%;
}
.linkupNotice__detail dt.is-active::after {
  content: '閉じる';
}
.linkupNotice__detail dd {
  color: #9d97a3;
  font-size: 12px;
  line-height: 18px;
  opacity: 0;
  overflow: hidden;
  padding: .25rem 0 .5rem;
  height: 0;
}
.linkupNotice__detail dd.is-active {
  opacity: 1;
  height: auto;
}

/* setting */
.setting {
  margin: 0 auto 8rem;
  padding: 0 .5rem;
  width: 95%;
  max-width: 360px;
}
.setting__main {
  margin: 2rem 0 4rem;
}
.setting__main figure img {
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.setting__main h1 {
  font-size: 26px;
  line-height: 36px;
  padding: 1rem 0;
}
.setting__main__artist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.setting__main__artist figure {
  background: center center no-repeat;
  background-size: cover;
  border-radius: 100%;
  margin-right: .5rem;
  overflow: hidden;
  width: 2.5rem;
  height: 2.5rem;
}
.setting__main__artist h2 {
  color: #9d97a3;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.setting__text {
  margin-bottom: 2rem;
}
.setting__text h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  padding: 1.5rem 0;
}
.setting__text__form {
  background-color: #fff;
  border: 1px solid #d0cad6;
  border-radius: 6px;
  box-shadow: none;
  color: #322341;
  font-size: 16px;
  line-height: 26px;
  line-height: 1.5rem;
  padding: .5rem;
  width: 100%;
  height: 10.5rem;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (min-width: 1024px) {
  .setting__text__form {
    font-size: 14px;
    line-height: 24px;
  }
}
.setting__text__form.-error {
  border-color: #c51d86;
}
.setting__text__form::-webkit-input-placeholder {
  color: #d0cad6;
}
.setting__text__form:-ms-input-placeholder {
  color: #d0cad6;
}
.setting__text__form::placeholder {
  color: #d0cad6;
}
.setting__text__form:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 2px rgba(128, 189, 255, .3);
}
.setting__store {
  margin-bottom: 2rem;
}
.setting__store__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.setting__store__header h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  padding: 1.5rem 0;
}
.setting__store__header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.setting__store__header__btns button {
  background-color: #7500ee;
  cursor: pointer;
  margin: 0 .5rem;
  width: .75rem;
  height: .5rem;

  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.setting__store__header__btns button.-up {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.setting__store__header__btns button.-end {
  background-color: #d0cad6;
  cursor: default;
}
.setting__store__hint {
  color: #9d97a3;
  font-size: 12px;
  line-height: 22px;
  padding-bottom: .25rem;
}
.setting__store__item {
  background-color: #f3f2f7;
  border-radius: 4px;
  margin-bottom: 1rem;
  padding: .5rem;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.setting__store__item__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.setting__store__item figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.setting__store__item img {
  width: 1.5rem;
}
.setting__store__item figcaption {
  font-size: 12px;
  line-height: 22px;
  margin: 0 .5rem;
}
.setting__footer {
  background-color: #fff;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.setting__footer__btn {
  background-color: #7500ee;
  border: 1px solid #7500ee;
  border-radius: 20px !important;
  color: #fff;
  display: block;
  font-size: 14px;
  line-height: 24px;
  line-height: 2rem;
  margin: 0 auto;
  margin: 2rem auto;
  padding: 0 1.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 100%;
  max-width: 19em;
  height: 2rem;
}
@media only screen and (min-width: 720px) {
  .setting__footer__btn {
    font-size: 16px;
    line-height: 26px;
    line-height: 2.375rem;
    height: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .setting__footer__btn {
    padding: 0 2rem;
    width: auto;
  }
}
.setting__footer__btn:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .setting__footer__btn:hover {
    cursor: pointer;
  }
}
@media only screen and (min-width: 1024px) {
  .setting__footer__btn:hover {
    background-color: #cbafe9 !important;
    border-color: #cbafe9 !important;
    color: #fff !important;
  }
}

.toggle {
  position: relative;
  width: 2rem;
  height: 1rem;
}
.toggle__label {
  background-color: #d0cad6;
  border-radius: .5rem;
  cursor: pointer;
  display: block;
  outline: none;
  position: relative;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 2rem;
  height: 1rem;
}
.toggle__label::before,
.toggle__label::after {
  content: '';
  display: block;
  position: absolute;
}
.toggle__label::before {
  background-color: #d0cad6;
  border-radius: 1rem;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
}
.toggle__label::after {
  background-color: #fff;
  border-radius: 1rem;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  top: 1px;
  bottom: 1px;
  left: 1px;
  width: .875rem;
}

input[type='checkbox'] {
  display: none;
}
input[type='checkbox']:checked + .setting__store__item {
  background-color: #fff;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
input[type='checkbox']:checked + .setting__store__item .toggle__label {
  background-color: #7500ee;
}
input[type='checkbox']:checked + .setting__store__item .toggle__label::before {
  background-color: #7500ee;
}
input[type='checkbox']:checked + .setting__store__item .toggle__label::after {
  background-color: #fff;
  margin-left: 1rem;
}

input[type='text'] {
  background-color: transparent;
  border: 1px solid #f3f2f7;
  border-radius: 2px;
  padding: .375rem .5rem;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  input[type='text'] {
    font-size: 14px;
    line-height: 24px;
  }
}
input[type='text']::-webkit-input-placeholder {
  color: #d0cad6;
}
input[type='text']::-moz-placeholder {
  color: #d0cad6;
}
input[type='text']:-ms-input-placeholder {
  color: #d0cad6;
}
input[type='text']::-ms-input-placeholder {
  color: #d0cad6;
}
input[type='text']::placeholder {
  color: #d0cad6;
}
input[type='file'] {
  display: none;
}

label.-file {
  background-color: transparent;
  border: 1px solid #7500ee;
  border-radius: 1rem;
  color: #7500ee;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2rem;
  padding: 0 1rem;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
label.-file:hover {
  background-color: #7500ee;
  color: #fff;
}
label.-file + span {
  font-size: 12px;
  margin-left: .5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.-notice h4 {
  font-weight: bold;
}
.-notice__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5rem;

  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.-notice__file span {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.-notice input {
  margin-bottom: .5rem;
}
.-notice textarea {
  background-color: transparent;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #322341;
  font-size: 16px;
  line-height: 26px;
  line-height: 1.5rem;
  padding: .5rem;
  width: 100%;
  height: 10.5rem;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.-notice textarea.-error {
  border-color: #c51d86;
}
.-notice textarea::-webkit-input-placeholder {
  color: #d0cad6;
}
.-notice textarea::-moz-placeholder {
  color: #d0cad6;
}
.-notice textarea:-ms-input-placeholder {
  color: #d0cad6;
}
.-notice textarea::-ms-input-placeholder {
  color: #d0cad6;
}
.-notice textarea::placeholder {
  color: #d0cad6;
}

.form__content-alert {
  color: #9d97a3;
  display: block;
  font-size: 12px;
  line-height: 22px;
}

@media only screen and (min-width: 1024px) {
  .form__content-alert {
    font-size: 14px;
    line-height: 24px;
  }
}

.form__content-alert.-hint {
  color: #9d97a3;
}

.form__content-alert.-error {
  color: #db3644;
}

/* Print
   ========================================================================== */
@media only screen and (min-width: 1024px) {
  body.-fixed {
    position: relative !important;
  }
  a:hover {
    color: #7500ee;
  }
  a:hover img,
  a:hover figure {
    opacity: .8;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
  }
  a:hover figure img {
    opacity: 1;
  }
  .-pc {
    display: block !important;
  }
  .-sp {
    display: none !important;
  }
  .linkup__share__btn {
    padding: 0 2rem;
    width: auto;
  }
  .linkup__share__btn:hover {
    cursor: pointer;
  }
  .linkup__share__btn:hover {
    background-color: #cbafe9 !important;
    border-color: #cbafe9 !important;
    color: #fff !important;
  }
  .linkup__artist__btn {
    padding: 0 2rem;
    width: auto;
  }
  .linkup__artist__btn:hover {
    cursor: pointer;
  }
  .linkup__artist__btn:hover {
    background-color: #cbafe9 !important;
    border-color: #cbafe9 !important;
    color: #fff !important;
  }
  .setting__text__form {
    font-size: 14px;
    line-height: 24px;
  }
  .setting__footer__btn {
    padding: 0 2rem;
    width: auto;
  }
  .setting__footer__btn:hover {
    cursor: pointer;
  }
  .setting__footer__btn:hover {
    background-color: #cbafe9 !important;
    border-color: #cbafe9 !important;
    color: #fff !important;
  }
  input[type=text] {
    font-size: 14px;
    line-height: 24px;
  }
  .-notice textarea {
    font-size: 14px;
    line-height: 24px;
  }
}

@media only screen and (min-width: 720px) {
  .linkup__share__btn {
    font-size: 16px;
    line-height: 26px;
    line-height: 2.375rem;
    height: 2.5rem;
  }
  .linkup__artist__btn {
    font-size: 16px;
    line-height: 26px;
    line-height: 2.375rem;
    height: 2.5rem;
  }
  .setting__footer__btn {
    font-size: 16px;
    line-height: 26px;
    line-height: 2.375rem;
    height: 2.5rem;
  }
}

@media print {
  * {
    background: transparent !important;
    border-color: black !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  header {
    display: none;
  }
  footer::after {
    content: '';
  }
  .noprint {
    display: none;
  }
}
