body {
  width: 100vw;
  padding: 0;
  margin: 0;
  font-family: "Noto Serif JP", serif, "Helvetica Neue", Arial;
  overflow-x: hidden;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.inner {
  position: relative;
  width: 95%;
  margin: 4em auto;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

a {
  text-decoration: none;
  color: #012e58;
  display: block;
}
p {
  font-size: 1.6em;
  margin-bottom: 1.6em;
}
ul {
  list-style-type: none;
}
ul.center {
  text-align: center;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
.marker {
  background: linear-gradient(transparent 60%, #ff0000bd 60%);
}
.bold {
  font-weight: 700;
}
.small {
  font-size: 0.7em;
}
/* Prelaoder */

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  overflow: hidden;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}
.preloader h1 {
  font-size: 2.4em;
}
.preloader__ttl span {
  opacity: 0;
}

.loaded {
  -webkit-animation-name: loader-fadeOut;
  animation-name: loader-fadeOut;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-fill-mode: both;
  animation-delay: 0.8s;
}

@-webkit-keyframes loader-fadeOut {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loader-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.scroll-to-top {
  position: fixed;
  bottom: 36px;
  right: 24px;
  font-size: 14px;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}
.scroll-to-top:hover {
  transform: translateY(-10px);
}
.section {
  position: relative
}
.section__colored {
  background-color: #fff7ed;
  padding: 2rem 0;
}
/* .scroll-section {
  height: 100vh;
} */
.scroll-contetnts {
  position: relative;
  width: 100%;
  height: 100vh;
}
.scroll-item {
  display: grid;
  width: 100vw;
  height: 100vh;
}
.container {
  box-sizing: border-box;
  color: #000;
  display: grid;
  grid-template: "image content" 100% / min(40%, 600px) 1fr;
  position: relative;
  grid-area: 1/1;
  position: fixed;
  top: 0;
  overflow: hidden;
}

.hero {
  box-sizing: border-box;
  width: auto;
  height: 100vh;
  overflow: hidden;
  position: relative;
  grid-area: image;
}

.hero img {
  object-fit: cover;
  height: 100%;
  position: absolute;
}

.wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-area: content;
}
header {
  padding: 40px 3% 0;
}
.hero_right {
  padding: 0 3%;
}
h1.page-title { font-size: 2.3rem; }
.page-title span {
  font-size: 0.5em;
  display: block;
  line-height: 1.6;
}
.copy {
  font-size: clamp(1.6em, 2vw, 2.4em);
  margin-top: 8px;
}
.copy span {
  display: block;
  font-size: 0.6em;
  font-weight: 400;
  margin-top: 5px;
  line-height: 1.2;
}
.copy br.display-none_740 { display: block;}

.description {
  padding-top: 40px;
}
.credit-title {
  font-size: 1.6em;
}
.info h3 {
  font-size: 1.6em;
  margin-top: 1rem;
}
.info p {
  font-size: 1.48em;
  margin-bottom: 0;
}
.ticket-info__link {
  border-radius: 100vw;
  border: 1px solid;
  display: block;
  font-size: 16px;
  line-height: 28px;
  padding: 8px 40px 8px 24px;
  -webkit-transition: all .6s cubic-bezier(.19,1,.22,1);
  transition: all .6s cubic-bezier(.19,1,.22,1);
  background: url(../img/arrow.svg) no-repeat right 12px top 50%;
  background-size: 14px auto;
  width: fit-content;
  cursor: pointer;
}

.ticket-info__link:hover {
  transform: translateY(5px);
  background-color: #c6c6c6;
}

/*-- youtube --*/

.youtube {
  aspect-ratio: 16 / 9;
  width: min(100%, 840px);
  height: fit-content;
  margin: auto;
  grid-area: 1 / 1;
}
.youtube iframe {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.title-artists {
  font-size: 4.4em;
  text-align: center;
}
.introduction {
  grid-area: 1/1;
  width: 80%;
  max-width: 800px;
  margin: 100px auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(7, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  }
  
.photo-ak { grid-area: 1 / 2 / 4 / 4; }
.photo-to { grid-area: 2 / 4 / 5 / 6; }
.photo-so { grid-area: 4 / 1 / 7 / 3; }
.photo-rm { grid-area: 5 / 3 / 8 / 5; }

.introduction a {
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.introduction a img {
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 740px) {
  .copy br.display-none_740 { display: none;}
}
.credit-title {
  margin-bottom: 0.1vmin;
}
.artist-name {
  font-size: 3vmin;
}
a.interview__link {
  color: #000;
  font-size: 0.62em;
  display: block;
  width: fit-content;
  padding: 6px;
  border: 1px solid;
  border-radius: 3px;
  transition: all 0.6s ease-out;
}
a.interview__link:hover {
  background-color: #c6c6c6;
}
footer {
  margin: 24px 0 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  font-size: clamp(1,2em, 3%, 1.4em);
  padding: 40px 3% 5px;
}

.copywrite { 
  margin-bottom: 0;
}

.bloc {
  margin-bottom: 1em;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.bloc h4 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: 1.2em;
}
.bloc p {
  line-height: 1.6em;
  font-size: 1.6em;
  margin-bottom: 2em;
}

/* artist */
.artists {
  grid-area: 1/1;
  display: flex;
  flex-wrap: wrap;
}
.artists .bloc {
  width: 100%;
  overflow: hidden;
  padding: 0;
  display: grid;
}
.card {
  width: 100%;
  overflow: hidden;
  margin: 10px;
  position: relative;
  height: calc(var(--cardHeight) + 80px);
}
.card .card-img {
  width: clamp(230px, 54%, 400px);
  position: absolute;
  top: 10%;
  left: 20%;
  aspect-ratio: 3/4;
}
.card .card-img img {
  object-fit: cover;
  width: 100%;
}
.card .name {
  position: absolute;
  top: 56%;
  left: calc(var(--cardWidth) + 13%);
}
#artist-3 .card .name {
  left: calc(var(--cardWidth) + 6%);
}
.card .name h3 {
  padding-top: 74px;
  padding-bottom: 5px;
  letter-spacing: 0.1em;
  font-size: 60px;
  margin-bottom: 10px;
}
.card .name span {
  padding-bottom: 5px;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
  display: block;
  line-height: 0.4;
}
.card p {
  font-size: 0.85em;
  line-height: 1.6em;
}
.text {
  width: 66%;
  margin: 20px auto;
  padding: 0 20px;
}
.comment h5 {
  font-size: 1.8em;
  margin-bottom: 2em;
}
.profile p, .comment p {
  text-align: left;
}
.profile p a {
  display: inline-block;
}

/* ticket-info */

.ticket__section {
  width: 66%;
  margin: 40px auto 60px;
  padding-top: 20px
}
.ticket__section h2,h3 {
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.ticket__section p {
  margin-bottom: 0.4em;
}
.ticket-info__title {
  margin-top: 40px;
}
.ticket-info__list {
  font-size: 1rem;
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
}
.ticket-info__bloc h4, h5 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.ticket-info--special {
  border: 1px solid;
  border-radius: 14px;
  padding: 1rem;
  width: fit-content;
}
.ticket-info--special p {
  margin-bottom: 0;
}
@media screen and (min-width: 1400px) {
  .card .name {
    left: 40%;
  }
  .card .name h3 {
    font-size: 80px;
  }
}
@media screen and (max-width: 860px) {
  #artist-3 .card .name {
    left: calc(var(--cardWidth) + 3%);
  }
}
@media screen and (max-width: 767px) {
  .title-artists {
    font-size: 2.4em;
    left: 10%;
    top: 45%;
  }
  .card {
    height: calc(var(--cardHeight) + 60px);
  }
  .card .card-img {
    left: 8%;
  }
  .card .name {
    position: absolute;
    top: 58%;
    left: calc(var(--cardWidth));
  }
  #artist-3 .card .name {
    left: 45%;
  }
  .card .name h3 {
    font-size: 48px;
  }
  .card .name span {
    font-size: 1.2rem;
  }
  .introduction {
    grid-row-gap: 20px;
  }
  .introduction a {
    width: 30vw;
    height: 30vw;
  }

  .preloader h1 {
    font-size: 1.8em;
  }
  .container {
    height: 100vh;
    grid-template: "." 100vh / 100vw;
  }
  .hero {
    position: absolute;
    width: 100%;
    max-width: 100%;
    opacity: 0.8;
    grid-area: 1 / 1
  }
  .wrapper {
    width: 100%;
    position: absolute;
    justify-content: flex-start;
    grid-area: 1 / 1;
    padding: 1% 4% 2%;
  }
  .hero_right {
    margin-top: 40px;
  }
  .artist-name {
    font-size: 5vw;
    margin-bottom: 0.5rem;
  }
  a.interview__link {
    font-size: 0.72em;
    padding: 4px;
  }
  .info h3 {
    margin-bottom: 16px;
  }
  .info p {
    font-size: 1.2em;
  }
  footer {
    margin: auto 0 0;
    background-color: #ffffff7a;
    padding: 3%;
  }
  .bloc p {
    font-size: 1.4em;
  }
  .card .name {
    top: 57%;
    left: 48%;
  }
  .card .name h3 {
    font-size: 36px;
  }
  #artist-3 .card .name {
    left: 40%;
  }
  .text {
    width: 81%;
  }
  .ticket__section {
    width: 80%;
  }
  .ticket__section h2,h3, .ticket-info__bloc h4, h5 {
    font-size: 1rem;
  }
  .ticket__section p, .ticket-info__list {
    font-size: 0.8rem;
  }
  
}
@media screen and (max-width: 319px) {
  .card .card-img {
    width: 90vw;
    left:0
  }
  .card .name {
    left: 0;
    top: -57px;
  }

  .card .name h3 {
    font-size: 24px;
  }
  .text {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
}

/*  interview */

.interview {
  width: 66%;
  margin: 20px auto;
  padding: 0 20px;
}

.interview__content p {
  text-indent: 1em;
}
.interview__credit {
  font-size: 0.875rem;
  text-align: right;
}


.modal {
  display: none;
  padding: 30px;
  text-align: center;
}
.open {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #242829a8;
  -webkit-animation-name: modal-fadeIn;
  animation-name: modal-fadeIn;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@-webkit-keyframes modal-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes modal-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.close {
  -webkit-animation-name: modal-fadeOut;
  animation-name: modal-fadeOut;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@-webkit-keyframes modal-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes modal-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.close-btn {
  position: absolute;
  top: 30px;
  left: 30px;
  color: #333;
}

.purchase {
  margin: auto;
  width: 80vw;
  text-align: center;
}


@media screen and (min-width: 767px) {
  .content {
    /* height: 100vh; */
    justify-content: center;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .space-around-pc {
    justify-content: space-around;
  }

  .title_img img {
    width: 80%;
    height: auto;
  }

  .info {
    padding: 10px 0;
  }

  .info_bloc {
    width: 80%;
    max-width: 800px;
    margin: 0 auto 4em;
  }
  .btn-pdf {
    width: 80%;
    padding: 12px 24px;
  }
  .btn-pdf,
  .btn-pdf a,
  .btn-attention a {
    width: 210px;
  }
  .btn-ticket,
  .btn-ticket a {
    width: 300px;
    margin: auto;
  }
  .long {
    width: 80%;
    text-align: center;
  }
  .long a {
    width: 100%;
  }
  .inner-title {
    margin-bottom: 6em;
  }
  .inner-title h3 {
    font-size: 2em;
    font-weight: 700;
  }

  .inner-title h3 span {
    font-size: 0.8em;
  }
  .inner-title h4 {
    font-size: 2em;
  }
  .date_table,
  .ticket_table {
    font-size: 1.2em;
  }
  .attention ul {
    margin-top: 1em;
  }
  .peatix-wedget {
  width: 400px;
  height: 500px;
}
  .bloc {
    width: 80%;
  }
  .online {
    padding: 40px;
  }
  .products_bloc .card {
    width: 200px;
  }
}
.btn-default a {
  width: 93%;
  margin: 10px auto;
  text-align: center;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 13px;
  border-radius: 4px;
  background: #fff;
  transition: 0.3s;
  cursor: pointer;
  display: block;
}
.btn-default a:hover {
  -webkit-box-shadow: 0px 0px 11px 2px rgb(255 255 255 / 80%);
  box-shadow: 0px 0px 11px 2px rgb(255 255 255 / 80%);
}
.btn-pdf a {
  color: #2a82c7;
  text-decoration: none;
  display: block;
  width: 100%;
  height: auto;
}
.btn-pdf:hover {
  background-position: right center;
}

.btn-ticket a {
  width: 93%;
  margin: 10px auto;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 13px;
  border-radius: 4px;
  transition: 0.5s;
  cursor: pointer;
  background-image: linear-gradient(-45deg, #eae5ac, #f51c1c);
  color: #fff;
  display: block;
}
.btn-ticket a:hover {
  background-image: linear-gradient(-45deg, #f51c1c, #eae5ac);
  color: #000;
}
.btn-ticket .long {
  width: 200px;
}

/* info_bloc */

.date_table {
  width: 100%;
  font-size: 0.8em;
  font-weight: 700;
  margin-bottom: 20px;
}
.date_table table,
.date_table td,
.date_table th {
  border: 1px solid #f7f7f7ce;
  border-collapse: collapse;
  text-align: center;
}
td,
th {
  padding: 3px;
  width: 200px;
  height: 50px;
}
th {
  background: #f0e6cc;
}
.even {
  background: #fbf8f0;
}
.odd {
  background: #fefcf9;
}

.box-inview {
  padding: 20px;
  line-height: 1.6em;
  letter-spacing: 0.1em;

  border-radius: 5px;
}
.box-inview h4 {
  margin: 10px 0;
  text-align: center;
  color: #2a82c7;
  font-size: 1.2em;
}
.box-inview li {
  padding-bottom: 1.6em;
  font-size: 0.95em;
}
.guide {
  background: #ffffff;
  margin: 20px 0;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
.box-content {
  padding: 20px;
  line-height: 1.6em;
  letter-spacing: 0.1em;
  color: #000;
}
.box-content h4 {
  margin: 20px 0 10px;
}
.box-content li {
  padding-bottom: 0.6em;
  font-size: 0.95em;
  font-weight: 400;
}
.box-attention {
  display: inline-block;
  width: 88%;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 12px 24px;
  border-radius: 4px 4px 0 0;
  background-image: linear-gradient(-90deg, #5dceef, #474bbcbd);
  background-size: 150%;
  border: none;
}
ul.check {
  padding-left: 0.5em;
}
ul.check li {
  padding-left: 1.5em;
  position: relative;
}
ul.check li:before {
  content: "";
  background-image: url(../img/check.svg);
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0.3em;
  filter: invert(1);
}

/*　ticket_blog */
.ticket_bloc {
  margin-top: 3em;
  text-align: center;
}
.ticket_bloc h4 {
  font-size: 1.6em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  background-position-y: -17px;
  color: #fff;
}
.ticket_table {
  display: table;
  width: 100%;
  font-size: 0.8em;
  font-weight: 700;
}
.ticket_table .box {
  display: table-cell;
  text-align: left;
  color: #fff;
  padding: 0.5em;
  vertical-align: middle;
  border: 1px solid #fff;
}
.ticket_table .type {
  width: 50%;
}
p.note {
  font-size: 1.4em;
}
.ticket_bloc .extra h4 {
  margin-top: 2em;
  margin-bottom: 0;
}
.attention h4 {
  margin-top: 2em;
  color: #e21c02;
  font-size: 1.4em;
}
.attention .marker {
  background: linear-gradient(transparent 60%, #607d8b 60%);
  margin-bottom: 1em;
}
.attention li {
  padding-bottom: 1.5em;
}
.peatix-wedget {
  margin: 0 auto 40px;
  width: 95%;
  height: 500px;
}
/*  donation&online */
.online {
  background: #ffffff3d;
  padding: 20px;
  color: #1456d0;
}
.online .inner-title {
  margin-bottom: 3em;
}
.menu {
  font-weight: 300;
  color: #171b1f;
  letter-spacing: 0.06em;
  box-sizing: inherit;
  background-color: #ffffffbd;
  padding: 5px 5px 5px 10px;
  margin: 0;
  position: fixed;
  cursor: pointer;
  z-index: 600;
  top: 30px;
  right: 30px;
  bottom: auto;
  display: block;
}
.menu-label {
  font-size: 10px;
  padding-right: 3px;
}
.menu-icon {
  cursor: pointer;
  box-sizing: inherit;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  position: relative;
  right: -6px;
  bottom: -5px;
}
.menu span {
  display: block;
  position: relative;
  margin-bottom: 7px;
  width: 20px;
  height: 2px;
  background-color: #171b1f;
  transition: ease 0.5s;
}
.menu.open-menu span:nth-of-type(1) {
  box-sizing: inherit;
  background-repeat: no-repeat;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  margin-bottom: 7px;
  width: 20px;
  height: 2px;
  background-color: #171b1f;
  transition: ease 0.5s;
  top: 9px;
  transform: rotate(45deg);
}
.menu.open-menu span:nth-of-type(2) {
  transition: ease 0.5s;
  opacity: 0;
  transform: translateX(50px);
}
.menu.open-menu span:nth-of-type(3) {
  transition: ease 0.5s;
  bottom: 9px;
  transform: rotate(-45deg);
}
.menu-list .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.menu-list .flex li {
  line-height: 1.8;
  color: #1e2f6e;
  font-weight: 600;
  font-size: 1.1em;
  list-style: none;
  margin-bottom: 2.3rem;
  width: 100%;
  text-align: left;
}
.menu-list.inview {
  text-align: center;
  color: #1e2f6e;
  position: fixed;
  z-index: 500;
  right: 0;
  top: 0;
  display: block;
  animation-name: in-from-right;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}
.menu-list {
  display: none;
  width: 30%;
  padding: 40px 20px;
  height: 100vh;
  padding: 20vh 5vw;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: fixed;
  z-index: 500;
  right: 0;
  background-color: #ffffff;
}
.menu-list.inview {
  display: block;
  -webkit-animation-name: in-from-right;
  animation-name: in-from-right;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes in-from-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes in-from-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.menu-list.outview {
  display: block;
  -webkit-animation-name: out-to-right;
  animation-name: out-to-right;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes out-to-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
}
@keyframes out-to-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
}
@media screen and (min-width: 1200px) {
  .title {
    width: 1000px;
  }

  .title p {
    top: 232px;
  }

  .figure1 {
    left: calc(100vw - 1150px);
  }
  .figure3 {
    left: 40%;
  }
}

@media screen and (max-width: 767px) {
  .info_bloc .intro {
  font-size: 1.0em;
}
  .artist_bloc .card .card-top {
    width: 90%;
    padding: 18px;
    position: relative;
    display: flex;
    margin-bottom: 1em;
  }
    .artist_bloc .card .card-img {
      width: 280px;
      height: 280px;
      object-fit: cover;
  }
  .artist_bloc .card .card-top .name {
      color: #fff;
      position: absolute;
      top: 208px;
      right: -27px;
      width: 100%;
      height: 165px;
      padding: 12px;
      background: url(../img/name-bg.png);
      z-index: 10;
      background-size: contain;
      background-repeat: no-repeat;
  }
  .artist_bloc .card .card-top .name p {
    padding-top: 53px;
    margin-bottom: 0;
  }
  .artist_bloc .card .card-bottom {
      min-height: 160px;
      padding: 36px 18px 0;
      text-align: justify;
      width: 92%;
  }
  .artist_bloc .card .card-top .name span {
      padding-bottom: 5px;
      letter-spacing: 0.1em;
      font-size: 1.0em;
      text-align: center;
      display: block;
  }
}

.scroll {
  position: fixed;
  bottom: 5%;
  left: 10px;
  width: 10px;
  height: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 1;
  z-index: 100;
  transform: translate3d(0, 0, 560px);
  -webkit-transform: translate3d(0, 0, 560px);
}
.scroll > svg {
  display: block;
  width: 10px;
  height: 92px;
}
/* .scroll .linev {
  stroke-dasharray: 10;
  stroke-dashoffset: 10px;
} */

#scroll {
  fill: #9a9a9a
}
.scroll .linev, .scroll .linei {
  fill: none;
  stroke: #9a9a9a;
  stroke-linecap: round;
}
/* .scroll .linei {
  stroke-dasharray: 30;
  stroke-dashoffset: 30px;
} */