@charset "utf-8";
/*--------------------
common
--------------------*/
.inContents{
  font-size: 14px;
  box-sizing: border-box;
}

.inContents img {
  vertical-align: bottom;
  width: 100%;
}

.inContents figure {
  margin: 0 auto;
}

.pRed {
  color: #c92027;
  font-weight: bold;
}

.inContents a:hover img{
  filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}

.pc_only {
  display: inherit;
}

.sp_only {
  display: none;
}

#rediscovermusic_experience a img:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media only screen and (max-width:640px) {
  #wrapContent #wrap_mainContent .contens {
    padding: 0;
  }
}

/*--------------------
mv
--------------------*/
.mv {
  margin: 0 -25px 0 -26px;
}

@media only screen and (max-width:640px) {
  .mv {
    margin: 0;
  }
}

/*--------------------
interviewlist
--------------------*/
.interviewlist h2 {
  margin: 60px 0 0;
  padding: 0 0 80px;
  background: url(../images/bg_ttl_pc.png) no-repeat;
  background-position: bottom;
  text-align: center;
}

.interviewlist h2 img {
  max-width: 894px;
}

.interviewlist_contents {
  background-color: #f2f2f2;
  padding: 60px 0;
}

.interviewlist_contents_list {
  width: 100%;
  padding: 0 4.1%;
  box-sizing: border-box;
}

.interviewlist_item {
  display: inline-block;
  width: 24.7%;
  float: left;
  margin-right: 0.3%;
  position: relative;
  overflow: hidden;
}

.interviewlist_item:nth-child(4n) {
  margin-right: 0;
}

.interviewlist_item:nth-child(n+5) {
  margin-top: 0.3%;
}

.interviewlist_item_contents {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url(../images/img_hover.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  -ms-transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition:0.8s;
  transition: 0.8s;
  -ms-transform: translate(-70px, 0);
  -webkit-transform: translate(-70px, 0);
  -moz-transform: translate(-70px, 0);
  transform: translate(-70px, 0);
  padding: 15% 0 0 11%;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
}

.interviewlist_item.active .interviewlist_item_contents {
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}

.hover_click {
  border-bottom: 1px solid #fff;
  margin-top: 5%;
  display: inline-block;
  line-height: 1.3;
}

@media only screen and (max-width:800px) {

  .interviewlist_item {
    width: 33%;
    margin-right: 0.5%;
  }

  .interviewlist_item:nth-child(4n) {
    margin-right: 0.5%;
  }

  .interviewlist_item:nth-child(3n) {
    margin-right: 0;
  }

  .interviewlist_item:nth-child(n+4) {
    margin-top: 0.5%;
  }
}

@media only screen and (max-width:640px) {
  .interviewlist h2 {
    margin: 12.5% 0 15.6%;
    padding: 0;
    background: none;
  }

  .interviewlist_contents {
    background-color: #fff;
    padding: 0 0 10%;
  }

  .interviewlist_contents_list {
    padding: 0;
  }

  .interviewlist_item {
    width: 49.7%;
    margin-right: 0.5%;
  }

  .interviewlist_item:nth-child(3n) {
    margin-right: 0.5%;
  }

  .interviewlist_item:nth-child(2n) {
    margin-right: 0;
  }

  .interviewlist_item:nth-child(n+3) {
    margin-top: 0.5%;
  }
}

/*--------------------
modal_contents
--------------------*/
#cboxContent {
  background: none;
}

#cboxLoadedContent {
  background: none;
}

.modal_contents {
  display: none;
}

.modal_section {
  max-width: 820px;
  margin: 0 50px;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
}

.modal_section-s {
  max-width: 720px;
  overflow: hidden;
}

.modal_section_exc {
  max-width: 663px;
  margin: 0 50px;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
}

.modal_section-s_exc {
  max-width: 563px;
  overflow: hidden;
}

.modal_img {
  position: relative;
}

.modal_img_text {
  position: absolute;
  font-size: 16px;
  background-color: rgba(0,0,0,0.8);
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 23px 0;
  font-weight: bold;
}

.modal_img_text span {
  font-size: 12px;
}

.modal_text_l {
  width: 46%;
  float: left;
}

.modal_text_r {
  width: 46%;
  float: right;
}

.modal_text {
  padding: 5.5%;
  box-sizing: border-box;
  line-height: 1.5;
  background-color: #fff;
}

.modal_text h3 {
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px dotted;
  padding-bottom: 3%;
  margin-bottom: 3%;
}

.modal_text p+p {
  margin-top: 2%;
}

.modal_text p span {
  font-weight: bold;
}

.mt30 {
  margin-top: 10%;
}

#cboxPrevious {
  width: 27px;
  height: 50px;
  top: 50%;
  left: 0;
  background: url(../images/icon_left.png) no-repeat 0 0;
}

#cboxPrevious:hover {
   background-position: 0;
}

#cboxNext {
  width: 27px;
  height: 50px;
  top: 50%;
  right: 0;
  background: url(../images/icon_right.png) no-repeat 0 0;
}

#cboxNext:hover {
  background-position: 0;
}

#cboxClose {
  width: 21px;
  height: 21px;
  top: -30px;
  right: 50px;
  background: url(../images/icon_close.png) no-repeat 0 0;
}

#cboxClose:hover {
  background-position: 0;
}

#cboxLoadedContent::-webkit-scrollbar{
    display:none;
}

#cboxLoadedContent {
    -ms-overflow-style:none;
}

@media only screen and (max-width:640px) {
  #cboxContent {
     background: none;
  }

  .modal_section {
    margin: 0;
  }

  .modal_img_text {
    font-size: 12px;
    padding: 4.3% 0;
  }

  .modal_img_text span {
    font-size: 10px;
  }

  .modal_text_l {
    width: 100%;
    float: none;
  }

  .modal_text_r {
    width: 100%;
    float: none;
    margin-top: 7%;
  }

  .modal_text {
    padding: 6.25% 5.5%;
  }

  .modal_text h3 {
    font-size: 14px;
  }

  .modal_text p+p {
    margin-top: 2%;
  }

  .modal_text p span {
    font-weight: bold;
  }

  .mt30 {
    margin-top: 7%;
  }

  #cboxPrevious,
  #cboxNext {
    background: none;
  }

  #cboxClose {
    right: 0;
  }

}

#interview_btn_back a {
  display: block;
  width: 276px;
  float: right; }
  #interview_btn_back a img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50); }
