@charset "utf-8";
/*--------------------
- common
--------------------*/
#page.nolimit {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}
.exceptionWrap {
  max-width: 976px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.sp_only {
    display: none;
}
#wrapContent #wrap_mainContent .record_day .contens {
  padding: 0;
}
.record_day h3::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 26px;
    background: #b2b2b2;
    margin-right: 20px;
    vertical-align: sub;
}
.record_day h2 {
    padding-bottom: 60px;
    text-align: center;
    line-height: 2.4;
    font-size: 16px;
}
.record_day dd a:link,
.record_day dd a:visited {
  color: #3a81d8;
  text-decoration: underline;
}
@media print, screen and (max-width: 800px) {
    .record_day h2 {
        font-size: 14px;
    }
}
    .record_day h3 {
    font-size: 20px;
    margin-bottom: 20px;
}
@media print, screen and (max-width: 640px) {
.sp_only {
    display: block;
}
.pc_only {
    display: none;
}
    .record_day h2 {
    padding-bottom: 8.64%;
    font-size: 12px;
    }
    .record_day h3::before {
    width: 4px;
    height: 20px;
    margin-right: 4%;
    }
    .record_day h3 {
    font-size: 18px;
    margin-bottom: 4%;
    }
    .exceptionWrap {
    padding: 0 10px;
    max-width: none;
    box-sizing: border-box;
  }
}
.mainContens {
  font-size: 14px;
  box-sizing: border-box;
}
.mainContens * {
  box-sizing: border-box;
}
/*--------------------
- layout
--------------------*/
.contents {
  max-width: 925px;
  margin: 0 auto;
  padding: 0 10px;
}
@media print, screen and (max-width: 640px) {
    .contents {
        width: 100%;
        max-width: 100%;
        padding: 0 4%;
    }
}
/*--------------------
- masthead
--------------------*/
.masthead {
  padding: 25px 0 0 25px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
}
.masthead img {
    width: auto;
}
.masthead.fixed {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .masthead {
    padding: 15px;
    height: auto;
  }
  .masthead .brand-logo {
    line-height: 1;
  }
  .masthead img {
    height: 15px;
  }
}
/*--------------------
- mv
--------------------*/
.mv {
    background: url('../images/bg_mv.jpg');
/*    background-size: contain;*/
}
.mv h1 {
    max-width: 925px;
    margin: 0 auto;
}
.mv img {
    vertical-align: bottom;
}
@media print, screen and (max-width: 640px) {
    .mv {
        background: none;
    }
}
/*--------------------
- section
--------------------*/

/*--------------------
- artist_list
--------------------*/
.artist_list {
    padding: 60px 0;
}
.artist_list li {
    width: 30.81081%;
    float: left;
    margin-left: 3.785%;
}
.artist_list li:nth-child(3n+1) {
    margin-left: 0;
}
.artist_list li {
    margin-bottom: 5.4%;
    position: relative;
    overflow: hidden;
}
.artist_list li:hover {
    pointer-events: all;
    cursor: pointer;
}
.artist_list li a {
    display: block;
}
.artist_list li a img:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.artist_list li a > *:not(.comment) {
    display: inline-block;
    width: 100%;
}
.artist_list li a::before {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  -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);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    background: url('../images/bg_thumb.png') 0 no-repeat;
    background-size: contain;
    width: 100%;
    height: 0;
    padding-bottom: 74.5%;
}
.artist_list span.comment {
  opacity: 0;
  color: #fff;
  line-height: 1.7;
  position: absolute;
  width: 15em;
  top: 2em;
  left: 1em;
  -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);
}
.artist_list span.comment::before {
    content: '初めて買ったレコードは？';
    display: block;
}
.comment::after {
    content: '> CLICK';
    border-bottom: 1px solid #fff;
    margin-top: 5%;
    display: inline-block;
    line-height: 1.3;
}
.artist_list li:hover a::before,
.artist_list li:hover .comment {
  opacity: 1;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
.artist_list li a > span {
    line-height: 1.5;
}
.artist_list li .group {
    font-size: 85%;
}
@media print, screen and (max-width: 900px) {
    .artist_list li a > span {
    font-size: 12px;
    }
    .artist_list li {
    margin-bottom: 3%;
    }

}
@media print, screen and (max-width: 740px) {
    .artist_list li a > span {
    font-size: 10px;
    }
}
/*--------------------
- article
--------------------*/

/*--------------------
- artist
--------------------*/
.artist {
    padding: 80px 0 0;
}
.record_day .artist .recordTop {
    float: right;
}
.record_day .artist .recordTop p {
    text-align: right;
    margin-bottom: 24px;
}
@media print, screen and (max-width: 900px) {
    .artist {
    padding: 8.64% 0 8.64%;
    }
}
@media screen and (max-width: 480px) {
    .record_day .artist .recordTop {
    width: 80px;
    }
    .record_day .artist .recordTop p {
    margin-bottom: 5%;
    }
}
.artist:nth-child(even) {
    background: #f2f2f2;
}
.artist:last-of-type {
    margin-bottom: 6%;
}
.artist_photo {
    float: left;
    width: 44%;
}
.artist_profile {
    float: right;
    width: 52%;
}
.profile_name::before {
    content: 'PROFILE /';
    display: table-cell;
    font-family:"DIN Medium", Arial, Helvetica, sans-serif;
    color: #999;
    padding-right: 10px;
}
.profile_name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 10px;
    display: table;
}
.profile_name > span {
    display: table-cell;
}
@media print, screen and (max-width: 900px) {
    .profile_name {
    font-size: 17px;
    }
}
.profile_txt {
    line-height: 1.8;
    font-weight: 700;
}
.artist_website {
    text-align: right;
    margin-top: 30px;
}
.record_day .artist_website a {
    display: inline-block;
    width: 52%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: rgb(104,104,104); /* Old browsers */
background: -moz-linear-gradient(top, rgba(104,104,104,1) 0%, rgba(67,67,67,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(104,104,104,1) 0%,rgba(67,67,67,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(104,104,104,1) 0%,rgba(67,67,67,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#686868', endColorstr='#434343',GradientType=0 ); /* IE6-9 */
    -webkite-border-radius: 5px;
    border-radius: 5px;
    padding: 20px 0;
}
.record_day .artist_website a:hover {
    background: #b7b7b7;
}
.qna {
    margin-top: 40px;
}
.qna dt::before {
    content: '';
    display: inline-block;
    font-family:"DIN Regular", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #f2f2f2;
    background: #999;
    padding: 8px 10px 5px 9px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.qna dt::before {
    content: 'Q';
}
.qna dd {
    border-top: 1px solid #999;
    font-size: 15px;
    line-height: 2;
    padding: 4.324% 0 5.4%;
}
/*--------------------
- bnr_list
--------------------*/
.bnr_list .contents {
    padding: 0 20px;
}
.bnrArea {
    margin-bottom: 10.8%;
}
.bnrArea li + li {
    margin-top: 3%;
}
.bnrArea a {
    display: block;
}
.bnrArea img {
    width: 100%;
}
/*--------------------
- product
--------------------*/
.product {
    width: 30.81081%;
    float: left;
    margin-left: 3.785%;
}
.product:first-of-type {
    margin-left: 0;
}
.product img {
    width: 100%;
}
.product_ttl {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 7%;
}
.product a {
    display: block;
    font-size: 13px;
    color: #fff !important;
    text-align: center;
    background: #4e4e4e;
    -webkite-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 0;
}
.product a:hover {
    background: #b7b7b7;
}


@media print, screen and (max-width: 640px) {
/*--------------------
- section SP
--------------------*/

/*--------------------
- artist_list SP
--------------------*/
    .artist_list {
    padding: 8.64% 0 5.4%;
    }
    .artist_list li,
    .artist_list li:nth-child(3n+4) {
    width: 48%;
    height: 42vw;
    margin-left: 4%;
    }
    .artist_list li:nth-child(odd) {
    margin-left: 0;
    }
    .artist_list li a::before,
    .artist_list span.comment {
        display: none;
    }
    .artist_list li .group.long {
    display: block;
    font-size: 80%;
    white-space: nowrap;
    }
    
/*--------------------
- article SP
--------------------*/

/*--------------------
- artist SP
--------------------*/
    .artist {
    padding: 50px 0 0;
    }
    .artist:last-of-type {
    margin-bottom: 10.8%;
    }
    .artist_name .group {
    font-size: 14px;
    }
    .artist_photo,
    .artist_profile {
    float: none;
    width: 100%;
    }
    .artist_profile {
    margin-top: 3%;
    }
    .profile_name::before {
    font-size: 17px;
    padding-right: 0;
    }
    .profile_name {
    display: block;
    }
    .profile_name > span {
    display: none;
    }
    .profile_txt {
    font-size: 12px;
    }
    .artist_website {
    text-align: center;
    margin-top: 8%;
    }
    .record_day .artist_website a {
    width: 100%;
    font-size: 13px;
    padding: 4% 0;
    }
    .qna {
    margin-top: 10%;
    margin-bottom: 30px;
    }
    .qna dt::before {
    font-size: 15px;
    padding: 7px 9px 5px 8px;
    margin-right: 4%;
    margin-bottom: 4%;
    }
    .qna dt {
    font-size: 13px;
    }
    .qna dd:last-of-type {
    padding-bottom: 0;
    }
    .qna dd {
    font-size: 12px;
    line-height: 1.8;
    }
/*--------------------
- product SP
--------------------*/
    .product {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-bottom: 12%;
    }
    .product_ttl {
        margin-bottom: 3%;
    }
    .product a {
        display: block;
        font-size: 13px;
        color: #fff !important;
        text-align: center;
        background: #4e4e4e;
        -webkite-border-radius: 5px;
        border-radius: 5px;
        padding: 15px 0;
    }
}