html {
  font-size: 62.5% !important;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 58% !important;
  }
}
/* html { scroll-behavior: smooth;} */
/* 共通 */
body {
  font-family: "Noto Sans JP", sans-serif;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
section {
  padding: 7.5rem 0 16rem 0;
}
section h2 {
  font-size: 3.8rem;
  text-align: center;
  margin-top: 0.4rem;
  margin-left: 0.5rem;
  font-family: "Montserrat", sans-serif;
  color: #666666;
  position: relative;
}
section h2 span {
  position: absolute;
  bottom: -1.8rem;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border-bottom: 4px solid;
  width: 86px;
}
section h2 .u-borderPink {
  border-bottom: 4px solid #ffa8b2;
}
section h2 .u-borderYellow {
  border-bottom: 4px solid #ffdc49;
}
section h2 .u-borderBlue {
  border-bottom: 4px solid #9fd9f2;
}
section h2 .u-border-deeppink {
  border-bottom: 4px solid #ed9cbc;
}
section h2 .u-border-green {
  border-bottom: 4px solid #b1dd96;
}
section h2 .u-border-goods {
  border-bottom: 4px solid #f3acc1;
}
section h2 .u-border-funclub {
  border-bottom: 4px solid #f0bccb;
}
section h2 .u-border-purple {
  border-bottom: 4px solid #c9b4fd;
}
.p-heading-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0rem 0 6.2rem 0.6rem;
}
.p-heading-title img {
  width: 42px;
  position: absolute;
  left: -50px;
}
.p-heading-title h2 {
  position: relative;
}
.c-decoration {
  position: absolute;
  top: -3.7vw;
  object-fit: fill;
}
.c-decoration img {
  width: 100%;
  height: auto;
}
.c-decoration-bottom {
  position: absolute;
  bottom: -3.7vw !important;
  top: initial;
}
.c-decoration-bottom img {
  width: 100%;
  height: auto;
}
.pagetop {
  z-index: 1;
  position: fixed;
  right: 80px;
  bottom: 60px;
  opacity: 1;
}
.pagetop img {
  width: 74px;
  height: 74px;
  transition: 0.2s all;
}
.pagetop img:hover {
  opacity: 0.9;
  transition: 0.2s all;
}
.pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg {
  height: auto !important;
}
:focus {
  outline: none;
}
.fc-event-container a,
.fc-event-container {
  /* background-color: #ED9CBC !important; */
  border: none;
}
.fc-content {
  background-color: #ed9cbc;
  padding: 0.3rem 0;
  margin: 0.3rem 0;
}
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  section {
    padding: 5rem 0 8rem !important;
  }
  .p-heading-title {
    margin: 0rem 0 5.4rem 0.6rem;
  }
}
@media screen and (max-width: 480px) {
  section h2 {
    font-size: 3rem;
  }
  .p-heading-title img {
    width: 42px;
    position: absolute;
    left: -40px;
  }
  .pagetop {
    right: 20px;
    bottom: 30px;
  }
  .pagetop img {
    width: 50px;
    height: 50px;
  }
}
/* ---------------------------------------*/
/* header開始------------------------------*/
/* ---------------------------------------*/
.logo h1 img {
  width: 282px;
}
.p-header-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 93.4%;
  margin: 0 auto;
  padding: 2.5rem 0;
}
.p-header-img {
  display: flex;
  align-items: center;
}
.fa-envelope {
  margin-left: 0.4rem;
  font-weight: bold;
}
.p-header-sns {
  display: flex;
  align-items: center;
}
.p-header-sns a {
  margin-left: 1.7rem;
}
.p-header-sns img {
  width: 31px;
  transition: 0.2s all;
}
.p-header-sns img:hover {
  opacity: 0.8;
  transition: 0.2s all;
}
.c-contactBtn:hover {
  opacity: 0.8;
  transition: 0.2s all;
}
.fa-brands {
  font-size: 3.3rem;
  margin-right: 1rem;
  color: #ed9cbc;
}
.c-contactBtn {
  background-color: #ed9cbc;
  color: white;
  width: 152px;
  border-radius: 30px;
  font-size: 1.6rem;
  text-align: center;
  padding: 9.5px 0;
  margin-left: 2rem !important;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  transition: 0.2s all;
  font-weight: bold;
}
.c-contactBtn:hover {
  opacity: 0.8;
  transition: 0.2s all;
}
.c-contactBtn img {
  width: 18px;
  margin-left: 0.8rem;
  padding-left: 0;
}
/* global menu*/
nav {
  width: 98%;
  margin: 0 auto 2rem;
}
nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
}
nav ul li {
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #666666;
  display: flex;
  align-items: center;
}
nav ul li img {
  margin-right: 0.9rem;
  width: 31px;
}
nav ul li a {
  text-decoration: none !important;
  color: #666666;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 800px) {
  nav ul li {
    font-size: 1.6rem;
  }
  nav ul li img {
    width: 28px;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 480px) {
  .logo h1 img {
    max-width: 40%;
    min-width: 182px;
  }
  .p-header-img {
    display: block;
    padding: 1.7rem 0;
  }
  nav ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 280px) {
  .logo h1 img {
    max-width: 40%;
  }
}
/* ---------------------------------------*/
/* header終了----------------------------- */
/* ---------------------------------------*/

/* ---------------------------------------*/
/* eventm開始------------------------------*/
/* ---------------------------------------*/
#event {
  width: 100%;
  background-image: url("../images/bg-event.png");
  background-size: 100%;
}
.c-button {
  font-size: 2rem;
  width: 440px;
  max-width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #ffa8b2;
  text-align: center;
  line-height: 55px;
  height: 55px;
  text-decoration: none;
  border-radius: 30px;
  margin: 8rem auto 0;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  position: relative;
  transition: 0.3s all;
}
.c-button img {
  width: 15px !important;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  transform: translateY(-50%);
  transition: 0.3s all;
}
.c-button:hover {
  opacity: 0.8;
  transition: 0.3s all;
}
.c-button:hover img.Btnarrow {
  right: 15px;
  transition: 0.3s all;
}

i.fa-arrow-right {
  margin-left: auto;
}
/* スライダー */
.slider {
  box-sizing: border-box;
  width: 100%;
}
.slider img {
  width: 100%;
  height: auto;
}
.slider a {
  margin: 0 3rem;
  box-sizing: border-box;
}
.slider {
  opacity: 0;
  transition: opacity 1.5s linear;
}
.slider.slick-initialized {
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .c-button {
    font-size: 1.8rem;
    line-height: 40px;
    height: 40px;
    margin: 8rem auto 0;
  }
  .slider a {
    margin: 0 1.2rem;
    box-sizing: border-box;
  }
}
/* ---------------------------------------*/
/* event終了-------------------------------*/
/* ---------------------------------------*/

/* ---------------------------------------*/
/* news開始--------------------------------*/
/* ---------------------------------------*/
#news {
  background-color: #fffbd4;
  position: relative;
  width: 100%;
}
.p-newsList {
  display: flex;
  /* justify-content: space-around; */
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.p-newsList a {
  text-decoration: none;
}
.p-newsList .p-newsBox {
  width: 30.7%;
  background-color: white;
  padding: 2.2rem;
  box-sizing: border-box;
  border-radius: 15px;
  box-shadow: 3.5799px 3.5799px 2.6849px rgba(0, 0, 0, 0.07);
  margin-top: 4%;
}
.p-newsList::after {
  content: "";
  display: block;
  width: 31.7%;
  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}
.c-post-thumbnail {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.c-post-thumbnail:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 71.1%;
}
.c-post-thumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.c-post-thumbnail img {
  text-align: center;
  width: 267px;
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
}
.post-categories li {
  list-style: none;
}
.p-newsInfo {
  display: flex;
  font-family: "Montserrat", sans-serif;
  align-items: center;
  margin-top: 1.4rem;
  max-width: 95%;
}
.p-newsCategory {
  font-size: 1.2rem;
  width: 100px;
  max-width: 95%;
  height: 20px;
  line-height: 20px;
  color: white;
  border-radius: 30px;
  background-color: #e883ab;
  text-align: center;
  margin-right: 1rem;
}
.p-newsDate {
  font-size: 1.4rem;
  color: #9f9f9f;
  font-weight: 500;
}
.p-newsDate a {
  color: #9f9f9f;
}
.p-news-txt h3 {
  margin: 1.4rem 0;
  font-size: 1.8rem;
  color: #e883ab;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 2.5rem;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 0%;
  font-feature-settings: "palt";
}
.p-news-txt {
  flex-grow: 1;
}
.p-news-txt p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  font-weight: 500;
  color: #666666;
  letter-spacing: 0;
  font-feature-settings: "palt";
}
.p-newsList .p-newsBox {
  transition: 0.3s;
}
.p-newsList .p-newsBox:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.15), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-7px);
}
.entry-label {
  font-size: 1.2rem;
  color: white;
  width: 100px;
  max-width: 80%;
  text-align: center;
  height: 20px;
  line-height: 20px;
  border-radius: 15px;
  margin-right: 10px;
  display: inline-block;
  /* transition: 0.3s; */
  font-family: "Montserrat", sans-serif;
}
.entry-label:hover {
  opacity: 0.8;
  transition: 0.3s all;
}
time {
  /* transition: 0.3s; */
  font-family: "Montserrat", sans-serif;
}
time:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.p-news-txt p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.slider-img {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  /* transition: 0.5s; */
}
.slider-img:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 141.6%;
}
.slider-img img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}
.slider-img img {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
}
@media screen and (min-width: 1400px) {
}
@media screen and (max-width: 750px) {
  .p-newsList {
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-newsList .p-newsBox {
    width: 48%;
    margin: 1% auto;
  }
  .p-newsList::after {
    width: 0%;
  }
  .p-newsList .p-newsBox {
    transition: initial;
  }
  .p-newsList .p-newsBox:hover {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12), 0 2px 3px 0 rgba(0, 0, 0, 0.22);
    transform: none;
  }
}
@media screen and (max-width: 480px) {
  .p-newsBox {
    margin: 2rem auto;
  }
  .entry-label {
    line-height: 20px;
    height: 20px;
  }
  .p-newsDate time {
    /* font-size: 2.4vw; */
  }
  .p-newsList {
    margin-bottom: 4rem !important;
  }
  .p-newsList .p-newsBox {
    width: 314px;
    max-width: 100%;
    margin: 3% auto;
  }
  #news .c-button {
    margin-top: 2rem !important;
  }
}
@media screen and (max-width: 240px) {
  .p-newsInfo {
    display: block;
  }
  .p-newsDate {
    margin-top: 1rem;
  }
}
/* ---------------------------------------*/
/* news終了--------------------------------*/
/* ---------------------------------------*/

/* ---------------------------------------*/
/* schedule終了----------------------------*/
/* ---------------------------------------*/
#schedule {
  padding-top: 15rem !important;
  background-image: url("../images/bg-schedule.png");
  background-size: cover;
}
.p-scheduleContents {
  text-align: center;
  width: 1016px;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #schedule {
    padding-top: 7rem !important;
  }
}
/* ---------------------------------------*/
/* schedule終了----------------------------*/
/* ---------------------------------------*/

/* ---------------------------------------*/
/* member開始------------------------------*/
/* ---------------------------------------*/
#member {
  /* background-color: #fceef4; */
  /* position: relative; */
  padding-bottom: 15rem !important;
  padding-top: 15rem !important;
  background-image: url(../images/bg-fanclub.png);
  background-size: 100%;
}
.p-memberList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0rem !important;
  width: 756px !important;
}
.u-sectionContents {
  width: 1024px;
  max-width: 95%;
  margin: 0 auto 8.7rem auto;
}
.p-memberBox {
  width: 100%;
  max-width: 221px;
  position: relative;
  margin: 0 1.4rem 8.2rem;
}
.p-memberBox img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
.p-memberBox a {
  cursor: pointer;
}
.p-memberBox:hover .p-memberName {
  color: #fff;
  background-color: #ff8593;
  transition: 0.3s all;
}
.p-memberBox:hover .p-memberPink {
  color: #fff;
  background-color: #e883ab;
  transition: 0.3s all;
}
.p-memberBox:hover .p-memberYellow {
  color: #fff;
  background-color: #ffd62e;
  transition: 0.3s all;
}
.p-memberBox:hover .p-memberBlue {
  color: #fff;
  background-color: #81cdee;
  transition: 0.3s all;
}
.p-memberBox:hover .p-memberPurple {
  color: #fff;
  background-color: #c0a5ff;
  transition: 0.3s all;
}
.p-memberBox:hover .p-memberGreen {
  color: #fff;
  background-color: #76D38F;
  transition: 0.3s all;
}
.p-memberBox:hover .p-memberGray {
  color: #fff;
  background-color: #a8a8a8;
  transition: 0.3s all;
}
.p-memberBox:hover .p-memberRpink {
  color: #fff;
  background-color: #C65F81;
  transition: 0.3s all;
}
.p-memberName {
  font-size: 1.8rem;
  color: #ff8593;
  border: 2.7px solid #ff8593;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 -5px;
  width: 100%;
  height: 42px;
  max-width: 176px;
  max-height: 100%;
  text-align: center;
  border-radius: 30px;
  box-sizing: border-box;
  font-family: "Zen Maru Gothic", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  bottom: -41px;
  transition: 0.3s all;
}
.p-memberName span {
  font-size: 3rem;
  font-feature-settings: "palt";
}
.p-memberPink {
  color: #e883ab;
  border: 2.7px solid #e883ab;
}
.p-memberYellow {
  color: #ffd62e;
  border: 2.7px solid #ffd62e;
}
.p-memberBlue {
  color: #81cdee;
  border: 2.7px solid #81cdee;
}
.p-memberPurple {
  color: #c0a5ff;
  border: 2.7px solid #c0a5ff;
}
.p-memberGreen {
  color: #76D38F;
  border: 2.7px solid #76D38F;
}
.p-memberGray {
  color: #a8a8a8;
  border: 2.7px solid #a8a8a8;
}
.p-memberRpink{
  color: #C65F81;
  border: 2.7px solid #C65F81;
}
.p-memberName img {
  width: 7px;
}
/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 15; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(237, 156, 188, 0.7);
  transition: 0.7s;
  z-index: 15;
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70.85%;
  padding: 60px 30px;
  box-sizing: border-box;
  background-color: #fff;
  height: 88vh;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px solid #ff8593;
  border-radius: 15px;
  overflow: scroll;
  z-index: 20;
}
.closeModal {
  position: absolute;
  top: 2.2rem;
  right: 3.3rem;
  font-size: 3rem;
  cursor: pointer;
  color: #a0a0a0;
}
.modalContents {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}
.c-modalImg {
  width: 280px;
  max-width: 40%;
}
.c-modalImg img {
  width: 100%;
  height: auto;

  object-fit: cover;
  border-radius: 15px;
}
.c-modalTxt {
  margin-left: 4rem;
  color: #ff8593;
  width: 44%;
  /* margin-bottom:40px; */
  padding-bottom: 40px;
}
.c-modalTxt h4 {
  font-size: 3rem;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 3.9rem;
  margin-bottom: 1rem;
}
.c-modalTxt h4 span {
  font-size: 2.3rem;
  display: flex;
  align-items: center;
}
.c-modalTxt p {
  font-size: 1.8rem;

  line-height: 3.1rem;
}
.c-modalTxt img {
  /* width:25px; */
}
.c-modalTxt .mysta {
  width: 21px;
  margin-right: 1rem;
}
.c-modalTxt span img {
  margin-left: 1.5rem;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}
.p-prf-sns {
  margin-top: 0.8rem;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.p-prf-sns .fa-instagram {
  font-size: 2.4rem;
}
.p-prf-sns .fa-tiktok {
  font-size: 2rem;
}
.p-prf-sns .fa-twitter {
  font-size: 2.3rem;
}
.p-prf-sns .fa-youtube {
  font-size: 2.6rem;
}
.p-prf-snsTxt {
  margin-top: 0.8rem;
}
.p-prf-snsTxt a {
  font-size: 1.4rem;
  text-decoration: none;
  color: #666666;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-right: 0.8rem;
}

_::-webkit-full-page-media,
_:future,
:root .fa-twitter,
.fa-tiktok,
.fa-instagram {
  margin-top: 0.5rem;
}
@media screen and (min-width: 1400px) {
  .modalWrapper {
    height: auto !important;
  }
}
@media screen and (max-width: 1000px) {
  .modalWrapper {
    width: 90%;
    height: 80vh;
  }
}
@media screen and (max-width: 750px) {
  .c-modalTxt {
    margin-left: 3rem;
    width: 95%;
  }
  .c-modalImg {
    width: 310px;
    max-width: 80%;
  }
  .modalWrapper {
    width: 90%;
    height: 80vh;
    align-items: flex-start;
    overflow: scroll;
  }
  .closeModal {
    top: 1.3rem;
    right: 1.3rem;
  }
  .c-modalTxt h4 {
    font-size: 2.2rem;
  }
  .c-modalTxt h4 span {
    font-size: 1.8rem;
  }
  .c-modalTxt p {
    font-size: 1.4rem;
    line-height: 2.7rem;
  }
}
@media screen and (max-width: 550px) {
  .modalContents {
    display: block;
  }
  .c-modalTxt {
    margin-left: 0rem;
    margin-top: 3rem;
  }
  .c-modalImg {
    width: 80%;
    max-width: 250px;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  .modalWrapper {
    align-items: flex-start;
    padding: 40px 7vw;
  }
  .p-memberBox {
    max-width: 260px;
  }
}
/* ---------------------------------------*/
/* member終了------------------------------*/
/* ---------------------------------------*/

/* ---------------------------------------*/
/* regulation開始--------------------------*/
/* ---------------------------------------*/
#regulation {
  padding-top: 7rem !important;
  background-color: #f4faf0;
  position: relative;
}
.p-regulationList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 95%;
  width: 760px;
  margin: 0 auto;
}
#regulation a {
  text-decoration: none;
}
.p-regulation-box {
  max-width: 100%;
  width: 356px;
  background-size: cover;
  border-radius: 10px;
  margin: 0 1%;
  filter: drop-shadow(4px 4px 2.5px rgba(0, 0, 0, 0.07));
}
.bg-blue-haart {
  border: 4px solid #81cdee;
  background-image: url("../images/bg_heart_blue.png");
  background-color: white;
}
.p-regulationTxt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
  height: 80px;
  padding: 0 1rem;
}
.p-regulationTxt img {
  width: 37px;
  margin-right: 1.9rem;
}
.p-regulationTxt h3 {
  font-size: 2.4rem;
  font-family: "Zen Maru Gothic", sans-serif;
  color: white;
  text-align: center;
}
.p-regulation-box2 {
  max-width: 100%;
  width: 460px;
  margin: 3.8rem auto 0;
  background-size: cover;
  border-radius: 10px;
  filter: drop-shadow(4px 4px 2.5px rgba(0, 0, 0, 0.07));
}
.bg-pink-haart {
  border: 4px solid #ff8593;
  background-image: url("../images/bg_heart_pink.png");
  background-color: white;
}
.bg-pink-haart img {
  width: 41px;
}
.bg-purple-haart {
  border: 4px solid #bfa4f9;
  background-image: url("../images/bg_heart_purple.png");
  background-color: white;
}
.bg-purple-haart img {
  width: 27px;
}
.bg-purple-haart .p-regulationTxt {
  margin: 28px auto;
  height: 72px;
}
.bg-bule {
  background-color: #81cdee;
}
.bg-pink {
  background-color: #ff8593;
}
.bg-pueple {
  background-color: #bfa4f9;
}
@media screen and (max-width: 750px) {
  #regulation {
    padding-top: 7rem !important;
  }
  .p-regulationList {
    display: block;
    max-width: 100%;
  }
  .bg-blue-haart,
  .bg-pink-haart {
    margin: 2rem auto;
  }
  .p-regulationTxt {
    margin: 28px 0;
    height: 72px;
  }
  .p-regulation-box {
    width: 90%;
    max-width: 460px;
    margin: 2rem auto;
  }
  .p-regulation-box2 {
    width: 90%;
    margin-top: 2rem;
  }
}
/* ---------------------------------------*/
/* regulation終了--------------------------*/
/* ---------------------------------------*/
/* ---------------------------------------*/
/* goods開始-------------------------------*/
/* ---------------------------------------*/
#goods {
  padding-bottom: 15rem !important;
  padding-top: 15rem !important;
  background-image: url(../images/bg-fanclub.png);
  background-size: cover;
}
.p-goodsBox {
  max-width: 90%;
  width: 640px;
  margin: 0 auto;
  text-align: center;
  background-color: #ffffff;
  border: 6px solid #ed9cbc;
  border-radius: 10px;
  height: 249px;
  position: relative;
  box-sizing: border-box;
  filter: drop-shadow(4px 4px 2.5px rgba(0, 0, 0, 0.07));
}
.p-goodsBox::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 10px;
  background-color: rgba(244, 244, 244, 0.7);
}
.goods-decoration {
  width: 100%;
  max-width: 630px;
  margin-top: -2px;
  text-align: center;
  margin: -2px auto 0;
}
.goods-decoration img {
  width: 100%;
  height: auto;
}
.p-goodsContents {
  box-sizing: border-box;
}
.p-goodsBox p {
  font-family: "Montserrat", sans-serif;
  font-size: 4.2rem;
  font-weight: bold;
  color: #ed9cbc;
}
.p-goodsContents img {
  max-width: 90%;
  width: 557px;
  height: auto;
  margin-bottom: 1.2rem;
}
p.cm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 8;
  color: #7c7c7c;
  white-space: nowrap;
}
.comingsoon {
  width: 640px;
  margin: 0 auto;
  max-width: 95%;
}
.comingsoon img {
  width: 100%;
  height: auto;
}
.comingsoon img {
  width: 100%;
  height: auto;
  transition: .3s;
}
.comingsoon img:hover {
  opacity: 0.8;
  transition: .3s;
}
@media screen and (max-width: 480px) {
  .p-goodsContents {
    padding: 3.8vw 4vw 5vw;
  }
  .p-goodsBox p {
    font-size: 6vw;
  }
  .p-goodsBox {
    margin: 0 auto;
    height: auto;
  }
  .p-heading-title img {
    width: 35px;
  }
}
/* ---------------------------------------*/
/* goods終了-------------------------------*/
/* ---------------------------------------*/

/* ---------------------------------------*/
/* fanclub開始-----------------------------*/
/* ---------------------------------------*/
#fanclub {
  padding-top: 7rem !important;
  background-color: #fdeff3;
  position: relative;
  /* margin-bottom: 15rem; */
}
#fanclub h2 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.p-heading-title2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0rem 0 4.7rem 0.6rem;
  position: relative;
  z-index: 1;
}
.p-heading-title2 img {
  width: 42px;
}
.p-fanclub-Contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 640px;
  max-width: 87%;
  margin: 0 auto;
  background-color: #ed9cbc;
  border: 6px solid #ed9cbc;
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(4px 4px 2.5px rgba(0, 0, 0, 0.07));
  /* padding-top: 4rem; */
}
.p-fanclubLogo {
  background-color: #ed9cbc;
  text-align: center;
  margin: 0 auto;
}
.p-fanclubLogo p {
  color: white;
  font-size: 2.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-top: 2.1rem;
}
.p-fanclubLogo img {
  width: 100%;
  max-width: 262px;
  height: auto;
}
.p-fanclubImg {
  border-top-left-radius: 36px 200px;
  border-bottom-left-radius: 36px 200px;
  overflow: hidden;
  width: 321px;
}
.p-fanclubImg img {
  width: 100%;
  height: auto;
}
.p-fanclub-Contents {
  transition: 0.3s all;
}
.p-fanclub-Contents:hover {
  opacity: 0.8;
  transition: 0.3s all;
}
.p-fanclub-banner {
  width: 640px;
  margin: 0 auto;
  max-width: 95%;
}
.p-fanclub-banner a {
  color: white;
  text-decoration: none;
  transition: 0.3s;
}
.p-fanclub-banner a img {
  width: 100%;
  transition: 0.3s;
}
.p-fanclub-banner a img:hover {
  opacity: 0.8;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  #fanclub {
    padding-top: 7rem !important;
  }
  .p-fanclubLogo img {
    max-width: 90%;
    width: 262px;
    height: auto;
  }
  .p-fanclubLogo p {
    font-size: 3.6vw;
  }
  .p-heading-title2 {
    margin: 0rem 0 5.2rem 0.6rem;
  }
}
/* ---------------------------------------*/
/* fanclub終了---------------------------- */
/* ---------------------------------------*/

/* ---------------------------------------*/
/* footer開始------------------------------*/
/* ---------------------------------------*/
footer {
  border-top: 1px solid #ede7ea;
  text-align: center;
  padding: 4.4rem 0 3.2rem;
  box-shadow: 0px -7px 5px -6px rgb(0 0 0 / 10%);
  overflow: hidden;
}
.p-footerLogo {
  width: 83px;
  text-align: center;
  margin: 0 auto;
}
.p-footerLogo img {
  width: 100%;
  height: auto;
}
.p-footer-sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-footer-sns img {
  width: 41px;
  margin-left: 1.4rem;
  margin: 3.4rem 0.8rem;
  transition: 0.2s all;
}
.p-footer-sns img:hover {
  opacity: 0.8;
  transition: 0.2s all;
}
.p-footerBtn {
  margin: 0 auto;
  display: inline-block;
  padding: 15px 0;
  width: 206px;
  max-width: 60%;
  font-size: 2.2rem;
  margin-left: 0 !important;
}
.p-footerBtn img {
  width: 26px;
}
.copylight {
  text-align: center;
  padding-top: 4.3rem;
  font-size: 1.2rem;
  color: #6e6e6e;
  font-family: "Montserrat", sans-serif;
  line-height: 2rem;
  width: 90%;
  margin: 0 auto;
}
.copylight br {
  display: none;
}
@media screen and (max-width: 480px) {
  .copylight br {
    display: block;
  }
}
@media screen and (max-width: 240px) {
  .p-footer-sns {
    display: block;
  }
}
/* ---------------------------------------*/
/* footer終了------------------------------*/
/* ---------------------------------------*/

.u-mb-3 {
  margin-bottom: 3rem;
}
.u-imgMax img {
  width: 100%;
  height: auto;
}
.u-bg-yellow {
  background-color: rgba(255, 220, 73, 0.7);
}
.u-bg-yellow2 {
  background-color:#ffd62e;
}

.u-bg-yellowBtn {
  background-color: #ffdc49 !important;
}
.u-bg-pink {
  background-color: rgba(237, 156, 188, 0.7);
}
.u-bg-pink2 {
  background-color: #ffa8b2;
}
.u-bg-deepPink {
  background-color: rgba(232, 131, 171, 0.7);
}
.u-bg-blue {
  background-color: rgba(129, 205, 238, 0.7);
}
.u-bg-purple {
  background-color: rgba(192, 165, 255, 0.7);
}
.u-bg-green {
  background-color: rgba(159, 213, 125, 0.7);
  background-color: rgba(118, 211, 143, 0.7);
  
}
.u-bg-gray {
  background-color: rgba(168, 168, 168, 0.7);
}
.u-bg-purpleBtn {
  background-color: #c9b4fd;
}
.u-bg-rpink{
  color: #C65F81;
}
.u-fc-pink {
  color: #ff8593;
}
.u-fc-rpink{
  color: #C65F81;
}
.u-fc-deepPink {
  color: #e883ab;
}
.u-fc-yellow {
  color: #ffd62e;
}
.u-fc-blue {
  color: #81cdee;
}
.u-fc-green {
  color: #76D38F;
}
.u-fc-purple {
  color: #c0a5ff;
}
.u-fc-gray {
  color: #a8a8a8;
}
.u-pink-border {
  border: #ff8593 solid 6px;
}
.u-deepPink-border {
  border: #e883ab solid 6px;
}
.u-rpink-border{
  border: #C65F81 solid 6px;
}
.u-yellow-border {
  border: #ffd62e solid 6px;
}
.u-blue-border {
  border: #81cdee solid 6px;
}
.u-green-border {
  border: #76D38F solid 6px;
}
.u-purple-border {
  border: #c0a5ff solid 6px;
}
.u-gray-border {
  border: #a8a8a8 solid 6px;
}
.u-pink-shadow {
  box-shadow: 7px 7px #ff8593;
}
.u-pink-shadow{
  box-shadow: 7px 7px #C65F81;
}
.u-deepPink-shadow {
  box-shadow: 7px 7px #e883ab;
}
.u-yellow-shadow {
  box-shadow: 7px 7px #ffd62e;
}
.u-blue-shadow {
  box-shadow: 7px 7px #81cdee;
}
.u-green-shadow {
  box-shadow: 7px 7px #76D38F;
}
.u-purple-shadow {
  box-shadow: 7px 7px #c0a5ff;
}
.u-gray-shadow {
  box-shadow: 7px 7px #a8a8a8;
}
@media screen and (max-width: 750px) {
  #member,
  #goods {
    padding-top: 5rem !important;
    padding-bottom: 8rem !important;
  }
}

/* disco */

#discography {
  background-color: #f9f6ff;
  position: relative;
  padding-bottom: 7rem !important;
}
.discography-wrap {
  width: 756px;
  max-width: 95%;
  margin: 0 auto;
  padding-bottom: 7rem;
}
@media screen and (max-width: 550px) {
  .discography-wrap {
    padding-bottom: 0rem;
  }
}
.disc-list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .disc-list {
    display: block;
    justify-content: space-between;
  }
}
.disc-list-item {
  width: 46%;
  color: #6f6f70;
}
@media screen and (max-width: 550px) {
  .disc-list-item {
    width: 80%;
    margin: 0 auto 8rem;
  }
}
.disc-list-item span {
  font-size: 1.4rem;
  margin-top: 2rem;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
}
.disc-list-item p {
  margin: 2rem 0 1.4rem;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
.disc-list-item img {
  width: 100%;
  height: auto;
}

.c-button2 {
  box-sizing: border-box;
  font-size: 1.6rem;
  width: 100%;
  /* max-width: 60%; */
  padding: 1.3rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: bold;
  position: relative;
  transition: 0.3s all;
  display: flex;
  text-decoration: none;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  color: white;
}
.c-button2 img {
  width: 15px !important;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 13px;
  transform: translateY(-50%);
  transition: 0.3s all;
}

.c-button2:hover {
  opacity: 0.8;
  transition: 0.3s all;
}
.c-button2:hover img.Btnarrow {
  right: 15px;
  transition: 0.3s all;
}

.p-regulatin-caution {
  font-size: 1.35rem;
}
