@charset 'UTF-8';
/* Common
   ========================================================================== */
html {
  font-size: 100%;
}

body {
  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 1rem;
}
@media only screen and (min-width: 600px) {
  hr {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  hr {
    margin-right: auto;
    margin-left: auto;
    width: 720px;
  }
}

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

::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;
  }
}

.-group {
  display: none;
}
.-group.-active {
  display: block;
}

.-content {
  display: none;
}
.-content.-active {
  display: block;
}

.select__option {
  display: inline-block;
  position: relative;
}
.select__option__label {
  background-color: #fff;
  border: 1px solid #d0cad6;
  border-radius: 4px;
  display: inline-block;
  display: block;
  font-size: 12px;
  line-height: 22px;
  padding: .25rem 1rem;
  pointer-events: none;
  position: relative;
  height: 2rem;
}
.select__option__label::after {
  content: '\f107';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  padding-left: .5rem;

  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}
.select__option select {
  border: none;
  display: block;
  font-size: 16px;
  line-height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.adaptive__image {
  display: none;
}

/* header */
.header {
  background-color: #fff;
  box-shadow: 0 5px 8px rgba(0, 0, 0, .1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 100%;
  height: 64px;
  z-index: 3;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 1024px) {
  .header {
    height: 70px;
  }
}
.header__logo {
  display: block;
  padding: 0 1rem;
  height: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .header__logo {
    padding: 0 2rem;
  }
}
.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 4rem;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 1024px) {
  .header__nav {
    right: 4.5rem;
  }
}
@media only screen and (min-width: 1244px) {
  .header__nav {
    right: 1.5rem;
  }
}
.header__account {
  color: #9d97a3;
  display: none;
  font-size: 10px;
  line-height: 20px;
  line-height: 1rem;
  padding-right: 1rem;
}
@media only screen and (min-width: 1244px) {
  .header__account {
    display: block;
  }
}
.header__notice {
  font-size: 20px;
  line-height: 30px;
  position: relative;
}
.header__notice:after {
  background-color: #7500ee;
  border: 1px solid #fff;
  border-radius: 100%;
  color: #fff;
  content: '';
  font-size: 10px;
  line-height: 20px;
  line-height: 1.125rem;
  position: absolute;
  text-align: center;
  top: -.25rem;
  right: -.75rem;
  width: 1.25rem;
  height: 1.25rem;
}
.header__notice__wrap {
  position: relative;
}
.header__notice__wrap.-active .header__notice__detail {
  opacity: 1;
  visibility: visible;
}
.header__notice__detail {
  background-color: #322341;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  margin-top: 8.65px;
  opacity: 0;
  padding: .5rem;
  position: absolute;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  visibility: hidden;
  top: 100%;
  right: -3rem;
  min-width: 200px;
  max-width: 70vw;
}
.header__notice__detail::before {
  border-right: 5px solid transparent;
  border-bottom: 8.65px solid #322341;
  border-left: 5px solid transparent;
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  top: 1px;
  right: 3.25rem;
}
.header__notice__detail a {
  color: #fff;
  display: block;
  text-decoration: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header__notice__detail a.detail__link {
  text-decoration: underline;
}
@media only screen and (min-width: 600px) {
  .header__notice__detail {
    right: -1.5rem;
    max-width: 30vw;
  }
  .header__notice__detail::before {
    right: 1.75rem;
  }
}
.header__new {
  background-color: #7500ee;
  border: 1px solid #7500ee;
  border-radius: 1rem;
  color: #fff;
  display: block;
  display: none;
  font-size: 12px;
  line-height: 22px;
  margin-right: 1rem;
  padding: .25rem 1rem;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .header__new:hover {
    background-color: #cbafe9;
    border-color: #cbafe9;
    color: #7500ee;
  }
}
@media only screen and (min-width: 600px) {
  .header__new {
    display: block;
  }
}
.header__login {
  background-color: #fff;
  border: 1px solid #7500ee;
  border-radius: 1rem;
  color: #7500ee;
  display: block;
  display: none;
  font-size: 12px;
  line-height: 22px;
  padding: .25rem 1rem;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .header__login:hover {
    background-color: #7500ee;
    color: #fff;
  }
}
@media only screen and (min-width: 600px) {
  .header__login {
    display: block;
  }
}
.header__logout {
  background-color: #7500ee;
  border: 1px solid #7500ee;
  border-radius: 1rem;
  color: #fff;
  display: block;
  display: none;
  font-size: 12px;
  line-height: 22px;
  margin-left: 1.5rem;
  padding: .25rem 1rem;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .header__logout:hover {
    background-color: #cbafe9;
    border-color: #cbafe9;
    color: #7500ee;
  }
}
@media only screen and (min-width: 1244px) {
  .header__logout {
    display: block;
  }
}

.nav-trigger {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  width: 1.5rem;
  height: 14px;
}
@media only screen and (min-width: 1024px) {
  .nav-trigger {
    right: 1.5rem;
  }
}
@media only screen and (min-width: 1244px) {
  .nav-trigger {
    display: none;
  }
}
.nav-trigger span {
  background-color: #322341;
  display: inline-block;
  position: absolute;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  width: 1.5rem;
  height: 2px;
}
.nav-trigger span:nth-of-type(1) {
  top: 0;
}
.nav-trigger span:nth-of-type(2) {
  top: 6px;
}
.nav-trigger span:nth-of-type(3) {
  top: 12px;
}
.nav-trigger.-active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
  -ms-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
.nav-trigger.-active span:nth-of-type(2) {
  opacity: 0;
  width: 0;
}
.nav-trigger.-active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

@media only screen and (min-width: 1244px) {
  .wide {
    overflow: hidden;
    padding-left: 220px;
  }
}

.nav {
  background-color: #fff;
  margin-top: 64px;
  overflow-y: scroll;
  padding-bottom: 4rem;
  position: fixed;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  right: -100vw;
  width: 100%;
  height: 100vh;
  z-index: 2;

  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 1024px) {
  .nav {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    margin-top: 70px;
    width: 50%;
  }
}
@media only screen and (min-width: 1244px) {
  .nav {
    display: block;
    overflow-y: inherit;
    padding: 1rem 0;
    position: absolute;
    left: 0;
    width: 220px;
    height: auto;
  }
}
.nav.-active {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  right: 0;
}
.nav__btn {
  background-color: #fafafa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (min-width: 600px) {
  .nav__btn {
    display: none;
  }
}
.nav__btn__new {
  background-color: #7500ee;
  border: 1px solid #7500ee;
  border-radius: 1rem;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 22px;
  margin-right: 1rem;
  padding: .25rem 1rem;
  text-align: center;
  width: 40%;
}
@media only screen and (min-width: 1024px) {
  .nav__btn__new:hover {
    background-color: #cbafe9;
    border-color: #cbafe9;
    color: #7500ee;
  }
}
.nav__btn__login {
  background-color: #fff;
  border: 1px solid #7500ee;
  border-radius: 1rem;
  color: #7500ee;
  display: block;
  font-size: 12px;
  line-height: 22px;
  margin-left: 1rem;
  padding: .25rem 1rem;
  text-align: center;
  width: 40%;
}
@media only screen and (min-width: 1024px) {
  .nav__btn__login:hover {
    background-color: #7500ee;
    color: #fff;
  }
}
.nav__account {
  background-color: #fafafa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 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;
}
@media only screen and (min-width: 1024px) {
  .nav__account {
    padding: 1rem 1.5rem;
  }
}
@media only screen and (min-width: 1244px) {
  .nav__account {
    display: none;
  }
}
.nav__account span {
  color: #9d97a3;
  font-size: 10px;
  line-height: 20px;
  line-height: 1rem;
  padding-right: 1rem;
  word-break: break-all;
}
.nav__account .logout {
  background-color: #7500ee;
  border: 1px solid #7500ee;
  border-radius: 1rem;
  color: #fff;
  display: block;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  padding: .25rem 1rem;
  text-align: center;

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 1024px) {
  .nav__account .logout:hover {
    background-color: #cbafe9;
    border-color: #cbafe9;
    color: #7500ee;
  }
}
.nav dl {
  border-bottom: 1px solid #e0e0e0;
}
.nav dl.v1-header-lng {
  border-bottom: none;
}
@media only screen and (min-width: 1244px) {
  .nav dl {
    border-bottom: none;
  }
}
.nav dl.-active dt:after {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.nav dt {
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  padding: 1rem;
  position: relative;
}
@media only screen and (min-width: 1244px) {
  .nav dt {
    cursor: default;
  }
}

.nav dt::after {
  content: '\f107';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  position: absolute;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  right: 1rem;

  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}
@media only screen and (min-width: 1244px) {
  .nav dt::after {
    content: '';
  }
}
.nav dl.v1-header-lng dt::after {
  content: '';
}

.nav dd {
  display: none;
  padding: 0 1rem 1rem 1.5rem;
}
@media only screen and (min-width: 1244px) {
  .nav dd {
    display: block !important;
  }
}
.nav dd a {
  color: #9d97a3;
  display: block;
  font-size: 14px;
  line-height: 24px;
  line-height: 2.5rem;
  position: relative;
}
.nav dd a::after {
  content: '\f105';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  position: absolute;
  right: 0;

  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}
.nav dd a.-outer::after {
  content: '\f08e';
  margin-left: .5rem;
  position: relative;
  right: auto;
}
@media only screen and (min-width: 1024px) {
  .nav dd a {
    line-height: 2rem;
  }
  .nav dd a:hover {
    color: #7500ee;
  }
}
.nav__config {
  background-color: #fff;
  padding: 2rem 1rem 0;
}
.nav__config a {
  background-color: #fff;
  border: 1px solid #7500ee;
  border-radius: 20px;
  color: #7500ee;
  display: block;
  font-size: 14px;
  line-height: 24px;
  line-height: 2rem;
  margin: 0 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: 600px) {
  .nav__config a {
    font-size: 16px;
    line-height: 26px;
    line-height: 2.375rem;
    height: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .nav__config a {
    padding: 0 2rem;
    width: auto;
  }
}
.nav__config a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .nav__config a:hover {
    cursor: pointer;
  }
}
@media only screen and (min-width: 1024px) {
  .nav__config a:hover {
    background-color: #7500ee;
    color: #fff;
  }
}
@media only screen and (min-width: 1244px) {
  .nav__config a {
    font-size: 14px;
    line-height: 24px;
    line-height: 1.875rem;
    height: 2rem;
  }
}
.nav__lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.nav__lang a {
  border: 1px solid #d0cad6;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  padding: .25rem 1rem;
  height: 2rem;
}
.nav__lang a::after {
  content: '\f107';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  padding-left: .5rem;

  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}
/* PC */
.v1-header-lng {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.v1-header-lng dt {
  border: 1px solid #d0cad6;
  border-radius: 4px;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
  padding: .25rem 1rem;
  height: 2rem;
}

.v1-header-lng dt span::after {
  content: '\f107';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  padding-left: .5rem;

  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}

.v1-header-lng dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  opacity: 0;
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  visibility: hidden;
  position: absolute;
}

.v1-header-lng:hover dd {
  background-color: #fff;
  border: 1px solid #d0cad6;
  border-radius: 4px;
  opacity: 1;
  visibility: visible;
}

.v1-header-lng li {
  font-size: 12px;
  line-height: 22px;
  padding: .25rem 1rem;
  height: 2rem;
}

.v1-header-lng li:first-child::after {
  content: '\f106';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  padding-left: .5rem;

  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}

.v1-header-lng li:hover {
  background: #f3f2f7;
  border-radius: 4px;
}

.v1-header-lng li.selected {
  background: #f3f2f7;
  font-weight: bold;
}
.nav__service {
  padding: 2rem 1rem 64px;
}
@media only screen and (min-width: 1024px) {
  .nav__service {
    padding-bottom: 70px;
  }
}
.nav__service figure {
  padding-bottom: 1rem;
  text-align: center;
}
.nav__service figcaption {
  color: #9d97a3;
  font-size: 10px;
  line-height: 20px;
  line-height: 1rem;
}
@media only screen and (min-width: 1244px) {
  .nav__service span {
    display: block;
  }
}
.nav__service img {
  height: 3.5rem;
}

/* footer */
.footer {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: relative;

  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .footer {
    flex-direction: row;

    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -ms-flex-align: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer__sitemap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0 0;
  width: 100%;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1024px) {
  .footer__sitemap {
    margin: 0 auto;
    padding: 3rem 0;
    width: 960px;
  }
}
.footer__sitemap div {
  width: 50%;
}
@media only screen and (min-width: 1024px) {
  .footer__sitemap div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__sitemap dl {
  padding: 0 1.5rem 1rem;
}
@media only screen and (min-width: 1024px) {
  .footer__sitemap dl {
    padding: 0;
    width: 50%;
  }
}
.footer__sitemap dt {
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  line-height: 2rem;
}
@media only screen and (min-width: 1024px) {
  .footer__sitemap dt {
    font-size: 13px;
    line-height: 23px;
    line-height: 2rem;
  }
}
.footer__sitemap dd {
  padding-bottom: 1rem;
}
.footer__sitemap dd:last-child {
  padding-bottom: 0;
}
.footer__sitemap dd a {
  color: #9d97a3;
  display: block;
  font-size: 12px;
  line-height: 22px;
  line-height: 2.5rem;
}
.footer__sitemap dd a::after {
  content: '\f105';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  margin-left: .5rem;

  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}
.footer__sitemap dd a.-outer::after {
  content: '\f08e';
}
@media only screen and (min-width: 1024px) {
  .footer__sitemap dd a {
    font-size: 13px;
    line-height: 23px;
    line-height: 2rem;
  }
  .footer__sitemap dd a:hover {
    color: #7500ee;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 960px;

    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__logo {
    padding: 0;

    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    flex-grow: 2;
    -ms-flex-positive: 2;
  }
}
.footer__logo img {
  display: block;
  margin: 0 auto;
  height: 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .footer__logo img {
    margin: 0;
  }
}
.footer__sns {
  padding: 1rem 0;
}
@media only screen and (min-width: 1024px) {
  .footer__sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;

    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}
.footer__sns dt {
  font-size: 12px;
  line-height: 22px;
  padding: .5rem;
  text-align: center;
}
.footer__sns dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.footer__sns dd a {
  background-color: #322341;
  border-radius: 1rem;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  line-height: 2rem;
  margin: 0 1rem;
  text-align: center;
  width: 2rem;
  height: 2rem;
}
.footer__sns dd a::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;

  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}
.footer__sns dd a:hover {
  background-color: #7500ee;
}
@media only screen and (min-width: 1024px) {
  .footer__sns dd a {
    margin: 0 .5rem;
  }
}
.footer__facebook::before {
  content: '\f39e';
}
.footer__twitter::before {
  content: '\f099';
}
.footer__youtube::before {
  content: '\f167';
}
.footer__line::before {
  background: url(../../images/renewal/common/logo-line-w.svg) center center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.75rem;
  height: 1.75rem;
}
.footer__copyright {
  color: #9d97a3;
  font-size: 12px;
  line-height: 22px;
  padding: 1rem;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .footer__copyright {
    padding: 0;
    text-align: right;
  }
}

.pagetop {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
@media only screen and (min-width: 1024px) {
  .pagetop {
    right: 1.5rem;
  }
}
.pagetop::before {
  content: '\f077';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  line-height: 34px;

  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}

/* breadcrumb */
.breadcrumb {
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  padding: 0 .5rem;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 1024px) {
  .breadcrumb {
    padding: 0 .5rem;
  }
}
.breadcrumb li {
  color: #9d97a3;
  font-size: 10px;
  line-height: 20px;
  line-height: 1rem;
  padding: .5rem .25rem;
  white-space: nowrap;
}
.breadcrumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb a {
  color: #9d97a3;
  text-decoration: underline;
}
.breadcrumb a::after {
  color: #d0cad6;
  content: '\f054';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  font-style: normal;
  font-variant: normal;
  margin-left: .5rem;

  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}

/* Artist
   ========================================================================== */
/* artist */
.artist {
  font-family: YakuHanJPs, 'Noto Sans JP', sans-serif;
  padding: 64px 0 0;
  position: relative;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  left: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .artist {
    padding-top: 70px;
  }
}
.artist a {
  color: #7500ee;
}
@media only screen and (min-width: 1024px) {
  .artist a:hover {
    text-decoration: underline;
  }
}

.artist.-near .artist__header__nav a.-active::before {
  background-color: #fff;
}

.artist.-near .artist__release__music::before {
  background-color: #fff;
  color: #7500ee;
}

.artist.-near .artist__btn:hover {
  background-color: #fff;
  border-color: #fff;
  color: #7500ee !important;
}

.artist.-near .artist__sns a:hover {
  color: #fff !important;
}

.artist__main {
  position: relative;
  text-align: center;
}
.artist__main__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.artist__main__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
}

.artist__header {
  margin-top: -3rem;
  padding: 1rem 1rem 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .artist__header {
    padding: 1rem 1.5rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  .artist__header {
    margin-right: auto;
    margin-left: auto;
    padding: 1rem 0 0;
    width: 720px;
  }
}
.artist__header.-detail {
  margin-top: 0;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 600px) {
  .artist__header {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .artist__header {
    margin-top: -12rem;
  }
  .artist__header.-detail {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.artist__header__img {
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto 1rem;
  width: 6rem;
  height: 6rem;
}
@media only screen and (min-width: 600px) {
  .artist__header__img {
    width: 12rem;
    height: 12rem;
  }
}
.artist__header h1 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2.5rem;
  padding: .5rem 0;
}
@media only screen and (min-width: 600px) {
  .artist__header h1 {
    font-size: 3.5rem;
    line-height: 4rem;
    padding: 1rem 0;
  }
}
.artist__header__link {
  font-size: 18px;
  line-height: 28px;
}
.artist__header__link::after {
  content: '\f105';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  margin-left: .25rem;

  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}
.artist__header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: YakuHanJPs, 'Noto Sans JP', sans-serif;
  font-weight: bold;
  padding: 1rem 0;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.artist__header__nav a {
  margin: .5rem;
  position: relative;
}
.artist__header__nav a::before {
  background-color: transparent;
  content: '';
  position: absolute;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  bottom: -4px;
  width: 100%;
  height: 4px;
}
.artist__header__nav a.-active::before {
  background-color: #7500ee;
}
@media only screen and (min-width: 1024px) {
  .artist__header__nav a:hover {
    text-decoration: none !important;
  }
  .artist__header__nav a:hover::before {
    background-color: #7500ee;
  }
}

.artist__top {
  padding: 1rem 1rem 0;
  padding-top: 0;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .artist__top {
    padding: 1rem 1.5rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  .artist__top {
    margin-right: auto;
    margin-left: auto;
    padding: 1rem 0 0;
    width: 720px;
  }
}
@media only screen and (min-width: 600px) {
  .artist__top {
    padding-top: 0;
  }
}
.artist__top__text {
  font-size: 14px;
  line-height: 24px;
  padding: 1rem 0 2rem;
}

.artist__content {
  border-top: 1px solid #e0e0e0;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.artist__btn {
  text-align: center;
  background-color: #7500ee;
  border: 1px solid #7500ee;
  border-radius: 20px;
  color: #fff;
  color: #fff !important;
  display: block;
  font-size: 14px;
  line-height: 24px;
  line-height: 2rem;
  margin: 0 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: 600px) {
  .artist__btn {
    font-size: 16px;
    line-height: 26px;
    line-height: 2.375rem;
    height: 2.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .artist__btn {
    /* padding: 0 2rem; */
    width: auto;
  }
}
.artist__btn:hover {
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .artist__btn:hover {
    cursor: pointer;
  }
}
@media only screen and (min-width: 1024px) {
  .artist__btn:hover {
    background-color: #7500ee;
    border-color: #7500ee !important;
    color: #fff !important;
  }
}
.artist__btn span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;
}
.artist__btn:hover {
  text-decoration: none !important;
}

.artist__sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 2rem 0;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.artist__sns a {
  font-size: 2rem;
  margin: 0 1.5rem;
}
.artist__sns a:hover {
  color: #7500ee !important;
}
.artist__sns a.x__icon,
.artist__sns a.tiktok__icon {
  margin-top: 4px;
  width: 1.8rem;
  fill: #7500ee;
}
.artist__sns a.x__icon:hover,
.artist__sns a.tiktok__icon:hover {
  fill: #7500ee !important;
}
.artist__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0 0;
}
.artist__footer__more {
  color: #7500ee;
  display: inline-block;
  display: block;
  font-size: 12px;
  line-height: 22px;
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  .artist__footer__more {
    font-size: 14px;
    line-height: 24px;
  }
}
.artist__footer__more::after {
  content: '\f105';
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  margin-left: .25rem;

  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}
@media only screen and (min-width: 1024px) {
  .artist__footer__more:hover {
    text-decoration: underline;
  }
}
.artist__footer__pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;

  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.artist__footer__pager li {
  color: #9d97a3;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 24px;
  list-style: none;
  padding: 1rem .5rem;
}
@media only screen and (min-width: 1024px) {
  .artist__footer__pager li {
    padding: 1.5rem 1rem;
  }
}
.artist__footer__pager a {
  color: #9d97a3;
  padding: .5rem;
}
.artist__footer__pager .-current {
  border-bottom: 3px solid #7500ee;
}
.artist__footer__pager a:hover {
  text-decoration: none;
}

.artist__numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 1rem;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 600px) {
  .artist__numbers {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .artist__numbers {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 720px;
  }
}
.artist__numbers h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;

  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
@media only screen and (min-width: 1024px) {
  .artist__numbers h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.artist__numbers dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1rem;

  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
}
@media only screen and (min-width: 600px) {
  .artist__numbers dl {
    padding-left: 2rem;
  }
}
.artist__numbers dd {
  font-size: 2.5rem;
  line-height: 2.5rem;
  padding-left: .5rem;
}

.artist__release {
  padding: 2rem 0;
}
.artist__release h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  padding: 2rem 1rem;
  padding-top: 0;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .artist__release h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 600px) {
  .artist__release h2 {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .artist__release h2 {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 720px;
  }
}
.artist__release__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .5rem;
  padding: 2rem 1rem;
  padding-top: 0;
  padding-bottom: 0;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 600px) {
  .artist__release__item {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .artist__release__item {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 720px;
  }
}
@media only screen and (min-width: 1024px) {
  .artist__release__item {
    margin-bottom: .5rem;
  }
}
.artist__release__item:last-child {
  margin-bottom: 0;
}
.artist__release__item.-detail {
  margin-bottom: 0;
  padding: .5rem 0;
}
@media only screen and (min-width: 1024px) {
  .artist__release__item:hover a {
    text-decoration: none !important;
  }
}
.artist__release__music {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
  -ms-flex-align: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
@media only screen and (min-width: 600px) {
  .artist__release__music {
    font-size: 1rem;
  }
}
.artist__release__music::before {
  background-color: #7500ee;
  border-radius: 100%;
  color: #fff;
  content: '\f04b';
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Font Awesome 5 Pro';
  font-size: 8px;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-indent: .2em;
  width: 1.5rem;
  height: 1.5rem;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-negative: 0;
  -ms-flex-pack: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-justify-content: center;
  justify-content: center;
  text-rendering: auto;
}
@media only screen and (min-width: 600px) {
  .artist__release__music::before {
    font-size: 10px;
    width: 2rem;
    height: 2rem;
  }
}
.artist__release__music figure {
  background: center center no-repeat;
  background-size: cover;
  margin: 0 .75rem;
  width: 3rem;
  height: 3rem;

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 600px) {
  .artist__release__music figure {
    margin: 0 1.5rem;
    width: 5rem;
    height: 5rem;
  }
}
.artist__release__music.-active::before {
  content: '\f04c';
  text-indent: 0;
}
.artist__release dl {
  padding: 0 1.5rem;
}
.artist__release dd {
  font-size: .75rem;
}
.artist__release__title__field {
  display: flex;
  flex-flow: column;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
.artist__release__artist__name {
  font-size: 12px;
  opacity: .7;
}
.artist__release__time {
  display: block;
  font-size: 12px;
  line-height: 22px;
  opacity: .7;
  padding: 0 .5rem;

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 600px) {
  .artist__release__time {
    padding: 0 1rem;
  }
}
.artist__release__btn {
  cursor: pointer;
  position: relative;
  text-align: center;
  width: 2.5rem;

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.artist__release__btn span {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;

  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}
.artist__release__links {
  background-color: #322341;
  border-radius: 4px;
  opacity: 0;
  padding: 0 .5rem;
  position: absolute;
  text-align: left;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(0, 8px);
  -ms-transform: translate(0, 8px);
  transform: translate(0, 8px);
  visibility: hidden;
  white-space: nowrap;
  top: 100%;
  right: 0;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .artist__release__links {
    -webkit-transform: translate(8px, -50%);
    -ms-transform: translate(8px, -50%);
    transform: translate(8px, -50%);
    top: 50%;
    right: auto;
    left: 100%;
  }
}
.artist__release__links.-active {
  opacity: 1;
  visibility: visible;
}
.artist__release__links::before {
  border-right: 5px solid transparent;
  border-bottom: 8.65px solid #322341;
  border-left: 5px solid transparent;
  content: '';
  display: block;
  position: absolute;
  -webkit-transform: translate(0, -94%);
  -ms-transform: translate(0, -94%);
  transform: translate(0, -94%);
  top: 0;
  right: 14px;
}
@media only screen and (min-width: 1024px) {
  .artist__release__links::before {
    border-top: 5px solid transparent;
    border-right: 8.65px solid #322341;
    border-bottom: 5px solid transparent;
    border-left: none;
    -webkit-transform: translate(-90%, -50%);
    -ms-transform: translate(-90%, -50%);
    transform: translate(-90%, -50%);
    top: 50%;
    right: auto;
    left: 0;
  }
}
.artist__release__links a {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 22px;
  line-height: 2rem;
  padding: 0 .5rem;
}
.artist__release__links a:last-child {
  border: none;
}
.artist__release p {
  font-size: .75rem;
  padding-top: .5rem;
}

.artist__music {
  padding: 2rem 1rem;
}
@media only screen and (min-width: 600px) {
  .artist__music {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .artist__music {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 720px;
  }
}
.artist__music h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .artist__music h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.artist__music__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.artist__music__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
  width: 50%;
}
@media only screen and (min-width: 600px) {
  .artist__music__item {
    margin-bottom: 1.5rem;
    margin-left: 4%;
    width: 22%;
  }
}
.artist__music__item:nth-child(2n+1) {
  padding-right: .5rem;
}
@media only screen and (min-width: 600px) {
  .artist__music__item:nth-child(2n+1) {
    padding-right: 0;
  }
}
.artist__music__item:nth-child(2n) {
  padding-left: .5rem;
}
@media only screen and (min-width: 600px) {
  .artist__music__item:nth-child(2n) {
    padding-left: 0;
  }
}
.artist__music__item:nth-child(4n+1) {
  margin-left: 0;
}
.artist__music__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .artist__music__item:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}
.artist__music__item figure {
  aspect-ratio: 1;
  width: 100%;
  background: center center no-repeat;
  background-size: cover;
  padding-bottom: 100%;
}
.artist__music dl {
  text-align: center;
}
.artist__music dt {
  font-size: 1rem;
  margin: .5rem 0;
}
.artist__music dd {
  font-size: 12px;
  line-height: 22px;
  opacity: .7;
}

.artist__store {
  padding: 2rem 0;
}
.artist__store h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  padding-bottom: 1rem;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .artist__store h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
@media only screen and (min-width: 600px) {
  .artist__store__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.artist__store__item {
  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;
}
@media only screen and (min-width: 600px) {
  .artist__store__item {
    width: 50%;
  }
}
.artist__store__item figure {
  border-radius: 8px;
  overflow: hidden;
  width: 3.5rem;

  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.artist__store__item p {
  font-size: .75rem;
  padding: 0 1rem;
}

.artist__news {
  padding: 2rem 1rem;
}
@media only screen and (min-width: 600px) {
  .artist__news {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .artist__news {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 720px;
  }
}
.artist__news h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 1024px) {
  .artist__news h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.artist__news__item {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 600px) {
  .artist__news__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.artist__news__item:last-child {
  margin-bottom: 0;
}
.artist__news__item span {
  display: block;
  opacity: .7;
  padding-right: 2rem;
}
.artist__news__item a {
  display: block;
  overflow: hidden;
  position: relative;
  text-overflow: clip;
  max-height: 4.5rem;

  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
}
.artist__news__item a::before {
  content: '…';
  position: absolute;
  right: 0;
  bottom: 0;
}
.artist__news__item a.-hide::before {
  display: none;
}

.artist__detail {
  padding: 1rem 1rem 0;
  padding-bottom: 4rem;
  width: 100%;
}
@media only screen and (min-width: 600px) {
  .artist__detail {
    padding: 1rem 1.5rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  .artist__detail {
    margin-right: auto;
    margin-left: auto;
    padding: 1rem 0 0;
    width: 720px;
  }
}
@media only screen and (min-width: 600px) {
  .artist__detail {
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .artist__detail {
    padding-bottom: 4rem;
  }
}

.artist__detail__header {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: .5rem 1.5rem;

  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.artist__detail__header figure {
  background: center center no-repeat;
  background-size: cover;
  border-radius: 100%;
  margin-right: 1rem;
  overflow: hidden;
  width: 3rem;
  height: 3rem;
}
.artist__detail__header h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
}
@media only screen and (min-width: 1024px) {
  .artist__detail__header h2 {
    font-size: 24px;
    line-height: 34px;
  }
}

.artist__detail__main {
  padding: 2.5rem 0;
}
@media only screen and (min-width: 600px) {
  .artist__detail__main {
    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;
  }
}
@media only screen and (min-width: 600px) {
  .artist__detail__main figure {
    width: 15rem;

    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}
.artist__detail__main__text {
  padding-top: 1.5rem;
}
@media only screen and (min-width: 600px) {
  .artist__detail__main__text {
    padding-left: 1.5rem;

    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;
  }
}
.artist__detail__main h1 {
  font-size: 26px;
  line-height: 36px;
}
@media only screen and (min-width: 1024px) {
  .artist__detail__main h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
.artist__detail__main__en {
  display: block;
  padding-bottom: .5rem;
}
.artist__detail__main__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: .75rem;
}
.artist__detail__main__icon {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 0 1rem;
}
.artist__detail__main__info {
  padding-left: 1rem;
}
.artist__detail__main__master {
  margin-top: .5rem;
}
.artist__detail__main__master::before {
  content: '℗';
}

.artist__detail__text {
  font-size: 14px;
  line-height: 24px;
  padding: 2rem 0;
}

.artist__detail__date {
  display: block;
  padding-bottom: 1.5rem;
}

.artist__hover {
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.artist__hover.-active {
  opacity: 1;
}

.artist__label {
  padding: 2rem 1rem;
}
@media only screen and (min-width: 600px) {
  .artist__label {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .artist__label {
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    width: 720px;
  }
}
.artist__label__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.artist__label__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1.5rem;
  text-align: center;
  width: 50%;
}
@media only screen and (min-width: 600px) {
  .artist__label__item {
    margin-bottom: 1.5rem;
    margin-left: 4%;
    width: 22%;
  }
}
.artist__label__item:nth-child(2n+1) {
  padding-right: .5rem;
}
@media only screen and (min-width: 600px) {
  .artist__label__item:nth-child(2n+1) {
    padding-right: 0;
  }
}
.artist__label__item:nth-child(2n) {
  padding-left: .5rem;
}
@media only screen and (min-width: 600px) {
  .artist__label__item:nth-child(2n) {
    padding-left: 0;
  }
}
.artist__label__item:nth-child(4n+1) {
  margin-left: 0;
}
.artist__label__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media only screen and (min-width: 600px) {
  .artist__label__item:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}
.artist__label__item figure {
  aspect-ratio: 1;
  width: 100%;
  background: center center no-repeat;
  background-size: cover;
  border-radius: 100%;
  padding-bottom: 100%;
}
.artist__label dl {
  text-align: center;
}
.artist__label p {
  font-size: 1rem;
  margin: .5rem 0;
}
.artist__label ul {
  font-size: 12px;
  line-height: 22px;
}
.artist__label ul span {
  font-size: 1rem;
  font-weight: bold;
  margin-left: .25rem;
}

.-noimage {
  background-color: #0a0a0a;
}
.-noimage .artist {
  color: #fff;
}
.-noimage .artist a {
  color: #fff;
}
.-noimage .artist__hover {
  background-color: rgba(255, 255, 255, .1);
}
.-noimage.-artist__label {
  background-color: #f2f2f0;
}
.-noimage.-artist__label .artist {
  color: #322341;
}
.-noimage.-artist__label .artist a {
  color: #322341;
}

/* Print
   ========================================================================== */
@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;
  }
}
