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 #efb6cd;
}

section h2 .u-borderYellow {
  border-bottom: 4px solid #ffdc49;
}

section h2 .u-borderBlue {
  border-bottom: 4px solid #a5e9ee;
}

section h2 .u-border-deeppink {
  border-bottom: 4px solid #57d9b2;
}

section h2 .u-border-green {
  border-bottom: 4px solid #9393f8;
}

section h2 .u-border-goods {
  border-bottom: 4px solid #86d7f1;
}

section h2 .u-border-funclub {
  border-bottom: 4px solid #c5d4fa;
}

.p-heading-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0rem 0 6.2rem 0.6rem;
  position: relative;
  z-index: 1;
}

.p-heading-title img {
  width: 42px;
  position: absolute;
  left: -50px;
}

.p-heading-title h2 {
  position: relative;
}

.c-decoration {
  position: absolute;
  top: -3vw;
  object-fit: fill;
}

.c-decoration img {
  width: 100%;
  height: auto;
}

.c-decoration-bottom {
  position: absolute;
  bottom: -3vw !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;
}

.fc-event-container a,
.fc-event-container {
  border: none;
}

.fc-content {
  background-color: #57d6af !important;
  padding: 0.3rem 0;
  margin: 0.3rem 0;
}

#wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg {
  height: auto !important;
}

:focus {
  outline: none;
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }

  section {
    padding: 12vw 0 8rem !important;
  }

  .p-heading-title {
    margin: 0rem 0 5.4rem 0.6rem;
  }
}

@media screen and (max-width: 480px) {
  section h2 {
    font-size: 7vw;
  }

  .p-heading-title img {
    position: absolute;
    left: -13vw;
  }

  section h2 span {
    width: 24vw;
    bottom: -4vw;
  }

  .pagetop {
    right: 20px;
    bottom: 30px;
  }

  .pagetop img {
    width: 50px;
    height: 50px;
  }

  .u-sectionContents {
    margin-bottom: 5rem !important;
  }
}

/* ---------------------------------------*/
/* 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;
}

.p-header-sns .fa-brands {
  font-size: 3.3rem;
  margin: 0 0.5rem;
  color: #57d9b2;
}

.p-header-sns .fa-tiktok {
  font-size: 2.8rem;
}

.c-contactBtn:hover {
  opacity: 0.8;
  transition: 0.2s all;
}

.fa-brands {
  font-size: 3.3rem;
  margin-right: 1rem;
  color: #57d9b2;
}

.c-contactBtn {
  background-color: #57d9b2;
  color: white;
  width: 152px;
  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;
  background: linear-gradient(135deg, transparent 6px, #57d9b2 0) top left,
    linear-gradient(-135deg, transparent 6px, #57d9b2 0) top right,
    linear-gradient(-45deg, transparent 6px, #57d9b2 0) bottom right,
    linear-gradient(45deg, transparent 6px, #57d9b2 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.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;
  }

  .c-contactBtn {
    margin: 4rem 0 !important;
  }

  .p-header-sns .fa-youtube {
    font-size: 3.2rem;
    margin-top: 0.4rem;
  }
}

@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_d.png");
  background-size: 100%;
  position: relative;
}

#event::after {
  position: absolute;
  width: 100%;
  height: 130px;
  bottom: -11rem;
  left: 0;
  content: "";
  background-color: #fffbd4;
  transform: skewY(-3deg);
  transform-origin: bottom left;
}

#discography::after {
  position: absolute;
  width: 100%;
  height: 130px;
  bottom: -13rem;
  left: 0;
  content: "";
  background-color: #fdebfb;
  transform: skewY(-3deg);
  transform-origin: bottom left;
  z-index: 1;
}

.c-button {
  font-size: 2rem;
  width: 440px;
  max-width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #efb6cd;
  text-align: center;
  line-height: 55px;
  height: 55px;
  text-decoration: none;
  margin: 8rem auto 0;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  position: relative;
  transition: 0.3s all;
}

.btn_bg_pink {
  background: linear-gradient(135deg, transparent 8px, #efb6cd 0) top left,
    linear-gradient(-135deg, transparent 8px, #efb6cd 0) top right,
    linear-gradient(-45deg, transparent 8px, #efb6cd 0) bottom right,
    linear-gradient(45deg, transparent 8px, #efb6cd 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.btn_bg_yellow {
  background: linear-gradient(135deg, transparent 8px, #ffd62e 0) top left,
    linear-gradient(-135deg, transparent 8px, #ffd62e 0) top right,
    linear-gradient(-45deg, transparent 8px, #ffd62e 0) bottom right,
    linear-gradient(45deg, transparent 8px, #ffd62e 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.c-button img {
  width: 28px !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) {
  #event {
    padding-bottom: 30vw !important;
  }

  .c-button {
    font-size: 4vw;
    line-height: initial;
    height: auto;
    padding: 3vw 0;
  }

  .c-button img {
    width: 6vw !important;
  }

  #event::after {
    height: 110px;
  }

  #schedule::after {
    height: 110px;
  }

  .btn_bg_pink {
    background: linear-gradient(135deg, transparent 2vw, #efb6cd 0) top left,
      linear-gradient(-135deg, transparent 2vw, #efb6cd 0) top right,
      linear-gradient(-45deg, transparent 2vw, #efb6cd 0) bottom right,
      linear-gradient(45deg, transparent 2vw, #efb6cd 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }

  .btn_bg_yellow {
    background: linear-gradient(135deg, transparent 2vw, #ffd62e 0) top left,
      linear-gradient(-135deg, transparent 2vw, #ffd62e 0) top right,
      linear-gradient(-45deg, transparent 2vw, #ffd62e 0) bottom right,
      linear-gradient(45deg, transparent 2vw, #ffd62e 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
  }

  .slider a {
    margin: 1.2rem;
  }
}

/* ---------------------------------------*/
/* event終了-------------------------------*/
/* ---------------------------------------*/

/* ---------------------------------------*/
/* news開始--------------------------------*/
/* ---------------------------------------*/
#news {
  background-color: #fffbd4;
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}

#news::after {
  position: absolute;
  width: 100%;
  height: 130px;
  bottom: -13rem;
  z-index: 1;
  left: 0;
  content: "";
  background-color: #fffbd4;
  transform: skewY(-3deg);
  transform-origin: bottom left;
}

#news .c-button {}

.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%;
}

.c-post-thumbnail {
  height: auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  /* transition: 0.5s; */
}

.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: #57d6af;
  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;
  margin-right: 10px;
  display: inline-block;
  /* transition: 0.3s; */
  font-family: "Montserrat", sans-serif;
  background-color: #57d6af !important;
}

.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 (max-width: 750px) {
  .p-newsList {
    flex-wrap: wrap;
    justify-content: center;
  }

  .p-newsList .p-newsBox {
    width: 48%;
    margin: 1% auto;
    transition: initial;
    padding: 4vw;
  }

  .p-newsList::after {
    width: 0%;
  }

  .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) {
  #news::after {
    bottom: -5rem;
    height: 80px;
  }

  #discography::after {
    bottom: -5rem;
    height: 80px;
  }

  #regulation::after {
    bottom: -5rem !important;
    height: 80px !important;
  }

  .p-newsBox {
    margin: 2rem auto;
  }

  .entry-label {
    line-height: 20px;
    height: 20px;
  }

  .p-newsDate time {
    /* font-size: 2.4vw; */
  }

  .p-newsList .p-newsBox {
    width: 314px;
    max-width: 100%;
    margin: 3% auto;
  }
}

@media screen and (max-width: 240px) {
  .p-newsInfo {
    display: block;
  }

  .p-newsDate {
    margin-top: 1rem;
  }
}

/* ---------------------------------------*/
/* news終了--------------------------------*/
/* ---------------------------------------*/

/* ---------------------------------------*/
/* schedule終了----------------------------*/
/* ---------------------------------------*/
#schedule {
  background-image: url("../images/bg3.jpg");
  background-size: cover;
  position: relative;
  padding: 20rem 0 !important;
}

#schedule::after {
  position: absolute;
  width: 100%;
  height: 130px;
  bottom: -7rem;
  left: 0;
  content: "";
  background-color: #f0f0fe;
  transform: skewY(-3deg);
  transform-origin: bottom left;
}

.p-scheduleContents {
  text-align: center;
  width: 1016px;
  max-width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 480px) {
  #schedule {
    padding: 15rem 0 20rem !important;
  }
}

/* ---------------------------------------*/
/* schedule終了----------------------------*/
/* ---------------------------------------*/

/* ---------------------------------------*/
/* member開始------------------------------*/
/* ---------------------------------------*/
#member {
  background-image: url("../images/bg3.jpg");
  background-size: cover;
  position: relative;
  padding: 20rem 0 !important;
  /* position: relative;
  padding-bottom: 0rem !important;
  padding-top: 2rem !important; */
}

@media screen and (max-width: 480px) {
  #member {
    background-image: url("../images/bg3.jpg");
    background-size: cover;
    position: relative;
    padding: 10rem 0 !important;
  }
}

#member::after {
  position: absolute;
  width: 100%;
  height: 130px;
  bottom: -13rem;
  left: 0;
  content: "";
  background-color: #dbf2e1;
  transform: skewY(-3deg);
  transform-origin: bottom left;
  z-index: 1;
}

#member .p-heading-title img {
  z-index: 1;
}

.p-memberList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 0rem !important;
  width: 1000px !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;
}

.p-memberBox a {
  cursor: pointer;
}

.p-memberBox:hover .p-memberPink {
  color: #fff;
  background: linear-gradient(135deg, transparent 7px, #efb6cd 0) top left,
    linear-gradient(-135deg, transparent 7px, #efb6cd 0) top right,
    linear-gradient(-45deg, transparent 7px, #efb6cd 0) bottom right,
    linear-gradient(45deg, transparent 7px, #efb6cd 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  transition: 0.3s all;
  z-index: 1;
}

.p-memberBox:hover .p-memberYellow {
  color: #fff;
  background: linear-gradient(135deg, transparent 7px, #74dde5 0) top left,
    linear-gradient(-135deg, transparent 7px, #74dde5 0) top right,
    linear-gradient(-45deg, transparent 7px, #74dde5 0) bottom right,
    linear-gradient(45deg, transparent 7px, #74dde5 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  transition: 0.3s all;
  z-index: 1;
}

.p-memberBox:hover .p-memberBlue {
  color: #fff;
  /* background-color: #57d9b2; */
  transition: 0.3s all;
  background: linear-gradient(135deg, transparent 7px, #a5a5f6 0) top left,
    linear-gradient(-135deg, transparent 7px, #a5a5f6 0) top right,
    linear-gradient(-45deg, transparent 7px, #a5a5f6 0) bottom right,
    linear-gradient(45deg, transparent 7px, #a5a5f6 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}

/* .p-memberBox:hover .p-memberPurple{
  color:#FFF;
  background-color: #C0A5FF;
  transition: 0.3s all;
} */
.p-memberBox:hover .p-memberGreen {
  color: #fff;
  background: linear-gradient(135deg, transparent 7px, #a8a8a8 0) top left,
    linear-gradient(-135deg, transparent 7px, #a8a8a8 0) top right,
    linear-gradient(-45deg, transparent 7px, #a8a8a8 0) bottom right,
    linear-gradient(45deg, transparent 7px, #a8a8a8 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  transition: 0.3s all;
  z-index: 1;
}

.p-memberBox:hover .p-memberGray {
  color: #fff;
  background: linear-gradient(135deg, transparent 7px, #f8d414 0) top left,
    linear-gradient(-135deg, transparent 7px, #f8d414 0) top right,
    linear-gradient(-45deg, transparent 7px, #f8d414 0) bottom right,
    linear-gradient(45deg, transparent 7px, #f8d414 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  transition: 0.3s all;
  z-index: 1;
}

.p-memberName {
  font-size: 1.8rem;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 10px;
  width: 170px;
  /* max-width: 160px; */
  height: 37px;
  max-width: 176px;
  max-height: 100%;
  text-align: center;
  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: -36px;
  transition: 0.3s all;
  background: linear-gradient(135deg, transparent 6.3px, #ffffff 0) top left,
    linear-gradient(-135deg, transparent 6.3px, #ffffff 0) top right,
    linear-gradient(-45deg, transparent 6.3px, #ffffff 0) bottom right,
    linear-gradient(45deg, transparent 6.3px, #ffffff 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  z-index: 4;
}

.p-memberName-min {
  font-size: 1.8rem;
  margin: 0 auto;
  padding: 0 10px;
  width: 176px;
  height: 42px;
  max-width: 176px;
  max-height: 100%;
  text-align: center;
  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;
}

.membercolor1 {
  background: linear-gradient(135deg, transparent 7.5px, #a5a5f6 0) top left,
    linear-gradient(-135deg, transparent 7.5px, #a5a5f6 0) top right,
    linear-gradient(-45deg, transparent 7.5px, #a5a5f6 0) bottom right,
    linear-gradient(45deg, transparent 7.5px, #a5a5f6 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.membercolor2 {
  background: linear-gradient(135deg, transparent 7.5px, #74dde5 0) top left,
    linear-gradient(-135deg, transparent 7.5px, #74dde5 0) top right,
    linear-gradient(-45deg, transparent 7.5px, #74dde5 0) bottom right,
    linear-gradient(45deg, transparent 7.5px, #74dde5 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.membercolor3 {
  background: linear-gradient(135deg, transparent 7.5px, #efb6cd 0) top left,
    linear-gradient(-135deg, transparent 7.5px, #efb6cd 0) top right,
    linear-gradient(-45deg, transparent 7.5px, #efb6cd 0) bottom right,
    linear-gradient(45deg, transparent 7.5px, #efb6cd 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.membercolor4 {
  background: linear-gradient(135deg, transparent 7.5px, #a8a8a8 0) top left,
    linear-gradient(-135deg, transparent 7.5px, #a8a8a8 0) top right,
    linear-gradient(-45deg, transparent 7.5px, #a8a8a8 0) bottom right,
    linear-gradient(45deg, transparent 7.5px, #a8a8a8 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.membercolor5 {
  background: linear-gradient(135deg, transparent 7.5px, #f8d414 0) top left,
    linear-gradient(-135deg, transparent 7.5px, #f8d414 0) top right,
    linear-gradient(-45deg, transparent 7.5px, #f8d414 0) bottom right,
    linear-gradient(45deg, transparent 7.5px, #f8d414 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.p-memberName span {
  font-size: 1rem;
  font-feature-settings: "palt";
}

.p-memberName-min {}

.p-memberPink {
  color: #efb6cd;
  /* border: 2.7px solid #EFB6CD; */
}

.p-memberYellow {
  color: #74dde5;
  /* border: 2.7px solid #74DDE5; */
}

.p-memberBlue {
  color: #a5a5f6;
}

.p-memberPurple {
  color: #c0a5ff;
  /* border: 2.7px solid #C0A5FF; */
}

.p-memberGreen {
  color: #a8a8a8;
  /* border: 2.7px solid #A8A8A8; */
}

.p-memberGray {
  color: #f8d414;
  /* border: 2.7px solid #F8D414; */
}

.p-memberName img {
  width: 7px;
}

.memberbtn {
  margin: 0 auto;
}

.memberbtn img {
  position: absolute;
  bottom: 0;
  max-width: 176px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  bottom: -41px;
}

/* モーダル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;
  transform: skewX(-2deg);
}

.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::after {
    height: 80px;
    bottom: -8rem;
  }

  .p-memberName {
    font-size: 1.6rem;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 10px;
    width: 170px;
    /* max-width: 160px; */
    height: 37px;
    max-width: 80%;
    text-align: center;
    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: -36px;
    transition: 0.3s all;
    background: linear-gradient(135deg, transparent 6.3px, #ffffff 0) top left,
      linear-gradient(-135deg, transparent 6.3px, #ffffff 0) top right,
      linear-gradient(-45deg, transparent 6.3px, #ffffff 0) bottom right,
      linear-gradient(45deg, transparent 6.3px, #ffffff 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    z-index: 4;
  }

  .p-memberName-min {
    margin: 0 auto;
    padding: 0 10px;
    width: 176px;
    height: 42px;
    max-width: 83%;
    text-align: center;
    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;
  }
}

/* ---------------------------------------*/
/* member終了------------------------------*/
/* ---------------------------------------*/

/* ---------------------------------------*/
/* regulation開始--------------------------*/
/* ---------------------------------------*/
#regulation {
  padding-bottom: 10rem !important;
  background-size: cover;
  position: relative;
  background-color: #dbf2e1;
}

#regulation::after {
  position: absolute;
  width: 100%;
  height: 130px;
  bottom: -13rem;
  left: 0;
  z-index: 1;
  content: "";
  background-color: #dbf2e1;
  transform: skewY(-3deg);
  transform-origin: bottom left;
}

#fanclub::after {
  position: absolute;
  width: 100%;
  height: 130px;
  bottom: -7rem;
  left: 0;
  content: "";
  background-color: #f2f5fb;
  transform: skewY(-3deg);
  transform-origin: bottom left;
}

#fanclub .comingsoon a {
  pointer-events: none;
}

.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 #86d7f1;
  background-image: url("../images/bg_top_reguation.jpg");
  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 #efb6cd;
  background-image: url("../images/bg_topregukation2.jpg");
  background-color: white;
}

.bg-pink-haart img {
  width: 41px;
}

.bg-purple-haart {
  border: 4px solid #fade4b;
  background-image: url("../images/bg_top_regulation3.jpg");
  background-color: white;
}

.bg-purple-haart img {
  width: 27px;
}

.bg-purple-haart .p-regulationTxt {
  margin: 28px auto;
  height: 72px;
}

.bg-bule {
  background-color: #86d7f1;
}

.bg-pink {
  background-color: #efb6cd;
}

.bg-pueple {
  background-color: #fade4b;
}

@media screen and (max-width: 750px) {
  #regulation {
    /* padding: 15rem 0 !important; */
    padding-bottom: 8rem !important;
  }

  @media screen and (max-width: 550px) {}

  .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;
  }
}

@media screen and (max-width: 480px) {
  #fanclub::after {
    height: 70px;
    bottom: -4rem;
  }
}

/* ---------------------------------------*/
/* regulation終了--------------------------*/
/* ---------------------------------------*/
/* ---------------------------------------*/
/* goods開始-------------------------------*/
/* ---------------------------------------*/
#goods {
  background-color: #f2f5fb;
  position: relative;
  /* padding-bottom:7rem !important; */
  padding: 1rem 0 10rem 0 !important;
}

/* #goods::after {
  position: absolute;
  width: 100%;
  height: 130px;
  bottom: -8rem;
  left: 0;
  content: "";
  background-color: #e4f6fc;
  transform: skewY(-3deg);
  transform-origin: bottom left;
} */
.p-goodsBox {
  max-width: 90%;
  width: 640px;
  margin: 0 auto;
  text-align: center;
  background-color: #ffffff;
  border: 6px solid #57d9b2;
  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: #57d9b2;
}

.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%;
  transition: 0.3s;
}

.comingsoon img {
  width: 100%;
  height: auto;
  transition: 0.3s;
}

.comingsoon img:hover {
  opacity: 0.8;
  transition: 0.3s;
}

@media screen and (max-width: 480px) {
  #goods {
    padding-bottom: 6rem !important;
  }

  .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: 10vw;
  }

  #goods::after {
    height: 50px;
    bottom: -4rem;
  }
}

/* ---------------------------------------*/
/* goods終了-------------------------------*/
/* ---------------------------------------*/

/* ---------------------------------------*/
/* fanclub開始-----------------------------*/
/* ---------------------------------------*/
#fanclub {
  padding-top: 20rem !important;
  padding-bottom: 24rem !important;
  background-image: url("../images/fan_gb.jpg");
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 480px) {
  #fanclub {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important;
  }
}

#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;
}

.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: #57d9b2; */
  /* border: 6px solid #57d9b2; */
  border-radius: 10px;
  overflow: hidden;
  filter: drop-shadow(4px 4px 2.5px rgba(0, 0, 0, 0.07));
}

.p-fanclub-Contents img {
  width: 100%;
  height: auto;
}

.p-fanclubLogo {
  background-color: #57d9b2;
  text-align: center;
  margin: 0 auto;
}

.p-fanclubLogo p {
  color: white;
  font-size: 2.1rem;
  font-family: "Titillium Web", 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 a {
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  #fanclub {
    padding-top: 10rem !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;
  }

  .p-heading-title2 img {
    width: 9vw;
  }
}

/* ---------------------------------------*/
/* fanclub終了---------------------------- */
/* ---------------------------------------*/
.page_contents {}

/* ---------------------------------------*/
/* 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終了------------------------------*/
/* ---------------------------------------*/
@media screen and (min-width: 1350px) {
  #event::after {
    position: absolute;
    width: 100%;
    height: 13rem;
    bottom: -11rem;
    left: 0;
    content: "";
    background-color: #fffbd4;
    transform: skewY(-2deg);
    transform-origin: bottom left;
  }

  #news::after {
    position: absolute;
    width: 100%;
    height: 13rem;
    bottom: -13rem;
    z-index: 1;
    left: 0;
    content: "";
    background-color: #fffbd4;
    transform: skewY(-2deg);
    transform-origin: bottom left;
  }

  #schedule::after {
    position: absolute;
    width: 100%;
    height: 13rem;
    bottom: -8.5rem;
    left: 0;
    content: "";
    background-color: #f0f0fe;
    transform: skewY(-2deg);
    transform-origin: bottom left;
  }

  #member::after {
    position: absolute;
    width: 100%;
    height: 13rem;
    bottom: -13rem;
    left: 0;
    content: "";
    background-color: #dbf2e1;
    transform: skewY(-2deg);
    transform-origin: bottom left;
    z-index: 1;
  }

  #fanclub::after {
    position: absolute;
    width: 100%;
    height: 13rem;
    bottom: -8.5rem;
    left: 0;
    content: "";
    background-color: #f2f5fb;
    transform: skewY(-2deg);
    transform-origin: bottom left;
  }

  /* #goods::after {
    position: absolute;
    width: 100%;
    height: 13rem;
    bottom: -8.5rem;
    left: 0;
    content: "";
    background-color: #e4f6fc;
    transform: skewY(-2deg);
    transform-origin: bottom left;
  } */
}

.u-mb-3 {
  margin-bottom: 3rem;
}

.u-imgMax img {
  width: 100%;
  height: auto;
}

.u-bg-yellow {
  background-color: rgba(116, 221, 229, 0.7);
}

.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(239, 182, 205, 0.7);
}

.u-bg-blue {
  background-color: rgba(168, 168, 249, 0.7);
}

.u-bg-purple {
  background-color: rgba(192, 165, 255, 0.7);
}

.u-bg-green {
  background-color: rgba(168, 168, 168, 0.7);
}

.u-bg-gray {
  background-color: rgba(248, 212, 20, 0.7);
}

.u-fc-pink {
  color: #ff8593;
}

.u-fc-deepPink {
  color: #efb6cd;
}

.u-fc-yellow {
  color: #74dde5;
}

.u-fc-blue {
  color: #a5a5f6;
}

.u-fc-green {
  color: #a8a8a8;
}

.u-fc-purple {
  color: #c0a5ff;
}

.u-fc-gray {
  color: #f8d414;
}

.u-pink-border {
  border: #ff8593 solid 6px;
}

.u-deepPink-border {
  border: #efb6cd solid 6px;
}

.u-yellow-border {
  border: #74dde5 solid 6px;
}

.u-blue-border {
  border: #a5a5f6 solid 6px;
}

.u-green-border {
  border: #a8a8a8 solid 6px;
}

.u-purple-border {
  border: #c0a5ff solid 6px;
}

.u-gray-border {
  border: #f8d414 solid 6px;
}

.u-pink-shadow {
  box-shadow: 7px 7px #ff8593;
}

.u-deepPink-shadow {
  box-shadow: 7px 7px #efb6cd;
}

.u-yellow-shadow {
  box-shadow: 7px 7px #74dde5;
}

.u-blue-shadow {
  box-shadow: 7px 7px #a5a5f6;
}

.u-green-shadow {
  box-shadow: 7px 7px #a8a8a8;
}

.u-purple-shadow {
  box-shadow: 7px 7px #c0a5ff;
}

.u-gray-shadow {
  box-shadow: 7px 7px #f8d414;
}

/* disco */

#discography {
  background-color: #fdebfb;
  position: relative;
  padding-bottom: 5rem !important;
}

@media screen and (max-width: 750px) {
  #discography {
    padding-bottom: 3rem !important;
  }
}

#schedule::after {
  position: absolute;
  width: 100%;
  height: 130px;
  bottom: -11rem;
  left: 0;
  content: "";
  background-color: #fdebfb;
  transform: skewY(-3deg);
  transform-origin: bottom left;
}

.discography-wrap {
  width: 1000px;
  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;
  flex-wrap: wrap;
  row-gap: 4rem;
}

@media screen and (max-width: 550px) {
  .disc-list {
    display: block;
    justify-content: space-between;
  }
}

.disc-list-item {
  width: 32%;
  color: #6f6f70;
}

@media screen and (max-width: 850px) {
  .disc-list-item {
    width: 48%;
    color: #6f6f70;
    margin-bottom: 5rem;
  }

  .disc-list-item:last-child {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 550px) {
  .disc-list-item {
    width: 90%;
    margin: 0 auto 8rem;
  }

  .disc-list-item:last-child {
    margin-bottom: 8;
  }
}

.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;
}

.disc-list-item .disco-title {
  margin: 0.1rem 0 0.5rem;
  line-height: 1.5;
  font-size: 2rem;
}

.disc-list-item .disco-title span {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.disc-list-item span {
  margin-top: 0rem;
  line-height: 1.6;
}

.disc-list-item ul {
  margin-bottom: 1.7rem;
}

.disc-list-item ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  list-style: none;
}

.disco-details {
  text-align: center;
}

@media screen and (max-width: 550px) {
  .disc-list-item .disco-title {
    margin: 1.7rem 0 0;
    line-height: 1.5;
    font-size: 2.5rem;
    margin-top: 1rem;
  }

  .disc-list-item span {
    margin-top: 1rem;
    font-size: 1.5rem;
  }

  .disc-list-item p {
    font-size: 1.8rem;
  }

  .disc-list-item ul {
    margin-bottom: 1.7rem;
  }

  .disc-list-item ul li {
    font-size: 1.6rem;
    line-height: 1.6;
    list-style: none;
  }

  .disc-list-item .disco-title span {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}

.songs {
  border-bottom: 1px dashed #666666;
  padding-bottom: 1rem;
}

.disco-title {}

.disco-title span {}

.c-button2 {
  box-sizing: border-box;
  font-size: 1.6rem;
  width: 90%;
  background-color: #f79de6;
  /* max-width: 60%; */
  padding: 1.5rem 0rem;
  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;
  margin: 0 auto;
}

.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;
}

@media screen and (max-width: 480px) {
  #schedule::after {
    height: 110px;
    bottom: -11rem;
  }
}

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

.p-prf-sns svg {
  width: 21px;
  margin-right: 1rem;
}

.p-header-sns svg {
  width: 25px;
  margin-right: 1rem;
  color: #ed9cbc;
}