@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP Regular";
  /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/NotoSansCJKjp-Regular.otf") format("opentype"), url("../font/NotoSansJP-Regular.otf") format("opentype");
}

/* ===============================================###
初期設定
###=============================================== */
#Wrap{
  width: 100%;
}

.CV250228artist{
  --font-ja: "Noto Sans JP Regular", sans-serif;
  --font-en: "liebling", sans-serif;
  --color-black: #000000;
  --color-white: #FFFFFF;
  --weight-medium: 500;
  --weight-regular: 400;
  --weight-light: 300;
  font-style: normal;
  color: #000000;
  background-color: #fafafa;
  /* background-color: #ffffff; */
  overflow: hidden;
}

.lp_contents {
  margin: 0 auto;
  padding-bottom: calc(0 * 100vw/750);
  font-family: var( --font-ja), sans-serif;
  /* font-style: normal; */
  -webkit-font-smoolightg: antialiased;
  -moz-osx-font-smoolightg: grayscale;
  width: 100%;
  max-width: calc(750 * 100vw/750);
  z-index: 1;
}

.CV250228artist img,
.CV250228artist svg {
  display: block;
  opacity: 1;
  width: 100%;
  height: auto;
}

.CV250228artist a{
  display: block;
}

/* ===========### PC版用設定 ###=========== */
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

@media screen and (min-width: 768px) {
  .CV250228artist .pc-visible{
    display: block;
  }

  .CV250228artist .sp-visible{
    display: none;
  }

  footer{
    padding: 219px 0 40px;
  }
}

/* ===========### SP版用設定 ###=========== */
@media screen and (max-width: 767px) {
  html {
    font-size: calc(10 * (100vw/750));
  }

  .CV250228artist .pc-visible{
    display: none;
  }

  .CV250228artist .sp-visible{
    display: block;
  }
}



/* ===============================================###
MV
###=============================================== */
.CV250228artist .mv{

}

.CV250228artist .mv .content-inner{
  position: relative;
  width: 100%;
}

.CV250228artist .mv .text-wrapper{
  position: absolute;
  top: 50%;
  right: 7rem;
  transform: translateY(-50%);
  margin-top: -0.1rem;
  text-align: center;
}

/************** logo **************/
.CV250228artist .mv .logo{
  display: inline-block;
  width: 15rem;
}

/************** text **************/
.CV250228artist .mv__text{
  margin-top: 2rem;
  font-family: var(--font-en);
  font-size: 3.6rem;
  font-weight: var(--weight-light);
  letter-spacing: 0.025em;
}

/************** image **************/
.CV250228artist .mv__image{

}

/* ===========### read_area ###=========== */
.CV250228artist .read_area {
  padding: 9.6rem 0;
  text-align: center;
}

.CV250228artist .read__title {
  margin-bottom: 2.7rem;
  font-size: 2.2rem;
  font-weight: normal;
  letter-spacing: .025em;
}

.CV250228artist .read__text {
  font-size: 1.5rem;
  letter-spacing: .025em;
  line-height: 1.75;
}

/* ===========### lessonflow_area ###=========== */
.CV250228artist .lessonflow_area {
  padding: 9.5rem 4.5rem;
  background-color: #fff;
}

.CV250228artist .lessonflow__title {
  margin-bottom: 6.2rem;
  font-size: 2.2rem;
  letter-spacing: .025em;
  text-align: center;
}

.CV250228artist .lessonflow__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 23rem));
  justify-content: center;
  column-gap: 4rem;
}

.CV250228artist .lessonflow_area .upperrow {
  margin-bottom: 2.7rem;
}

.CV250228artist .lessonflow_area .head {
  margin-bottom: 2.3rem;
}

.CV250228artist .lessonflow_area .step__title {
  position: relative;
  margin-bottom: 1.2rem;
  padding-left: 1.5rem;
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: var(--weight-light);
  letter-spacing: .025em;
  line-height: 1;
  z-index: 0;
}

.CV250228artist .lessonflow_area .step__title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: .6rem;
  height: 1.3rem;
  background-image: url(../img/250711/step_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 0;
}

.CV250228artist .lessonflow_area .head__title {
  padding-top: 2.3rem;
  border-top: 1px solid;
  font-size: 1.8rem;
  letter-spacing: .025em;
  line-height: 1.75;
  min-height: 11.8rem;
  text-align: justify;
}

.CV250228artist .lessonflow_area .text {
  font-size: 1.3rem;
  letter-spacing: .025em;
  line-height: 1.75;
  text-align: justify;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .CV250228artist .mv .content-inner{
    width: calc(750 * (100vw / 750));
  }

  .CV250228artist .mv .text-wrapper{
    top: calc(35 * (100vw / 750));
    left: 50%;
    right: initial;
    transform: translateX(-50%);
    width: calc(750 * (100vw / 750));
    margin-top: 0;
  }

  /************** text **************/
  .CV250228artist .mv__text{
    margin-top: calc(2 * (100vw / 750));
    font-size: calc(40 * (100vw / 750));
    text-align: center;
  }

  /************** logo **************/
  .CV250228artist .mv .logo{
    width: calc(180 * (100vw / 750));
  }

  /* ===========### read_area ###=========== */
  .CV250228artist .read_area {
    padding: calc(128 * (100vw / 750)) 0 calc(126 * (100vw / 750));
  }

  .CV250228artist .read__title {
    margin-bottom: calc(60 * (100vw / 750));
    font-size: calc(40 * (100vw / 750));
  }

  .CV250228artist .read__text {
    font-size: calc(28 * (100vw / 750));
  }

  /* ===========### lessonflow_area ###=========== */
  .CV250228artist .lessonflow_area {
    padding: calc(130 * (100vw / 750)) calc(40 * (100vw / 750)) calc(125 * (100vw / 750));
  }

  .CV250228artist .lessonflow__title {
    margin-bottom: calc(118 * (100vw / 750));
    font-size: calc(40 * (100vw / 750));
  }

  .CV250228artist .lessonflow__list {
    display: block;
  }

  .CV250228artist .lessonflow__item:nth-child(n+2) {
    margin-top: calc(70 * (100vw / 750));
  }

  .CV250228artist .lessonflow_area .upperrow {
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(44 * (100vw / 750));
  }

  .CV250228artist .lessonflow_area .head {
    margin-bottom: 0;
    width: calc(300 * (100vw / 750));
  }

  .CV250228artist .lessonflow_area .step__title {
    margin-top: calc(4 * (100vw / 750));
    margin-bottom: calc(20 * (100vw / 750));
    padding-left: calc(43 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
  }

  .CV250228artist .lessonflow_area .step__title::before {
    top: calc(-2 * (100vw / 750));
    width: calc(13 * (100vw / 750));
    height: calc(32 * (100vw / 750));
  }

  .CV250228artist .lessonflow_area .head__title {
    padding-top: calc(40 * (100vw / 750));
    font-size: calc(30 * (100vw / 750));
    min-height: unset;
  }

  .CV250228artist .lessonflow_area .img {
    margin-bottom: 0;
    width: calc(310 * (100vw / 750));
  }

  .CV250228artist .lessonflow_area .text {
    font-size: calc(24 * (100vw / 750));
  }
}



/* ===============================================###
アニメーション設定
###=============================================== */
.CV250228artist .js-fade-in,
.CV250228artist .js-fade-in-text{
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
}

.CV250228artist .js-fade-in.show,
.CV250228artist .js-fade-in-text.show{
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.CV250228artist .js-fade-in.js-delay{
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  -webkit-transition: 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: 1500ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 1.5s;
}

.CV250228artist .js-fade-in.show.js-delay{
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}



/* ===============================================###
ナビゲーションエリア
###=============================================== */
.CV250228artist .navigation_area{

}


.CV250228artist .navigation_area.area01.common {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: all;
}


.CV250228artist .navigation__list{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #000000;
  height: 6rem;
  /* gap: 0 8rem; */
}

.CV250228artist .navigation__list li{
  display: grid;
  place-content: center;
  position: relative;
  padding-right: 5.4rem;
  font-family: var(--font-ja);
  font-size: 1.6rem;
  font-weight: var(--weight-light);
  letter-spacing: 0.025em;
  color: #ffffff;
  text-align: center;
  width: 33.5rem;
  height: 100%;
}

.CV250228artist .navigation__list li:nth-of-type(n+2){
  border-left: 0.1rem solid var(--color-white);
}


/* .CV250228artist .navigation__list li+li{
  position: relative;
}

.CV250228artist .navigation__list li+li::before{
  content: "";
  display: block;
  height: 4rem;
  border-left: 0.1rem solid var(--color-white);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4rem;
  margin: auto;
} */

.CV250228artist .navigation__list li a{
  position: relative;
}

.CV250228artist .navigation__list li a::after{
  content: '';
  position: absolute;
  top: 52%;
  right: -5.2rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 0.7rem;
  background-image: url('../img/pc/arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
}


/************** fixed **************/
.CV250228artist .navigation_area{
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  /* transition: opacity 1s; */

  opacity: 0;
  visibility: hidden;
  transform: translateY(105%);
  transition: all 1s ease;
}

.CV250228artist .navigation_area.fixed.hidden{
  pointer-events: auto;

  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 1s ease;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .CV250228artist .navigation__list{
    height: calc(160 * (100vw / 750));
  }

  .CV250228artist .navigation__list li{
    padding-right: 0;
    font-size: calc(26 * (100vw / 750));
  }

  .CV250228artist .navigation__list li:nth-of-type(n+2){
    border-left: calc(2 * (100vw / 750)) solid var(--color-white);
  }

  .CV250228artist .navigation__list li a{
    margin-bottom: calc(35 * (100vw / 750));
    line-height: 1.75;
  }

  .CV250228artist .navigation__list li a::after{
    margin: auto;
    top: auto;
    left: 0;
    right: 0;
    bottom: -43%;
    width: calc(24 * (100vw / 750));
    height: calc(11 * (100vw / 750));
    background-image: url('../img/sp/arrow.svg');
  }

  .CV250228artist .navigation__list li:nth-child(2) a::after {
    bottom: -136%;
  }

  /************** fixed **************/
  .CV250228artist .navigation_area{
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
    pointer-events: none;
    /* transition: opacity 1s; */

    opacity: 0;
    visibility: hidden;
    transform: translateY(105%);
    transition: all 1s ease;
  }

  .CV250228artist .navigation_area.fixed.hidden{
    pointer-events: auto;

    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 1s ease;
  }
}



/* ===============================================###
コンテンツ共通設定
###=============================================== */
.CV250228artist .title-wrapper{
}

.CV250228artist .flex-wrapper{
  display: flex;
  justify-content: space-between;
}

/************** text **************/
.CV250228artist .content__title{
  font-family: var(--font-en);
  font-size: 3.6rem;
  font-weight: var(--weight-light);
  letter-spacing: 0.025em;
  text-align: center;
}

.CV250228artist .content__subtitle{
  margin-top: 1.5rem;
  font-family: var(--font-ja);
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: var(--weight-light);
  letter-spacing: 0.03em;
  text-align: center;
}

.CV250228artist .content__subtitle .txt_sm {
  display: inline-block;
  padding-top: 2rem;
  font-family: var(--font-ja);
  font-size: 1rem;
  font-weight: var(--weight-light);
  line-height: 1.75;
  letter-spacing: 0.025em;
  color: #666666;
}

/************** button **************/
.CV250228artist .link__button{
  width: 25.2rem;
  margin-top: 3.8rem;
  margin-inline: auto;
  background-color: var(--color-black);
}

.CV250228artist .link__button a{
  position: relative;
  /* left: -0.8rem; */
  padding-top: 1.4rem;
  padding-bottom: 1.5rem;
  padding-right: 2.4rem;
  font-family: var(--font-ja);
  font-weight: var(--weight-light);
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  color: var(--color-white);
  text-align: center;
}

.CV250228artist .link__button a::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 5.6rem;
  transform: translateY(-50%);
  border-top: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid var(--color-white);
}

.CV250228artist .artist__item .item .link__button a.comingsoon {
  position: static;
  pointer-events: none;
  padding-right: 0;
  font-family: var(--font-en);
  font-weight: var(--weight-light);
}

.CV250228artist .artist__item .item .link__button a.comingsoon::after {
  display: none;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .CV250228artist .title-wrapper{
  }

  .CV250228artist .flex-wrapper{
    display: flex;
    justify-content: space-between;
  }

  /************** text **************/
  .CV250228artist .content__title{
    font-size: calc(56 * (100vw / 750));
    line-height: 1.25;
  }

  .CV250228artist .content__subtitle{
    margin-top: calc(50 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
  }

  .CV250228artist .content__subtitle .txt_sm {
    padding-top: calc(32*(100vw / 750));
    font-size: calc(20*(100vw / 750));
  }

  /************** button **************/
  .CV250228artist .link__button{
    width: calc(670 * (100vw / 750));
    margin-top: calc(79 * (100vw / 750));
    margin-inline: auto;
    background-color: var(--color-black);
  }

  .CV250228artist .link__button a{
    padding-top: calc(38 * (100vw / 750));
    padding-bottom: calc(39 * (100vw / 750));
    padding-right: calc(65 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
  }

  .CV250228artist .link__button a::after{
    right: calc(182 * (100vw / 750));
    transform: translateY(-50%);
    border-top: calc(12 * (100vw / 750)) solid transparent;
    border-right: calc(12 * (100vw / 750)) solid transparent;
    border-bottom: calc(12 * (100vw / 750)) solid transparent;
    border-left: calc(12 * (100vw / 750)) solid var(--color-white);
  }
}


/* ===============================================###
make
###=============================================== */
.CV250228artist .make_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1rem;
  padding-top: 10rem;
}

.CV250228artist .make_area input {
  display: none;
}

.CV250228artist .tab_label {
  display: grid;
  position: relative;
  place-content: center;
  order: -1;
  background-color: #000;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  width: 32.6rem;
  height: 5rem;
  z-index: 1;
}

.CV250228artist .tab_label p {
  padding-bottom: 1px;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: .025em;
}

.CV250228artist input:checked + .tab_label {
  background-color: #fff;
  color: #000;
}

.CV250228artist .tab_panel {
  margin-top: -1px;
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
}

.CV250228artist input:checked + .tab_label + .tab_panel {
  height: auto;
  overflow: auto;
  transition: 0.6s opacity ease-in-out;
  opacity: 1;
  z-index: 0;
}

.CV250228artist .make__tab__contents__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6rem;
  margin-inline: auto;
  padding: 6rem 0;
  background-color: #fff;
  border-top: 1px solid #000;
}

.CV250228artist .make__tab__contents__inner .imgbox {
  width: 50rem;
}

.CV250228artist .make__tab__contents__inner .textbox {
  font-family: var(--font-ja);
  width: 44rem;
}

.CV250228artist .make__tab__contents__inner .textbox .title {
  margin-bottom: 2.5rem;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: .025em;
}

.CV250228artist .make__tab__contents__inner .textbox .text {
  margin-bottom: 1.9rem;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: .025em;
  text-align: justify;
}

.CV250228artist .make__tab__contents__inner .textbox .info {
  font-size: 1.3rem;
  line-height: 1.75;
  letter-spacing: .025em;
}

.CV250228artist .make__tab__contents__inner .textbox .time {
  margin-bottom: 2.1rem;
}

.CV250228artist .make__tab__contents__inner .textbox .info a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.CV250228artist .make__tab__contents__inner .lesson__button {
  margin-top: 3.4rem;
  width: 25.2rem;
  background-color: var(--color-black);
}

.CV250228artist .make__tab__contents__inner .lesson__button a {
  position: relative;
  padding-block: 1.4rem 1.5rem;
  padding-right: 2.5rem;
  font-family: var(--font-ja);
  font-weight: var(--weight-light);
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  color: var(--color-white);
  text-align: center;
}

.CV250228artist .make__tab__contents__inner .lesson__button a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  border-top: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid var(--color-white);
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .CV250228artist .make_area {
    column-gap: calc(10 * (100vw / 750));
    padding-top: calc(140 * (100vw / 750));
  }

  .CV250228artist .tab_label {
    width: calc(243 * (100vw / 750));
    height: calc(123 * (100vw / 750));
  }

  .CV250228artist .tab1_label {
    transform: translateX(-1px);
  }

  .CV250228artist .tab3_label {
    transform: translateX(1px);
  }

  .CV250228artist .tab_label p {
    padding-bottom: 1px;
    font-size: calc(28 * (100vw / 750));
  }

  .CV250228artist .tab_panel {
    margin-top: -1px;
  }

  .CV250228artist .make__tab__contents__inner {
    display: block;
    padding: calc(80 * (100vw / 750)) calc(40 * (100vw / 750)) calc(85 * (100vw / 750));
  }

  .CV250228artist .make__tab__contents__inner .imgbox {
    margin-bottom: calc(79 * (100vw / 750));
    width: 100%;
  }

  .CV250228artist .make__tab__contents__inner .textbox {
    width: 100%;
  }

  .CV250228artist .make__tab__contents__inner .textbox .title {
    margin-bottom: calc(37 * (100vw / 750));
    font-size: calc(40 * (100vw / 750));
    text-align: left;
  }

  .CV250228artist .make__tab__contents__inner .textbox .text {
    margin-bottom: calc(26 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
  }

  .CV250228artist .make__tab__contents__inner .textbox .info {
    font-size: calc(24 * (100vw / 750));
  }

  .CV250228artist .make__tab__contents__inner .textbox .time {
    margin-bottom: calc(32 * (100vw / 750));
  }

  .CV250228artist .make__tab__contents__inner .lesson__button {
    margin-top: calc(72 * (100vw / 750));
    width: 100%;
  }

  .CV250228artist .make__tab__contents__inner .lesson__button a {
    padding-block: calc(40 * (100vw / 750));
    padding-right: calc(70 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
  }

  .CV250228artist .make__tab__contents__inner .lesson__button a::after {
    right: calc(129 * (100vw / 750));
    border-top: calc(10 * (100vw / 750)) solid transparent;
    border-right: calc(10 * (100vw / 750)) solid transparent;
    border-bottom: calc(10 * (100vw / 750)) solid transparent;
    border-left: calc(10 * (100vw / 750)) solid var(--color-white);
  }
}



/* ===============================================###
artist
###=============================================== */
.CV250228artist .artist{
  padding-top: 9rem;
}

.CV250228artist .artist .content-inner{
  /* width: 131rem; */
  margin-inline: auto;
}

.CV250228artist .artist__item{
  margin-top: 5.4rem;
}

.CV250228artist .artist__item.flex-wrapper{
  justify-content: center;
  gap: 2rem;
}

.CV250228artist .artist__item .item .flex-wrapper{
  flex-direction: column;
}

.CV250228artist .artist__item .item{
  display: flex;
  flex-direction: column;
  padding: 4rem 3rem;
  background-color: var(--color-white);
}

.CV250228artist .artist__item .item .link__button {
  width: 100%;
}

/************** text **************/
.CV250228artist .artist__name{
  margin-top: 3.2rem;
  font-family:var(--font-en);
  font-size: 2.2rem;
  font-weight: var(--weight-light);
  letter-spacing: 0.025em;
  text-align: center;
}

.CV250228artist .artist__title{
  margin-top: 0.7rem;
  font-family:var(--font-en);
  font-size: 1.3rem;
  font-weight: var(--weight-medium);
  letter-spacing: 0.025em;
  text-align: center;
}

.CV250228artist .artist__profile{
  width: 25.2rem;
  margin-top: 3rem;
  font-family:var(--font-ja);
  font-size: 1.3rem;
  line-height: 1.75;
  font-weight: var(--weight-light);
  letter-spacing: 0.02em;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .CV250228artist .artist__profile {
    margin-bottom: 3.5rem;
  }

  .CV250228artist .artist .link__button {
    margin-top: auto;
  }

  .CV250228artist .artist .link__button a {
    margin-top: auto;
    padding-top: 0.6rem;
    padding-bottom: 0.7rem;
    padding-right: 1.6rem;
  }

  .CV250228artist .artist .link__button a::after {
    right: 3.6rem;
  }
}

/************** image **************/
.CV250228artist .artist__image{
  width: 17rem;
  margin-inline: auto;
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .CV250228artist .artist{
    padding-top: calc(127 * (100vw / 750));
  }

  .CV250228artist .artist .content-inner{
    width: calc(670 * (100vw / 750));
  }

  .CV250228artist .artist__item{
    margin-top: calc(90 * (100vw / 750));
  }

  .CV250228artist .artist__item .item .flex-wrapper{
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: calc(26 * (100vw / 750));
  }

  .CV250228artist .artist__item.flex-wrapper{
    gap: calc(32 * (100vw / 750));
    flex-direction: column;
  }

  .CV250228artist .artist__item .item{
    display: block;
    padding: calc(60 * (100vw / 750)) calc(40 * (100vw / 750)) calc(79 * (100vw / 750));
  }

  .CV250228artist .artist__item .item.nakanishi{

  }

  /************** text **************/
  .CV250228artist .artist__name{
    margin-top: 0;
    font-size: calc(40 * (100vw / 750));
    line-height: 1.25;
    text-align: left;
  }

  /*** 微調整 ***/
  .CV250228artist .kobayashi .artist__name{
    margin-top: 0;
    letter-spacing: 0.04em;
  }

  .CV250228artist .artist__title{
    margin-top: calc(10 * (100vw / 750));
    font-size: calc(24 * (100vw / 750));
    letter-spacing: .045em;
    text-align: justify;
  }

  .CV250228artist .artist__profile{
    width: calc(589 * (100vw / 750));
    margin-top: calc(67 * (100vw / 750));
    font-size: calc(24 * (100vw / 750));
  }

  /************** image **************/
  .CV250228artist .artist__image{
    margin: 0;
    width: calc(240 * (100vw / 750));
  }

  .CV250228artist .artist__item .item .link__button {
    margin-top: calc(70 * (100vw / 750));
  }

  .CV250228artist .artist__item .item .link__button a {
    padding-top: calc(18 * (100vw / 750));
    padding-bottom: calc(20 * (100vw / 750));
    padding-right: calc(65 * (100vw / 750));
  }

  .CV250228artist .artist__item .item .link__button a::after {
    right: calc(118 * (100vw / 750));
  }
}

/* ===============================================###
schedule
###=============================================== */
.CV250228artist .schedule {
  padding-top: 10rem;
  text-align: center;
}

.CV250228artist .schedule .schedule__title {
  margin-bottom: 5.8rem;
  padding-block: 1.9rem 1rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-family: var(--font-en);
  font-size: 3.6rem;
  font-weight: var(--weight-light);
  line-height: 1;
  letter-spacing: .025em;
}

.CV250228artist .schedule-box {
  margin-inline: auto;
  width: 100rem;
}

.CV250228artist .schedule__head {
  display: flex;
  justify-content: space-around;
  padding-inline: 9.5rem;
}

.CV250228artist .schedule__head__item {
  position: relative;
  padding-bottom: 1.2rem;
  z-index: 0;
}

.CV250228artist .schedule__head__item::after {
  content: '';
  position: absolute;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1rem;
  height: .4rem;
  background-color: #000;
  z-index: 0;
}

.CV250228artist .schedule__head__item,
.schedule__list p {
  font-family: var(--font-ja);
  font-feature-settings: normal;
  font-size: 1.3rem;
  letter-spacing: .025em;
  width: calc(100% / 3);
}

.CV250228artist .schedule__listWrap {
  overflow: hidden scroll;
  max-height: 28rem;
  scrollbar-width: none;
  -webkit-appearance: none;
  -ms-overflow-style: none;
}


.CV250228artist .schedule__listWrap::-webkit-scrollbar{
  display: none;
}

.CV250228artist .schedule__list {
  padding-block: 2rem 5rem;
  padding-inline: 9.5rem;
  background-color: #fff;
}

.CV250228artist .schedule__item {
  display: flex;
  justify-content: space-around;
  padding-block: 1.9rem 1.5rem;
  border-bottom: 1px solid #CCCCCC;
}

.CV250228artist .schedule__list__store {
  letter-spacing: .05em;
}

.CV250228artist .schedule__list__data {
  letter-spacing: .25em;
}

.CV250228artist .simplebar-track.simplebar-vertical {
  margin-block: .6rem;
}

.CV250228artist .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  width: .4rem;
}

.CV250228artist .simplebar-scrollbar:before {
  background: #cccccc;
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .CV250228artist .schedule {
    padding-top: calc(140 * (100vw / 750));
    padding-inline: calc(40 * (100vw / 750));
  }

  .CV250228artist .schedule .schedule__title {
    margin-bottom: calc(93 * (100vw / 750));
    padding-block: calc(36 * (100vw / 750)) calc(30 * (100vw / 750));
    font-size: calc(56 * (100vw / 750));
  }

  .CV250228artist .schedule-box {
    width: auto;
  }

  .CV250228artist .schedule__head {
    padding-inline: calc(32 * (100vw / 750));
  }

  .CV250228artist .schedule__head__item {
    padding-bottom: calc(20 * (100vw / 750));
  }

  .CV250228artist .schedule__head__item::after {
    width: calc(16 * (100vw / 750));
    height: calc(4 * (100vw / 750));
  }

  .CV250228artist .schedule__head__item,
  .schedule__list p {
    font-size: calc(24 * (100vw / 750));
  }

  .CV250228artist .schedule__listWrap {
    max-height: calc(530 * (100vw / 750));
  }

  .CV250228artist .schedule__list {
    padding-block: calc(38 * (100vw / 750)) calc(82 * (100vw / 750));
    padding-inline: calc(40 * (100vw / 750));
  }

  .CV250228artist .schedule__item {
    padding-block: calc(35 * (100vw / 750)) calc(32 * (100vw / 750));
  }

  .CV250228artist .simplebar-track.simplebar-vertical {
    margin-block: calc(2 * (100vw / 750));
  }

  .CV250228artist .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    width: calc(8 * (100vw / 750));
  }
}



/* ===============================================###
lesson
###=============================================== */
.CV250228artist.main_page .lesson{
  margin-top: 10rem;
  background-color: var(--color-white);
}

.CV250228artist.main_page .lesson .content-inner{
  padding-top: 9rem;
  padding-bottom: 10rem;
}

.CV250228artist .lesson .title-wrapper.course{
  margin-top: 9.3rem;
}

/************** text **************/
.CV250228artist .lesson .title-wrapper.course .content__title{
  position: relative;
  font-family: var(--font-ja);
  font-size: 2rem;
}

.CV250228artist .lesson .title-wrapper.course .content__title::after{
  content: '';
  position: absolute;
  bottom: -0.9rem;
  left: 50%;
  transform: translateX(-50%);
  width: 2rem;
  height: 0.4rem;
  background-color: var(--color-black);
}

/************** slide **************/
.CV250228artist .lesson .swiper{
  position: relative;
  width: 131rem;
  margin-top: 4.9rem;
  margin-inline: auto;
}

.CV250228artist .lesson .swiper-slide{
  width: 30rem!important;
  margin-right: 3.9rem;
  padding-bottom: 4rem;
  border: 0.1rem solid #e2e2e2;
}

.CV250228artist .swiper-pagination-bullet-active{
  background-color: var(--color-black);
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: -38px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 8px;
}

/************** text **************/
.CV250228artist .lesson .lesson__text {
  width: 23.8rem;
  margin-inline: auto;
}

.CV250228artist .lesson .lesson__title{
  margin-top: 3.4rem;
  font-family: var(--font-ja);
  font-size: 1.8rem;
  font-weight: var(--weight-light);
  line-height: 1.75;
  letter-spacing: 0.025em;
}

.CV250228artist .lesson .lesson__about{
  margin-top: 1.8rem;
  font-family: var(--font-ja);
  font-size: 1.3rem;
  font-weight: var(--weight-light);
  line-height: 1.75;
  letter-spacing: 0.025em;
  text-align: justify;
}

.CV250228artist .lesson .lesson__time{
  margin-top: 1.9rem;
  font-family: var(--font-ja);
  font-size: 1.3rem;
  font-weight: var(--weight-light);
  line-height: 1.75;
  letter-spacing: 0.025em;
}

.CV250228artist .lesson .lesson__conditions{
  margin-top: 2rem;
  font-family: var(--font-ja);
  font-size: 1.3rem;
  font-weight: var(--weight-light);
  line-height: 1.75;
  letter-spacing: 0.025em;
}

.CV250228artist .lesson .lesson__product{
  margin-top: 1rem;
  font-family: var(--font-ja);
  font-size: 1rem;
  font-weight: var(--weight-light);
  line-height: 1.75;
  letter-spacing: 0.03em;
}

.CV250228artist .lesson .lesson__product span{
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

.CV250228artist .lesson .lesson__attention{
  margin-top: 2.3rem;
  font-family: var(--font-ja);
  font-size: 1rem;
  font-weight: var(--weight-light);
  line-height: 1.75;
  letter-spacing: 0.025em;
  color: #666666;
}

/************** button **************/
.CV250228artist .lesson .link__button{
  width: 23.8rem;
}

.CV250228artist .lesson .link__button a{
  padding-right: 3.9rem;
}

.CV250228artist .lesson .link__button a::after{
  right: 0.4rem;
}

.CV250228artist .lesson .eyebrow .link__button{
  margin-top: 4.9rem;
}

.CV250228artist .lesson .eye .link__button{
  margin-top: 3.7rem;
}

.CV250228artist .lesson .base .link__button{
  margin-top: 9rem;
}

.CV250228artist .lesson .eye-color .link__button{
  margin-top: 13rem;
}

/************** Lessons **************/
.CV250228artist .lessons .content-inner {
  max-width: 100%;
  margin-inline: auto;
  margin-top: 10rem;
  padding-top: 9rem;
  padding-bottom: 10rem;
  background: #fff;
  text-align: center;
}

.CV250228artist .lessons .content__title {
  margin-bottom: 1.4rem;
  font-size: 3.6rem;
}

.CV250228artist .lessons .lessons__item {
  font-size: 1.5rem;
}

.CV250228artist .lessons .lessons__item p {
  line-height: 1.8;
  font-weight: 300;
  font-family: var(--font-ja);
}

/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  .CV250228artist.main_page .lesson{
    margin-top: calc(148 * (100vw / 750));
  }

  .CV250228artist.main_page .lesson .content-inner{
    padding-top: calc(126 * (100vw / 750));
    padding-bottom: calc(200 * (100vw / 750));
  }

  .CV250228artist .lesson .title-wrapper.course{
    margin-top: calc(129 * (100vw / 750));
  }

  /************** text **************/
  .CV250228artist .lesson .title-wrapper.course .content__title{
    font-size: calc(32 * (100vw / 750));
  }

  .CV250228artist .lesson .title-wrapper.course .content__title::after{
    bottom: calc(-20 * (100vw / 750));
    width: calc(34 * (100vw / 750));
    height: calc(6 * (100vw / 750));
    background-color: var(--color-black);
  }

  /************** slide **************/
  .CV250228artist .lesson .swiper{
    width: 100%;
    margin-top: calc(100 * (100vw / 750));
  }

  .CV250228artist .lesson .swiper-slide{
    width: calc(590 * (100vw / 750))!important;
    /* margin-right: calc(36 * (100vw / 750))!important; */
    margin-right: initial;
    padding-bottom: calc(90 * (100vw / 750));
    border: calc(2 * (100vw / 750)) solid #e2e2e2;
  }

  /************** text **************/
  .CV250228artist .lesson .lesson__text {
    width: calc(470 * (100vw / 750));
  }

  .CV250228artist .lesson .lesson__title{
    margin-top: calc(50 * (100vw / 750));
    font-size: calc(30 * (100vw / 750));
  }

  .CV250228artist .lesson .lesson__about{
    margin-top: calc(25 * (100vw / 750));
    font-size: calc(24 * (100vw / 750));
  }

  .CV250228artist .lesson .lesson__time{
    margin-top: calc(32 * (100vw / 750));
    font-size: calc(24 * (100vw / 750));
  }

  .CV250228artist .lesson .lesson__conditions{
    margin-top: calc(33 * (100vw / 750));
    font-size: calc(24 * (100vw / 750));
  }

  .CV250228artist .lesson .lesson__product{
    margin-top: calc(29 * (100vw / 750));
    font-size: calc(20 * (100vw / 750));
  }

  .CV250228artist .lesson .lesson__product span{
    font-size: calc(24 * (100vw / 750));
  }

  .CV250228artist .lesson .lesson__attention{
    margin-top: calc(34 * (100vw / 750));
    font-size: calc(20 * (100vw / 750));
  }

  /************** button **************/
  .CV250228artist .lesson .link__button{
    width: calc(470 * (100vw / 750));
  }

  .CV250228artist .lesson .link__button a{
    padding-right: calc(40 * (100vw / 750));
  }

  .CV250228artist .lesson .link__button a::after{
    right: calc(10 * (100vw / 750));
  }

  .CV250228artist .lesson .eyebrow .link__button{
    margin-top: calc(110 * (100vw / 750));
  }

  .CV250228artist .lesson .eye .link__button{
    margin-top: calc(118 * (100vw / 750));
  }

  .CV250228artist .lesson .base .link__button{
    margin-top: calc(181 * (100vw / 750));
  }

  .CV250228artist .lesson .eye-color .link__button{
    margin-top: calc(258 * (100vw / 750));
  }

  /************** Lessons **************/
  .CV250228artist .lessons .content-inner {
    margin-top: calc(143 * (100vw / 750));
    margin-bottom: calc(140 * (100vw / 750));
    padding-top: calc(130 * (100vw / 750));
    padding-bottom: calc(140 * (100vw / 750));
  }

  .CV250228artist .lessons .content__title {
    margin-bottom: calc(49 * (100vw / 750));
    font-size: calc(56 * (100vw / 750));
  }

  .CV250228artist .lessons .lessons__item {
    margin-bottom: calc(50 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
  }

  .CV250228artist .lessons .lessons__item p {
    line-height: 1.75;
  }

}



/* ===============================================###
event
###=============================================== */
.CV250228artist .event{
  margin-top: 19rem;
  margin-bottom: 9.6rem;
}

.CV250228artist .event .content-inner{
  width: 74rem;
  margin-inline: auto;
}

.CV250228artist .event__item{
  margin-top: 2.2rem;
}

.CV250228artist .event__item.flex-wrapper{
  gap: 2rem;
}

.CV250228artist .event__item .item{
  padding: 3.3rem 4.8rem 2rem 3rem;
  background-color: var(--color-white);
}

/************** text **************/
.CV250228artist .event .event__title{
  position: relative;
  left: 0.9rem;
  font-family: var(--font-ja);
  font-size: 1.8rem;
  line-height: 1.75;
  font-weight: var(--weight-light);
  letter-spacing: 0.025em;
  text-align: center;
}

.CV250228artist .event .event__about{
  position: relative;
  left: 0.8rem;
  margin-top: 2.4rem;
  font-family: var(--font-ja);
  font-size: 1.5rem;
  line-height: 1.75;
  font-weight: var(--weight-light);
  letter-spacing: 0.03em;
  text-align: center;
}

.CV250228artist .event .event__image{
  width: 28rem;
  margin-top: 2.3rem;
  margin-inline: auto;
}

.CV250228artist .event .shopper .event__image{
  position: relative;
  left: 0.8rem;
  border: 0.1rem solid #e2e2e2;
}

.CV250228artist .event .attention__text{
  margin-top: 5rem;
  font-family: var(--font-ja);
  font-size: 1rem;
  line-height: 1.75;
  font-weight: var(--weight-light);
  letter-spacing: 0.025em;
  color: #666666;
  text-align: center;
}




/* ===============================================###
artist-page
###=============================================== */
.CV250228artist .artist01{

}

.CV250228artist .artist02{

}

/************** profile **************/
.CV250228artist .profile{
  margin-top: 10rem;
}

.CV250228artist .profile .content-inner{
  width: 100rem;
  margin-inline: auto;
  padding: 6rem;
  background-color: var(--color-white);
}

.CV250228artist.artist02 .profile .content-inner{
  padding-left: 5.5rem;
}

.CV250228artist .profile .flex-wrapper{
  justify-content: space-between;
  gap: 6rem;
}

.CV250228artist.artist02 .profile .flex-wrapper{
  gap: 6.5rem;
}

.CV250228artist .profile .flex__item01{

}

.CV250228artist .profile .flex__item02{

}

/*** text ***/
.CV250228artist .profile__text{
  position: relative;
  width: fit-content;
}

.CV250228artist .profile__name{
  margin-top: 2.9rem;
  font-family: var(--font-en);
  font-size: 3.2rem;
  font-weight: var(--weight-light);
  letter-spacing: 0.025em;
}

.CV250228artist.artist02 .profile__name{
  letter-spacing: 0.04em;
}

.CV250228artist .profile__title{
  margin-top: 0.2rem;
  font-family: var(--font-en);
  font-size: 1.5rem;
  font-weight: var(--weight-regular);
  letter-spacing: 0.04em;
}

.CV250228artist .profile__about{
  margin-top: 2.7rem;
  font-family: var(--font-ja);
  font-size: 1.5rem;
  font-weight: var(--weight-light);
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 0.025em;
}

/*** image ***/
.CV250228artist .profile .profile__image{
  width: 25rem;
}

.CV250228artist .profile .link__image{
  position: absolute;
  top: 1.6rem;
  left: 27.8rem;
  width: 1.6rem;
}

.CV250228artist.artist02 .profile .link__image{
  left: 27.2rem;
}

/************** works **************/
.CV250228artist .works{
  margin-top: 9.2rem;
}

.CV250228artist .works .content-inner{

}

.CV250228artist.artist02 .works__area{
  position: relative;
  width: 131rem;
  height: 64.3rem;
  margin-top: 2.3rem;
  margin-inline: auto;
  background-color: var(--color-white);
}

.CV250228artist .works .title-wrapper{
}

.CV250228artist.artist02 .lesson .title-wrapper.course{
  margin-top: 9.8rem;
}

.CV250228artist .works .product__item{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1rem;
}

.CV250228artist .works .look__item{
  margin-top: 2.9rem;
}

.CV250228artist .works .look-slide.flex-wrapper{
  /* gap: 8.7rem; */
  gap: 10.2rem;
}

/*** slide ***/
.CV250228artist .slide__area{
  margin-top: 2.2rem;
  position: relative;
  width: fit-content;
  margin-inline: auto;
}

.CV250228artist .slide__content .swiper{
  position: relative;
  width: 131rem;
  margin-inline: auto;
  background-color: var(--color-white);
}

.CV250228artist .slide__content  .swiper .swiper-slide{
  width: 100%!important;
  padding: 6.1rem 15.4rem;
}

.CV250228artist .slide__content .slide__image{
  width: 40rem;
}

.CV250228artist .slide-thumbnail{
  position: absolute;
  top: 6rem;
  right: 15.4rem;
  width: 19.6rem;
  z-index: 2;
  cursor: pointer;
}

.CV250228artist .swiper-thumbs{
  display: flex;
  justify-content: space-between;
}

.CV250228artist .swiper-thumbs .swiper-wrapper{
  gap: 0.7rem;
  transform: none!important;
}

.CV250228artist .swiper-thumbs .swiper-slide{
  width: 6rem!important;
}

.CV250228artist .swiper-thumbs .swiper-slide-thumb-active{
  opacity: 0.5;
}

.swiper-button-next, .swiper-button-prev{
  width: 2rem;
  height: 4.9rem;
  margin-top: -2.5rem;
  background-size: contain;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
  background-image: url('../img/pc/nakanishi/next.svg');
  right: 55px;
  left: auto;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
  background-image: url('../img/pc/nakanishi/prev.svg');
  left: 65px;
  right: auto;
}

/*** text ***/
.CV250228artist .works .look__title{
  margin-top: 11.6rem;
  font-family: var(--font-en);
  font-size: 2.2rem;
  font-weight: var(--weight-regular);
  letter-spacing: 0.025em;
}

.CV250228artist .works .description{
  margin-top: 4.1rem;
  position: relative;
  font-family: var(--font-ja);
  font-size: 1.5rem;
  font-weight: var(--weight-light);
  letter-spacing: 0.025em;
}

.CV250228artist .works .description::after{
  content: '';
  position: absolute;
  bottom: 9.6rem;
  left: -0.1rem;
  width: 9.2rem;
  height: 0.1rem;
  background-color: var(--color-black);
}

.CV250228artist .works .product__name{
  margin-top: 1.8rem;
  position: relative;
  font-family: var(--font-ja);
  font-size: 1rem;
  font-weight: var(--weight-light);
  line-height: 1.75;
  letter-spacing: 0.025em;
  text-align: center;
}

.CV250228artist .works .look__about{
  margin-top: 5rem;
  font-family: var(--font-ja);
  font-size: 1.5rem;
  font-weight: var(--weight-light);
  line-height: 1.75;
  letter-spacing: 0.025em;
  text-align: justify;
}

.CV250228artist.artist02 .works .content__title{
  letter-spacing: 0.04em;
}

.CV250228artist.artist02 .works__area .content__title{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 2rem;
  color: #666666;
}

/*** image ***/
.CV250228artist .works .product__image{
  width: 11rem;
}

/************** lesson **************/
.CV250228artist.artist01 .lesson{
  margin-top: 9.7rem;
}

.CV250228artist.artist01 .lesson .swiper,
.CV250228artist.artist02 .lesson .swiper{
  margin-top: 4.8rem;
}

/************** link__area **************/
.CV250228artist .link__area{
  margin-top: 10rem;
}

.CV250228artist .link__area .link__button{
  width: 34rem;
  background-color: transparent;
  border: 0.1rem solid var(--color-black);
}

.CV250228artist .link__area .link__button a{
  padding-top: 1.7rem;
  padding-bottom: 1.9rem;
  padding-right: 0;
  color: var(--color-black);
}

.CV250228artist .link__area .link__button a::after{
  right: 3.3rem;
  border-left: 0.6rem solid var(--color-black);
}


/* ===========### responsive ###=========== */
@media screen and (max-width: 767px) {
  /************** profile **************/
  .CV250228artist .profile{
    margin-top: calc(145 * (100vw / 750));
  }

  .CV250228artist .profile .content-inner{
    width: calc(670 * (100vw / 750));
    padding: calc(71 * (100vw / 750)) calc(35 * (100vw / 750)) calc(87 * (100vw / 750));
  }

  .CV250228artist.artist02 .profile .content-inner{
    padding: calc(66 * (100vw / 750)) calc(35 * (100vw / 750)) calc(43 * (100vw / 750)) calc(45 * (100vw / 750));
  }

  .CV250228artist .profile .flex-wrapper{
    flex-direction: column-reverse;
    align-items: center;
    gap: calc(66 * (100vw / 750));
  }

  .CV250228artist.artist02 .profile .flex-wrapper{
    gap: calc(70 * (100vw / 750));
  }

  .CV250228artist .profile .flex__item01{

  }

  .CV250228artist .profile .flex__item02{

  }

  /*** text ***/
  .CV250228artist .profile__name{
    margin-top: 0;
    font-size: calc(52 * (100vw / 750));
    text-align: center;
  }

  .CV250228artist .profile__title{
    margin-top: calc(6 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
    text-align: center;
  }

  .CV250228artist .profile__about{
    margin-top: calc(65 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
  }

  /*** image ***/
  .CV250228artist .profile .profile__image{
    width: calc(420 * (100vw / 750));
    margin-inline: auto;
  }

  .CV250228artist .profile .link__image{
    top: calc(24 * (100vw / 750));
    left: initial;
    right: calc(-48 * (100vw / 750));
    width: calc(30 * (100vw / 750));
  }

  .CV250228artist.artist02 .profile .link__image{
    left: initial;
  }

  /************** works **************/
  .CV250228artist .works{
    margin-top: calc(134 * (100vw / 750));
  }

  .CV250228artist .works .content-inner{

  }

  .CV250228artist.artist02 .works__area{
    width: calc(670 * (100vw / 750));
    height: calc(640 * (100vw / 750));
    margin-top: calc(60 * (100vw / 750));
  }

  .CV250228artist .works .title-wrapper{
  }

  .CV250228artist.artist02 .lesson .title-wrapper.course{
    margin-top: calc(140 * (100vw / 750));
  }

  .CV250228artist .works .product__item{
    gap: calc(49 * (100vw / 750));
    margin-top: calc(60 * (100vw / 750));
  }

  .CV250228artist .works .look__item{
    margin-top: calc(20 * (100vw / 750));
  }

  .CV250228artist .works .look__item .flex-wrapper{
    flex-direction: column;
    align-items: center;
  }

  .CV250228artist .works .look-slide.flex-wrapper{
    gap: calc(229 * (100vw / 750));
  }

  /*** slide ***/
  .CV250228artist .slide__area{
    margin-top: calc(60 * (100vw / 750));
  }

  .CV250228artist .slide__content .swiper{
    width: calc(670 * (100vw / 750));
  }

  .CV250228artist .slide__content  .swiper .swiper-slide{
    width: 100%!important;
    padding: calc(81 * (100vw / 750)) calc(39 * (100vw / 750)) calc(90 * (100vw / 750));
  }

  .CV250228artist .slide__content  .swiper .swiper-slide .flex-wrapper{
    flex-direction: column;
  }

  .CV250228artist .slide__content .slide__image{
    width: calc(510 * (100vw / 750));
    margin-inline: auto;
  }

  .CV250228artist .slide-thumbnail{
    top: calc(786 * (100vw / 750));
    left: 50%;
    right: initial;
    transform: translateX(-50%);
    width: calc(340 * (100vw / 750));
  }

  .CV250228artist .swiper-thumbs{
    display: flex;
    justify-content: space-between;
  }

  .CV250228artist .swiper-thumbs .swiper-wrapper{
    gap: calc(20 * (100vw / 750));
  }

  .CV250228artist .swiper-thumbs .swiper-slide{
    width: calc(100 * (100vw / 750))!important;
  }

  .swiper-button-next, .swiper-button-prev{
    width: calc(37 * (100vw / 750));
    height: calc(98 * (100vw / 750));
    margin-top: calc(-20 * (100vw / 750));
  }

  .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url('../img/sp/nakanishi/next.svg');
    top: calc(385 * (100vw / 750));
    right: calc(-18 * (100vw / 750));
    left: auto;
  }

  .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url('../img/sp/nakanishi/prev.svg');
    top: calc(385 * (100vw / 750));
    left: calc(-18 * (100vw / 750));
    right: auto;
  }

  /*** text ***/
  .CV250228artist .works .look__title{
    margin-top: 0;
    font-size: calc(40 * (100vw / 750));
    text-align: center;
  }

  .CV250228artist .works .description{
    margin-top: calc(34 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
    text-align: center;
  }

  .CV250228artist .works .description::after{
    bottom: calc(-11 * (100vw / 750));
    left: 0;
    width: calc(172 * (100vw / 750));
    height: calc(2 * (100vw / 750));
  }

  .CV250228artist .works .product__name{
    margin-top: calc(22 * (100vw / 750));
    font-size: calc(20 * (100vw / 750));
  }

  .CV250228artist .works .look__about{
    margin-top: calc(83 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
    letter-spacing: 0.04em;
  }

  .CV250228artist.artist02 .works__area .content__title{
    font-size: calc(32 * (100vw / 750));
  }

  /*** image ***/
  .CV250228artist .works .product__image{
    width: calc(164 * (100vw / 750));
  }

  /************** lesson **************/
  .CV250228artist.artist01 .lesson{
    margin-top: calc(140 * (100vw / 750));
  }

  .CV250228artist.artist01 .lesson .swiper,
  .CV250228artist.artist02 .lesson .swiper{
    margin-top: calc(102 * (100vw / 750));
  }

  .CV250228artist .lesson .title-wrapper.course .content__title::after{
    bottom: calc(-23 * (100vw / 750));
  }

  /************** link__area **************/
  .CV250228artist .link__area{
    margin-top: calc(197 * (100vw / 750));
    margin-bottom: calc(142 * (100vw / 750));
  }

  .CV250228artist .link__area .link__button{
    width: calc(590 * (100vw / 750));
    border: calc(2 * (100vw / 750)) solid var(--color-black);
  }

  .CV250228artist .link__area .link__button a{
    padding-top: calc(40 * (100vw / 750));
    padding-bottom: calc(40 * (100vw / 750));
  }

  .CV250228artist .link__area .link__button a::after{
    right: calc(30 * (100vw / 750));
    border-left: calc(10 * (100vw / 750)) solid var(--color-black);
  }
}
