@charset "UTF-8";
/*===================================================
     Font
===================================================*/
/*  -------------------------------------
	Color
  -------------------------------------*/
/*  -------------------------------------
	object-fit
  -------------------------------------*/
.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: top;';
}

/* -----------------------------------------------------------------
    media query
----------------------------------------------------------------- */
/*  --------------------------------*/
@media screen and (min-width: 668px) {
  .sp {
    display: none;
  }
	
#pianist .content h2{
    font-family: "Marcellus",serif;
    font-size: 24px;
    text-align: center;
    margin-bottom: 0px;
    line-height: 1.4em;
}
	
#pianist .content h2 span{
	font-family: YuGothic,"Yu Gothic Medium","Yu Gothic",Meiryo,serif;
    font-size: 16px;
    text-align: center;
    line-height: 1.4em;
}
	
#pianist .banners{
	width: 100%;
	display: flex;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
	
#pianist .banners .bnr {
    color:  #fff;               /* 文字色 */
    margin:  5px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
}	
}

@media screen and ( max-width:667px ){/*  追加 */
	.pc {
    display: none;
  }
	
#pianist .content h2{
	font-size: 22px;
	text-align: center;
    margin-bottom: 5px;
}
	
#pianist .content h2 span{
	font-size: 14px;
}
	
#pianist .banners{
	display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap; 
	justify-content:center;
}
	
#pianist .banners .bnr {
    padding: 2px;
    color:  #fff;               /* 文字色 */
    margin:  5px;              /* 外側の余白 */
    border-radius:  5px;        /* 角丸指定 */
    font-size:  30px;           /* 文字サイズ */
    width: 30%;               /* 幅指定 */
    text-align:  center;  
}	
		
}

/*  -------------------------------------
	#present
  -------------------------------------*/
.pianist-wrapper:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値 : 透過状態 */
  -webkit-transition: opacity .8s ease;
  /* アニメーション時間は 0.8秒 */
  transition: opacity .8s ease;
}

.pianist-wrapper.fadeout:after {
  opacity: 1;
}

#pianist {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  width: 964px;
  margin: 0 auto;
  position: relative;
 /* padding-bottom: 300px;*/
color: #444444; /*追記*/
}

@media only screen and (max-width: 480px) {
  #pianist {
   /* padding-bottom: 150px;*/
  }
  #pianist h2 { /*追記*/
	  background-color: transparent;
	}
.container {/*追記　横幅100%にする*/
	padding-left: 0;
	padding-right: 0;
}
.block-page-top a {/*追記 SPのみページトップを非表示*/
	display: none;
	}
}

#pianist{
	margin-bottom: 60px;
}

#pianist img {
	width: 100%;
	margin-bottom: 20px;
}

#pianist .title {
	margin: 2px 0 30px 2px;
	text-align: center;
}

#pianist .title h3 {
	font-size: 14px;
	line-height: 160%;
	color: #262626;
	text-align: left;
	margin: 40px 20px 10px;
}

#pianist .questions {
	margin: 10px 20px 10px;
}

#pianist .questions p {
	font-size: 16px;
	line-height: 1.3;
	color: #262626;
}

/*
#pianist:before {
  content: '';
  background: url(../../../../img/usr/feature/fea_tensaipianist_nursearuarumovie/chisakimasumi2.png) no-repeat;
  background-size: contain;
  width: 291px;
  height: 280px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}*/

@media only screen and (max-width: 1360px) {
  #pianist:before {
    width: 240px;
    height: 231px;
  }
}

@media only screen and (max-width: 1024px) {
  #pianist:before {
    width: 200px;
    height: 193px;
  }
}

@media only screen and (max-width: 480px) {
  #pianist:before {
    width: 140px;
    height: 135px;
  }
}

@media only screen and (max-width: 339px) {
  #pianist:before {
    width: 110px;
    height: 106px;
  }
}
/*
#pianist:after {
  content: '';
  background: url(../../../../img/usr/feature/fea_tensaipianist_nursearuarumovie/masumi1.png) no-repeat;
  background-size: contain;
  width: 143px;
  height: 242px;
  display: block;
  position: absolute;
  right: -140px;
  bottom: 0;
}*/

@media only screen and (max-width: 1360px) {
  #pianist:after {
    right: 0px;
  }
}

@media only screen and (max-width: 1360px) {
  #pianist:after {
    width: 120px;
    height: 202px;
  }
}

@media only screen and (max-width: 1024px) {
  #pianist:after {
    width: 100px;
    height: 168px;
    right: 10px;
  }
}

@media only screen and (max-width: 480px) {
 /* #pianist:after {
    background: url(../../../../img/usr/feature/fea_tensaipianist_nursearuarumovie/masumi1s.png) no-repeat;
    background-size: contain;
    width: 80px;
    height: 114px;
  }*/
}

#pianist .pianist-contents {
  position: relative;
  margin: 90px 0;
}

@media only screen and (max-width: 969px) {
#pianist .pianist-contents {
    margin: 60px 0;
  }
}

#pianist {
	width: 964px;
	margin-bottom: 60px;
}

#pianist img {
	width: 100%;
	margin-bottom: 30px;
}
	
#pianist .pc {
	display:block;
}

#pianist .sp {
	display:none;
}

#pianist {
	margin: 10px 0 10px 0;
}

#pianist .title {
	margin-bottom: 30px;
	text-align: center;
}

#pianist .title h3 {
	font-size: 18px;
	line-height: 160%;
	color: #262626;
	text-align: left;
	margin: 40px 50px 10px;
}

#pianist .questions {
	margin: 10px 50px 10px;
}

#pianist .questions p {
	font-size: 18px;
	line-height: 160%;
	color: #262626;
}

@media only screen and (max-width: 768px) {
  #pianist .pianist-contents {
    margin: 0;
  }
}

#pianist .pianist-contents .ttl {
  text-align: center;
}

#pianist .pianist-contents h2 {
  font-size: 30px;
  font-weight: bold;
  font-family: "M PLUS 1", serif;
  color: #000;
  text-align: center;
  line-height: 1em;
  margin: 0 auto 30px;
  position: relative;
  display: inline-block;
  padding: 0 50px;
}

@media only screen and (max-width: 480px) {
#pianist .sp {
	display: block;
}

#pianist .pc {
	display: none;
}
	
#pianist .pianist-contents h2 {
    font-size: 18px;
  }
}

#pianist .pianist-contents h2:before {
  content: '';
  width: 30px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#pianist .pianist-contents h2:after {
  content: '';
  width: 30px;
  height: 3px;
  background: #000;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#pianist #top-main {
  background-image: url(../../../../img/usr/feature/fea_tensaipianist_nursearuarumovie/top-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  margin-top: 0;
  width: 100%;
  height: 640px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 1024px) {
  #pianist #top-main {
    height: 640px;
  }
}

@media only screen and (max-width: 969px) {
  #pianist #top-main {
    height: 540px;
  }
}

@media only screen and (max-width: 812px) {
  #pianist #top-main {
    height: 540px;
  }
}

@media only screen and (max-width: 768px) {
  #pianist #top-main {
    height: 511px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 687px) {
  #pianist #top-main {
    height: 380px;
  }
}

@media only screen and (max-width: 480px) {
  #pianist #top-main {
    height: 250px;
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 339px) {
  #pianist #top-main {
    height: 213px;
  }
}

#pianist #top-main .top-ttl {
  text-align: center;
  font-family: "游明朝", YuMincho, serif;
  margin: 0 0 30px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #pianist #top-main .top-ttl {
    margin: 0 0 10px;
  }
}

#pianist #top-main .top-ttl:before {
  content: '';
  background: url(../../../../img/usr/feature/fea_tensaipianist_nursearuarumovie/main-ttl-left.png) no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  display: block;
  position: absolute;
  left: -130px;
  top: 50%;
  margin-top: 30px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 969px) {
  #pianist #top-main .top-ttl:before {
    width: 110px;
    height: 110px;
    left: -110px;
  }
}

@media only screen and (max-width: 768px) {
  #pianist #top-main .top-ttl:before {
    width: 90px;
    height: 90px;
    left: -60px;
  }
}

@media only screen and (max-width: 687px) {
  #pianist #top-main .top-ttl:before {
    width: 60px;
    height: 60px;
    left: -15px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 339px) {
	
	
	
  #pianist #top-main .top-ttl:before {
    width: 40px;
    height: 40px;
    left: 0;
  }
}

#pianist #top-main .top-ttl:after {
  content: '';
  background: url(../../../../img/usr/feature/fea_tensaipianist_nursearuarumovie/main-ttl-right.png) no-repeat;
  background-size: contain;
  width: 130px;
  height: 130px;
  display: block;
  position: absolute;
  right: -130px;
  top: 50%;
  margin-top: 30px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 969px) {
  #pianist #top-main .top-ttl:after {
    width: 110px;
    height: 110px;
    right: -110px;
  }
}

@media only screen and (max-width: 768px) {
  #pianist #top-main .top-ttl:after {
    width: 90px;
    height: 90px;
    right: -60px;
  }
}

@media only screen and (max-width: 687px) {
  #pianist #top-main .top-ttl:after {
    width: 60px;
    height: 60px;
    right: -15px;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 339px) {
  #pianist #top-main .top-ttl:after {
    width: 40px;
    height: 40px;
    right: 0;
  }
}

#pianist #top-main .top-ttl p {
  font-size: 24px;
  color: #db7c68;
}

@media only screen and (max-width: 768px) {
  #pianist #top-main .top-ttl p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 339px) {
  #pianist #top-main .top-ttl p {
    font-size: 14px;
  }
}

#pianist #top-main .top-ttl h1 {
  font-size: 62px;
  text-align: center;
  color: #000;
  font-feature-settings: "palt";
  line-height: 1.3em;
  font-family: "M PLUS 1", serif;
  font-weight: 800;
  text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF,  0 -3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
}

#pianist #top-main .top-ttl h1 span {
  color: #6482d2;
}

@media only screen and (max-width: 969px) {
  #pianist #top-main .top-ttl h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 768px) {
  #pianist #top-main .top-ttl h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 687px) {
  #pianist #top-main .top-ttl h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 480px) {
  #pianist #top-main .top-ttl h1 {
    font-size: 21px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF,  0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
}

@media only screen and (max-width: 339px) {
  #pianist #top-main .top-ttl h1 {
    font-size: 18px;
  }
}

#pianist #top-main h2 {
  text-align: center;
  text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF,  0 -3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
  padding: 5px;
  font-family: "M PLUS 1", serif;
  font-size: 36px;
}

@media only screen and (max-width: 969px) {
  #pianist #top-main h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 687px) {
  #pianist #top-main h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  #pianist #top-main h2 {
    font-size: 15px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF,  0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  }
}

@media only screen and (max-width: 339px) {
  #pianist #top-main h2 {
    font-size: 13px;
  }
}

#pianist #top-main .top-desc {
  text-align: center;
}

#pianist #top-main .top-desc p {
  font-size: 23px;
  font-family: "M PLUS 1", serif;
  position: relative;
  color: #fff;
  text-align: center;
  background: #6482d2;
  padding: 20px;
  display: inline-block;
  margin: 0 auto;
}

@media only screen and (max-width: 969px) {
  #pianist #top-main .top-desc p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 768px) {
  #pianist #top-main .top-desc p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 687px) {
  #pianist #top-main .top-desc p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  #pianist #top-main .top-desc p {
    font-size: 12px;
    padding: 10px;
  }
}

@media only screen and (max-width: 339px) {
  #pianist #top-main .top-desc p {
    font-size: 10px;
  }
	
#pianist .sp {
	display: block;
}

#pianist .pc {
	display: none;
}
	
#pianist{
	margin-bottom: 50px;
}

#pianist img {
	width: 100%;
	margin-bottom: 20px;
}

#pianist .title {
	margin: 2px 5px 30px;
	text-align: center;
}

#pianist .title h3 {
	font-size: 14px;
	line-height: 160%;
	color: #262626;
	text-align: left;
	margin: 40px 5px 10px;
}

#pianist .questions {
	margin: 7px 5px 7px;
}

#pianist .questions p {
	font-size: 16px;
	line-height: 1.3;
	color: #262626;
}
	
}

#pianist #top-main .top-desc p span {
  position: relative;
}

#pianist #top-main .top-desc p span:after {
  content: '';
  width: 4px;
  height: 4px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: -2px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#pianist #top-main .top-desc img {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 687px) {
  #pianist #top-main .top-desc img {
    width: 80%;
  }
}

@media only screen and (max-width: 480px) {
  #pianist #top-main .top-desc img {
    width: 100%;
  }
}

@media only screen and (max-width: 339px) {
  #pianist #top-main .top-desc img {
    width: 70%;
  }
}

#pianist #introduction .talent-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  #pianist #introduction .talent-wrap {
    display: block;
  }
}

#pianist #introduction .talent-wrap .talent-img {
  width: 300px;
  margin-right: 30px;
}

@media only screen and (max-width: 768px) {
  #pianist #introduction .talent-wrap .talent-img {
    width: 280px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  #pianist #introduction .talent-wrap .talent-img {
    width: 240px;
  }
}

#pianist #introduction .talent-wrap .talent-prof {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-left: 30px;
}

@media only screen and (max-width: 768px) {
  #pianist #introduction .talent-wrap .talent-prof {
    width: 380px;
    margin: 30px auto 0;
  }
}

@media only screen and (max-width: 480px) {
  #pianist #introduction .talent-wrap .talent-prof {
    width: 100%;
    padding: 0 30px;
    margin: 15px auto 0;
  }
}

#pianist #introduction .talent-wrap .talent-prof h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1.6em;
}

@media only screen and (max-width: 480px) {
  #pianist #introduction .talent-wrap .talent-prof h3 {
    font-size: 14px;
  }
}

#pianist #introduction .talent-wrap .talent-prof dl {
	margin-bottom: 30px;
	margin-top: 20px;
}

#pianist #introduction .talent-wrap .talent-prof dl:last-child {
  margin-bottom: 0;
}

#pianist #introduction .talent-wrap .talent-prof dl dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 480px) {
#pianist #introduction .talent-wrap .talent-prof dl dt {
	font-size: 14px;
	margin-top: 20px;
  }
}

#pianist #introduction .talent-wrap .talent-prof dl dd {
  font-size: 14px;
}

@media only screen and (max-width: 480px) {
  #pianist #introduction .talent-wrap .talent-prof dl dd {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  #pianist #introduction .interview {
    margin-top: 120px;
  }
}

#pianist #introduction .interview .ttl {
  text-align: center;
}

#pianist #introduction .interview .ttl h3 {
  font-size: 24px;
  display: inline-block;
  font-weight: bold;
  margin: 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  #pianist #introduction .interview .ttl h3 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  #pianist #introduction .interview .ttl h3 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 339px) {
  #pianist #introduction .interview .ttl h3 {
    font-size: 12px;
  }
}

#pianist #introduction .interview .ttl h3:before {
  content: '';
  background: url(../../../../img/usr/feature/fea_tensaipianist_nursearuarumovie/icon-interview.svg) no-repeat;
  background-size: cover;
  width: 90px;
  height: 90px;
  display: block;
  position: absolute;
  left: -120px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media only screen and (max-width: 768px) {
  #pianist #introduction .interview .ttl h3:before {
    width: 80px;
    height: 80px;
    left: 50%;
    top: -90px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}

@media only screen and (max-width: 480px) {
  #pianist #introduction .interview .ttl h3:before {
    width: 60px;
    height: 60px;
    top: -75px;
  }
}

#pianist #introduction .interview .interview-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}

@media only screen and (max-width: 768px) {
  #pianist #introduction .interview .interview-wrap {
    display: block;
  }
}

@media only screen and (max-width: 480px) {
  #pianist #introduction .interview .interview-wrap {
    margin-top: 20px;
  }
}

#pianist #introduction .interview .interview-wrap .interview-img, #pianist #introduction .interview .interview-wrap .interview-desc {
  flex-basis: 49%;
  max-width: 49%;
}

@media only screen and (max-width: 768px) {
  #pianist #introduction .interview .interview-wrap .interview-img, #pianist #introduction .interview .interview-wrap .interview-desc {
    max-width: 100%;
    padding: 0 30px;
  }
}

#pianist #introduction .interview .interview-wrap .interview-desc {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 15px;
  font-feature-settings: "palt";
  line-height: 1.6em;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 768px) {
  #pianist #introduction .interview .interview-wrap .interview-desc {
    margin: 20px 0;
  }
}

@media only screen and (max-width: 480px) {
  #pianist #introduction .interview .interview-wrap .interview-desc {
    margin: 15px 0;
    font-size: 12px;
  }
}

#pianist #aruaru {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 0;
  /* slide */
  /* slide-navigation */
}

@media only screen and (max-width: 768px) {
  #pianist #aruaru {
    padding: 30px;
	margin-bottom: 40px;
  }
  #pianist #introduction {
	margin-bottom: 40px;
  }
}

@media only screen and (max-width: 480px) {
  #pianist #aruaru {
    padding: 10px;
  }
}
/*
#pianist #aruaru:before {
  content: '';
  background: url(../../../../img/usr/feature/fea_tensaipianist_nursearuarumovie/chisaki2.png) no-repeat;
  background-size: contain;
  height: 400px;
  width: 151px;
  display: block;
  position: absolute;
  left: -180px;
  bottom: 0;
}*/

@media only screen and (max-width: 1360px) {
  #pianist #aruaru:before {
    height: 290px;
    width: 110px;
    left: -110px;
  }
}

@media only screen and (max-width: 1200px) {
  #pianist #aruaru:before {
    bottom: -300px;
    left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  #pianist #aruaru:before {
    height: 260px;
    width: 98px;
  }
}

@media only screen and (max-width: 480px) {
  /*#pianist #aruaru:before {
    background: url(../../../../img/usr/feature/fea_tensaipianist_nursearuarumovie/chisaki2s.png) no-repeat;
    background-size: contain;
    height: 150px;
    width: 66px;
    bottom: -150px;
  }*/
}

#pianist #aruaru .slide {
  position: relative;
  margin: 0 0 30px;
  padding: 0;
}
/*
#pianist #aruaru .slide:before {
  content: '';
  background: url(../../../../img/usr/feature/fea_tensaipianist_nursearuarumovie/chisaki1.png) no-repeat;
  background-size: contain;
  height: 365px;
  width: 147px;
  display: block;
  position: absolute;
  left: -45px;
  bottom: 0;
}*/

@media only screen and (max-width: 1200px) {
  #pianist #aruaru .slide:before {
    height: 300px;
    width: 121px;
    left: -10px;
  }
}

@media only screen and (max-width: 1024px) {
  #pianist #aruaru .slide:before {
    height: 240px;
    width: 97px;
    left: 10px;
  }
}

@media only screen and (max-width: 480px) {
  /*#pianist #aruaru .slide:before {
    height: 140px;
    width: 37px;
    left: -5px;
    background: url(../../../../img/usr/feature/fea_tensaipianist_nursearuarumovie/chisaki1s.png) no-repeat;
    background-size: contain;
  }*/
}
/*
#pianist #aruaru .slide:after {
  content: '';
  background: url(../../../../img/usr/feature/fea_tensaipianist_nursearuarumovie/chisakimasumi1.png) no-repeat;
  background-size: contain;
  height: 325px;
  width: 180px;
  display: block;
  position: absolute;
  right: -60px;
  bottom: 0;
}*/

@media only screen and (max-width: 1200px) {
  #pianist #aruaru .slide:after {
    height: 260px;
    width: 144px;
    right: -20px;
  }
}

@media only screen and (max-width: 1024px) {
  #pianist #aruaru .slide:after {
    height: 217px;
    width: 120px;
    right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  /*#pianist #aruaru .slide:after {
    background: url(../../../../img/usr/feature/fea_tensaipianist_nursearuarumovie/chisakimasumi1s.png) no-repeat;
    background-size: contain;
    height: 124px;
    width: 62px;
  }*/
}

#pianist #aruaru .slide .item {
  position: relative;
  height: 699px;
  width: 100%;
  background: url(../../../../img/usr/feature/fea_tensaipianist_nursearuarumovie/movie-bg.png) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  #pianist #aruaru .slide .item {
    height: 452px;
  }
}

@media only screen and (max-width: 480px) {
  #pianist #aruaru .slide .item {
    height: 257px;
  }
}

@media only screen and (max-width: 339px) {
  #pianist #aruaru .slide .item {
    height: 216px;
  }
}

#pianist #aruaru .slide .item::before {
  /*display: block;
		  padding-top: 56.25%;
		  content: "";
		  position: relative;
		  overflow: hidden;*/
}

#pianist #aruaru .slide .item a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 70%;
  outline: none;
}

#pianist #aruaru .slide .item a:after {
  content: '';
  background: url(../../../../img/usr/feature/fea_tensaipianist_nursearuarumovie/youtube.svg) no-repeat;
  background-size: contain;
  width: 100px;
  height: 70px;
  z-index: 2;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 480px) {
  #pianist #aruaru .slide .item a:after {
    width: 45px;
    height: 45px;
    margin-top: -8px;
  }
}

#pianist #aruaru .slide .item a:hover {
  outline: none;
}

#pianist #aruaru .slide .item a:hover:after {
  content: '';
  background: url(../../../../img/usr/feature/fea_tensaipianist_nursearuarumovie/youtube-red.svg) no-repeat;
  background-size: contain;
  width: 100px;
  height: 70px;
  z-index: 2;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#pianist #aruaru .slide .item a img {
  position: absolute;
  outline: none;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 1000%;
  display: block;
  z-index: 1;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#pianist #aruaru .slide > .slick-list,
#pianist #aruaru .slide > .slick-list > .slick-track,
#pianist #aruaru .slide > .slick-list > .slick-track > .slick-slide > div {
  position: relative;
  height: 100%;
}

#pianist #aruaru .slide-navigation {
  position: relative;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

#pianist #aruaru .slide-navigation .item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 19%;
  height: 100%;
  margin: 0.5%;
  padding: 0;
}

@media only screen and (max-width: 969px) {
  #pianist #aruaru .slide-navigation .item {
    width: 24%;
  }
}

@media only screen and (max-width: 768px) {
  #pianist #aruaru .slide-navigation .item {
    width: 32%;
  }
}

@media only screen and (max-width: 480px) {
  #pianist #aruaru .slide-navigation .item {
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 339px) {
  #pianist #aruaru .slide-navigation .item {
    width: 49%;
  }
}

#pianist #aruaru .slide-navigation .item span {
  margin-top: .5em;
  display: block;
  font-size: 14px;
  line-height: 1.4em;
}

@media only screen and (max-width: 480px) {
  #pianist #aruaru .slide-navigation .item span {
    font-size: 12px;
  }
}

#pianist #aruaru .slide-navigation .item::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}

#pianist #aruaru .slide-navigation .item img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
}

#pianist #aruaru .slide-navigation .current:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  content: "";
  opacity: 0.5;
  background: #6482d2;
}

#pianist #aruaru .slide-navi-wrap {
  height: 660px;
  overflow-y: scroll;
  position: relative;
}

@media only screen and (max-width: 480px) {
  #pianist #aruaru .slide-navi-wrap {
    height: 400px;
    padding: 0 15px;
  }
}

/**/
.mfp-iframe-holder .mfp-close {
  top: -60px !important;
  right: -30px !important;
  background: transparent !important;
  border: none !important;
}

@media screen and (max-width: 964px) {
  #pianist {
    width: 100%;
  }
}

/* IE11 にのみ適用される start */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .sec-illust {
    border-radius: 59px;
  }
}

/* IE11 にのみ適用される end */