@charset "utf-8";
/*--****************************************

@SP - style.css
Copyright (c) ULM Co.,Ltd. - http://www.ulm-design.com

*****************************************--*/

/*-------------------------------

#main

-------------------------------*/

#main2-bg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #0C0E1A;
  z-index: 1;
}

#main {
  opacity: 0;
  background: #fff;
}

#top-main {
  /* background: #0C0E1A; */
  position: relative;
  overflow: hidden;
}

.cover {
  background: url(../../../assets/img/common/blank.gif);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}


#main-bg {
  transform: scale(1.1);
}

#main-bg.show {
  animation: scale-in 1s forwards;
}

@keyframes scale-in{
  0% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }

}

#main-c {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#main-copy {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 0;
}

#main-img2 {
  opacity: 0;
}

#main-txt {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#main-wing {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.blurtxt {
  -webkit-animation: blur 2s  cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 normal;
  animation: blur 2s  cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 normal;
}

@keyframes blur {
  0% {
    filter:blur(30px);
  }

  100% {
    filter:blur(0);
  }
}

.blurin {
  opacity: 0;
}

.mvtk-wrap {

}

/*-------------------------------

visualb

-------------------------------*/
#wrapper.visualb {
  background: #0C0E1A;
}

#top-main.visualb {
  background: #0C0E1A;
}

.main2 {
  display: none;
}

/*-------------------------------

#news

-------------------------------*/
#news {
  padding: 20px 5%;
}

#top-banner {
  padding: 10px 5% 0;
}

#top-banner li {
  padding: 5px;
}

.news-txt-wrapper {
  position: relative;
  width: 100%;
  margin: 5px auto;
  padding: 2px 0;
  border-bottom: 1px dotted #ccc;
}

.news-txt-wrapper a {
  display: block;
  padding: 0 2em 5px 0;
}

.news-txt-wrapper a::after {
  content: "＞";
  position: absolute;
  width: 100%;
  text-align: right;
  bottom: 8px;
  right: 0;
  font-size: 10px;
  font-style: normal;
  color: #ccc;
}

.news-date {
  color: #f6759c;
  font-family: sauna-swash-new,sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.2em;
  margin: 0 0 5px;
}

/* .newstxt {
  color: #333;
  max-width: 100%;
  height: 1em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
} */

.newstxt {
  position: relative;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}



#news-btn {
  width: 50%;
  margin: 20px auto 0;
  text-align: center;
}

#news-btn a {
  position: relative;
  display:  block;
  padding: 8px 50px 10px;
  border: 1px solid #fbc3d4;
  border-radius: 50px;
  color: #f6759c;
  font-family: sauna-swash-new,sans-serif;
  font-weight: 400;
  font-style: italic;
  transition: all .2s ease;
  font-size: 1.4em;
}

#news-btn a::after {
  content: "＞";
  position: absolute;
  width: 100%;
  text-align: right;
  top: 10px;
  right: 10px;
  color: #fbc3d4;
  font-size: 10px;
  font-style: normal;
}

#news-btn a:hover {
  background: #fbc3d4;
  color: #fff;
}


/*-------------------------------

#sns

-------------------------------*/

#sns {
  padding: 0 0 60px 0;
}

#sns-ttl {
  font-size: 30px;
  margin-bottom: 10px;
}


/*-------------------------------

#trailer

-------------------------------*/
#trailer {
  padding: 20px;
  padding: 40px 5%;
}

#trailer-ttl {
  /* margin-bottom: -10px; */
}

/*-------------------------------

#movie-container

-------------------------------*/
#movie-wrap{
  position: relative;
  padding: 20px 20px 0;
  width: 100%;
  /* padding: 20px; */
  background: url(../img/teaser/frame_tl.png) no-repeat top 5px left 5px, url(../img/teaser/frame_tr.png) no-repeat top 5px right 5px, url(../img/teaser/frame_bl.png) no-repeat bottom 5px left 5px, url(../img/teaser/frame_br.png) no-repeat bottom 5px right 5px;
  background-size: 40px;
}

#movie-container {
  padding: 0 0 30px;
}

#movie-nav{
}

.movie-thumb-box{
  width: 100%;
  background: #000;
  position: relative;
}

.movie-thumb-box:before {
  content:"";
  display: block;
  padding-top: 54.25%;/* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

.youtube {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.movie-thumb-list li {
  padding: 0 5px;
}

.movie-cap {
  text-align: center;
  padding: 15px 0 10px;
  font-size: 1.2em;
  color: #f6759c;
}

.swiper-pagination-bullet-active{
  background: #f6759c;
}

.swiper-button-prev {
  background: url(../img/common/arrow_prev.png) no-repeat center center / contain;
  left: -10px;
  top: 45%;
}

.swiper-button-next {
  background: url(../img/common/arrow_next.png) no-repeat center center / contain;
  right: -10px;
  top: 45%;
}


/*-------------------------------

onair

-------------------------------*/

.onair-wrap {
  display: none;
  position: relative;
  background: rgba(241,214,222,.6);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 20px;
  overflow-y: scroll;
}

.onair-inner {
  position: relative;
  background: #fff;
  padding: 30px 5%;
  word-break: normal;
}

.onair-inner a{
  text-decoration: underline;
}

.onair-list {
  text-align: left;
  margin: 0 auto 60px;
}

.onair-list li{
  margin: 10px 0;

}

.onair-list .ch {
  margin-right: 20px;
}

.onair-wrap .att {
  text-align: center;
  font-size: .8em;
}


/*-------------------------------

onair

-------------------------------*/

.message-wrap {
  display: none;
  position: relative;
  background: rgba(241,214,222,.6);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 20px;
  overflow-y: scroll;
}

.message-overlay {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.message-inner {
  position: relative;
  background: #fff;
  word-break: normal;
}

/*-------------------------------

#comment

-------------------------------*/
#comment {
  /* background: #fcf2f2; */
  padding: 40px 0 60px;
  margin: 0 -5% 0;
}

#comment .contents-ttl{
  margin: 0 auto 40px;
}

#comment .contents-ttl span{
  font-size: 13px;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";

}

/*-------------------------------

contents

-------------------------------*/

.white-box {
  background: #fff;
  box-shadow: 0 10px 20px rgba(231,174,191,.2);
}

.btn {

}

.btn {
  margin: 20px auto 0;
  text-align: center;
}

.btn p {
  position: relative;
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid #fbc3d4;
  border-radius: 50px;
  color: #f6759c;
  transition: all .2s ease;
  font-size: 1.1em;
}

.btn p::after {
  content: "＞";
  position: absolute;
  width: 100%;
  text-align: right;
  top: 15px;
  right: 10px;
  color: #f6759c;
  font-size: 10px;
  font-style: normal;
}

/*-------------------------------

#intro

-------------------------------*/
#intro-inner {
  padding: 20px 5% 0;
}

.intro-img {
  margin: 30px -5% 0;
}

#intro .lead {
  margin: 30px auto 20px;
  max-width: 560px;
}

.ph-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px -5px;
}

.ph-list li {
  width: 50%;
  padding: 5px;
}


/*-------------------------------

#story

-------------------------------*/
.story-img{
  opacity: 0;
  position: relative;
  margin: 30px 0;
  padding: 20px 20px;
  width: 100%;
  /* padding: 20px; */
  background: url(../img/teaser/frame_tl.png) no-repeat top 5px left 5px, url(../img/teaser/frame_tr.png) no-repeat top 5px right 5px, url(../img/teaser/frame_bl.png) no-repeat bottom 5px left 5px, url(../img/teaser/frame_br.png) no-repeat bottom 5px right 5px #fff;
  background-size: 40px;
}

.story-img .swiper-pagination {
  width: 100%;
  left: 0;
  bottom: 0;
}

.story-img .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.story-slider {
  opacity: 0;
}

.story-slider.swiper-container-horizontal {
  opacity: 1;
}

.story-txt {
  margin: 40px auto;
}

.part1 {
  position: relative;
  padding: 0 0 40px;
}

.part1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url(../img/story/line.png) no-repeat center center;
  background-size: auto 100%;
}

.part2 {
  position: relative;
  padding: 40px 0 20px;
}



/*-------------------------------

#staff

-------------------------------*/
.staff-list li{
  margin: 30px 0;
}

.staff-name {
  border-left: 1px solid #f6759c;
  padding: 0 10px;
  line-height: 1.2;
}

.staff-name .role {
  color: #f6759c;
}

.staff-name .name {
  font-size: 1.4em;
  margin: 8px 0 0;
}

.staff-name .name .small {
  font-size: .6em;
}

.staff-prof {
  padding: 20px 10px;
}

.staff-prof p {
  line-height: 1.8;
  word-break: normal;
}

/*-------------------------------

#music

-------------------------------*/
.song {
  margin: 30px 0;
  text-align: center;
  line-height: 2;
}

.temesong {
  color: #f6759c;
  font-size: 1.6em;
  font-weight: normal;
  margin: 0 0 10px;
}

.music-prof {
  margin: 30px 0;
}

.music-artist {
  color: #f6759c;
  font-size: 1.6em;
  font-weight: normal;
  margin: 0 0 10px;
  text-align: center;
}

.comment-wrap {
  padding: 20px 5%;
}

.comment-ttl {
  color: #f6759c;
  font-size: 2em;
}

.comment-list dt {
  color: #f6759c;
  margin: 30px 0 10px;
}

.comment-list dd {
  line-height: 2;
}

.music-detail-list {
  margin: 20px 0;
}

.music-detail-list li {
  margin: 20px 0;
}

.detal-ttl {
  color: #f6759c;
  margin: 0 0 10px;
}

.detail-txt {
  font-size: .9em;
  line-height: 2;
}

.music-video {
  position: relative;
  margin: 60px 0 30px;
  padding: 20px 20px 0;
  width: 100%;
  /* padding: 20px; */
  background: url(../img/teaser/frame_tl.png) no-repeat top 5px left 5px, url(../img/teaser/frame_tr.png) no-repeat top 5px right 5px, url(../img/teaser/frame_bl.png) no-repeat bottom 5px left 5px, url(../img/teaser/frame_br.png) no-repeat bottom 5px right 5px;
  background-size: 40px;
}

.music-video .cap {
  color: #f6759c;
  text-align: center;
  margin: 10px 0;
  font-size: 1.2em;
}

.music-tokuten-btn {
  margin: 0 auto 60px;
}

.tokuten-wrap {
  display: none;
  position: relative;
  background: rgba(241,214,222,.6);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 20px;
  overflow-y: scroll;
}

.tokuten-inner {
  position: relative;
  background: #fff;
  padding: 30px 5%;
  word-break: normal;
}

.tokuten-inner a{
  text-decoration: underline;
}

.close {
  border-radius: 100px;
  position: fixed;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  padding: 15px;
}

.close span {
  display: block;
  width: 30px;
  height: 1px;
  background: #f6759c;
}

.close span:nth-child(1){
  transform: rotate(45deg);
  transform-origin: top left;
}

.close span:nth-child(2){
  transform: rotate(-45deg) translate(-5px, -7px);
  transform-origin: top right;
}



/*-------------------------------

#movie

-------------------------------*/
.movie-list {
  margin: 30px 0;
  color: #f6759c;
  text-align: center;
}

.movie-list li {
  margin: 0 auto;
  padding: 20px;
}

.movie-list .cap {
  margin: 10px 0;
  font-weight: 1.2em;
}

/*-------------------------------

#character

-------------------------------*/
#character {
}

#character .contents-ttl {
  margin: 0 0 20px;
}

.character-list {
  margin: 10px 0 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.no-margin {
  margin: 10px 0 -10px;
}

.character-nav {
  width: calc(100% / 3);
  padding: 10px 5px;
}

.character-icon {
  border-radius: 50%;
  box-shadow: 0 5px 10px rgba(231,174,191,.2);
}

.character-cap {
  margin: 5px 0 0;
  color: #f6759c;
  font-size: 10px;
  text-align: center;
}

.character-sub-ttl {
  margin: 0 0 10px;
  font-family: ryo-display-plusn, serif;
  font-weight: 700;
  font-style: normal;
  color: #f6759c;
  text-align: center;
  font-size: 1.5em;
}

.character-group {
  position: relative;
  margin: 40px 0 0;
  padding: 0 20px;
}

.character-group::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/character/frame_left.png) no-repeat left bottom;
  background-size: 10px;
}

.character-group::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/character/frame_right.png) no-repeat right bottom;
  background-size: 10px;
}

.character-group-ttl {
  margin: 0 0 10px;
  font-family: ryo-display-plusn, serif;
  font-weight: 700;
  font-style: normal;
  color: #f6759c;
  text-align: center;
  font-size: 1.3em;
}

.character-group-txt {
  color: #333;
  font-size: .92em;
  line-height: 1.6;
}

/* character-detail------------- */
.character-overlay {
  background: rgba(255,226,235,.9);
  background: linear-gradient(113deg, rgba(255,226,235,0.9) 0%, rgba(224,247,255,0.9) 100%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 100;
  display: none;
}

.character-detail {
  position: relative;
  overflow: hidden;
}

.character-detail::before {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 100vw;
  border-color: transparent transparent #fff transparent;
}

.character-detail::after {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 100vw;

  border-color: transparent transparent transparent #fff;
  transform: scale(-1,1);
}

.character-detail-inner {
  position: relative;
  background:#fff;
  margin: 60px 0;
  padding: 30px 0;
}

.character-detail-inner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -60px;
  left: 0;
  background: url(../img/character/detail0_bg.png) no-repeat top center;
  background-size: 100%;
}

.character-detail-img {
  position: relative;
}

.character-detail-txt {
  padding: 20px 5%;
  position: relative;
}

.character-name {
  position: relative;
  margin: 0 auto;
  padding: 16px 0;
  font-family: ryo-display-plusn, serif;
  font-weight: 700;
  font-style: normal;
  color: #f6759c;
  text-align: center;
  font-size: 1.3em;
  line-height: 1.4;
}

.character-name::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/character/frame_top.png) no-repeat top center;
  background-size: auto 8px;
}

.character-name::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/character/frame_bottom.png) no-repeat bottom center;
  background-size: auto 8px;
}

.character-prof{
}

.character-voice{
  font-size: .9em;
}

.character-voice-img {
  width: 70%;
  margin: 40px auto 20px;
}

.close-btn {
  width: 30px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 120;
}

.next-btn {
  width: 30px;
  position: fixed;
  top: calc(50% - 15px);
  right: 0;
  z-index: 120;
}

.prev-btn {
  width: 30px;
  position: fixed;
  top: calc(50% - 15px);
  left: 0;
  z-index: 120;
}


#character-detail2 .character-detail-inner::before {
  background: url(../img/character/detail2_bg.png) no-repeat top center;
  background-size: 100%;
}

#character-detail3 .character-detail-inner::before,
#character-detail14 .character-detail-inner::before,
#character-detail18 .character-detail-inner::before,
#character-detail23 .character-detail-inner::before  {
  background: url(../img/character/detail3_bg.png) no-repeat top center;
  background-size: 100%;
}

#character-detail4 .character-detail-inner::before,
#character-detail20 .character-detail-inner::before {
  background: url(../img/character/detail4_bg.png) no-repeat top center;
  background-size: 100%;
}

#character-detail5 .character-detail-inner::before,
#character-detail19 .character-detail-inner::before {
  background: url(../img/character/detail5_bg.png) no-repeat top center;
  background-size: 100%;
}

#character-detail6 .character-detail-inner::before,
#character-detail12 .character-detail-inner::before,
#character-detail21 .character-detail-inner::before {
  background: url(../img/character/detail6_bg.png) no-repeat top center;
  background-size: 100%;
}

#character-detail7 .character-detail-inner::before {
  background: url(../img/character/detail7_bg.png) no-repeat top center;
  background-size: 100%;
}

#character-detail8 .character-detail-inner::before {
  background: url(../img/character/detail8_bg.png) no-repeat top center;
  background-size: 100%;
}

#character-detail9 .character-detail-inner::before {
  background: url(../img/character/detail9_bg.png) no-repeat top center;
  background-size: 100%;
}

#character-detail10 .character-detail-inner::before,
#character-detail15 .character-detail-inner::before,
#character-detail16 .character-detail-inner::before,
#character-detail22 .character-detail-inner::before {
  background: url(../img/character/detail10_bg.png) no-repeat top center;
  background-size: 100%;
}

/* ----------------背景色変更 */

/* ちびうさ、ダイアナ */
#detail-bg1,
#character-nav1 .character-icon::after,
#detail-bg13,
#character-nav13 .character-icon::after  {
  background: rgb(254,230,255);
  background: linear-gradient(113deg, rgba(254,230,255,0.8) 0%, rgba(255,230,238,0.8) 100%);
}

/* まもちゃん */
#detail-bg2,
#character-nav2 .character-icon::after {
  background: rgb(231,216,216);
  background: linear-gradient(113deg, rgba(231,216,216,0.8) 0%, rgba(221,212,212,0.8) 100%);
}

/* マーキュリー */
#detail-bg3,
#character-nav3 .character-icon::after {
  background: rgb(230,255,246);
  background: linear-gradient(113deg, rgba(230,255,246,0.8) 0%, rgba(220,240,251,0.8) 100%);
}

/* マーズ */
#detail-bg4,
#character-nav4 .character-icon::after {
  background: rgb(255,196,196);
  background: linear-gradient(113deg, rgba(255,196,196,0.8) 0%, rgba(229,217,249,0.8) 100%);
}

/* ジュピター */
#detail-bg5,
#character-nav5 .character-icon::after {
  background: rgb(216,255,216);
  background: linear-gradient(113deg, rgba(216,255,216,0.8) 0%, rgba(255,219,231,0.8) 100%);
}

/* ヴィーナス */
#detail-bg6,
#character-nav6 .character-icon::after {
  background: rgb(255,233,191);
  background: linear-gradient(113deg, rgba(255,233,191,0.8) 0%, rgba(255,252,211,0.8) 100%);
}

/* ウラヌス */
#detail-bg7,
#character-nav7 .character-icon::after {
  background: rgb(194,206,235);
  background: linear-gradient(113deg, rgba(194,206,235,0.8) 0%, rgba(239,246,189,0.8) 100%);
}

/* ネプチューン */
#detail-bg8,
#character-nav8 .character-icon::after {
  background: rgb(193,244,232);
  background: linear-gradient(113deg, rgba(193,244,232,0.8) 0%, rgba(189,202,222,0.8) 100%);
}

/* プルート */
#detail-bg9,
#character-nav9 .character-icon::after {
  background: rgb(223,181,198);
  background: linear-gradient(113deg, rgba(223,181,198,0.8) 0%, rgba(150,175,159,0.8) 100%);
}

/* サターン */
#detail-bg10,
#character-nav10 .character-icon::after {
  background: rgb(216,202,233);
  background: linear-gradient(113deg, rgba(216,202,233,0.8) 0%, rgba(246,237,207,0.8) 100%);
}

/* アルテミス */
#detail-bg12,
#character-nav12 .character-icon::after {
  background: rgb(241,245,203);
  background: linear-gradient(113deg, rgba(241,245,203,0.8) 0%, rgba(217,242,201,0.8) 100%);
}

/* エリオス */
#detail-bg14,
#character-nav14 .character-icon::after {
  background: rgb(221,254,248);
  background: linear-gradient(113deg, rgba(221,254,248,0.8) 0%, rgba(225,242,255,0.8) 100%);
}

/* ネヘレニア */
#detail-bg15,
#character-nav15 .character-icon::after {
  background: rgb(205,196,217);
  background: linear-gradient(113deg, rgba(205,196,217,0.8) 0%, rgba(219,239,242,0.8) 100%);
}

/* ジルコニア */
#detail-bg16,
#character-nav16 .character-icon::after {
  background: rgb(219,239,242);
  background: linear-gradient(113deg, rgba(219,239,242,0.8) 0%, rgba(205,196,217,0.8) 100%);
}

/* セレセレ */
#detail-bg17,
#character-nav17 .character-icon::after {
  background: rgb(255,255,255);
  background: linear-gradient(113deg, rgba(255,255,255,0.8) 0%, rgba(247,225,240,0.8) 100%);
}

/* パラパラ */
#detail-bg18,
#character-nav18 .character-icon::after {
  background: rgb(246,251,255);
  background: linear-gradient(113deg, rgba(246,251,255,0.8) 0%, rgba(212,237,255,0.8) 100%);
}

/* ジュンジュン */
#detail-bg19,
#character-nav19 .character-icon::after {
  background: rgb(221,247,229);
  background: linear-gradient(113deg, rgba(221,247,229,0.8) 0%, rgba(207,203,194,0.8) 100%);
}

/* ベスベス */
#detail-bg20,
#character-nav20 .character-icon::after {
  background: rgb(247,195,195);
  background: linear-gradient(113deg, rgba(247,195,195,0.8) 0%, rgba(255,255,223,0.8) 100%);
}

/* タイガースアイ */
#detail-bg21,
#character-nav21 .character-icon::after {
  background: rgb(255,255,223);
  background: linear-gradient(113deg, rgba(255,255,223,0.8) 0%, rgba(255,223,190,0.8) 100%);
}

/* ホークスアイ */
#detail-bg22,
#character-nav22 .character-icon::after {
  background: rgb(223,213,223);
  background: linear-gradient(113deg, rgba(223,213,223,0.8) 0%, rgba(217,209,244,0.8) 100%);
}

/* フィッシュアイ */
#detail-bg23,
#character-nav23 .character-icon::after {
  background: rgb(224,242,255);
  background: linear-gradient(113deg, rgba(224,242,255,0.8) 4%, rgba(255,248,223,0.8) 100%);
}
