/* キャラクター選択 */

.member__menu {
  width: 100vw;
  padding: 60px 0 120px;
  position: relative;
  background: #fff;
}


.member__menu .section__title {
  position: relative;
  z-index: 1;
}

.member__list {
  display: grid;
  max-width: 900px;
  width: 100vw;
  margin: 0px auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.member__menu::before {
  content: "";
  display: block;
  width: 25vw;
  height: 25vw;
  position: absolute;
  top: 0;
  right: 0;
  background: url('../img/kirakira-parts02.png') top/cover no-repeat;
  opacity: 0.5;
}

.member__menu::after {
  content: "";
  display: block;
  width: 100vw;
  height: 7vw;
  position: absolute;
  bottom: -17px;
  left: -20px;
  background: url('../img/newworld.png') top/cover no-repeat;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
.member__menu::before {
  width: 50vw;
  height: 50vw;
  z-index: 0;
}

.member__menu::after {
  width: 103vw;
  height: 7vw;
  position: absolute;
  bottom: 30px;
  left: -3vw;
  z-index: 2;
}
}


/* 背景 */
.member-contents__wrapper {
  position: relative;
  padding: 120px 0;
}

.member-contents__wrapper::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url('../img/character-bg.png');
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
  z-index: -5;
  padding: 120px 0;
}

@media screen and (max-width: 1024px) {
.member-contents__wrapper::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url('../img/contact-bg-bg-sp.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
  z-index: -5;
  padding: 120px 0;
}
}

.member-pr__container {
  max-width: 1200px;
  width: 100vw;
  padding: 0px 20px 160px;
  margin: 0 auto;
}

/* キャラクターごとのコンテナ */

.member-pr__item {
  display: flex;
  justify-content: end;
  align-items: center;
  position: relative;
}

.member-pr__item::before {
  content: "";
  display: block;
  width: 100px;
  height: 100%;
  position: absolute;
  top: 30px;
  left: -30px;
  background: url('../img/name-en-01.png') no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: 0;
}

.tachimoritsumubi.member-pr__item::before {
  background: url('../img/name-en-02.png') no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
}

.yanaginosuzuro.member-pr__item::before {
  background: url('../img/name-en-03.png') no-repeat;
  background-size: cover;
  mix-blend-mode: multiply;
}

@media screen and (max-width: 1024px) {
.member-pr__item::before {
  width: 60px;
  height: 550px;
  top: 0px;
  left: 0px;
}
}

.member-pr-tx__name {
  width: 70%;
  margin: 0 auto 20px;
}

.member-pr__visual img {
  width: 40vw;
  position: relative;
  z-index: 2;
  animation: fuwafuwa 4s ease-in-out infinite;
  animation-duration: 3s;
}

.member-pr__visual {
  position: relative;
}

.member-pr__visual::before {
  content: "";
  display: block;
  width: 40vw;
  height: 40vw;
  position: absolute;
  top: 30px;
  left: -25px;
  background: url('../img/characterimg_circle.png') no-repeat;
  background-size: cover;
  z-index: 0;
  opacity: 0.6;
}

.member-pr-tx__wrapper {
  width: calc(50vw - 130px);
}

@media screen and (max-width: 1024px) {
  .member-pr__item {
  display: block;
}

.member-pr__visual img {
  width: 100%;
}

.member-pr-tx__wrapper {
  width: 100%;
}


.member-pr__visual::before {
  width: 100vw;
  height: 100vw;
}

}

/* テキストパート */

.member-pr-tx__container {
  background: rgba(225, 225, 225, 0.75);
  font-weight: bold;
  font-size: 18px;
  padding: 40px 30px 20px;
  border-radius: 20px;
}

.member-pr-tx__item {
  margin-bottom: 30px;
}

.member-pr-tx__item li {
  display: flex;
  margin-bottom: 16px;
  gap: 10px;
}

@media screen and (max-width: 1024px) {
.member-pr-tx__item li {
  flex-direction: column;
}
}

.member-pr-tx__item li:last-child,.member-pr-tx__item li:nth-child(4) {
  flex-wrap: wrap;
}

.member-pr-tx__item li:nth-child(4) {
  padding-top: 20px;
  padding-bottom: 20px;
}


/*　見出し設定 */
.member-pr-tx__midashi {
  color: #fff;
  background-color: #005bae;
  border-radius: 30px;
  display: flex;            /* Flexboxを指定 */
  justify-content: center;  /* 水平方向の中央寄せ */
  align-items: center; 
  width: 150px;
  min-width: 150px;
  font-size: 12px;
  padding: 2px;
}

.star-midashi{
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
}

.star-midashi::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  left: 0;
  background: url('../img/star-icon.png') top/cover no-repeat;
}

/* おすすめ動画 */

.member-movie__wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto 0;
}

.member-movie__inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.member-movie__contents iframe {
  width: 350px;
  max-width: 100%;
  height: 190px;
}



/* SNS */

.member-pr__sns__container {
  display: flex;
  justify-content: flex-end;
  margin: 30px auto;
  gap: 20px;
}

.member-pr__sns__item {
  width: 60px;
  text-align: center;
}

.member-pr__sns__item a {
  color: #fff;
}

/* 戻るボタン */

.member-pr__top {
  display: flex;
  justify-content: center ;
}

.member-pr__top a {
  text-align: center;
  color: #fff;
  border: #fff 2px solid;
  border-radius: 30px;
  padding: 10px;
  margin-top: 60px;
  width: 20vw;
  max-width: 200px;
  min-width: 100px;
}

@media screen and (max-width: 1024px) {
.member-pr__top a {
  text-align: center;
  color: #fff;
  border: #fff 2px solid;
  border-radius: 30px;
  padding: 10px;
  margin-top: 60px;
  width: 100vw;
  max-width: 400px;
  min-width: 100px;
}
}