@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/* ==============================================================
*  contents
* ============================================================ */
.footer .nav--footer .g-nav__support:first-of-type {
  margin-bottom: 3.5em;
}

.page--home #section--profile {
  width: 80vw;
  margin: 0 auto 15vw;
  position: relative;
}
.page--home #section--profile::after {
  content: "";
  display: block;
  width: 8vw;
  height: 8vw;
  background: no-repeat center url(/static/sevencolors/common/kirakira.webp);
  background-size: contain;
  position: absolute;
  right: 2vw;
  top: -17vw;
  z-index: 1;
  animation: rotate 3s infinite ease-in-out;
}
.page--home #section--profile .section-tit {
  width: 21vw;
  height: 5vw;
  background-image: url(/static/sevencolors/common/title/tit__profile.svg);
  margin: 0 auto 7vw;
}
@media screen and (min-width: 961px) {
  .page--home #section--profile .section-tit {
    min-width: 300px;
    min-height: 65px;
  }
}
.page--home #section--profile .block--name {
  width: 50vw;
  margin: 0 auto 3vw;
  text-align: center;
}
.page--home #section--profile .block--name .txt--sub {
  font-size: 1.5em;
  letter-spacing: 0.5em;
}
.page--home #section--profile .block--txt .txt--large {
  text-align: center;
  font-size: 1.8em;
  letter-spacing: 0.1em;
}
.page--home #section--profile .block--profile--main {
  width: 70vw;
  font-family: "Comfortaa", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  border: 1px solid;
  border-radius: 5vw 2vw 7vw 2vw;
  background: #fff;
  padding: 5em 6vw;
  margin: 5vw auto;
}
.page--home #section--profile .block--profile--main .block--txt .txt--basic {
  font-size: 16px;
  margin-bottom: 0.5em;
}
.page--home #section--profile .block--profile--main .block--txt:not(:last-of-type) {
  margin-bottom: 2em;
}
.page--home #section--profile #block--members {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4em 5%;
  width: 87%;
  margin: 0 auto;
}
.page--home #section--profile #block--members .block--members__item {
  width: 30%;
  opacity: 0;
  bottom: -10vw;
  transition: 0.6s;
  position: relative;
  z-index: 1;
}
.page--home #section--profile #block--members .block--members__item a {
  display: block;
  background: #fff;
  border: 1px solid #777;
  width: 100%;
  height: 100%;
  padding: 8px 8px 2em;
  overflow: hidden;
  border-radius: 5vw 2vw 7vw 2vw;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
.page--home #section--profile #block--members .block--members__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5vw 2vw 7vw 2vw;
  transition: 0.3s;
}
.page--home #section--profile #block--members .block--members__item.charm--sweet::after {
  background: #FFD9D8;
}
.page--home #section--profile #block--members .block--members__item.charm--cute::after {
  background: #00CDAF;
}
.page--home #section--profile #block--members .block--members__item.charm--pop::after {
  background: #FA0081;
}
.page--home #section--profile #block--members .block--members__item.charm--sexy::after {
  background: #FF00FF;
}
.page--home #section--profile #block--members .block--members__item.charm--cool::after {
  background: #00DBFF;
}
.page--home #section--profile #block--members .block--members__item.charm--crush::after {
  background: #141414;
}
.page--home #section--profile #block--members .block--members__item .thumb {
  border-radius: 4.5vw 1.5vw;
  overflow: hidden;
  margin-bottom: 2vw;
  transition: 0.3s;
}
.page--home #section--profile #block--members .block--members__item .block--txt {
  text-align: center;
  font-family: "Comfortaa", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  margin: 1em auto 0;
}
.page--home #section--profile #block--members .block--members__item .block--txt .name {
  display: block;
  font-size: 1.3em;
  font-weight: 300;
  margin-bottom: 13px;
}
.page--home #section--profile #block--members .block--members__item .block--txt .charm {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  margin: 7px auto 0;
}
.page--home #section--profile #block--members .block--members__item .block--txt .charm span {
  display: inline-block;
  font-size: 1em;
  border-radius: 3em;
  border: 1px solid;
  line-height: 0;
  padding: 1em 1em 0.8em;
  margin-left: 0.5em;
}
@media screen and (min-width: 961px) {
  .page--home #section--profile #block--members .block--members__item:hover a {
    border-radius: 7vw 3vw 8vw 3vw;
  }
  .page--home #section--profile #block--members .block--members__item:hover::after {
    border-radius: 7vw 3vw 8vw 3vw;
  }
  .page--home #section--profile #block--members .block--members__item:hover .thumb {
    border-radius: 6.5vw 2.5vw 4.5vw;
  }
}
.page--home #section--profile #block--members .block--members__item.started {
  opacity: 1;
  bottom: 0;
}
.page--home #section--profile #block--members .block--members__item.started::after {
  top: 4px;
  left: 4px;
}

.page--home #section--profile {
  opacity: 0;
  bottom: -10vw;
  transition: 0.6s;
}
.page--home #section--profile .section-tit {
  background-position: 0 6vw;
  transition: 0.4s 0.2s;
}
.page--home #section--profile.started {
  opacity: 1;
  bottom: 0;
}
.page--home #section--profile.started .section-tit {
  background-position: center 0;
}

.page--profile .section-tit {
  width: 26vw;
  height: 5vw;
  background-image: url(/static/sevencolors/common/title/tit__profile.svg);
}

.page--profile {
  position: relative;
}
.page--profile.section--list .photo-main {
  border: 1px solid #777;
  border-radius: 3vw;
  margin-bottom: 5vw;
  overflow: hidden;
}
.page--profile.section--list .block--name {
  width: 25vw;
  margin: 0 auto 3vw;
  text-align: center;
}
.page--profile.section--list .block--name .txt--sub {
  font-size: 1.1em;
  letter-spacing: 0.23em;
}
.page--profile.section--list .block--txt {
  margin-bottom: 5vw;
}
.page--profile.section--list .block--profile--main {
  width: 70vw;
  font-family: "Comfortaa", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  border: 1px solid;
  border-radius: 5vw 2vw 7vw 2vw;
  background: #fff;
  padding: 5em 6vw;
  margin: 5vw auto;
}
.page--profile.section--list .block--profile--main .block--txt .txt--basic {
  font-size: 16px;
  margin-bottom: 0.5em;
}
.page--profile.section--list .block--profile--main .block--txt:not(:last-of-type) {
  margin-bottom: 2em;
}
.page--profile.section--list #block--members {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4em 5%;
  width: 87%;
  margin: 0 auto;
}
.page--profile.section--list #block--members .block--members__item {
  width: 30%;
  background: #fff;
  border: 1px solid #777;
  position: relative;
  border-radius: 5vw 2vw 7vw 2vw;
  padding: 8px 8px 3em;
  transition: 0.3s;
}
.page--profile.section--list #block--members .block--members__item a {
  display: block;
}
.page--profile.section--list #block--members .block--members__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -1;
  border-radius: 5vw 2vw 7vw 2vw;
  transition: 0.3s;
}
.page--profile.section--list #block--members .block--members__item.charm--sweet::after {
  background: #FFD9D8;
}
.page--profile.section--list #block--members .block--members__item.charm--cute::after {
  background: #00CDAF;
}
.page--profile.section--list #block--members .block--members__item.charm--pop::after {
  background: #FA0081;
}
.page--profile.section--list #block--members .block--members__item.charm--sexy::after {
  background: #FF00FF;
}
.page--profile.section--list #block--members .block--members__item.charm--cool::after {
  background: #00DBFF;
}
.page--profile.section--list #block--members .block--members__item.charm--crush::after {
  background: #141414;
}
.page--profile.section--list #block--members .block--members__item .thumb {
  border-radius: 4.5vw 1.5vw;
  overflow: hidden;
  margin-bottom: 2vw;
  transition: 0.3s;
}
.page--profile.section--list #block--members .block--members__item .block--txt {
  text-align: center;
  font-family: "Comfortaa", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  margin: 1em auto 0;
}
.page--profile.section--list #block--members .block--members__item .block--txt .name {
  display: block;
  font-size: 1.3em;
  font-weight: 300;
  margin-bottom: 15px;
}
.page--profile.section--list #block--members .block--members__item .block--txt .charm {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  margin: 7px auto 0;
}
.page--profile.section--list #block--members .block--members__item .block--txt .charm span {
  display: inline-block;
  font-size: 1em;
  border-radius: 3em;
  border: 1px solid;
  line-height: 0;
  padding: 1em 1em 0.8em;
  margin-left: 0.5em;
}
@media screen and (min-width: 961px) {
  .page--profile.section--list #block--members .block--members__item:hover {
    border-radius: 7vw 3vw 8vw 3vw;
  }
  .page--profile.section--list #block--members .block--members__item:hover::after {
    border-radius: 7vw 3vw 8vw 3vw;
  }
  .page--profile.section--list #block--members .block--members__item:hover .thumb {
    border-radius: 6.5vw 2.5vw 4.5vw;
  }
}
.page--profile.section--detail {
  padding-bottom: 80px;
}
.page--profile.section--detail .block--body {
  width: 80%;
  max-width: 1100px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border: 1px solid #777;
  border-radius: 18vw 8vw 13vw 8vw;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s, transform 0.6s;
}
.page--profile.section--detail .block--body::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #ccc;
  border: 1px solid #777;
  border-radius: 18vw 8vw 13vw 8vw;
  z-index: 0;
  top: 8px;
  left: 8px;
}
.page--profile.section--detail .block--body .block--thumb {
  width: 60%;
  border-radius: 18vw 0 0 8vw;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  background-color: #e6e6e6;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 6px, rgb(255, 255, 255) 5px, rgb(255, 255, 255) 10px);
  overflow: hidden;
  position: relative;
  z-index: 1;
  aspect-ratio: 1/1;
}
.page--profile.section--detail .block--body .block--thumb .thumb {
  aspect-ratio: 1/1;
}
.page--profile.section--detail .block--body .block--thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.page--profile.section--detail .block--body.landscape .block--thumb img.portrait {
  -o-object-fit: contain;
     object-fit: contain;
}
.page--profile.section--detail .block--body .block--txt {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 40%;
  background: #fff;
  border-radius: 0 8vw 13vw 0;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  padding: 5vw 5vw 13vw 4vw;
  position: relative;
  z-index: 1;
}
.page--profile.section--detail .block--body .block--txt .block--txt__item {
  width: 100%;
}
.page--profile.section--detail .block--body .block--txt .block--txt__item:first-of-type {
  position: relative;
  margin-bottom: 4em;
}
.page--profile.section--detail .block--body .block--txt .name {
  font-family: "Comfortaa", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 2.5em;
}
.page--profile.section--detail .block--body .block--txt .charm {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  margin-top: 10px;
}
.page--profile.section--detail .block--body .block--txt .charm span {
  display: inline-block;
  font-size: 12px;
  border-radius: 3em;
  border: 1px solid;
  line-height: 0;
  padding: 1em 1.5em 0.9em;
  margin-left: 0.5em;
}
.page--profile.section--detail .block--body .block--txt .list--profile {
  margin-bottom: 2em;
}
.page--profile.section--detail .block--body .block--txt .list--profile div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em 0 0;
}
.page--profile.section--detail .block--body .block--txt .list--profile div:not(:last-of-type) {
  border-bottom: 1px solid #777;
  padding-bottom: 0.5em;
}
.page--profile.section--detail .block--body .block--txt .list--profile div dt {
  width: 8em;
  font-family: "Comfortaa", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 12px;
}
.page--profile.section--detail .block--body .block--txt .list--profile div dd {
  width: calc(100% - 8em);
  font-size: 13px;
  text-align: right;
}
.page--profile.section--detail .block--body .block--txt .block--nav--thumbnail {
  width: 100%;
  margin-top: 15px;
  position: absolute;
  bottom: 5vw;
  left: 4vw;
}
.page--profile.section--detail .block--body .block--txt .block--nav--thumbnail .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transform: none !important;
}
.page--profile.section--detail .block--body .block--txt .block--nav--thumbnail .swiper-wrapper .thumb {
  width: min(15%, 70px) !important;
  aspect-ratio: 1/1;
  -o-object-position: center;
     object-position: center;
  border: 1px solid #777;
  border-radius: 8px;
  overflow: hidden;
  margin-right: 2%;
  cursor: pointer;
}
.page--profile.section--detail .block--body .block--txt .block--nav--thumbnail .swiper-wrapper .thumb img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 961px) {
  .page--profile.section--detail .block--body .block--txt .block--nav--thumbnail .swiper-wrapper .thumb {
    transition: 0.4s;
  }
  .page--profile.section--detail .block--body .block--txt .block--nav--thumbnail .swiper-wrapper .thumb:hover {
    border-radius: 20px;
  }
}
.page--profile.section--detail .block--body .detail__btn {
  width: min(8em, 7vw);
  height: min(8em, 7vw);
  z-index: 5;
  right: 0;
}
.page--profile.section--detail .block--body.landscape {
  flex-wrap: wrap;
  width: 70%;
  max-width: 850px;
  border: none;
}
.page--profile.section--detail .block--body.landscape::before {
  border-radius: 14vw 8vw 18vw 8vw;
}
.page--profile.section--detail .block--body.landscape .block--thumb {
  width: 100%;
  border-radius: 14vw 8vw 0 0;
  border: 1px solid #777;
  border-bottom: none;
}
.page--profile.section--detail .block--body.landscape .block--thumb .thumb img {
  height: auto;
}
.page--profile.section--detail .block--body.landscape .block--thumb .thumb:has(.portrait) {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100% !important;
}
.page--profile.section--detail .block--body.landscape .block--thumb .thumb:has(.portrait) img {
  height: 100% !important;
}
.page--profile.section--detail .block--body.landscape .block--txt {
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #777;
  border-top: none;
  border-radius: 0 0 18vw 8vw;
  padding: 2vw 7vw 4vw 4vw;
}
.page--profile.section--detail .block--body.landscape .block--txt .block--txt__item {
  width: 50%;
}
.page--profile.section--detail .block--body.landscape .block--txt .block--txt__item:first-of-type {
  position: relative;
  top: 0;
  left: 0;
  width: 50%;
}
.page--profile.section--detail .block--body.landscape .block--txt .block--nav--thumbnail {
  width: 50%;
  position: absolute;
  bottom: 4vw;
  left: 4vw;
}
.page--profile.section--detail .block--body.landscape .block--txt .block--nav--thumbnail .swiper-wrapper .thumb {
  width: 16% !important;
}
.page--profile.section--detail .block--body.landscape .detail__btn {
  z-index: 5;
  right: 5%;
  width: min(8em, 7vw);
  height: min(8em, 7vw);
}
.page--profile.section--detail.charm--sweet .block--body::before {
  background: #FFD9D8;
}
.page--profile.section--detail.charm--cute .block--body::before {
  background: #00CDAF;
}
.page--profile.section--detail.charm--pop .block--body::before {
  background: #FA0081;
}
.page--profile.section--detail.charm--sexy .block--body::before {
  background: #FF00FF;
}
.page--profile.section--detail.charm--cool .block--body::before {
  background: #00DBFF;
}
.page--profile.section--detail.charm--crush .block--body::before {
  background: #141414;
}

.loaded .page--profile.page--profile__detail .block--body {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.page--download .section-tit {
  font-family: "Comfortaa", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
}
.page--download .block--notice {
  border: 1px solid #777;
  margin-bottom: 4vw;
  text-align: center;
  padding-top: 1em;
}
.page--download .tit--label {
  font-weight: normal;
  border-bottom: 1px solid;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
}
.page--download .tit--label__sub {
  font-family: "Comfortaa", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 13px;
  border-bottom: 1px dashed;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
}
.page--download .tit--label__sub:first-of-type {
  margin-top: 3em;
}
.page--download .tit--label__sub:not(:first-of-type) {
  margin-top: -3em;
}
.page--download .list--download {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 6vw;
}
.page--download .list--download li {
  width: calc((100% - 30px) / 4);
  line-height: 0;
}
.page--download .list--download li a {
  display: block;
  line-height: 0;
  border: 1px solid #777;
  border-radius: 1vw;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 961px) {
  .page--download .list--download li a {
    transition: 0.3s;
  }
  .page--download .list--download li a:hover {
    border-radius: 4vw 2vw 6vw 2vw;
  }
}
.page--download .list--download li a figure {
  text-align: center;
  position: relative;
}
.page--download .list--download li a::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: #1C1C1C no-repeat center url(/static/sevencolors/assets/feature/download_2zWo376u/ico--download.svg);
  background-size: 50%;
  position: absolute;
  right: 5px;
  bottom: 5px;
  border-radius: 5em;
  text-align: center;
  line-height: 30px;
}
.page--download .list--download.block--jacket li {
  width: calc((100% - 30px) / 3);
  line-height: 0;
}
.page--download .list--download.block--artist li.item--all {
  width: 100%;
}
.page--download .list--download.block--artist li.item--all figure {
  aspect-ratio: inherit;
}
.page--download .list--download.block--artist li.item--all figure img {
  height: auto;
}
.page--download .list--download.block--artist li a figure {
  background-color: #e6e6e6;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, rgb(255, 255, 255) 4px, rgb(255, 255, 255) 5px);
  aspect-ratio: 1/1;
}
.page--download .list--download.block--artist li a figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page--download .list--download.block--logo li a figure {
  aspect-ratio: 1/1;
  padding: 10px;
}
.page--download .list--download.block--logo li a figure img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (min-width: 961px) {
  .detail__btn a::after {
    width: min(8em, 7vw);
    height: min(8em, 7vw);
    left: -8em;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .page--home #section--profile .section-tit {
    min-width: inherit;
  }
  .page--home #section--profile {
    width: 90vw;
    margin: 0 auto 25vw;
  }
  .page--home #section--profile::after {
    width: 18vw;
    height: 18vw;
    right: unset;
    top: -27vw;
    left: -2vw;
  }
  .page--home #section--profile .section-tit {
    width: 46vw;
    height: 11vw;
    margin: 0 auto 8vw;
  }
  .page--home #section--profile .block--name {
    width: 70vw;
    margin: 0 auto 10vw;
  }
  .page--home #section--profile .block--name .txt--sub {
    font-size: 1em;
    line-height: 1;
  }
  .page--home #section--profile .block--txt .txt--large {
    font-size: 1.3em;
    margin-bottom: 0.5em;
  }
  .page--home #section--profile .block--profile--main {
    width: 100%;
    border-radius: 23vw 8vw 20vw 8vw;
    padding: 13vw 4vw 4vw 8vw;
    margin: 5vw auto;
  }
  .page--home #section--profile .block--profile--main .block--txt .txt--basic {
    font-size: 13px;
  }
  .page--home #section--profile #block--members {
    width: 100%;
    gap: 5vw 4%;
  }
  .page--home #section--profile #block--members .block--members__item {
    width: 48%;
  }
  .page--home #section--profile #block--members .block--members__item a {
    border-radius: 7vw 4vw 14vw 4vw;
    padding: 6px 6px 2em;
  }
  .page--home #section--profile #block--members .block--members__item::after {
    border-radius: 7vw 4vw 14vw 4vw;
  }
  .page--home #section--profile #block--members .block--members__item .thumb {
    border-radius: 5vw 3vw;
  }
  .page--home #section--profile #block--members .block--members__item .block--txt .name {
    font-size: 1.1em;
  }
  .page--home #section--profile #block--members .block--members__item .block--txt .charm {
    font-size: 10px;
  }
  .page--profile.section--list .section-tit {
    width: 48vw;
    height: 11vw;
  }
  .page--profile.section--list .photo-main {
    margin-bottom: 10vw;
    overflow: hidden;
  }
  .page--profile.section--list .block--name {
    width: 50vw;
    margin: 0 auto 6vw;
  }
  .page--profile.section--list .block--name .txt--sub {
    font-size: 12px;
  }
  .page--profile.section--list > .block--txt {
    margin-bottom: 5vw;
    background: #fff;
    border-radius: 10vw 4vw 12vw 4vw;
    border: 1px solid;
    padding: 6vw 5vw 3vw;
  }
  .page--profile.section--list .block--profile--main {
    width: 70vw;
    border-radius: 5vw 2vw 7vw 2vw;
    padding: 5em 6vw;
    margin: 5vw auto;
  }
  .page--profile.section--list .block--profile--main .block--txt .txt--basic {
    font-size: 16px;
    margin-bottom: 0.5em;
  }
  .page--profile.section--list .block--profile--main .block--txt:not(:last-of-type) {
    margin-bottom: 2em;
  }
  .page--profile.section--list #block--members {
    width: 100%;
    gap: 4vw 5%;
  }
  .page--profile.section--list #block--members .block--members__item {
    width: 47.5%;
    border-radius: 10vw 4vw 12vw 4vw;
    padding: 8px 8px 1.5em;
  }
  .page--profile.section--list #block--members .block--members__item::after {
    border-radius: 10vw 4vw 12vw 4vw;
  }
  .page--profile.section--list #block--members .block--members__item .thumb {
    border-radius: 8.5vw 3.5vw;
    margin-bottom: 5vw;
  }
  .page--profile.section--list #block--members .block--members__item .block--txt {
    margin: 1em auto 0;
  }
  .page--profile.section--list #block--members .block--members__item .block--txt .name {
    font-size: 1.2em;
    margin-bottom: 15px;
  }
  .page--profile.section--list #block--members .block--members__item .block--txt .charm {
    font-size: 10px;
    margin: 5px auto 0;
  }
  .page--profile.section--list #block--members .block--members__item .block--txt .charm span {
    font-size: 12px;
    padding: 1em 1em 0.8em;
  }
  .page--profile.section--detail.page--profile__detail {
    width: 100%;
    padding: 0;
  }
  .page--profile.section--detail.page--profile__detail .block--body,
  .page--profile.section--detail.page--profile__detail .block--body.landscape {
    width: 90%;
    max-width: 1000px;
    flex-wrap: wrap;
    border-radius: 18vw 8vw 13vw 8vw;
    background: #fff;
  }
  .page--profile.section--detail.page--profile__detail .block--body::before,
  .page--profile.section--detail.page--profile__detail .block--body.landscape::before {
    border-radius: 18vw 8vw 13vw 8vw;
    top: 6px;
    left: 6px;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--thumb,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--thumb {
    width: 100%;
    border-radius: 18vw 8vw 0 0;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--thumb .block--item,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--thumb .block--item {
    max-height: inherit !important;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--thumb img,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--thumb img {
    height: 100%;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt {
    width: 100%;
    border-radius: 0 0 13vw 8vw;
    padding: 3vw 6vw 10vw;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt .block--txt__item,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt .block--txt__item {
    width: 100%;
    order: 3;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt .block--txt__item:first-of-type,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt .block--txt__item:first-of-type {
    margin-bottom: 1em;
    position: relative;
    top: 0;
    left: 0;
    order: 2;
    margin-top: 8vw;
    margin-bottom: 6vw;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt .name,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt .name {
    font-size: 2em;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt .charm,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt .charm {
    font-size: 12px;
    position: absolute;
    right: 0vw;
    top: -4px;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt .block--nav--thumbnail,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt .block--nav--thumbnail {
    width: calc(100% + 12vw);
    overflow: visible !important;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 -6vw;
    border-bottom: 1px solid #777;
    order: 1;
    position: relative;
    bottom: inherit;
    left: 0;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt .block--nav--thumbnail .swiper-wrapper,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt .block--nav--thumbnail .swiper-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none !important;
    overflow: visible;
    margin: 0 0 2vw;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt .block--nav--thumbnail .swiper-wrapper .thumb,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt .block--nav--thumbnail .swiper-wrapper .thumb {
    width: 45px !important;
    border-radius: 6px;
    margin: 0px 9px;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt .list--photo,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt .list--photo {
    margin-bottom: 2em;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt .list--photo div,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt .list--photo div {
    padding: 1em 0;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt .list--photo div dt,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt .list--photo div dt {
    font-size: 0.8em;
  }
  .page--profile.section--detail.page--profile__detail .block--body .detail__btn,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .detail__btn {
    width: 4.5em;
    height: 4.5em;
  }
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--thumb .thumb:has(.portrait) {
    height: auto !important;
  }
  .page--profile.section--detail.page--profile__detail .block--body.landscape .detail__btn {
    right: 0;
  }
  .page--download {
    border-radius: 10vw 4vw 12vw 4vw;
    padding: 6vw 5vw;
  }
  .page--download .section-tit {
    font-family: "Comfortaa", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.05em;
  }
  .page--download .block--notice {
    padding: 4vw 4vw 0;
    text-align: left;
    margin-bottom: 10vw;
  }
  .page--download .tit--label {
    font-size: 1em;
    padding-bottom: 0.5em;
  }
  .page--download .tit--label__sub {
    font-size: 12px;
    padding-bottom: 0.25em;
    margin-bottom: 1em;
  }
  .page--download .tit--label__sub:first-of-type {
    margin-top: 2em;
  }
  .page--download .tit--label__sub:not(:first-of-type) {
    margin-top: -2em;
  }
  .page--download .list--download {
    gap: 3vw;
    margin-bottom: 15vw;
  }
  .page--download .list--download li {
    width: calc((100% - 3vw) / 2);
  }
  .page--download .list--download li a {
    border-radius: 3vw;
  }
  .page--download .list--download.block--jacket li {
    width: calc((100% - 3vw) / 2);
  }
  .page--download .list--download.block--artist li a figure {
    background-image: repeating-linear-gradient(45deg, transparent, transparent 3px, rgb(255, 255, 255) 3px, rgb(255, 255, 255) 4px);
  }
}
/* ----------------------------

tablet

------------------------------ */
@media screen and (min-width: 458px) and (max-width: 961px) {
  /* ---- page--home ---- */
  .page--home #section--profile {
    width: 76vw;
    margin: 0 auto 30vw;
  }
  .page--home #section--profile .section-tit {
    width: 32vw;
    height: 7vw;
    margin: 0 auto 7vw;
  }
  .page--home #section--profile .block--name {
    width: 55vw;
    margin: 0 auto 5vw;
  }
  .page--home #section--profile .block--name .txt--sub {
    font-size: 1.2em;
  }
  .page--home #section--profile .block--profile--main {
    width: 100%;
    border-radius: 10vw 6vw 13vw 6vw;
    line-height: 2;
    padding: 5vw 8vw calc(6vw - 1.5em);
  }
  .page--home #section--profile .block--profile--main .txt--basic {
    font-size: 16px;
  }
  .page--home #section--profile .block--member-profile .txt--large {
    width: 40vw;
    font-size: 4vw;
    margin: 0 auto;
  }
  .page--home #section--profile #block--members {
    gap: 4vw 5%;
  }
  .page--home #section--profile #block--members .block--members__item {
    width: 30%;
  }
  .page--home #section--profile #block--members .block--members__item::after {
    border-radius: 6vw 3vw 9vw 3vw;
  }
  .page--home #section--profile #block--members .block--members__item a {
    border-radius: 6vw 3vw 9vw 3vw;
    padding: 10px 10px 4vw;
  }
  .page--home #section--profile #block--members .block--members__item .thumb {
    border-radius: 4.5vw 2vw;
    margin-bottom: 20px;
  }
  .page--home #section--profile #block--members .block--members__item .block--txt .name {
    font-size: 1.2em;
  }
  .page--home #section--profile #block--members .block--members__item .block--txt .charm {
    font-size: 11px;
  }
  .page--home #section--profile::after {
    width: 13vw;
    height: 13vw;
    top: -23vw;
    left: calc(50% - 6.5vw);
  }
  .page--home #area--fc .area--fc--header .fc-name {
    width: 54vw;
    margin-bottom: 4vw;
  }
  .page--home #area--fc .area--fc--body {
    padding: 10vw 13vw;
  }
  .page--home #area--fc .area--fc--body #section--photo {
    width: 76%;
    margin: 0 auto;
  }
  .page--profile.section--list .section-tit {
    width: 40vw;
    height: 14vw;
  }
  .page--profile.section--list .photo-main {
    margin-bottom: 6vw;
  }
  .page--profile.section--list .block--name {
    width: 30vw;
  }
  .page--profile.section--list .block--name .txt--sub {
    font-size: min(3vw, 16px);
  }
  .page--profile.section--list #block--members .block--members__item {
    width: 30%;
    border-radius: 6vw 3vw 9vw 3vw;
    padding: 10px 10px 4vw;
  }
  .page--profile.section--list #block--members .block--members__item .thumb {
    border-radius: 4.5vw 2vw;
    margin-bottom: 3vw;
  }
  .page--profile.section--list #block--members .block--members__item::after {
    border-radius: 6vw 3vw 9vw 3vw;
  }
  .page--profile.section--detail.page--profile__detail .block--body,
  .page--profile.section--detail.page--profile__detail .block--body.landscape {
    width: 80%;
    border-radius: 13vw 6vw 16vw 6vw;
    background: none;
    border: none;
  }
  .page--profile.section--detail.page--profile__detail .block--body::before,
  .page--profile.section--detail.page--profile__detail .block--body.landscape::before {
    border-radius: 13vw 6vw 13.5vw 7vw;
    top: 0.6vw;
    left: 0.6vw;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--thumb,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--thumb {
    width: 100%;
    border-radius: 12vw 5vw 0 0;
    border: 1px solid #777;
    border-bottom: none;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--thumb .block--item,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--thumb .block--item {
    max-height: inherit !important;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--thumb img,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--thumb img {
    height: 100%;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt {
    align-items: flex-start;
    border-radius: 0 0 13vw 8vw;
    padding: 2vw 6vw 5vw;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt .block--txt__item,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt .block--txt__item {
    width: 55%;
    padding-top: 4vw;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt .block--txt__item:first-of-type,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt .block--txt__item:first-of-type {
    width: 45%;
    margin-bottom: 0;
    position: relative;
    top: 0;
    left: 0;
    order: 2;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt .name,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt .name {
    font-size: 4vw;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt .charm,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt .charm {
    position: relative;
    font-size: 11px;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt .list--profile div dt,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt .list--profile div dt {
    font-size: 11px;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt .list--profile div dd,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt .list--profile div dd {
    font-size: 12px;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt .block--nav--thumbnail .swiper-wrapper,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt .block--nav--thumbnail .swiper-wrapper {
    margin: 0 0 2vw;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt .block--nav--thumbnail .swiper-wrapper .thumb,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt .block--nav--thumbnail .swiper-wrapper .thumb {
    width: 8vw !important;
    margin: 0 5px;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt .list--photo,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt .list--photo {
    margin-bottom: 2em;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt .list--photo div,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt .list--photo div {
    padding: 1em 0;
  }
  .page--profile.section--detail.page--profile__detail .block--body .block--txt .list--photo div dt,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--txt .list--photo div dt {
    font-size: 0.8em;
  }
  .page--profile.section--detail.page--profile__detail .block--body .detail__btn,
  .page--profile.section--detail.page--profile__detail .block--body.landscape .detail__btn {
    width: 4.5em;
    height: 4.5em;
    bottom: -0.5em;
  }
  .page--profile.section--detail.page--profile__detail .block--body.landscape .block--thumb .thumb:has(.portrait) {
    height: auto !important;
  }
  .page--profile.section--detail.page--profile__detail .block--body.landscape .detail__btn {
    right: 0;
  }
}