@charset "utf-8";
body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background:url(../images/top/bg01.jpg) center no-repeat;
  background-size:cover;
}

#top_mv {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}
#top_mv h1 {
  width: 112px;
  height: 184px;
}
#top_mv .mv_image {
  max-width: 1060px;
  margin: 0 auto;
}
#top_mv .mv_image .image {
  position: absolute;
}
#top_mv .mv_image .image:nth-child(1) {
  top: 42vh;
  left: 16%;
}
#top_mv .mv_image .image:nth-child(2) {
  top: 9vh;
  left: 25%;
}
#top_mv .mv_image .image:nth-child(3) {
  top: 8vh;
  right: 15%;
}

#top_mv h1 ,
#top_mv .mv_image .image:nth-child(1) ,
#top_mv .mv_image .image:nth-child(2) ,
#top_mv .mv_image .image:nth-child(3) {
  opacity: 0;
}
#top_mv.on .mv_image .image:nth-child(2) {
  animation-name: fadeIn;
  animation-delay: 0.4s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
#top_mv.on .mv_image .image:nth-child(1) {
  animation-name: fadeIn;
  animation-delay: 0.8s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
#top_mv.on .mv_image .image:nth-child(3) {
  animation-name: fadeIn;
  animation-delay: 1.2s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
#top_mv.on h1 {
  animation-name: fadeIn;
  animation-delay: 2s;
  animation-duration: 2.8s;
  animation-fill-mode: forwards;
}

#top_nav {
  background: #fff;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.top_nav_wrap {
  display: flex;
  top: 20px;
  left: 60px;
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  transition-duration: .6s;
}
.top_nav_wrap .top_nav_item {
  padding: 0 10px;
  font-size: 1.6rem;
  letter-spacing: .1em;
}
.top_nav_wrap .top_nav_item:nth-child(1) {
  height: 68px;
}
.top_nav_wrap .top_nav_item:nth-child(2) {
  height: 120px;
}
.top_nav_wrap .top_nav_item:nth-child(3) {
  height: 173px;
}
.top_nav_wrap .top_nav_item a {
  display: block;
  padding: .4em .15em;
  color: #fff;
  position: relative;
  transition-duration: .6s;
}
.top_nav_wrap .top_nav_item a::before {
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top_nav_wrap .top_nav_item a:hover::before {
  animation-name: mark;
  animation-duration: .6s;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: forwards;
}
.top_nav_wrap .top_nav_item a:hover {
  animation-name: mark02;
  animation-duration: .6s;
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-fill-mode: forwards;
}

@media screen and (min-width: 981px) {
  .top_nav {
    display: flex;
    flex-flow: row-reverse nowrap;
  }
  .top_nav .top_nav_item a {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
  }
}
@media screen and (max-width: 980px) {
  .top_nav_wrap {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  #top_mv h1 {
    width: 90px;
    height: 148px;
  }
  #top_mv .mv_image .image:nth-child(1) {
    width: 161px;
    height: 255px;
    top: 48vh;
  }
  #top_mv .mv_image .image:nth-child(2) {
    width: 122px;
    height: 192px;
    top: 9vh;
  }
  #top_mv .mv_image .image:nth-child(3) {
    width: 222px;
    height: 450px;
    top: 8vh;
  }
}
@media screen and (max-width: 980px) {
  #top_mv h1 {
    width: 78px;
    height: 128px;
  }
  #top_mv .mv_image .image:nth-child(1) {
    width: 138px;
    height: 218px;
    top: 49vh;
    left: 13%;
  }
  #top_mv .mv_image .image:nth-child(2) {
    width: 104px;
    height: 168px;
    top: 10vh;
    left: 22%;
  }
  #top_mv .mv_image .image:nth-child(3) {
    width: 178px;
    height: 361px;
    top: 12vh;
    right: 10%;
  }
}
@media screen and (max-width: 640px) {
  #top_mv .mv_image .image:nth-child(1) {
    width: 112px;
    height: 178px;
    top: 58vh;
    left: 10%;
  }
  #top_mv .mv_image .image:nth-child(2) {
    width: 87px;
    height: 137px;
    top: 10vh;
    left: 18%;
  }
  #top_mv .mv_image .image:nth-child(3) {
    width: 118px;
    height: 239px;
    top: 11vh;
    right: 6%;
  }
}
@media screen and (max-width: 380px) {
  #top_mv h1 {
    width: 62px;
    height: 102px;
  }
}
@media screen and (max-width: 350px) {
  #top_mv .mv_image .image:nth-child(1) {
    width: 92px;
    height: 146px;
  }
  #top_mv .mv_image .image:nth-child(2) {
    width: 70px;
    height: 110px;
  }
  #top_mv .mv_image .image:nth-child(3) {
    width: 89px;
    height: 180px;
  }
}
#top_catch {
  position: relative;
  background: #fff;
  z-index: 2;
}
#top_catch .catch_inner {
  padding: 0 4% 170px;
}
#top_catch .catch01 {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: .25em;
}
#top_catch .catch02 {
  font-size: 1.4rem;
  letter-spacing: .25em;
}

#top_catch .catch_wrap {
  opacity: 0;
}
#top_catch .on.catch_wrap {
  animation-name: fadeInUp;
  animation-duration: 1.7s;
  animation-delay: .5s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-fill-mode: forwards;
}

@media screen and (min-width: 769px) {
  #top_catch .catch_inner {
    max-width: 800px;
    margin: 0 auto;
  }
  #top_catch .catch_wrap {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: center;
  }
  #top_catch .catch_inner p {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
  }
  #top_catch .catch01 {
    margin-left: 13%;
    line-height: 2.1;
  }
  #top_catch .catch02 {
    /*margin-left: 10%;*/
    line-height: 3.2;
  }
}
@media screen and (max-width: 980px) {
  #top_catch .catch_inner {
    padding: 0 4% 120px;
  }
}
@media screen and (max-width: 768px) {
  #top_catch {
    text-align: center;
  }
  #top_catch .catch_inner {
    padding: 0 4% 12%;
  }
  #top_catch .catch01 {
    margin-bottom: 1.8em;
    line-height: 2.2;
    font-size: 2rem;
  }
  #top_catch .catch02 {
    line-height: 2.5;
    font-size: 1.3rem;
  }
  #top_catch .catch02 + .catch02 {
    margin-top: 1.4em;
  }
}
@media screen and (max-width: 480px) {
  #top_catch .catch01 {
    font-size: 1.8rem;
  }
  #top_catch .catch02 {
    font-size: 1.3rem;
  }
}
/*#top_bg {
  background-image: url(../images/top/bg01.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 10% 0;
}*/
#top_bg .bg {
  height: 450px;
}
@media screen and (max-width: 768px) {
  #top_bg .bg {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #top_bg .bg {
    height: 250px;
  }
}

#top_instagram {
  padding: 100px 3.5% 80px;
  position: relative;
  background: #fff;
  z-index: 2;
}
#top_instagram .ttl_h2 {
  height: 20px;
}
#top_instagram .ttl_h2::after {
  content: "";
  background: url(../images/top/instagram_icon.svg) no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
#instagram_list {
  width: 75.455%;
  display: flex;
  justify-content: space-between;
  height: 244px;
  opacity: 0;
  overflow: hidden;
}
#instagram_list li {
  width: 29.399%;
  max-width: 244px;
}
#top_instagram .instagram_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
#top_instagram .instagram_wrap img {
  width: 100%;
  height: 244px;
  object-fit: cover;
}
#top_instagram .on #instagram_list {
  animation-name: fadeInUp;
  animation-duration: 1.5s;
  animation-delay: .6s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-fill-mode: forwards;
}
@media screen and (max-width: 1200px) {
  #instagram_list {
    height: 200px;
  }
  #instagram_list li {
    width: 29.399%;
    max-width: 200px;
  }
  #top_instagram .instagram_wrap img {
    height: 200px;
  }
}
@media screen and (max-width: 980px) {
  #top_instagram .ttl_h2 {
    margin-bottom: 50px;
  }
  #top_instagram .instagram_wrap {
    display: block;
  }
  #instagram_list {
    width: 100%;
    height: 220px;
  }
  #instagram_list li {
    width: 29.399%;
    max-width: 220px;
  }
  #top_instagram .instagram_wrap img {
    height: 220px;
  }
}
@media screen and (max-width: 640px) {
  #instagram_list {
    flex-wrap: wrap;
    height: 300px;
  }
  #instagram_list li {
    width: 46%;
    max-width: 100%;
    height: 140px;
    margin-top: 20px;
    margin-right: 4%;
  }
  #instagram_list li:nth-child(2n) {
    margin-right: 0;
  }
  #instagram_list li:nth-child(-n+2) {
    margin-top: 0;
  }
  #top_instagram .instagram_wrap img {
    height: 140px;
  }
}

#movie {
  padding: 100px 3.5% 80px;
  position: relative;
  background: #fff;
  z-index: 2;
}
#movie .movie_inner {
  max-width: 1100px;
  margin: 0 auto;
}
#movie .movie_area {
  width: 100%;
  margin-top: 50px;
  padding: 56.23% 0 0;
  padding: calc(478 / 850 * 100%) 0 0;
  position: relative;
  box-sizing: border-box;
}
#movie .movie_area video {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
  #movie {
      padding: 80px 4%;
  }
  #movie .ttl_h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #movie {
    padding: 10% 4%;
  }
  #movie .movie_area {
    margin-top: 6%;
  }
}


#top_artist {
  padding: 100px 0 120px;
  position: relative;
  background: #fff;
  z-index: 2;
}
#top_artist .ttl_h2 {
  text-align: right;
  padding: 0 4%;
}
#top_artist .artist_article {
  padding-top: 120px;
}
#top_artist .artist_inner {
  background: #e5e9eb;
}
#top_artist .artist_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
#top_artist .artist_box {
  width: 45.5%;
  margin-top: 9.5%;
  position: relative;
}
#top_artist .artist_box:nth-child(odd) {
  transform: translateY(-15%);
}
#top_artist .artist_box:nth-child(even) {
  transform: translateY(15%);
}
#top_artist .artist_box:nth-child(-n+2) {
  margin-top: 0;
}
#top_artist .artist_box a {
  display: block;
}
#top_artist .artist_box h3 {
  width: 194px;
  height: 186px;
  position: absolute;
  top: -4%;
  right: -3%;
  z-index: 2;
}
#top_artist .artist_box .txt {
  background: #fff;
  padding: 12px 22px;
  position: absolute;
  bottom: -2%;
  left: 12px;
  z-index: 2;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
}
#top_artist .artist_box .ttl {
  height: 35px;
  text-align: left;
  font-family: source-code-pro, monospace;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: .65em;
}
#top_artist .artist_box .ttl span {
  font-size: 1.4rem;
}
#top_artist .artist_box .name {
  height: 28px;
  margin-top: 7px;
  text-align: right;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: .4em;
}
#top_artist .artist_box .name span {
  font-size: 1.6rem;
}
#top_artist .artist_box .image {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#top_artist .artist_box .image img {
  width: 100%;
  transition: 0.3s ease-in-out;
}
#top_artist .artist_box a:hover .image img {
  transform: scale(1.04);
  transition: 0.5s ease-in-out;
}
#top_artist .artist_box .image img {
  width: 100%;
  height: 100%;
}

#top_artist .artist_box h3, 
#top_artist .artist_box .ttl, 
#top_artist .artist_box .name,
#top_artist .artist_box .txt {
  opacity: 0;
}
#top_artist .on.artist_wrap .artist_box .ttl {
  animation-name: fadeLeftIn;
  animation-duration: 1s;
  animation-delay: .2s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-fill-mode: forwards;
}
#top_artist .on.artist_wrap .artist_box .name {
  animation-name: fadeLeftIn;
  animation-duration: 1s;
  animation-delay: .2s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-fill-mode: forwards;
}
#top_artist .on.artist_wrap .artist_box .txt {
  animation-name: fadeIndown;
  animation-duration: 1.5s;
  animation-delay: .5s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-fill-mode: forwards;
}
#top_artist .on.artist_wrap .artist_box h3 {
  animation-name: fadeInUp;
  animation-duration: 1.8s;
  animation-delay: .9s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-fill-mode: forwards;
}
#top_artist .artist_box .image:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #e5e9eb;
}
#top_artist .on.artist_wrap .artist_box .image:before {
  -webkit-animation-name: turnOver;
  animation-name: turnOver;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 1200px) {
  #top_artist .artist_box h3 {
    width: 146px;
    height: 140px;
  }
  #top_artist .artist_box .txt {
    padding: 8px 15px;
    font-size: 1.3rem;
  }
  #top_artist .artist_box .ttl span {
    font-size: 1.2rem;
  }
  #top_artist .artist_box .name {
    font-size: 1.1rem;
  }
  #top_artist .artist_box .name span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1100px) {
  #top_artist .artist_wrap {
    padding: 0 3%
  }
}
@media screen and (max-width: 1000px) {
  #top_artist .artist_box h3 {
    width: 116px;
    height: 111px;
  }
  #top_artist .artist_box .txt {
    padding: 7px 12px;
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 980px) {
  #top_artist {
    padding: 70px 0 90px;
  }
  #top_artist .artist_article {
    padding-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  #top_artist {
    padding: 9% 0 12%;
  }
  #top_artist .artist_article {
    padding-top: 12%;
  }
}
@media screen and (max-width: 750px) {
  #top_artist .artist_inner {
    background: linear-gradient(to bottom, #fff 0%, #fff 5%, #e5e9eb 5%, #e5e9eb 95%, #fff 95%, #fff 100%);
  }
  #top_artist .artist_box h3 {
    width: 97px;
    height: 93px;
  }
  #top_artist .artist_wrap {
    display: block;
  }
  #top_artist .artist_box {
    width: 100%;
    margin: 0;
  }
  #top_artist .artist_box + .artist_box {
    margin-top: 9.5%;
  }
  #top_artist .artist_box:nth-child(odd) {
    transform: translateY(0);
  }
  #top_artist .artist_box:nth-child(even) {
    transform: translateY(0);
  }
}
@media screen and (max-width: 480px) {
  #top_artist .artist_box .txt {
    font-size: 1rem;
  }
}

/* アーティスト */
#artist_area {
  position: relative;
  background: #fff;
  z-index: 2;
}
#artist_area .artist_article {
  padding: 80px 0 160px;
}
#artist_area .on.artist_article .ttl_h2 {
  text-align: center;
}
#artist_area .artist_cont_wrap {
  padding-top: 60px;
}
#artist_area .artist_cont .cont_inner {
  padding: 0 3.5%;
}
#artist_area .artist_cont .cont_top {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
#artist_area .artist_cont .artist_image .main {
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}
#artist_area .artist_cont .artist_image .sub {
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
#artist_area .artist_cont .artist_image .sub .img {
  width: 49.076%;
}
#artist_area .artist_cont .artist_ttl {
  transform: translateY(-15%);
}
#artist_area .artist_cont .artist_ttl p span {
  display: block;
  line-height: 1.9;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: .18em;
  color: #4c777b;
}
#artist_area .artist_cont .artist_name {
  position: absolute;
  top: 6%;
}
#artist_area .artist_cont .artist_name .name_text {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: .4em;
}
#artist_area .artist_cont .artist_name .name_text span {
  font-size: 1.6rem;
}
#artist_area .artist_cont .text_box {
  background: rgba(255,255,255,0.8);
  padding: 30px 40px;
  line-height: 2.3;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
  box-sizing: border-box;
}
#artist_area .artist_cont.right {
  background: #e5e9eb;
  padding: 30px 0 40px;
}
#artist_area .artist_cont.right .text_box {
  left: 0;
}
#artist_area .artist_cont.right .artist_name {
  left: 0;
}
#artist_area .artist_cont.left:last-child {
  margin-bottom: 0;
}
#artist_area .artist_cont.left {
  margin: 180px 0 190px;
}
#artist_area .artist_cont.left .text_box {
  right: 0;
}
#artist_area .artist_cont.left .artist_name {
  right: 0;
}
#artist_area .artist_cont.left .artist_name .name_text {
  text-align: right;
}
#artist_area .artist_cont.left .btn_type01 a {
  margin-right: auto;
  margin-left: 0;
}
#artist_area .artist_cont .cont_slider {
  padding-top: 120px;
}
#artist_area .artist_cont .cont_slider {
  height: 422px;
  overflow: hidden;
}
#artist_area .artist_cont .cont_slider img {
  width: calc( 100% - 2px );
  height: 422px;
  object-fit: cover;
}
#artist_area .artist_cont .cont_slider a:focus {
  outline: none;
}
#artist_area .artist_cont .cont_slider .prev, 
#artist_area .artist_cont .cont_slider .next {
  position: absolute;
  top: -60px;
  cursor: pointer;
  z-index: 1;
}
#artist_area .artist_cont .cont_slider .next {
  right: 30px;
}
#artist_area .artist_cont .cont_slider .prev {
  right: 90px;
}
#artist_area .artist_cont .cont_slider .artist_slick02 .next {
  right: auto;
  left: 90px;
}
#artist_area .artist_cont .cont_slider .artist_slick02 .prev {
  right: auto;
  left: 30px;
}
#artist_area .artist_cont .cont_slider .prev img, 
#artist_area .artist_cont .cont_slider .next img {
  width: 40px;
  height: 40px;
}

#artist_area .artist_cont .artist_ttl h3,
#artist_area .artist_cont .artist_ttl p, 
#artist_area .artist_cont .artist_name ,
#artist_area .artist_cont .text_box {
  opacity: 0;
}
#artist_area .on.artist_cont .artist_name {
  animation-name: fadeLeftIn;
  animation-duration: 1s;
  animation-delay: .2s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-fill-mode: forwards;
}
#artist_area .on.artist_cont .text_box {
  animation-name: fadeIndown;
  animation-duration: 1.5s;
  animation-delay: .5s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-fill-mode: forwards;
}
#artist_area .on.artist_cont .artist_ttl h3 {
  animation-name: fadeInUp;
  animation-duration: 1.8s;
  animation-delay: .9s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-fill-mode: forwards;
}
#artist_area .on.artist_cont .artist_ttl p {
  animation-name: fadeInUp;
  animation-duration: 1.8s;
  animation-delay: .9s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-fill-mode: forwards;
}
#artist_area .artist_cont .artist_image .main:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#artist_area .artist_cont.right .artist_image .main:before {
  background: #e5e9eb;
}
#artist_area .artist_cont.left .artist_image .main:before {
  background: #fff;
}
#artist_area .on.artist_cont .artist_image .main:before {
  -webkit-animation-name: turnOver;
  animation-name: turnOver;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#artist_area .artist_cont .artist_image .sub:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
#artist_area .artist_cont.right .artist_image .sub:before {
  background: #e5e9eb;
}
#artist_area .artist_cont.left .artist_image .sub:before {
  background: #fff;
}
#artist_area .on.artist_cont .artist_image .sub:before {
  -webkit-animation-name: turnOver;
  animation-name: turnOver;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
#artist_area .artist_cont .cont_slider {
  opacity: 0;
}
#artist_area .on.artist_cont .cont_slider {
  animation-name: fadeInUp;
  animation-duration: 1.6s;
  animation-delay: 1s;
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-fill-mode: forwards;
}

@media screen and (min-width: 981px) {
  #artist_area .artist_cont .cont_top {
    display: flex;
  }
  #artist_area .artist_cont .artist_ttl p {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    box-sizing: border-box;
  }
  #artist_area .artist_cont .artist_ttl p span {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
  }
  #artist_area .artist_cont .text_box {
    height: 68%;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
    position: absolute;
    bottom: -10%;
    z-index: 2;
  }
  #artist_area .artist_cont .artist_image .sub {
    width: 72.62%;
  }
  #artist_area .artist_cont.right .cont_top {
    flex-flow: row-reverse nowrap;
  }
  #artist_area .artist_cont.right .artist_image .main {
    transform: translateX(-5%);
  }
  #artist_area .artist_cont.right .artist_image .sub {
    margin-left: auto;
  }
  #artist_area .artist_cont.right .artist_ttl {
    padding-left: 20px;
  }
  #artist_area .artist_cont.left .artist_image .main {
    transform: translateX(5%);
  }
  #artist_area .artist_cont.left .artist_image .sub {
    margin-right: auto;
  }
  #artist_area .artist_cont.left .artist_ttl {
    padding-right: 20px;
  }
}
@media screen and (max-width: 980px) {
  #artist_area .artist_article {
    padding: 10% 0 11%;
  }
  #artist_area .artist_cont_wrap {
    padding-top: 9%;
  }
  #artist_area .artist_cont .artist_image {
    position: relative;
    margin-top: 8%;
  }
  #artist_area .artist_cont .artist_image img {
    width: 100%;
  }
  #artist_area .artist_cont .artist_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(0);
  }
  #artist_area .artist_cont .artist_ttl h3 img {
    width: 80%;
  }
  #artist_area .artist_cont .artist_ttl p span {
    font-size: 1.55rem;
  }
  #artist_area .artist_cont .artist_name {
    top: -7%;
  }
  #artist_area .artist_cont .artist_name .name_img img {
    width: auto;
  }
  #artist_area .artist_cont .text_box {
    padding: 15px 20px;
  }
  #artist_area .artist_cont.left {
    margin: 15% 0 17%;
  }
  #artist_area .artist_cont.right {
    background: linear-gradient(to bottom, #fff 0%, #fff 5%, #e5e9eb 5%, #e5e9eb 100%);
    padding: 6% 0 7%;
  }
}
@media screen and (max-width: 640px) {
  #artist_area .artist_cont .artist_ttl h3 img {
    width: 60%;
  }
  #artist_area .artist_cont .artist_ttl p span {
    font-size: 1.3rem;
  }
  #artist_area .artist_cont .text_box {
    font-size: 1.2rem;
  }
  #artist_area .artist_cont .artist_image {
    margin-top: 14%;
  }
  #artist_area .artist_cont .artist_name {
    top: -13%;
  }
  #artist_area .artist_cont .artist_name .name_text {
    font-size: 1.1rem;
  }
  #artist_area .artist_cont .artist_name .name_text span {
    font-size: 1.4rem;
  }
  #artist_area .artist_cont .artist_name .name_img img {
    width: 80%;
  }
  #artist_area .artist_cont.right {
    background: linear-gradient(to bottom, #fff 0%, #fff 3%, #e5e9eb 3%, #e5e9eb 100%);
  }
  #artist_area .artist_cont .cont_slider {
    height: 320px;
  }
  #artist_area .artist_cont .cont_slider img {
    width: 100%;
    height: 320px;
  }
  #artist_area .artist_cont .cont_slider {
    padding-top: 80px;
  }
  #artist_area .artist_cont .cont_slider .prev, 
  #artist_area .artist_cont .cont_slider .next {
    top: -50px;
  }
  #artist_area .artist_cont .cont_slider .next {
    right: 10px;
  }
  #artist_area .artist_cont .cont_slider .prev {
    right: 55px;
  }
  #artist_area .artist_cont .cont_slider .artist_slick02 .next {
    right: auto;
    left: 55px;
  }
  #artist_area .artist_cont .cont_slider .artist_slick02 .prev {
    right: auto;
    left: 10px;
  }
  #artist_area .artist_cont .cont_slider .prev img, 
  #artist_area .artist_cont .cont_slider .next img {
    width: 30px;
    height: 30px;
  }
}