/*--------------------------------------------------
responsive
--------------------------------------------------*/
@media screen and (max-width: 900px), print {
  .u-is-sp {
    display: block;
  }
  .u-is-pc {
    display: none;
  }
  .u-is-sp-inline {
    display: inline-block;
  }
  .u-is-pc-inline {
    display: none;
  }
}

@media screen and (min-width: 901px), print {
  .u-is-sp {
    display: none;
  }
  .u-is-pc {
    display: block;
  }
  .u-is-sp-inline {
    display: none;
  }
  .u-is-pc-inline {
    display: inline-block;
  }
}

/*--------------------------------------------------
reset
--------------------------------------------------*/
img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

@media (min-width: 901px) {
  img {
    width: auto;
  }
}

sup {
  position: relative;
  font-size: 70%;
  vertical-align: middle;
  top: 0;
}

sup.asterisk {
  top: -0.4em;
}

h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/*--------------------------------------------------
  base
--------------------------------------------------*/
body {
  font-size: 3.73333vw;
  color: #1d1d1d;
  line-height: 1;
}

@media (min-width: 901px) {
  body {
    font-size: 16px;
    font-size: 1rem;
  }
}

.l-main {
  display: block;
  width: 100%;
}

.l-main * {
  box-sizing: border-box;
}

.l-main .anchor {
  position: absolute;
  top: -16vw;
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: -1;
}

@media (min-width: 901px) {
  .l-main .anchor {
    top: -102px;
  }
}

.bcu-wrap a {
  display: block;
}

.bcu-wrap a:hover {
  text-decoration: none !important;
}

.bcu-hero {
  background-color: #000;
  text-align: center;
}

.bcu-hero__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 901px) {
  .bcu-hero__list {
    flex-wrap: nowrap;
    gap: 5px;
    width: 100%;
    max-width: 1308px;
    margin: 0 auto;
    padding: 0 2.7vw;
    background-color: #000;
  }
}

@media (min-width: 1440px) {
  .bcu-hero__list {
    padding: 0;
  }
}

.bcu-hero__item {
  position: relative;
  width: 24.5%;
  overflow: hidden;
  transform: skewX(350deg);
  box-sizing: border-box;
}

.bcu-hero__item a {
  height: 48vw;
}

@media (min-width: 901px) {
  .bcu-hero__item {
    width: 15%;
  }
  .bcu-hero__item a {
    height: 26vw;
    max-height: 323px;
  }
}

.bcu-hero__item:not(:last-child) {
  border-right: 1px solid #000;
}

.bcu-hero__item::after {
  display: block;
  content: '';
  width: 4.93333vw;
  height: 4.93333vw;
  position: absolute;
  bottom: 1.06667vw;
  right: 1.06667vw;
  background: url(/img/freepage/beautycreation_unit/images/hero_artist_btn_off.png);
  background-size: contain;
  transform: skewX(-350deg);
}

@media (min-width: 901px) {
  .bcu-hero__item::after {
    bottom: 8px;
    right: 8px;
    width: 32px;
    height: 32px;
  }
}

.bcu-hero__item:hover::after {
  background: url(/img/freepage/beautycreation_unit/images/hero_artist_btn_on.png);
  background-size: contain;
}

.bcu-hero__item a {
  position: relative;
  width: 100%;
  height: 53.33333vw;
}

@media (min-width: 901px) {
  .bcu-hero__item a {
    height: 26vw;
    max-height: 323px;
  }
}

@media (min-width: 1440px) {
  .bcu-hero__item a {
    height: 26vw;
    max-height: 323px;
  }
}

.bcu-hero__item a img {
  filter: grayscale(100%);
  transition: .2s ease-in-out;
  transform: skewX(-350deg) scale(2);
  transform-origin: top;
}

.bcu-hero__item a img:hover {
  transform: skewX(-350deg) scale(2.2);
  filter: none;
  transform-origin: top;
}

@media (min-width: 901px) {
  .bcu-hero__item a img {
    transform: skewX(-350deg) scale(1.7);
  }

  .bcu-hero__item a img:hover {
    transform: skewX(-350deg) scale(1.95);
  }
}

.bcu-hero__item__txt {
  position: absolute;
  bottom: 8vw;
  left: 50%;
  transform: skewX(-350deg) translateX(-50%);
  text-align: center;
  pointer-events: none;
}

@media (min-width: 901px) {
  .bcu-hero__item__txt {
    bottom: 50px;
  }
}

.bcu-hero__item:nth-of-type(1) .bcu-hero__item__txt {
  width: 22vw;
}

@media (min-width: 901px) {
  .bcu-hero__item:nth-of-type(1) .bcu-hero__item__txt {
    width: 100%;
    bottom: 75px;
  }
}

.bcu-hero__item:nth-of-type(2) .bcu-hero__item__txt {
  width: 25.86667vw;
}

@media (min-width: 901px) {
  .bcu-hero__item:nth-of-type(2) .bcu-hero__item__txt {
    width: 100%;
  }
}

.bcu-hero__item:nth-of-type(3) .bcu-hero__item__txt {
  width: 27.46667vw;
}

@media (min-width: 901px) {
  .bcu-hero__item:nth-of-type(3) .bcu-hero__item__txt {
    width: 100%;
  }
}

.bcu-hero__item:nth-of-type(4) .bcu-hero__item__txt {
  width: 18.53333vw;
}

@media (min-width: 901px) {
  .bcu-hero__item:nth-of-type(4) .bcu-hero__item__txt {
    width: 100%;
  }
}

.bcu-hero__item:nth-of-type(5) .bcu-hero__item__txt {
  width: 18.13333vw;
}

@media (min-width: 901px) {
  .bcu-hero__item:nth-of-type(5) .bcu-hero__item__txt {
    width: 100%;
  }
}

.bcu-hero__item:nth-of-type(6) .bcu-hero__item__txt {
  width: 18.13333vw;
}

@media (min-width: 901px) {
  .bcu-hero__item:nth-of-type(6) .bcu-hero__item__txt {
    width: 100%;
  }
}

.bcu-hero__item:nth-of-type(7) .bcu-hero__item__txt {
  width: 16.93333vw;
}

@media (min-width: 901px) {
  .bcu-hero__item:nth-of-type(7) .bcu-hero__item__txt {
    width: 100%;
  }
}

.bcu-hero__item__txt--state {
  display: inline-block;
}

.bcu-hero__item:hover .bcu-hero__item__txt--state {
  display: none;
}

.bcu-hero__item__txt--hover {
  display: none;
}

.bcu-hero__item:hover .bcu-hero__item__txt--hover {
  display: inline-block;
}

.bcu-about {
  padding: 9.6vw 8vw 8.53vw;
}

@media (min-width: 901px) {
  .bcu-about {
    width: 100%;
    max-width: 746px;
    margin: 0 auto;
    padding: 80px 0 70px;
  }
}

.bcu-about__catch {
  width: 64.53vw;
}

@media (min-width: 901px) {
  .bcu-about__catch {
    width: 419px;
  }
}

.bcu-about__title {
  margin: .6em 0 1em;
  transform: scaleX(0);
  transform-origin: left;
  transition: .3s;
  transition-delay: .1s;
  transition-timing-function: cubic-bezier(1, 0, 0.54, 0.79);
}

.bcu-about__title.is--active {
  transform: scaleX(1);
}

@media (min-width: 901px) {
  .bcu-about__title {
    margin: 1.3em 0 1.2em;
  }
}

.bcu-about__title span.row {
  padding: .2em;
  background-color: #1d1d1d;
  font-size: 5.2vw;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: .02em;
  color: transparent;
  transition: .3s;
}

@media (min-width: 901px) {
  .bcu-about__title span.row {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

@media (min-width: 901px) {
  .bcu-about__title span.row:nth-of-type(2) {
    padding-right: 0;
  }
}

.bcu-about__title span.row:last-of-type {
  padding-right: 0;
}

@media (min-width: 901px) {
  .bcu-about__title span.row:last-of-type {
    padding-left: 0;
  }
}

.bcu-about__title.is--active span.row {
  color: #fff;
  transition-delay: .5s;
}

.bcu-about__title span.brackets {
  margin: 0 -.2em 0 0;
}

.bcu-about__title span.comma {
  margin: 0 -.4em 0 -.1em;
}

@media (min-width: 901px) {
  .bcu-about__title span.comma {
    margin: 0 -.6em 0 -.2em;
  }
}

.bcu-about__text {
  font-size: 4.26667vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .1em;
  text-align: justify;
}

@media (min-width: 901px) {
  .bcu-about__text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.bcu-about__text + .bcu-about__text {
  margin-top: 1.1em;
}

@media (min-width: 901px) {
  .bcu-about__text + .bcu-about__text {
    margin-top: 1.5em;
  }
}

.bcu-artist__item.item-02, .bcu-artist__item.item-04, .bcu-artist__item.item-06 {
  background-color: #5d5d5d;
  color: #fff;
}

.bcu-artist__item.item-01, .bcu-artist__item.item-03, .bcu-artist__item.item-05, .bcu-artist__item.item-07 {
  background-color: #d8d8d8;
}

@media (min-width: 901px) {
  .bcu-artist__item-main {
    width: 100%;
    background-color: #979695;
    text-align: center;
  }
}

@media (min-width: 901px) {
  .item-01 .bcu-artist__item-main {
    background-color: #8e8e8e;
    background: linear-gradient(to right, #919090, #8e8e8e);
  }
  .item-01 .bcu-artist__item-main img {
    margin-left: -65px;
  }
}

@media (min-width: 901px) {
  .item-02 .bcu-artist__item-main {
    background-color: #979795;
  }
  .item-02 .bcu-artist__item-main img {
    margin-left: 4px;
  }
}

@media (min-width: 901px) {
  .item-03 .bcu-artist__item-main {
    background-color: #979595;
  }
  .item-03 .bcu-artist__item-main img {
    margin-left: -97px;
  }
}

@media (min-width: 901px) {
  .item-04 .bcu-artist__item-main img {
    margin-left: -58px;
  }
}

@media (min-width: 901px) {
  .item-05 .bcu-artist__item-main {
    background-color: #979595;
  }
  .item-05 .bcu-artist__item-main img {
    margin-left: -24px;
  }
}

@media (min-width: 901px) {
  .item-06 .bcu-artist__item-main img {
    margin-left: -54px;
  }
}

@media (min-width: 901px) {
  .item-07 .bcu-artist__item-main img {
    margin-left: -16px;
  }
}

.bcu-artist__item-inner {
  padding: 8vw 8.67vw 12.13vw;
}

@media (min-width: 901px) {
  .bcu-artist__item-inner {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding: 64px 0 120px;
  }
}

.bcu-artist__item-profile {
  width: 15.73vw;
}

@media (min-width: 901px) {
  .bcu-artist__item-profile {
    width: 95px;
  }
}

.bcu-artist__item-title {
  margin: .7em 0 1.2em;
  transform: scaleX(0);
  transform-origin: left;
  transition: .3s;
  transition-delay: .1s;
  transition-timing-function: cubic-bezier(1, 0, 0.54, 0.79);
}

.bcu-artist__item-title.is--active {
  transform: scaleX(1);
}

@media (min-width: 901px) {
  .bcu-artist__item-title {
    margin: 1.3em 0 1.2em;
  }
}

.bcu-artist__item-title span.row {
  padding: .2em;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.85;
  letter-spacing: .02em;
  color: transparent;
  transition: .3s;
  transition-delay: .5s;
}

@media (min-width: 901px) {
  .bcu-artist__item-title span.row {
    font-size: 32.5px;
    font-size: 2.03125rem;
  }
}

.item-02 .bcu-artist__item-title span.row, .item-04 .bcu-artist__item-title span.row, .item-06 .bcu-artist__item-title span.row {
  background-color: #fff;
}

.item-01 .bcu-artist__item-title span.row, .item-03 .bcu-artist__item-title span.row, .item-05 .bcu-artist__item-title span.row, .item-07 .bcu-artist__item-title span.row {
  background-color: #1d1d1d;
}

.item-02 .bcu-artist__item-title.is--active span.row, .item-04 .bcu-artist__item-title.is--active span.row, .item-06 .bcu-artist__item-title.is--active span.row {
  color: #1d1d1d;
}

.item-01 .bcu-artist__item-title.is--active span.row, .item-03 .bcu-artist__item-title.is--active span.row, .item-05 .bcu-artist__item-title.is--active span.row, .item-07 .bcu-artist__item-title.is--active span.row {
  color: #fff;
}

.bcu-artist__item-title span.brackets {
  margin: 0 -.2em 0 0;
}

.bcu-artist__item-title span.comma {
  margin: 0 -.4em 0 -.1em;
}

@media (min-width: 901px) {
  .bcu-artist__item-title span.comma {
    margin: 0 -.6em 0 -.2em;
  }
}

.bcu-artist__item-text {
  font-size: 3.46667vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .03em;
  text-align: justify;
}

@media (min-width: 901px) {
  .bcu-artist__item-text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.bcu-artist__item-text + .bcu-artist__item-text {
  margin-top: 1.8em;
}

.bcu-artist__item-note {
  margin-top: 2.5em;
  font-size: 2.93333vw;
}

@media (min-width: 901px) {
  .bcu-artist__item-note {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.bcu-artist__item-img {
  margin-top: 7vw;
  text-align: center;
}

@media (min-width: 901px) {
  .bcu-artist__item-img {
    margin-top: 68px;
  }
}

span.row.sp--space-left {
  padding-right: 0;
}

span.row.sp--space-right {
  padding-left: 0;
}

@media (min-width: 901px) {
  span.row.sp--space-left {
    padding-right: .2em;
  }
  span.row.sp--space-right {
    padding-left: .2em;
  }
  span.row.pc--space-left {
    padding: .2em 0 .2em .2em;
  }
  span.row.pc--space-right {
    padding: .2em .2em .2em 0;
  }
}


.bcu-instagram {
  position: relative;
  max-width: 638px;
  margin: 10.66667vw auto 17.33333vw;
  padding: 0 6.66667vw;
}

@media (min-width: 901px) {
  .bcu-instagram {
    margin: 90px auto;
    padding: 0;
  }
}

.bcu-instagram__ttl {
  margin-bottom: 8vw;
  text-align: center;
}

@media (min-width: 901px) {
  .bcu-instagram__ttl {
    margin-bottom: 50px;
  }
}

.bcu-instagram__ttl img {
  width: 76.66667vw;
}

@media (min-width: 901px) {
  .bcu-instagram__ttl img {
    width: 490px;
  }
}

.bcu-instagram__btn {
  margin-top: 4vw;
  text-align: center;
}

@media (min-width: 901px) {
  .bcu-instagram__btn {
    margin-top: 40px;
  }
}

.bcu-instagram__btn img {
  width: 56vw;
}

@media (min-width: 901px) {
  .bcu-instagram__btn img {
    width: 420px;
  }
}

.ecbn-selection-wrapper .ecbn-selection-title, .ecbn-selection-page-wrapper .ecbn-selection-title,
.ecbn-selection-wrapper .ecbn-selection-description, .ecbn-selection-page-wrapper .ecbn-selection-description,
.ecbn-selection-to-nextpage {
  display: none;
}

span.row.sp--space-left {
  padding-right: 0;
}

span.row.sp--space-right {
  padding-left: 0;
}

@media (min-width: 901px) {
  span.row.sp--space-left {
    padding-right: .2em;
  }
  span.row.sp--space-right {
    padding-left: .2em;
  }
  span.row.pc--space-left {
    padding: .2em 0 .2em .2em;
  }
  span.row.pc--space-right {
    padding: .2em .2em .2em 0;
  }
}
