/* ------------------------------------
   　　　　　　section--about 
   ------------------------------------*/

/*.page--home.pattern--integrated .block--content-wrap .section--about {
	padding: 0!important;
}

.page--home.pattern--integrated .section--about.block--content-wrap .section--about {
	padding: 0!important;
}

@media screen and (min-width: 961px) {
    h1.logo a img {
		padding: 10px;
	}
}*/

@import url('https://fonts.googleapis.com/css2?family=Lustria&display=swap');


/*body{
  font-family: "Lustria", serif!important;
  font-weight: 400;
  font-style: normal;
}*/

.section-tit,.list__more a,.date,.window-scroll .header .drawer .nav li a,
.block--date__month,.block--date__date,.block--date__youbi,.category,.header .drawer .nav li a,
.tit, .page--schedule .section--list .block--refine input[type=checkbox]:checked + p,
.prev a,.next a,.block--category a{
  font-family: "Lustria", serif!important;
  font-weight: 400;
  font-style: normal;
}

.name--ruby {
	display: none;
}


/* page--biography */
.page--biography .section--detail .section-tit,
.page--biography .section--detail .thumb.artist--photo img,
.page--biography .section--detail .artist--name{
	display: none;
}

body.page--biography .wrap{
	padding: 80px 0 400px;	
}

.page--biography .section--detail .top-image .ph {
  position: relative;
  z-index: 0;
}

/*.page--biography .section--detail .top-image .ph::before {
  content: "";
  position: absolute;
  background: url("/static/fcopen/fanplakit/artist/marmi_G9mfbRN7/assets/image/common/biography_bg_right.svg") no-repeat right center / contain;
  z-index: -1;
  top:0;
  right: calc(-50vw + 50%);
  width: 100%;
  height: 150%;
}

.page--biography .section--detail .top-image .ph::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-50vw + 50%);
  width: 100%;
  height: 150%;
  background: url("/static/fcopen/fanplakit/artist/marmi_G9mfbRN7/assets/image/common/biography_bg_left.svg") no-repeat left center / contain;
  z-index: -1;
}*/

.page--biography .section--detail .top-image .ph::before {
  content: "";
  position: fixed;
  background: url("/static/fcopen/fanplakit/artist/marmi_G9mfbRN7/assets/image/common/biography_bg_right.svg") no-repeat right center / contain;
  top: 3rem;
  right: calc(-50vw + 50%);
  width: 100%;
  height: 100%;
  max-width: 350px;
  z-index: -1;
}

.page--biography .section--detail .top-image .ph::after {
  content: "";
  position: fixed;
  top: 3rem;
  left: calc(-50vw + 50%);
  width: 100%;
  height: 100%;
  max-width: 350px;
  background: url("/static/fcopen/fanplakit/artist/marmi_G9mfbRN7/assets/image/common/biography_bg_left.svg") no-repeat left center / contain;
  z-index: -1;
}

.page--biography .footer{
	background: none!important;
}

/* sp */
@media (max-width: 767px) {
  .page--biography .section--detail .top-image .ph::before,
  .page--biography .section--detail .top-image .ph::after {
    position: absolute;
  }

  .page--biography .section--detail .top-image .ph::after {
    top: 0rem;
    left: calc(-70vw + 50%);
    height: 120%;
 }
 .page--biography .section--detail .top-image .ph::before {
    top: 0rem;
    right: calc(-70vw + 50%);
    height: 120%;
 }

}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page--biography .section--detail .top-image .ph::before,
  .page--biography .section--detail .top-image .ph::after {
    position: absolute;
  }

  .page--biography .section--detail .top-image .ph::after {
    top: 1rem;
    left: calc(-60vw + 50%);
    height: 115%;
    max-width: 480px;
 }
 .page--biography .section--detail .top-image .ph::before {
    top: 1rem;
    right: calc(-60vw + 50%);
    height: 115%;
    max-width: 480px;
 }

}

/* whats marmi */
.whats_marmi {
  width: 150px;
  height: 150px;
  position: absolute;
  right: 4%;
  z-index: 10;
  bottom: 5%;
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .whats_marmi{
    width: 150px;
    height: 150px;
    position: absolute;
    right: 4%;
  }
}

/* sp */
@media (max-width: 767px) {
  .whats_marmi{
    width: 100px;
    height: 100px;
    right: 4%;
  }
}

/* banner */
.banner_area{
  background: #fff;
}
.banner{
  margin: 0 auto;
  width: 500px;
  padding-top: 5rem;
}

@media (max-width: 960px) {
  .banner{
    width: 100%;
    padding: 10%;
    background: #fff;
    margin: 0;
  }
}

.wrap > .logo.pc {
position: fixed;
z-index: 1000;
mix-blend-mode: difference;
height: fit-content;
width: 150px;
}
