/* topic_path
===============================================================*/
.topic_path {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.topic_path p {
  color: #646464;
  padding: 13px 7px;
}

.topic_path p a {
  color: #646464;
}

.topic_path p span {
  display: none;
}

/* mainImg
===============================================================*/
.mainImg {
  margin-bottom: 48px;
  text-align: center;
  /*background: url(/images/brand/img_bg_01.jpg) no-repeat center top; */
}

.mainImg .inner {
  padding-top: 40px;
  margin: 0 auto;
  width: 815px;
  height: 240px;
  text-align: left;
  position: relative;
  top: 0;
  left: 0;
  z-index: 5;
}

.mainImg h2 {
  margin-bottom: 30px;
  font-size: 40px;
  color: #fff;
  font-weight: normal;
}

.mainImg p {
  width: 430px;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  text-shadow: 0 0 5px #000;
}

/* pro_list
===============================================================*/
.pro_list {
  width: 940px;
  padding: 20px 0 7px 20px;
  background-color: #f0f0f0;
  margin: 0 auto 50px auto;
  position: relative;
}

.pro_list.dis_area {
  display: none;
}

.pro_list p.dis_btn {
  /* position: absolute;
	top: -44px;
	right: 0;
	display: block;
	width: 190px;
	line-height: 20px; */
  display: block;
  width: 190px;
  position: absolute;
  top: -44px;
  right: 0;
  line-height: 20px;
}

.pro_list p.dis_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/svg_assets.svg?0731) no-repeat -236px -41px /
    360px 360px;
  width: 20px;
  height: 20px;
}

.pro_list p.dis_btn.on::before {
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/svg_assets.svg?0731) no-repeat -258px -41px /
    360px 360px;
}

.pro_list p.dis_btn input {
  /* position: absolute;
	top:0;
	left:-9999px; */
  box-sizing: border-box;
  background: none;
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: -9999em;
}

.pro_list p.dis_btn label {
  /* padding:0 0 0 27px;
	cursor: pointer; */
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 0 27px;
  cursor: pointer;
}

.pro_list p.compa_btn {
  display: block;
  width: 180px;
  position: absolute;
  top: -54px;
  left: 0;
}

.pro_list p.compa_btn a {
  position: relative;
  display: block;
  width: 150px !important;
  margin: 0 !important;
  padding: 8px 0 8px 30px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  background: #707070;
}

.pro_list p.compa_btn a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 22px;
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/svg_assets.svg?0731) no-repeat -208px -41px /
    360px 360px;
  width: 22px;
  height: 19px;
}

.pro_list p.compa_btn a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  text-decoration: none;
}

.pro_list_s {
  margin: 0 auto 37px auto;
}

.pro_list a {
  position: relative;
  float: left;
  display: block;
  background: #fff;
  width: 433px;
  padding: 15px 5px 15px 15px;
  margin: 0 13px 13px 0;
  border-right: #c1c0c0 1px solid;
  border-bottom: #c1c0c0 1px solid;
  transition: background 0.5s;
}

.pro_list a:hover {
  background: #fff2f2;
}

.pro_list a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 9px;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #e11922;
}

.pro_list .compa_btn a::after {
  content: none;
}

.pro_list a.boxa:nth-of-type(odd) {
  clear: both;
}

.pro_list p.ph {
  width: 128px;
  float: left;
}

.pro_list p.ph img {
  width: 128px;
}

.pro_list p.distxt {
  color: #646464;
  border: #969696 1px solid;
  line-height: 1.5;
  padding: 2px 5px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  position: absolute;
  top: 25px;
  right: 20px;
}

.pro_list p.newtxt {
  color: #fff;
  background-color: #e11922;
  line-height: 1.5;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  position: absolute;
  top: 25px;
  right: 20px;
}

.pro_list dl {
  width: 284px;
  padding: 8px 0 0 0;
  float: right;
}

.pro_list dl dt {
  font-size: 22px;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
  border-bottom: #e4e4e4 1px solid;
}

.pro_list dl dt span.t {
  position: relative;
  padding: 0 25px 0 0;
}

.pro_list dl dt span.t::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/svg_assets.svg?0731) no-repeat -209px -68px /
    360px 360px;
  width: 14px;
  height: 14px;
}

.pro_list dl dd {
  font-size: 16px;
  padding: 0 10px 0 0;
  font-weight: 300;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.pro_list dl dd span {
  display: block;
  font-size: 12px;
}

/* pro_main
===============================================================*/
.pro_main {
  height: 277px;
  overflow: hidden;
  margin: 0 0 70px 0;
}

.pro_main .inner {
  height: 277px;
}

.pro_main .grandpiano {
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/product/grandpiano/img_bg_01.jpg) no-repeat center
    top;
}

.pro_main h1 {
  width: 940px;
  margin: 0 auto;
  font-size: 32px;
  font-weight: normal;
  padding: 120px 0 0 20px;
}

.pro_main h1.s {
  padding: 190px 0 0 20px;
}

.pro_main p {
  width: 440px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  padding: 10px 500px 0 20px;
}

.pro_main p.dis span {
  display: inline-block;
  color: #646464;
  border: #969696 1px solid;
  line-height: 1.5;
  padding: 2px 5px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* pro_main_d
===============================================================*/
.pro_main_d {
  /* min-height: 503px;*/
  min-height: calc(100vw / (2048/982));
  margin: 0 0 23px 0;
  position: relative;
  z-index: 31;
}

.pro_main_d p.p {
  text-align: center;
  padding: 0;
}

.pro_main_d p.p img {
  width: 100%;
  min-width: 1050px;
  height: auto;
}

.pro_main_d .inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.pro_main_d .inner_in {
  height: 100%;
  box-sizing: border-box;
  padding: 55px 0 0 0;
  margin: 0 auto;
  position: relative;
}

.pro_main_d .wp {
  position: absolute;
  z-index: 10;
  width: 490px;
  box-sizing: border-box;
  top: 50%;
  left:25%;
  transform: translateY(-50%) translateX(-50%);
  padding: 35px 30px;
  background-color: rgba(255, 255, 255, 0.95);
}

.pro_main_d .wp_c {
  margin: 0 auto;
  left: 50%;
}

.pro_main_d .wp_r {
  left:auto;
  right:25%;
  transform: translateY(-50%) translateX(50%);
}

.pro_main_d .wp_none {
  display: none;
}

.pro_main_d h1 {
  font-size: 34px;
  line-height: 30px;
  font-weight: bold;
  padding: 0 0 8px 0;
  position: relative;
}

.pro_main_d h1 span.dis {
  display: inline-block;
  color: #646464;
  border: #969696 1px solid;
  line-height: 1.5;
  margin: 0 0 0 10px;
  padding: 4px 5px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
  top: -7px;
  left: 0;
}

.pro_main_d h1 span.new {
  color: #fff;
  background-color: #e11922;
  line-height: 0;
  margin: 0 0 0 10px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  top: -7px;
  left: 0;
}

.pro_main_d h1 span.cur a {
  display: block;
  background-color: #e11922;
  border: #e11922 1px solid;
  color: #fff;
  line-height: 1.5;
  padding: 4px 5px;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.5px;

  margin: 0 0 0 10px;
  position: absolute;
  top: 4px;
  right: 0;
}

.pro_main_d h1 span.cur a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.pro_main_d p.t {
  font-size: 28px;
  line-height: 30px;
  font-weight: normal;
  padding: 10px 0 8px 0;
}

.pro_main_d p {
  margin: 0 auto;
  padding: 10px 0 20px 0;
  font-size: 16px;
  line-height: 27px;
  font-weight: normal;
  font-weight: 300;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.pro_main_d div.price_wp {
  padding: 10px 0 20px 0;
}

.pro_main_d p.price {
  font-size: 16px;
  padding: 0;
  position: relative;
  top: -10px;
  left: 0;
}

.pro_main_d p.price_note {
  font-size: 16px;
  padding: 0;
  position: relative;
  top: -10px;
  left: 0;
}

.pro_main_d p.btn {
  /* width:77px; */
  padding: 0 50px 0 20px;
  float: left;
}

.pro_main_d p.btn a {
  display: block;
  width: 42px;
  height: 57px;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/svg_assets.svg?0731) no-repeat 0 -62px / 360px 360px;
}

.pro_main_d p.btn a:hover {
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/svg_assets.svg?0731) no-repeat 0 -132px / 360px 360px;
}

.pro_main_d p.btn_video {
  /* width:77px; */
  padding: 0 50px 0 0;
  float: left;
}

.pro_main_d p.btn_video a {
  display: block;
  width: 38px;
  height: 57px;
  position:relative;
  top:-1px;
  left:0;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/svg_assets.svg?0731) no-repeat -162px -62px /
    360px 360px;
}

.pro_main_d p.btn_video a:hover {
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/svg_assets.svg?0731) no-repeat -162px -132px /
    360px 360px;
}

.pro_main_d p.cata {
  /* width: 77px; */
  padding: 0 50px 0 0;
  float: left;
}

.pro_main_d p.cata a {
  display: block;
  width: 57px;
  height: 57px;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/svg_assets.svg?0731) no-repeat -48px -62px / 360px
    360px;
}

.pro_main_d p.cata a:hover {
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/svg_assets.svg?0731) no-repeat -48px -132px /
    360px 360px;
}

.pro_main_d .btnsc {
  /* width:61px;
	padding:0 34px 0 0; */
  float: left;
  position: relative;
  z-index: 10;
}

.pro_main_d .btns {
  /* width:61px;
	padding:0 34px 0 0; */
  float: left;
  position: relative;
  z-index: 10;
}

.pro_main_d p.search {
  /* width: 77px; */
  padding: 0;
}

.pro_main_d p.search a {
  display: block;
  width: 42px;
  height: 57px;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/svg_assets.svg?0731) no-repeat -111px -62px /
    360px 360px;
}

.pro_main_d p.search a:hover {
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/svg_assets.svg?0731) no-repeat -111px -132px /
    360px 360px;
}

.pro_main_d p.search2 {
  width: 61px;
  padding: 0 34px 0 0;
  float: left;
}

.pro_main_d p.search2 a {
  display: block;
  width: 61px;
  height: 68px;
  text-indent: -9999px;
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/product/detail/ic.png) no-repeat -199px 0;
}

.pro_main_d p.search2 a:hover {
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/product/detail/ic.png) no-repeat -199px -68px;
}

.pro_main_d p.simu {
  width: 65px;
  padding: 0;
  float: left;
}

.pro_main_d p.simu a {
  display: block;
  width: 65px;
  height: 68px;
  text-indent: -9999px;
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/product/detail/ic.png) no-repeat -294px 0;
}

.pro_main_d p.simu a:hover {
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/product/detail/ic.png) no-repeat -294px -68px;
}

.pro_main_d .searchbox {
  display: none;
  width: 298px;
  position: absolute;
  top: 56px;
  left: 0;
  padding: 26px 0 0;
}

.pro_main_d .wp_r .searchbox {
  display: none;
  width: 298px;
  position: absolute;
  top: 56px;
  left: 0;
}

/* .pro_main_d .searchbox p.ar {
	position:relative;
	top:1px;
	left:20px;
} */

.pro_main_d .wp_r .searchbox p.ar {
  width: 23px;
  position: relative;
  top: 1px;
  left: 82px;
}

.pro_main_d .searchbox .in {
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid #e0dfdf;
}

.pro_main_d .searchbox .in::before,
.pro_main_d .searchbox .in::after {
  bottom: 100%;
  left: 9%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.pro_main_d .btns .searchbox .in::before,
.pro_main_d .btns .searchbox .in::after {
  left: 7%;
}

.pro_main_d .searchbox .in::after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 0 9px 12px 9px;
  margin-left: -12px;
}

.pro_main_d .searchbox .in::before {
  border-color: rgba(224, 223, 223, 0);
  border-bottom-color: #e0dfdf;
  border-width: 0 10px 13px 10px;
  margin-left: -13px;
}

.pro_main_d .searchbox h3 {
  display: none;
}

.pro_main_d .searchbox p {
  position: relative;
  padding: 0;
}

.pro_main_d .searchbox p a {
  position: relative;
  display: block;
  padding: 10px 37px 10px 30px;
}

.pro_main_d .searchbox p a::after {
  content: "";
  position: absolute;
  top: 21px;
  right: 26px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.pro_main_d .searchbox p a:hover {
  color: #e11922;
}

.pro_main_d .searchbox p a:hover::after {
  border-top: 1px solid #e11922;
  border-right: 1px solid #e11922;
}

.pro_main_d .searchbox p span {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #000000;
  position: absolute;
  top: 14px;
  left: 26px;
  border: #cccccc 1px solid;
}

.pro_main_d .searchbox p.close {
  display: none;
}

/* series_list
===============================================================*/
.series_list {
  width: 960px;
  margin: 0 auto 50px auto;
  position: relative;
}

.series_list.dis_area {
  display: none;
  width: 100%;
  margin: 0;
  background-color: #efefef;
  padding: 0 0 50px 0;
}

.series_list.dis_area .inn {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

.series_list p.dis_btn {
  position: relative;
  display: block;
  width: 180px;
  position: absolute;
  top: -44px;
  right: 0;
  line-height: 20px;
}

.series_list p.dis_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/svg_assets.svg?0731) no-repeat -236px -41px /
    360px 360px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.series_list p.dis_btn.on::before {
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/svg_assets.svg?0731) no-repeat -258px -41px /
    360px 360px;
}

.series_list p.dis_btn input {
  box-sizing: border-box;
  background: none;
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: -9999em;
}

.series_list p.dis_btn label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 0 27px;
  cursor: pointer;
}

p.dis_btn_sp {
  display: none;
}

.series_list p.compa_btn {
  display: block;
  width: 180px;
  position: absolute;
  top: -54px;
  left: 0;
}

.series_list p.compa_btn a {
  display: block;
  width: 150px !important;
  margin: 0 !important;
  padding: 8px 0 8px 30px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  background: #707070;
}

.series_list p.compa_btn a::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 22px;
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/svg_assets.svg?0731) no-repeat -208px -41px /
    360px 360px;
  width: 22px;
  height: 19px;
}

p.compa_btn_sp {
  display: none;
}

.series_list p.compa_btn a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  text-decoration: none;
}

.series_list a {
  width: 300px;
  margin: 0 30px 30px 0;
  float: left;
}

.series_list .ph {
  width: 300px;
  height: 225px;
  overflow: hidden;
}

.series_list a img {
  width: 300px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.series_list a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.series_list a.end {
  margin: 0 0 30px 0;
}

.series_list a dl dt {
  font-size: 20px;
  padding: 10px 0 5px 0;
}

.series_list a dl dt span.t {
  padding: 0 25px 0 0;
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/product/img_ar_03.png) no-repeat right 5px;
}

.series_list a dl dd {
  font-size: 16px;
  font-weight: 300;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}

/* main_img_d
===============================================================*/
.main_img_d {
  width: 100%;
  min-height: 503px;
  background-color: #f3f3f3;
  position: absolute;
  top: 155px;
  left: 0;
  z-index: 31;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}

.main_img_d.visible_area {
  pointer-events: auto;
  opacity: 1;
  transition: 0.3s;
}

.main_img_d .inner {
  margin: 0 auto;
  position: relative;
}

.main_img_d p.close {
  display: none;
  width: 43px;
  height: 43px;
  text-indent: -9999px;
  position: absolute;
  top: 47px;
  right: 40px;
  z-index: 10;
}

.main_img_d p.close a {
  position: relative;
  display: block;
  width: 43px;
  height: 43px;
  background: rgba(200, 200, 200, 0.9);
}

.main_img_d p.close a::before,
.main_img_d p.close a::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 6px;
  background: #fff;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  transform: rotate(45deg);
}

.main_img_d p.close a::after {
  transform: rotate(-45deg);
}

/* main_img_video
===============================================================*/
.main_img_video {
  width: 100%;
  min-height: 503px;
  background-color: #ffffff;
  position: absolute;
  top: 155px;
  left: 0;
  z-index: 31;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}

.main_img_video.visible_area {
  pointer-events: auto;
  opacity: 1;
  transition: 0.3s;
}

.main_img_video .inner {
  margin: 0 auto;
  position: relative;
}

.main_img_video p.close {
  display: none;
  width: 43px;
  height: 43px;
  text-indent: -9999px;
  position: absolute;
  top: 47px;
  right: 40px;
  z-index: 10;
}

.main_img_video p.close a {
  position: relative;
  display: block;
  width: 43px;
  height: 43px;
  background: rgba(200, 200, 200, 0.9);
}

.main_img_video p.close a::before,
.main_img_video p.close a::after {
  content: "";
  position: absolute;
  top: 21px;
  left: 6px;
  background: #fff;
  width: 30px;
  height: 2px;
  border-radius: 1px;
  transform: rotate(45deg);
}

.main_img_video p.close a::after {
  transform: rotate(-45deg);
}

.flex-viewport {
  width: 100%;
  overflow: hidden;
  height: 100% !important;
  transition: all 1s ease;
}

.flex-viewport .slides img {
  width: 100%;
  height: auto;
}

.main_img_video .flex-viewport .slides img {
  width: 100%;
  object-fit: cover;
  min-height:503px;
}

.flex-viewport .slides li {
  position: relative;
}

.flex-viewport .slides li span {
  width: 300px;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.flex-viewport .slides li span.r {
  width: 300px;
  position: absolute;
  bottom: 40px;
  right: 40px;
  left: inherit;
  text-align: right;
}

.flex-viewport .slides iframe {
  position: absolute;
  top: -9999px;
  left: 0;
  z-index: 15;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  position: relative;
  display: none;
  display: block !important;
  width: 22px;
  height: 45px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  left: 86px;
  transform: translateY(-50%);
}

.flex-direction-nav .flex-next {
  right: 86px;
  left: auto;
}

.flex-direction-nav .flex-prev::before,
.flex-direction-nav .flex-next::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 6px;
  width: 26px;
  height: 26px;
  border-top: 4px solid #a9a9a9;
  border-left: 4px solid #a9a9a9;
  border-radius: 3px;
  transform: rotate(-45deg);
}

.flex-direction-nav .flex-next::before {
  left: auto;
  right: 6px;
  transform: rotate(135deg);
}

.flex-control-thumbs {
  width: 100%;
  margin: 5px 0 0;
  position: absolute;
  /* bottom:15px; */
  bottom: -43px;
  left: 0;
  overflow: hidden;
  text-align: center;
}

.flex-control-thumbs li {
  display: inline-block;
  width: 80px;
  float: none;
  margin: 0 10px 0 0;
}

.flex-control-thumbs img {
  width: 100%;
  display: block;
  cursor: pointer;
  border: #ffffff 2px solid;
  opacity: 1;
}

.flex-control-thumbs img:hover {
  opacity: 0.7;
  border: #e11922 2px solid;
}

.flex-control-thumbs .flex-active {
  opacity: 0.7;
  border: #e11922 2px solid;
}

.flex-viewport .youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  padding-bottom: 47.9%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
}

@media (max-width: 1066px) {
  .flex-viewport .youtube-player {
    padding-bottom: 503px;
  }
}

.flex-viewport .youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.flex-viewport .youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  transition: 0.4s all;
}

.flex-viewport .youtube-player img:hover {
  -webkit-filter: brightness(75%);
}

.flex-viewport .youtube-player .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/svg_assets.svg?0731) no-repeat 0px -400px / 720px 720px;
  width: 200px;
  height: 200px;
  cursor: pointer;
}

.flex-control-nav {
  margin: auto;
  left: 0;
  right: 0;
  bottom: 10px;
}

.flex-control-nav li {
  margin: 0 6px;
}

/* anchor_list
===============================================================*/
.anchor_list {
  width: 100%;  
  min-width: 1052px;
  padding: 15px 0;
  margin: 0 0 30px 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}

.anchor_list p.cont {
  display: none;
}

.anchor_list p.search a {
  display: none;
  text-decoration: none;
  position:absolute;
  top:7px;
  right:10px;
  width:35px;
  height:40px;
  text-indent: -9999px;
  background: url(../https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/svg_assets.svg?0731) no-repeat -500px -350px / 550px 561px;
}

.anchor_list.anc_shadow p.search a {
  /* display: block; */
}

.anc_shadow {
  box-shadow: rgba(82, 82, 82, 0.317647) 0px -2px 1px 3px;
  -webkit-box-shadow: rgba(82, 82, 82, 0.317647) 0px -2px 1px 3px;
  -moz-box-shadow: rgba(82, 82, 82, 0.317647) 0px -2px 1px 3px;
}

.anchor_list ul {
  display: block !important;
  width: 960px;
  padding: 0 15px;
  margin:0 auto;
}

.anchor_list ul li a {
  position: relative;
  display: block;
  font-size: 20px;
  padding: 0 20px 0 40px;
  float: left;
  scroll-behavior: smooth;
}

.anchor_list ul li a::before {
  content: "";
  position: absolute;
  top: 5.5px;
  left: 15px;
  background: #e11922;
  width: 14px;
  height: 14px;
}

.anchor_list ul li a::after {
  content: "";
  position: absolute;
  top: 8.5px;
  left: 19px;
  width: 4px;
  height: 4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 1px;
  transform: rotate(-45deg);
}

.anchor_list ul li a:hover {
  color: #e11922;
  text-decoration: none;
}

/* pro_detail
===============================================================*/
.pro_detail {
  width: 100%;
  margin: 0 0 60px 0;
  position: relative;
}

.pro_detail.box_pad {
  /* padding:0 0 20px 0; */
  padding:0 0 60px 0;
}


.pros {
  margin: 0;
}

.pro_g {
  background-color: #f0f0f0;
}

.pro_wrap .tit {
  display: none;
}

.pro_detail .anchor {
  position: absolute;
  top: -35px;
  left: 0;
}

h3.protit,
.pro_detail h3 {
  position: relative;
  color: #d60000;
  padding: 0 0 23px 0;
  font-size: 34px;
  font-weight: normal;
  text-align: center;
}

h3.protit::after,
.pro_detail h3::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #cbcbcb;
  width: 72px;
  height: 1px;
  margin: auto;
}

.pro_detail h3.w,
.pros h3 {
  padding: 60px 0 23px 0;
}

h3.protit {
  padding: 60px 0 23px 0;
  margin: 0 0 40px 0;
}

h3.protits {
  margin: 0 0 24px 0;
}

h3.protit2 {
  width: 960px;
  font-size: 26px;
  color: #333;
  font-weight: normal;
  line-height: 30px;
  clear: both;
  border-bottom: #ccc 1px solid;
  margin: 0 auto 15px auto;
  padding: 20px 0 10px 0;
  /*  padding:60px 0 15px 0; */
}

h3.protit2_n {
  padding: 0 0 15px 0;
}

h3.protit.disno,
h3.protit2.disno {
  display: none;
}

.prowraps {
  display: none;
}

.pro_detail .box {
  padding: 60px 0;
}

.pro_detail .box_ps {
  padding-bottom: 0 !important;
}

.pro_detail .box_ps2 {
  padding-top: 0 !important;
}

.pro_detail .g {
  background-color: #f0f0f0;
}

.pro_detail .box .inner {
  width: 930px;
  margin: 0 auto;
}

.pro_detail .box .inner p.ph {
  width: 415px;
  float: left;
}

.pro_detail .box .inner p.ph img {
  max-width: 100%;  /* <-- Image trick for NV5S touch image */
  height:auto;  /* <-- auto causes lazyloaded images to allocate too much space, and consequently anchors to jump to incorrect area of page, d*/
  display:inline-block;
}

.pro_detail .box .inner div.ph {
  width: 415px;
  float: left;
}

.pro_detail .box_r .inner p.ph {
  width: 415px;
  padding: 0 0 20px 20px;
  float: right;
}

.pro_detail .box_r .inner div.ph {
  width: 415px;
  padding: 0 0 20px 20px;
  float: right;
}

.pro_detail .box_w .inner,
.pro_detail .box_cl .inner
 {
  width: 100%;
  margin: 0 auto;
}

.pro_detail .box_w .inner p.ph {
  width: 100%;
  padding: 0 0 20px 0;
  float: none;
  text-align: center;
}

.pro_detail .box_w .inner img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.pro_detail .box_cl .inner p.ph {
  width: 100%;
  padding: 0 0 20px 0;
  float: none;
  text-align: center;
}

.pro_detail .box_w .inner div.ph {
  width: 100%;
  padding: 0 0 20px 0;
  float: none;
  text-align: center;
}

.pro_detail .box_cl .inner div.ph {
  width: 100%;
  padding: 0 0 20px 0;
  float: none;
}

.pro_detail .box .inner dl {
  width: 465px;
  padding: 15px 0 0 0;
  float: right;
}

.pro_detail .box_r .inner dl {
  width: 100%;
  padding: 15px 0 0 0;
  float: none;
}

.pro_detail .box_w .inner dl {
  width: 930px;
  margin:0 auto;
  padding: 15px 0 0 0;
  float: none;
}

.pro_detail .box_cl .inner dl {
  width: 930px;
  padding: 15px 0 0 0;
  float: none;
  margin: 0 auto;
}

.pro_detail .box_cl .inner dl dd {
  width: 100%;
  columns: 450px auto;
  -moz-columns: 450px auto;
  -webkit-columns: 450px auto;
  -o-columns: 450px auto;
  -ms-columns: 450px auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.pro_detail .box .inner dl dt {
  font-size: 28px;
  line-height: 34px;
  padding: 0 0 20px 0;
}

.pro_detail .box .inner dl dt img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.pro_detail .box .inner dl dd {
  font-size: 16px;
  line-height: 26px;
}

.pro_detail .box .inner dl dd p {
  font-size: 16px;
  line-height: 26px;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-weight: 300;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.pro_detail .box .inner .bl {
  width: 308px;
  float: left;
}

.pro_detail .box .inner .bl p.p {
  padding: 0 0 27px 0;
}

.pro_detail .box .inner .bl p.btn {
  text-align: center;
}

.pro_detail .box .inner .bl p.btn a img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.pro_detail .box .inner .bl p.btn a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.pro_detail .box .inner .movie {
  width: 560px;
  margin: 0 auto 10px auto;
}

.pro_detail p.note_p {
  padding: 5px 0 0 0;
  text-align: right;
  font-weight: 300;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
  font-size: 12px;
}

.pro_detail p.note_p span {
  display: block;
  float: left;
}

.pro_detail .box .area02 {
  width: 930px;
  margin: 0 auto;
}

.pro_detail .box .area02 dl.left {
  width: 450px;
  padding: 0;
  float: left;
}

.pro_detail .box .area02 dl.right {
  width: 450px;
  padding: 0;
  float: right;
}

.pro_detail .box .area02 dl dd.ct {
  font-size: 28px;
  line-height: 34px;
  padding: 0 0 20px 0;
}

.pro_detail .box .area02 dl dd.txt {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.pro_detail .box .area03 {
  width: 930px;
  margin: 0 auto;
}

.pro_detail .box .area03 dl.left {
  width: 290px;
  padding: 0 30px 0 0;
  float: left;
}

.pro_detail .box .area03 dl.center {
  width: 290px;
  padding: 0;
  float: left;
}

.pro_detail .box .area03 dl.right {
  width: 290px;
  padding: 0;
  float: right;
}

.pro_detail .box .area03 dl dt img {
  width: 100%;
  height: auto;
}

.pro_detail .box .area03 dl dd.ct {
  font-size: 28px;
  line-height: 34px;
  padding: 0 0 20px 0;
}

.pro_detail .box .area03 dl dd.txt {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.pro_detail table.d {
  width: 100%;
  border-top: #e0bcbc 1px solid;
  border-left: #e0bcbc 1px solid;
  border-collapse: collapse;
}

.pro_detail table.d tr th {
  width: 116px;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 20px;
  text-align: left;
  border-right: #e0bcbc 2px solid;
  border-bottom: #e0bcbc 1px solid;
  background-color: #fbecec;
  font-weight: 300;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.pro_detail table.d tr th.tit {
  width: auto;
  font-size: 16px;
  font-weight: normal;
  color: #ffffff;
  padding: 10px 20px;
  text-align: left;
  border-right: #e0bcbc 2px solid;
  border-bottom: #e0bcbc 1px solid;
  background-color: #e66767;
}

.pro_detail table.d tr th.s {
  width: 140px;
  padding: 8px 15px;
  text-align: center;
}

.pro_detail table.d tr th.s2 {
  border-right: #e0bcbc 1px solid;
}

.pro_detail table.d tr td {
  font-size: 16px;
  padding: 10px 20px;
  border-right: #e0bcbc 1px solid;
  border-bottom: #e0bcbc 1px solid;
  font-weight: 300;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}

.pro_detail table.d tr td.s {
  padding: 8px 20px;
}

.pro_detail h4 {
  border-bottom: #cfcfcf 1px dotted;
  margin: 0 0 20px 0;
}

.pro_detail h4 span {
  position: relative;
  display: block;
  font-size: 28px;
  font-weight: normal;
  padding: 0 0 10px 32px;
}

.pro_detail h4 span::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 1px;
  width: 9px;
  height: 9px;
  border: 5px solid #e30000;
  border-radius: 50%;
}

.pro_detail .download {
  padding: 0 0 50px 0;
}

.pro_detail .download ul li {
  height: 49px;
  margin: 0 19px 10px 0;
  float: left;
}

.pro_detail .download ul li.end {
  margin: 0;
}

.pro_detail .download ul li a {
  position: relative;
  display: block;
  height: 37px;
  font-size: 18px;
  text-align: center;
  padding: 12px 25px 0 60px;
  border-right: #e2e2e2 1px solid;
  border-bottom: #e2e2e2 1px solid;
  background: #ededed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.pro_detail .download ul li a::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 11px;
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/svg_assets.svg?0731) no-repeat -240px 0 / 360px 360px;
  width: 17px;
  height: 23px;
}

.pro_detail .download ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 38px;
  background: #fff;
  width: 1px;
  height: 50px;
}

.pro_detail h5 {
  color: #80b13e;
  font-size: 20px;
  font-weight: normal;
  padding: 0 0 10px 0;
}

/*
.pro_detail .sound table {
	width:100%;
	border-top:#c0c0c0 1px solid;
	border-left:#c0c0c0 1px solid;
	border-collapse:collapse;
	margin:0 0 30px 0;
}

.pro_detail .sound table tr th ,
.pro_detail .sound table tr td {
	border-right:#c0c0c0 1px solid;
	border-bottom:#c0c0c0 1px solid;
}

.pro_detail .sound table tr th {
	padding:10px;
	font-size:14px;
	font-weight:normal;
	text-align:center;
	background-color:#f6f6f6;
}

.pro_detail .sound table tr td {
	padding:10px;
	font-size:14px;
	font-weight:normal;
}

.pro_detail .sound table tr td.bg {
	padding:1px;
}

.pro_detail .sound table tr td.bg span {
	display:block;
	padding:11px;
	background-color:#e1efce;
}
*/

.pro_detail .sound table {
  width: 100%;
  border-spacing: 1px;
  background: #c0c0c0;
  border-collapse: separate;
  margin: 0 0 30px 0;
}

.pro_detail .sound table tr th,
.pro_detail .sound table tr td {
  border: 1px solid #fff;
  background: #ffffff;
}

.pro_detail .sound table tr th {
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  background-color: #f6f6f6;
}

.pro_detail .sound table tr td {
  padding: 10px;
  font-size: 14px;
  font-weight: normal;
}

.pro_detail .sound table tr td.bg {
  background-color: #e1efce;
}

.pro_detail .sound table tr td.ic {
  width: 70px;
  text-align: center;
}

.pro_detail .sound table tr td.j {
  width: 300px;
}

.pro_detail .pro_r li {
  position: relative;
  padding: 0 0 10px 15px;
  font-size: 16px;
}

.pro_detail .pro_r li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #d6121b;
}

/* compa_title
===============================================================*/
.compa_title {
  width: 100%;
  margin: 0 0 35px 0;
}

.compa_title h2 {
  font-size: 32px;
  font-weight: normal;
  text-align: center;
  padding: 0 0 15px 0;
}

.compa_title p.txt {
  font-size: 14px;
  text-align: center;
  padding: 0 0 25px 0;
}

.compa_title p.btn1 {
  display: none;
}

.compa_title p.btn1 a {
  display: block;
  width: 180px;
  padding: 10px;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  border: #e11923 1px solid;
  background-color: #e11923;
}

.compa_title p.btn1 a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  text-decoration: none;
}

.compa_title p.btn2 {
  width: 180px;
  padding: 10px;
  margin: 0 auto;
  color: #7d7d7d;
  font-size: 14px;
  text-align: center;
  border: #a1a1a1 1px solid;
}

/* pro_list_comp
===============================================================*/
.area_wrap .area {
  font-size: 26px;
  color: #333;
  font-weight: normal;
  line-height: 30px;
  clear: both;
  padding: 20px 0 10px 0;
  margin: 0 12px 15px 9px;
  border-bottom: #ccc 1px solid;
}

.pro_list_comp p.dis_btn {
  position: absolute;
  top: -68px;
  right: -7px;
  display: block;
  width: 250px;
  line-height: 20px;
}

.pro_list_comp p.dis_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/svg_assets.svg?0731) no-repeat -236px -41px /
    360px 360px;
  width: 21px;
  height: 21px;
}

.pro_list_comp p.dis_btn label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 0 27px;
  cursor: pointer;
}

.pro_list_comp p.dis_btn.on::before {
  background: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/svg_assets.svg?0731) no-repeat -258px -41px /
    360px 360px;
}

.pro_list_comp p.dis_btn.pos {
  position: fixed;
  top: 26px;
  right: calc((100% - 960px) / 2);
  z-index: 1000;
  background: none;
  width: 243px;
  margin: 0 auto;
  /*text-align: right;*/
}

.pro_list_comp p.dis_btn.pos label {
  width: 198px;
}

.pro_list_comp p.dis_btn input {
  box-sizing: border-box;
  width: 100%;
  height: 20px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: -9999em;
}

.pro_list_comp {
  width: 960px;
  margin: 0 auto 50px auto;
  position: relative;
}

.pro_list_comp.dis_area {
  display: none;
  width: 100%;
  background-color: #efefef;
  padding: 10px 0 50px;
  margin: 0;
}

.pro_list_comp .inn {
  width: 960px;
  margin: 0 auto 50px auto;
}

.pro_list_comp .area_wrap input {
  position: relative;
  top: 0;
  left: -9999px;
}

.area_wrap span {
  display: block;
}

.area_wrap span.dis {
  display: none;
}

.pro_list_comp a {
  display: block;
  width: 275px;
  padding: 6px 12px;
  border: #c8c8c8 1px solid;
  margin: 0 9px 18px 9px;
  float: left;
}

.pro_list_comp a:hover,
.pro_list_comp a.ck {
  background-color: #fff2f3;
  border: #e11922 1px solid;
  text-decoration: none;
}

.pro_list_comp a .box {
  display: flex;
  align-items: center;
}

.pro_list_comp a p {
  width: 65px;
}

.pro_list_comp a p img {
  width: 65px;
}

.pro_list_comp a dl {
  width: 190px;
  position: relative;
  padding:0 0 0 15px;
}

.pro_list_comp a dl dt {
  font-size: 24px;
}

.pro_list_comp a dl dt.distit {
  font-size: 24px;
  padding: 0 95px 0 0;
}


.pro_list_comp a dl dd {
  color: #646464;
  border: #969696 1px solid;
  font-size: 10.5px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.5;
  padding: 4px 5px;
  position: absolute;
  top: 50%;
  left:121px;
  transform: translateY(-50%);
}

.pro_list_comp a dl p.newtxt {
  color: #fff;
  background-color: #e11922;
  line-height: 1.5;
  padding: 2px 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  position: absolute;
  right: -21px;
  width: unset;
  top: 50%;
  transform: translateY(-50%);
}

.pro_detail table.d_comp {
  border: none;
  table-layout: fixed;
}

.pro_detail table.d_comp tr th {
  width: 100px;
  font-size: 12px;
  padding: 6px 15px;
  background-color: #fcf1f2;
  border-right: none;
}

.pro_detail table.d_comp tr th.nobg {
  width: 210px;
  background: none;
  border-right: none;
}

.pro_detail table.d_comp tr th.nobg a {
  display: block;
  width: 157px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  padding: 8px 0 8px 20px;
  background: url(/images/product/img_ar_06.png) #f2f2f2 no-repeat 36px 14px;
}

.pro_detail table.d_comp tr th.nobg a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
  text-decoration: none;
}

.pro_detail table.d_comp tr th.tit {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 6px 15px;
  background-color: #fc7e89;
}

.pro_detail table.d_comp tr th.s {
  width: 70px;
  font-size: 12px;
  padding: 6px 15px;
  text-align: left;
  line-height: 18px;
}

.pro_detail table.d_comp tr td {
  width: auto;
  font-size: 12px;
  padding: 6px 10px;
  border-right: none;
  vertical-align: top;
}

.pro_detail table.d_comp tr td.gy {
  background-color: #f8f8f8;
}

.pro_detail table.d_comp tr td.pro {
  border-right: none;
  text-align: center;
  background-color: #ffffff;
}

.pro_detail table.d_comp tr td.pro p.name {
  font-size: 20px;
  font-weight: normal;
  padding: 10px 0 3px 0;
}

.pro_detail table.d_comp tr td.pro p.link {
  padding: 0 0 5px 0;
}

.pro_detail table.d_comp tr td.pro p.name a {
  /*color: #4385f5;
  text-decoration: underline;
  padding:0 12px 0 0;
	background:url(/images/product/img_ar_05.gif) no-repeat right 7px;*/
}

.pro_detail .box2 {
  padding: 0 0 60px 0;
}

.pro_detail .box2 .inner {
  overflow: hidden;
  width: 960px !important;
  position: relative;
}

@media screen and (min-width: 1400px) {
  .pro_detail .box2 .inner {
 width: 1300px !important;
}
}

.pro_detail .box2 .tover {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #ffffff;
}

.pro_detail .box2 .tover table {
  width: 960px;
  margin: 0 auto;
}

@media screen and (min-width: 1400px) {
  .pro_detail .box2 .tover table {
 width: 1300px !important;
}
}

.compa_btn {
  display: none;
}

.anc_shadow {
  width: 100%;
  top: 0;
  left: 0;
  padding: 13px 0;
  text-align: center;
  z-index: 20;
  background-color: rgba(255, 255, 255, 0.9);
}

div.pagetop_p {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

div#Contents {
  position: relative;
}

/* sidebar */
#SideBar {
  width: 74px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
}

#SideBar .pagetop a {
  position: relative;
  display: block;
  background: rgb(200, 200, 200, 0.9);
  width: 64px;
  height: 64px;
}

#SideBar .pagetop a::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 21px;
  width: 20px;
  height: 20px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-radius: 1px;
  transform: rotate(45deg);
}

/* mainimg
===============================================================*/
.mainimg {
  overflow: hidden;
  height: 520px;
  position: relative;
}

.mainimg ul.mainvisual-image {
  height: 367px;
  position: relative;
  z-index: 1;
}

.mainimg ul.mainvisual-image li {
  width: 100%;
  height: 480px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.mainimg ul.mainvisual-image li a {
  display: block;
}

.mainimg ul.mainvisual-image li img {
  height: 480px;
}

.mainimg ul.mainvisual-image li.stay {
  z-index: 12;
}

.mainimg ul.mainvisual-image li.last-stay {
  z-index: 11;
}

.mainimg ul.mainvisual-image li.active {
  z-index: 10;
}

.mainimg ul.mainvisual-image li.last-active {
  z-index: 9;
}

div#mainvisual-navi-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 20;
}

div#mainvisual-navi-wrapper a.mainvisual-navi-btn-left {
  position: absolute;
  top: 60px;
  left: 35px;
}

div#mainvisual-navi-wrapper a.mainvisual-navi-btn-right {
  position: absolute;
  top: 60px;
  right: 35px;
}

div#mainvisual-navi-wrapper div#mainvisual-navi-inner {
  padding: 15px 6px 6px 6px;
  margin: 0 auto;
}

div#mainvisual-navi-wrapper div#mainvisual-navi-inner .inner2 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

div#mainvisual-navi-wrapper .mainvisual-navi {
  width: 100% !important;
  text-align: center;
  vertical-align: top;
}

div#mainvisual-navi-wrapper div#mainvisual-navi-inner ul li {
  display: inline-block;
  width: 144px;
  height: 160px;
  overflow: hidden;
  margin: 0 3px 0 0;
  background-color: #ffffff;
  vertical-align: top;
}

div#mainvisual-navi-wrapper div#mainvisual-navi-inner ul li a {
  display: block;
  width: 144px;
}

div#mainvisual-navi-wrapper div#mainvisual-navi-inner ul li span.w {
  display: block;
  width: 142px;
  height: 40px;
  overflow: hidden;
}

div#mainvisual-navi-wrapper div#mainvisual-navi-inner ul li span.t {
  display: block;
  height: 40px;
  font-size: 12px;
  text-align: left;
  line-height: 16px;
  padding: 5px 0 0 0;
  font-weight: 300;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
}

div#mainvisual-navi-wrapper div#mainvisual-navi-inner ul li img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

div#mainvisual-navi-wrapper div#mainvisual-navi-inner ul li a.n img {
  position: relative;
  top: 1px;
  left: 0;
}

div#mainvisual-navi-wrapper div#mainvisual-navi-inner ul li a.n:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

div#mainvisual-navi-wrapper div#mainvisual-navi-inner ul li a.hv {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.video_iframe_wrapper {
  position: relative;
  width: 100%;
  /* height: 0; */
  /* padding-top: 56.2%; */
}
/*
.video_iframe_wrapper iframe,
.video_iframe_wrapper .youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_iframe_wrapper .youtube-player img {
  max-width: 100%;
  height: auto;
}

.video_iframe_wrapper .youtube-player > div {
  position: relative;
}

.video_iframe_wrapper .youtube-player > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/common/play_btn.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.6;
  width: 25%;
  height: 25%;
  z-index: 15;
} */

/* Break out of 930px container */

.full-width {
	left: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	max-width: 100vw;
	position: relative;
	right: 50%;
	width: 100vw;
}

.boxheight {
  position:relative;
  height:400px;
  overflow: hidden;
  transition: all 0.5s;
}

.boxheight_none {
  max-height:9999px;
  scrollbar-width: none;
  transition: all 0.5s;
}

.spec_btn {
  position: absolute;
  width:100%;
  left:0;
  bottom:0;
  height:250px;
  background-image: linear-gradient(to bottom, transparent, white 50%);
  text-align: center;
}

.spec_btn.open {
  background-image: none;
  text-align: center;
}


.spec_btn .bb {
  width:930px;
  padding:200px 0 0 0;
  margin:0 auto;
  position:relative;
  top:-30px;
  left:0;
}

.spec_btn .bb a {
  display: inline-block;
  font-size:20px;
  font-weight:bold;
}

.spec_btn .bb a:hover {
  color: #d60000;
  text-decoration: none;
}

.magnify.icon {
  color: #000;
  margin:5px auto 0 auto;
  width: 30px;
  height: 30px;
  border: solid 2px currentColor;
  border-radius: 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.spec_btn .bb a:hover .magnify.icon {
  color: #d60000;
}

.magnify.icon i {
  position: absolute;
  left: 11px;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.magnify.icon i:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: currentColor;
}

.magnify.icon i:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: currentColor;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.spec_btn.open .magnify.icon i:after {
  display: none;
}

/* GTM Fix: Make the text and icon inside the "Show full specifications"
   button un-clickable so the click registers on the parent <a> tag. */
.spec_btn .bb a > span,
.spec_btn .bb a > .magnify {
    pointer-events: none;
}

.close_area_wrap {
	position:relative;
  /* padding:80px 0 0 0; */
}

.close_area {
	display: none;
}

.close_area_wrap .closebtn {
  width:100%;
	position:absolute;
  /* top:-47px; */
  top: -95px;
  left:0;
  text-align: center;
  z-index: 10;
}

.close_area_wrap .closebtn a {
  display: inline-block;
  font-size:20px;
  font-weight:bold;
}

.close_area_wrap .closebtn a:hover {
  color: #d60000;
  text-decoration: none;
}

.close_area_wrap .closebtn .open .magnify.icon i:after {
  display: none;
}

.close_area_wrap .closebtn a:hover .magnify.icon {
  color: #d60000;
}

/* GTM Fix: Make the text and icon inside the "Show more/less"
   button un-clickable so the click registers on the parent <a> tag. */
.close_area_wrap .closebtn a > span,
.close_area_wrap .closebtn a > .magnify {
    pointer-events: none;
}

.phloop {
  padding:0 0 20px 0;
}

.pro_detail .box .inner .phloop {
  width: 415px;
  float: left;
}

.pro_detail .box_r .inner .phloop{
  width: 415px;
  padding: 0 0 20px 20px;
  float: right;
}

.pro_detail .box_cl .inner .phloop ,
.pro_detail .box_w .inner .phloop{
  width: 100%;
  padding: 0 0 20px 0;
  margin:0 auto;
  float: none;
}

.pro_detail .box .inner .area03 .phloop {
  width: 290px;
  float: none;
}



.phloop li {
  text-align:center;
}


.phloop img {
  max-width:100%;
  height:auto;
  display: inline-block;
}

.pro_detail .box .inner .phloop img {
  width: 415px;
}

.pro_detail .box_r .inner .phloop img {
  width: 415px;
}

.pro_detail .box_cl .inner .phloop img ,
.pro_detail .box_w .inner .phloop img {
  width: auto;
}

.pro_detail .box .inner .area03 .phloop img {
  width: 290px;
}

.pro_detail .box .inner .phloop .inner {
  width: 415px;
}

.pro_detail .box_r .inner .phloop .inner {
  width: 415px;
}

.pro_detail .box_cl .inner .phloop .inner ,
.pro_detail .box_w .inner .phloop .inner {
  width: 1080px;
}

.pro_detail .box .inner .area03 .phloop .inner {
  width: 290px;
}


.loader_box02 {
	width:100%;
	overflow: hidden;
	transition: 0.3s;
}



.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.5em solid rgba(255, 255, 255, 0.2);
  border-right: 0.5em solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
  border-left: 0.5em solid #e11923;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



.pro_detail .ft_bn_w {
	margin:0 0 60px 0;
}

.pro_detail .ft_bn_w span.t {
	display:block;
	color:#e11922;
	font-size:18px;
  font-weight:600;
	padding:8px 0 5px 0;
}

.pro_detail .ft_bn_w span.txt {
	display:block;
	font-size:14px;
  font-weight: 300;
  line-height: 22px;
}

.pro_detail .ft_bn_w .img_wrapper {
	display:block !important;
	width:956px;
	margin:0 auto;
	position:relative;
  top:0;
  left:-12px;
}

.pro_detail .ft_bn_w #img_slides_pro .slides li span {
  position:static;
  display: block;
  overflow: hidden;
}

.pro_detail .ft_bn_w #img_slides_pro .flex-control-nav {
  display: none;
}

.pro_detail .ft_bn_w #img_slides_pro .flex-direction-nav {
  position:absolute;
  top:0;
  left:0;
  width:100%;
}

.pro_detail .ft_bn_w #img_slides_pro .flex-direction-nav .flex-prev,
.pro_detail .ft_bn_w #img_slides_pro .flex-direction-nav .flex-next {
  position: relative;
  display: none;
  display: block !important;
  width: 31px;
  height: 31px;
  text-indent: -9999px;
  position: absolute;
  top: 110px;
  left: -30px;
  transform: translateY(-50%);
  background-color: #e11922;
}

.pro_detail .ft_bn_w #img_slides_pro .flex-direction-nav .flex-next {
  right: -30px;
  left: auto;
}

.pro_detail .ft_bn_w #img_slides_pro .flex-direction-nav .flex-prev::before,
.pro_detail .ft_bn_w #img_slides_pro .flex-direction-nav .flex-next::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 1px;
  transform: rotate(-45deg);
}

.pro_detail .ft_bn_w #img_slides_pro .flex-direction-nav .flex-next::before {
  left: auto;
  right: 12px;
  transform: rotate(135deg);
}

.pro_detail .ft_bn_w #img_slides_pro .flex-direction-nav a {
  overflow: hidden;
}

.pro_detail .ft_bn_w #img_slides_pro .slides li {
  width: 318px !important;
  box-sizing: border-box;
  margin-right: 0px;
  float: left;
  display: block;
}

.pro_detail .ft_bn_w #img_slides_pro .slides li span {
  width: 294px !important;
}

.pro_detail .ft_bn_w #img_slides_pro .slides li a {
  display: block;
  padding:0 12px;
  text-decoration: none;
}

.pro_detail .ft_bn_w #img_slides_pro .slides li a img {
  transition: all 0.5s;
  width:100%;
  height: auto;
}
.pro_detail .ft_bn_w #img_slides_pro .slides li a:hover img {
  transform: scale(1.1);
}

.pro_detail .ft_bn_w ul#img_slides_pro2 li {
	width:303px !important;
	padding:0 13px;
	position:relative;
	float:left;
}

.pro_detail .ft_bn_w ul#img_slides_pro2 li a:hover {
	text-decoration:none;
}

.pro_detail .ft_bn_w ul#img_slides_pro2 li img {
	display:block;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.pro_detail .ft_bn_w ul#img_slides_pro2 li a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.pro_detail .ft_bn_w ul#img_slides_pro2 li span.ph {
	display:block;
	margin:0 0 7px 0;
	width:303px;
	height:214px;
	overflow:hidden;
}

.pro_detail .ft_bn_w ul#img_slides_pro2 img.hei {
	height:214px;
}

.pro_detail .ft_bn_w ul#img_slides_pro2 img.wid {
	width:303px;
}

.pro_detail .ft_bn_w a.bx-prev {
	display:block;
	width:31px;
	height:31px;
	text-indent:-9999px;
	background:url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/common/left.jpg) no-repeat 0 0;
	position:absolute;
	top:70px;
	left:-30px;
}

.pro_detail .ft_bn_w a.bx-next {
	display:block;
	width:31px;
	height:31px;
	text-align:left;
	text-indent:-9999px;
	background:url(https://img-zuhalmuzik.mncdn.com/assets/images/piabookplayer/common/right.jpg) no-repeat 0 0;
	position:absolute;
	top:70px;
	right:-30px;
}