/*--------------------
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; } }

/*--------------------
journy_soung_wrap
--------------------*/
#journy_sound_contents {
  width: 100%;
  clear: both;
  margin-bottom: 60px; }
  #journy_sound_contents .container {
    padding: 4.1%;
    background: url(../images/bg_content.png) repeat; }
  #journy_sound_contents h1 {
    width: 100%; }
    #journy_sound_contents h1 img {
      width: 100%;
      vertical-align: top; }
  #journy_sound_contents h2 {
    text-align: center;
    margin: 40px 0; }
    #journy_sound_contents h2 img {
      width: 268px;
      height: auto; }
    @media screen and (max-width: 640px) {
      #journy_sound_contents h2 {
        margin: 12.5% 0 15.6%;
        padding: 0;
        background: none; } }
  #journy_sound_contents ul {
    margin: 0;
    padding: 0; }
    #journy_sound_contents ul li {
      width: 24.0%;
      float: left;
      padding-right: 1%;
      margin-bottom: 1%;
      list-style: none; }
      #journy_sound_contents ul li a {
        border: 5px solid white;
        display: block; }
        #journy_sound_contents ul li a img {
          width: 100%;
          vertical-align: top; }
  @media screen and (max-width: 800px) {
    #journy_sound_contents {
      margin-bottom: 40px; }
      #journy_sound_contents h1 {
        width: 100%;
        padding-right: 0;
        margin-bottom: 2%; }
      #journy_sound_contents ul li {
        width: 32%;
        float: left;
        list-style: none;
        padding-right: 2%;
        margin-bottom: 2%; }
        #journy_sound_contents ul li:nth-child(3n) {
          padding-right: 0; } }
  @media screen and (max-width: 640px) {
    #journy_sound_contents h1 {
      margin-bottom: 1%; }
    #journy_sound_contents ul li {
      width: 49.0%;
      float: left;
      list-style: none;
      padding-right: 1%;
      margin-bottom: 1%; }
      #journy_sound_contents ul li:nth-child(4n), #journy_sound_contents ul li:nth-child(3n) {
        padding-right: 1%; }
      #journy_sound_contents ul li:nth-child(2n) {
        padding-right: 0; }
    #journy_sound_contents .container {
      padding: 10% 4.2%; } }

/*--------------------
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;
  position: relative;
  overflow: hidden; }

.interviewlist_item_contents {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: url(../images/img_hover.png) no-repeat;
  background-size: cover;
  background-position: right -30%;
  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(-10px, 0);
  -webkit-transform: translate(-10px, 0);
  -moz-transform: translate(-10px, 0);
  transform: translate(-10px, 0); }

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

@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; } }

/*--------------------
modal_contents
--------------------*/
#cboxContent {
  background: none;
  margin-top: 50px; }
  @media screen and (max-width: 800px) {
    #cboxContent {
      margin-top: 42px;
      margin-bottom: 42px; } }

#cboxLoadedContent {
  background: none; }

.modal_contents {
  display: none; }

.modal_section {
  width: 820px;
  height: 410px;
  margin: 0 50px;
  box-sizing: border-box;
  background: white; }
  .modal_section .modal_section-s {
    width: 100%;
    overflow: hidden;
    clear: both; }
    .modal_section .modal_section-s .modal_img {
      float: left;
      width: 50%; }
      .modal_section .modal_section-s .modal_img img {
        width: 100%; }
    .modal_section .modal_section-s .modal_text {
      float: right;
      width: 50%;
      height: 410px;
      overflow-x: scroll; }
      .modal_section .modal_section-s .modal_text .inner {
        padding: 24px 24px 0;
        box-sizing: border-box;
        line-height: 1.5;
        background-color: #fff; }
        .modal_section .modal_section-s .modal_text .inner h2 {
          font-size: 18px;
          font-weight: bold;
          margin-bottom: 16px; }
        .modal_section .modal_section-s .modal_text .inner h3 {
          font-size: 12px;
          font-weight: bold;
          padding-bottom: 0;
          margin-bottom: 8px; }
        .modal_section .modal_section-s .modal_text .inner p {
          margin-bottom: 3%;
          padding-bottom: 0; }
          .modal_section .modal_section-s .modal_text .inner p.border-bottom {
            padding-bottom: 3%;
            border-bottom: 1px dotted; }
        .modal_section .modal_section-s .modal_text .inner p span {
          font-weight: bold; }
  @media screen and (max-width: 950px) {
    .modal_section {
      width: 488px;
      height: auto; }
      .modal_section .modal_section-s .modal_img {
        float: none;
        width: 100%; }
      .modal_section .modal_section-s .modal_text {
        float: none;
        width: 100%;
        height: 250px;
        overflow-x: scroll; }
        .modal_section .modal_section-s .modal_text .inner {
          padding: 12px; }
          .modal_section .modal_section-s .modal_text .inner h2 {
            font-size: 14px;
            margin-bottom: 12px; } }
  @media screen and (max-width: 640px) {
    .modal_section {
      width: 100%; }
      .modal_section .modal_section-s .modal_text {
        float: none;
        width: 100%;
        height: auto; }
        .modal_section .modal_section-s .modal_text .inner {
          padding: 12px; }
          .modal_section .modal_section-s .modal_text .inner h2 {
            font-size: 14px;
            margin-bottom: 12px; } }

.mt30 {
  margin-top: 10%; }

#cboxPrevious {
  width: 23px;
  height: 23px;
  top: 57%;
  left: 10px;
  background: url(../images/icon_left.png) no-repeat 0 0;
  background-size: cover; }
  @media screen and (max-width: 950px) {
    #cboxPrevious {
      top: 50%; } }
  @media screen and (max-width: 800px) {
    #cboxPrevious {
      width: 30px;
      height: 30px;
      top: 785px;
      left: 255px; } }
  @media screen and (max-width: 640px) {
    #cboxPrevious {
      top: 110%;
      left: 37%; } }

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

#cboxNext {
  width: 23px;
  height: 23px;
  top: 55%;
  right: 10px;
  background: url(../images/icon_right.png) no-repeat 0 0;
  background-size: cover; }
  @media screen and (max-width: 950px) {
    #cboxNext {
      top: 50%; } }
  @media screen and (max-width: 800px) {
    #cboxNext {
      width: 30px;
      height: 30px;
      top: 785px;
      right: 260px; } }
  @media screen and (max-width: 640px) {
    #cboxNext {
      top: 110%;
      right: 37%; } }

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

#cboxClose {
  width: 42px;
  height: 42px;
  top: -50px;
  right: 50px;
  background: url(../images/icon_close.png) no-repeat 0 0; }
  @media screen and (max-width: 800px) {
    #cboxClose {
      width: 30px;
      height: 30px;
      top: -35px;
      background-size: cover; } }

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

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

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

@media only screen and (max-width: 640px) {
  .modal_section {
    margin: 0; }
  .modal_img_text span {
    font-size: 10px; }
  .modal_text h3 {
    font-size: 14px; }
  .modal_text p + p {
    margin-top: 2%; }
  .modal_text p span {
    font-weight: bold; }
  .mt30 {
    margin-top: 7%; }
  #cboxClose {
    right: 0; } }

#cboxLoadingGraphic {
  display: none; }

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