@charset "UTF-8";
.l-header {
  z-index: 4;
}

.l-footer {
  z-index: 1;
}

.l-overlay {
  z-index: 7;
}

#splash {
  z-index: 8;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

p {
  word-break: break-word;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

i {
  font-style: normal;
}

html {
  font-size: 12pxpx;
  text-underline-position: under;
}

body {
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  width: 100%;
  overflow-x: hidden;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  font-size: 12px;
  color: var(--main-c);
}
@media screen and (min-width: 640px) {
  body {
    font-size: 12px;
  }
}

h2, h3, h4, h5, h6, p, a, li, span, div {
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #3B4043;
}

a {
  color: inherit;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

span,
i {
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-family: inherit;
}

button {
  font-size: inherit;
  font-family: inherit;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
button:focus {
  opacity: 0.6;
}

/*-------フォントサイズ---------*/
h2 {
  font-size: 24px;
}

@media screen and (min-width: 640px) {
  h2 {
    font-size: 24px;
  }
}
html {
  overflow-x: hidden;
}

body {
  background: linear-gradient(#bca9d0 0%, #cbb4d3 33.5%, #cfb7d4 58.62%, #ffdee0 100%) no-repeat;
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

h2 img {
  height: 30px;
  margin: 60px auto;
}

.l-wrapper {
  height: 100%;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.l-inner {
  height: 100%;
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  transform: translate(0px, 20px);
  opacity: 0;
  transition-duration: 0.7s;
  transition-timing-function: ease-out;
}

.l-inner.-ready {
  transform: translate(0px, 0px);
  opacity: 1;
}

.l-flex {
  display: flex;
}

.l-button {
  margin: 50px auto;
  text-align: center;
}
.l-button a {
  font-size: 16px;
  text-align: center;
  padding: 20px;
  border-radius: 7px;
  background-color: #bca9d0;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-block;
  margin: 0 auto;
  transition-duration: 0.3s;
  transition-timing-function: opacity;
}
.l-button a:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
  transition-timing-function: opacity;
}

.pagenation {
  display: flex;
  justify-content: center;
}
.pagenation li {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  /* background: url(...); */
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  background: #bca9d0;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  transition-duration: 0.3s;
  margin: 30px 10px;
}
.pagenation li a {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
}
.pagenation li:hover {
  background: #f5d6de;
  color: #bca9d0;
  transition-duration: 0.3s;
}

@media all and (max-width: 799px) {
  iframe {
    width: 100%;
    height: 56vw;
  }

  h2 img {
    height: 18px;
  }
}
header {
  height: 100px;
  background: linear-gradient(#bca9d0 0%, #bca9d0 33.5%, #beaad0 58.62%, #beabd0 100%) no-repeat;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}
header a {
  text-decoration: none !important;
}
header h1 {
  line-height: 60px;
  padding-top: 12px;
  font-weight: 300;
  font-size: 17px;
  margin-right: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  transition-duration: 0.3s;
}
header h1:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}
header h1 img {
  width: 320px;
  display: inline;
  margin-right: 15px;
}
@media all and (max-width: 799px) {
  header h1 img {
    width: 50vw;
    max-width: 320px;
  }
}
header .l-button.l-header-contact {
  position: absolute;
  top: 25px;
  right: 0;
  margin: 0;
}
header .l-button.l-header-contact a {
  padding: 5px 10px;
  font-size: 12px;
  background-color: #EDC4D7;
}
@media all and (max-width: 1179px) {
  header .l-button.l-header-contact {
    position: static;
    margin: 0 auto;
    display: block;
    padding: 10px 0 30px;
  }
}
@media all and (min-width: 1180px) {
  header .l-header-contact-wrap {
    display: none;
  }
}
header .l-button.l-header-contact.u-pc {
  display: none;
}
@media all and (min-width: 1180px) {
  header .l-button.l-header-contact.u-pc {
    display: inline-block;
  }
}
header .l-button.l-header-contact.u-sp {
  display: block;
}
@media all and (min-width: 1180px) {
  header .l-button.l-header-contact.u-sp {
    display: none;
  }
}
header .sns {
  position: relative;
  height: 17px;
}
header .sns a {
  position: relative;
  display: block;
}
header .sns .header_snslist {
  background: #F8D3AE;
  border-radius: 10px;
  padding: 0;
  height: 0%;
  overflow: hidden;
  margin-top: -20px;
  margin-left: -5px;
  transition-duration: 0.3s;
}
header .sns .header_snslist div {
  width: 85px;
  padding: 12px 0;
}
header .sns:hover {
  height: auto;
}
header .sns:hover > .header_snslist {
  transition-duration: 0.3s;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
}

h1 {
  font-size: 25px;
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #fff;
  line-height: 60px;
}

nav ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  transition-duration: 0.3s;
}
nav ul li a:hover img {
  opacity: 0.7;
  transition-duration: 0.3s;
}

.header_snslist div a img {
  margin: 0 auto;
}

@media all and (max-width: 1180px) {
  header {
    height: 50px;
  }
  header .l-inner {
    width: 100%;
    padding-top: 0;
  }
  header h1 {
    font-size: 20px;
    font-size: clamp(14px, 4vw, 20px);
    line-height: 50px;
    width: 95%;
    margin: 0 auto;
    padding-top: 0;
  }

  .sp-nav-btn {
    position: absolute;
    height: 50px;
    width: 50px;
    right: 0;
    top: 0px;
    /*activeクラスが付与されると
    線と周りのエリアが回転して×になる*/
  }
  .sp-nav-btn span {
    display: inline-block;
    transition: all 0.4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
  }
  .sp-nav-btn span:nth-of-type(1) {
    top: 15px;
  }
  .sp-nav-btn span:nth-of-type(2) {
    top: 23px;
  }
  .sp-nav-btn span:nth-of-type(3) {
    top: 31px;
  }
  .sp-nav-btn.active .openbtn-area {
    transform: rotateY(-360deg);
  }
  .sp-nav-btn.active span:nth-of-type(1) {
    top: 18px;
    left: 15px;
    transform: translateY(6px) rotate(-135deg);
    width: 45%;
  }
  .sp-nav-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp-nav-btn.active span:nth-of-type(3) {
    top: 30px;
    left: 15px;
    transform: translateY(-6px) rotate(135deg);
    width: 45%;
  }

  nav {
    background-color: #beaad0;
    position: fixed;
    width: 100%;
    top: 50px;
    right: -100vw;
    transition-duration: 0.3s;
  }
  nav.open {
    right: 0;
    transition-duration: 0.3s;
  }
  nav ul {
    flex-direction: column;
  }
  nav li a {
    padding: 20px;
    display: block;
  }
  nav li a img {
    margin: 0 auto;
    left: -8px;
    position: relative;
  }
  nav .sns {
    height: auto;
    display: block;
  }
  nav .sns a {
    height: 100%;
    display: flex;
    align-items: center;
  }
  nav .sns a[disabled] {
    pointer-events: none;
  }
  nav .sns .header_snslist {
    margin: 0 auto;
    border-radius: 0;
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 !important;
  }
  nav .sns .header_snslist div {
    width: 100%;
    padding: 0;
  }
}
footer {
  margin-top: 100px;
}
footer .colophon {
  margin-bottom: 0 !important;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #BCA9D0;
  color: #fff;
  font-size: 16px;
}

.p-front .kv {
  opacity: 0;
  transition-duration: 0.7s;
  transition-timing-function: ease-out;
}
.p-front .kv img {
  width: 100%;
}
.p-front-news {
  margin-top: -120px;
}
.p-front-news h2 img {
  height: 25px;
  margin: 5px 0 25px;
}
.p-front-news-list-article {
  margin-bottom: 80px;
  justify-content: space-between;
  flex-direction: column;
}
.p-front-news-list-article_text {
  width: 100%;
}
.p-front-news-list-article_text h3 {
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  color: #3b4043;
  margin-top: 50px;
  margin-bottom: 30px;
}
.p-front-news-list-article_text p {
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #3b4043;
}
.p-front-news-list-article_image {
  width: 300px;
  height: 300px;
  border-radius: 26px;
  /* background: url(...); */
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.p-front-news-list-article_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 799px) {
  .p-front-news {
    margin-top: -40px;
  }
  .p-front-news h2 img {
    width: 50%;
  }
  .p-front-news .l-flex {
    flex-direction: column;
  }
  .p-front-news-list-article {
    margin-bottom: 45px;
  }
  .p-front-news-list-article_image {
    width: 100%;
    height: auto;
  }
  .p-front-news-list-article_text {
    margin: 0 auto;
    width: 100%;
  }
  .p-front-news-list-article_text h3 {
    margin: 15px auto;
    font-size: 18px;
    line-height: 30px;
  }
  .p-front-news-list-article_text p {
    font-size: 14px;
  }
}
.p-news-news-list-article {
  margin-bottom: 80px;
  justify-content: space-between;
  max-width: 920px;
  width: 100%;
  flex-direction: column;
}
.p-news-news-list-article_text {
  width: 100%;
}
.p-news-news-list-article_text h3 {
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  color: #3b4043;
  margin-top: 50px;
  margin-bottom: 30px;
}
.p-news-news-list-article_text p {
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #3b4043;
}
.p-news-news-list-article_image {
  width: 300px;
  height: 300px;
  border-radius: 26px;
  /* background: url(...); */
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.p-news-news-list-article_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 799px) {
  .p-news-news {
    margin-top: -40px;
  }
  .p-news-news h2 img {
    width: 50%;
  }
  .p-news-news .l-flex {
    flex-direction: column;
  }
  .p-news-news-list-article {
    margin-bottom: 45px;
    width: 100%;
  }
  .p-news-news-list-article_image {
    width: 100%;
    height: auto;
  }
  .p-news-news-list-article_text {
    margin: 0 auto;
    width: 100%;
  }
  .p-news-news-list-article_text h3 {
    margin: 15px auto;
    font-size: 18px;
    line-height: 30px;
  }
  .p-news-news-list-article_text p {
    font-size: 14px;
  }
}
.p-live-live-list-article {
  margin-bottom: 80px;
  justify-content: space-between;
  width: 100%;
}
.p-live-live-list-article_text {
  width: 100%;
}
.p-live-live-list-article_text h3 {
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
  color: #3b4043;
  margin-top: 60px;
  margin-bottom: 30px;
}
.p-live-live-list-article_text p {
  font-family: "Noto Sans JP", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #3b4043;
}
.p-live-live-list-article_image {
  width: 300px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 26px;
  background: #f0e2ff;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.p-live-live-list-article_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media all and (max-width: 799px) {
  .p-live-live-list-article {
    width: 100%;
    flex-direction: column;
  }
  .p-live-live-list-article_image {
    width: 100%;
    height: auto;
  }
  .p-live-live-list-article_text {
    margin-top: 30px;
    margin-left: 0;
    width: 100%;
  }
  .p-live-live-list-article_text h3 {
    margin-top: 0;
    font-size: 18px;
    line-height: 30px;
  }
}
.p-profile-content {
  background-image: url(../images/bg-profile.jpg);
  background-size: cover;
  min-height: 74vw;
  background-position: right;
}
.p-profile-content .l-inner {
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-profile-content_text {
  width: 50%;
  position: relative;
}
.p-profile-content_text p {
  font-size: 15px;
  line-height: 25px;
  text-align: left;
  color: #f0f3f5;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.p-profile-content_text a {
  text-decoration: underline;
  color: #f8d3ae;
}
.p-profile-content_text:after {
  content: "";
  height: 100%;
  width: 100%;
  border-radius: 18px;
  background: #3b4043;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.p-profile-content_image {
  display: none;
}

@media all and (max-width: 799px) {
  .p-profile-content {
    background-image: none !important;
  }
  .p-profile-content .l-inner {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .p-profile-content_text {
    width: 100%;
    margin-top: 25px;
  }
  .p-profile-content_text p {
    font-size: 14px;
  }
  .p-profile-content_image {
    display: block;
  }
}
.p-discography .modal-bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  z-index: 100;
  display: none;
}
.p-discography-selector .l-flex {
  justify-content: space-between;
  width: 570px;
  margin: 0 auto;
}
.p-discography-selector .l-flex div {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  transition-duration: 0.3s;
}
.p-discography-selector .l-flex div.-current {
  color: #F8D3AE;
}
.p-discography-selector .l-flex div:hover {
  cursor: pointer;
  color: #F8D3AE;
  transition-duration: 0.3s;
}
.p-discography-content {
  margin-top: 80px;
  min-height: 100vh;
}
.p-discography-list {
  display: none;
  opacity: 0;
  flex-wrap: wrap;
  width: 910px;
  justify-content: space-between;
  margin: 0 auto;
  transition-duration: 0.3s;
}
.p-discography-list.-current {
  display: flex;
  opacity: 1;
  transition-duration: 0.3s;
}
.p-discography-list-article {
  flex-direction: column;
  margin-bottom: 50px;
  transition-duration: 0.3s;
}
.p-discography-list-article_image {
  width: 264px;
  height: 264px;
  border-radius: 48px;
  background: #98a6b5;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.29);
  overflow: hidden;
}
.p-discography-list-article_image:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
  cursor: pointer;
}
.p-discography-list-article_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-discography-list_text {
  width: 264px;
  background: #e2c3bc;
  padding: 132px 5px 25px;
  margin-top: -92px;
  z-index: -1;
  flex-grow: 1;
}
.p-discography-list_text h3 {
  font-size: 21px;
  font-weight: bold;
  line-height: 25px;
}
.p-discography-list_modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 70%;
  height: 40vw;
  overflow-y: auto;
  margin: auto;
  background: #fff;
  padding: 50px;
  z-index: 100;
}
.p-discography-list_modal:before {
  content: "";
  width: 4px;
  height: 30px;
  display: block;
  position: absolute;
  right: 25px;
  top: 10px;
  background: #beaad0;
  transform: rotate(-45deg);
}
.p-discography-list_modal:before:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}
.p-discography-list_modal:after {
  content: "";
  width: 4px;
  height: 30px;
  display: block;
  position: absolute;
  right: 25px;
  top: 10px;
  background: #beaad0;
  transform: rotate(45deg);
}
.p-discography-list_modal:after:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}
.p-discography-list_modal_image {
  width: 50%;
}
.p-discography-list_modal_image img {
  width: 90%;
}
.p-discography-list_modal_text {
  width: 50%;
}
.p-discography-list_modal_text h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 25px;
}
.p-discography-list_content {
  font-weight: 500;
  margin-top: 20px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.p-discography-list_content img {
  width: 45%;
  align-self: start;
}
.p-discography-list .dummy {
  width: 264px;
}

@media all and (max-width: 799px) {
  .p-discography-selector .l-flex {
    flex-direction: column;
    width: 100%;
    text-align: center;
  }
  .p-discography-selector .l-flex div {
    font-size: 24px;
  }
  .p-discography-list {
    width: 100%;
  }
  .p-discography-list-article {
    width: 42vw;
  }
  .p-discography-list-article_image {
    width: 100%;
    height: 42vw;
  }
  .p-discography-list_text {
    width: 100%;
  }
  .p-discography-list_text h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .p-discography-list_modal {
    height: 80vh;
    width: 90%;
    padding: 30px;
  }
  .p-discography-list_modal:before {
    right: 20px;
    top: 10px;
  }
  .p-discography-list_modal:after {
    right: 20px;
    top: 10px;
  }
  .p-discography-list_modal_text {
    width: 100%;
    margin-top: 25px;
  }

  .p-discography-list_content {
    flex-direction: column;
  }
  .p-discography-list_content img {
    width: 100%;
  }
}
.p-fanclub p {
  margin-bottom: 20px;
}
.p-fanclub .l-text-block {
  margin-bottom: 80px;
}
.p-fanclub .logo-fanclub {
  margin: 60px auto;
}
.p-fanclub-header {
  height: 390px;
  padding-top: 60px;
  background-color: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.p-fanclub-contents article {
  margin-bottom: 100px;
}
.p-fanclub-contents-title {
  width: 260px;
}
.p-fanclub-contents-title h3 {
  color: #fff;
  font-size: 40px;
}
.p-fanclub-contents-text {
  width: calc(100% - 260px);
}
.p-fanclub-contents-text p, .p-fanclub-contents-text span, .p-fanclub-contents-text li {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.p-fanclub-contents-text a {
  color: #707070;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}
.p-fanclub-contents-text a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.p-fanclub .l-button a {
  font-size: 23px;
  color: #fff;
  background-color: #EDC4D7;
  box-shadow: 7px 7px 5px 5px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  padding: 20px 80px;
  font-weight: 400;
  text-decoration: none;
  margin-left: 0;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

@media all and (max-width: 799px) {
  .p-fanclub article {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .p-fanclub-header {
    height: 60vw;
    max-height: 390px;
    padding-top: 10px;
  }
  .p-fanclub-contents-title {
    width: 100%;
  }
  .p-fanclub-contents-title h3 {
    font-size: 24px;
    margin-bottom: 50px;
    text-align: center;
  }
  .p-fanclub-contents-text {
    width: 100%;
  }
  .p-fanclub-contents-text p, .p-fanclub-contents-text span, .p-fanclub-contents-text a, .p-fanclub-contents-text li {
    font-size: 14px;
  }
  .p-fanclub .l-button a {
    font-size: 16px;
    padding: 15px 50px;
  }
}
/*-----------ベース -----------*/
/*-----------レイアウト　接頭辞「l-」-----------*/
/*----------パーツ 接頭辞「c-」------------*/
/*----------モジュール 接頭辞「m-」------------*/
/*--------個別ページ　接頭辞「p-」--------------*/
/*---------ヘルパークラス　接頭辞「u-」-------------*/
/*# sourceMappingURL=style.css.map */