@charset "shift_jis";

.main1c {
  margin-bottom: 20px;
}

.main1c .all-section {
  padding: 30px 0;
}

.main1c .section {
  background: #fff;
  padding: 20px 0;
}

.all-section .section {
  background: none !important;
}

.main1c .section .block {
  background: #fff;
  margin-bottom: 1px;
}

.main1c .section .feature,
.main1c .section .cdlist {
margin-bottom: 0;
}

.main1c .block-border {
  border: none;
  border-radius: 0;
  background: #fff;
}

/* column layout */

.main1c .section .block .column1,
.main1c .section .block .column2,
.main1c .section .block .column3,
.main1c .section .block .column4 {
  background: #fff !important;
}

.main1c .section .column3,
.main1c .section .column4 {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main1c .section .block-border {
  border: none;
  border-radius: 0;
}

/* caption */

.main1c .section h2 {
  background: #fff;
  display: block;
  line-height: 1.2;
  padding: 25px 20px 10px;
  margin: 0 auto;
  text-align: left;
  font-weight: 700;
  width: 670px;
}

.main1c .section .block h2 {
  background: none;
  font-size: 25px;
  padding: 0 0 10px;
  width: auto;
}

.main1c .section h2:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 8px;
  margin-top: 10px;
}

.main1c .section h2,
.main1c .section h2 span {
  font-size: 30px;
}

.main1c .section h2 span {
  color: #151515;
}

.section h2 span.itemtitle::before {
  display: none;
}

.section h2.block-title {
  font-size: 25px;
  padding: 15px 20px;
}

.section h2.block-title:after {
  content: none;
}

.main1c .section .img-caption {
  background: #fff;
  border-radius: 0;
  padding: 20px;
}

.main1c .section .img-caption img {
  width: auto;
  max-width: 100%;
}

.main1c .section .img-caption:after {
  display: none;
}

.main1c .section h2 span.itemtitle {
  font-size: 14px;
  color: #888;
  padding: 4px 0 0;
}

.main1c .section .box span:nth-child(1) {
  background: none;
}

.main1c .section .box span:nth-child(2) {
  background: #fff;
  background: rgba(255,255,255,0.8);
}

.main1c .section .underline {
  border-bottom: none;
}

.main1c .section .underline:after {
  content: ' ';
  display: block;
  height: 2px;
  margin-top: 8px; 
  width: 100%;
}

/* top image */

.main1c .detailetmpl {
  width: 100%;
}

.main1c .all-section .detailetmpl {
  margin: 30px 0 15px;
  margin-left: auto;
  margin-right: auto;
}

.main1c .detailetmpl .mv {
  width: 710px; 
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .main1c .detailetmpl .mv {
    width: auto; 
  }
  
}
.main1c .detailetmpl .order-wrap {
  width: 610px;
  margin: 0 auto;
  padding: 30px 0;
}

/* feature */

.main1c .section .feature {
  margin-bottom: 0 !important;
  padding-bottom: 15px;
}

.main1c .feature .column1 p.point-number {
  left: -1%;
}

.main1c .feature .column1 {
  margin-left: 3%;
  padding-left: 11%;
  border-bottom: 1px solid #ddd;
}

/* cd list */

.main1c .section .cdlist {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0 20px 20px;
  width: 710px;
}
@media screen and (max-width: 767px) {
  .main1c .section .cdlist {
    padding: 0 14px 14px;
    width: auto;
  }
}

.main1c .section .cdlist:nth-of-type(1) {
  padding: 20px;
}

.main1c .section .cdlist .column2 {
  border: 1px solid #ccc;
}

.cdlist .cdlist-description,
.cdlist ul, .cdlist ol ,
.cdlist p.annotation {
  margin-left: 15px;
  margin-right: 15px;
}

.cdlist .annotation {
  padding: 10px 0;
}

.main1c .mono-annotation {
  padding: 0 20px 0 5px;
}

.cdlist ul li::before {
  color: #555;
}

/* spec */

.main1c .section .spec {
  padding: 0 0 25px;
}

p.spec-title {
  margin: 0;
}


/* for SP */ @media screen and (max-width: 767px) {

  /* common layout */

  .main1c #shop_contents2 {
    margin-bottom: 10px;
  }

  .main1c .all-section {
    padding: 5px 0;
    /* margin-left: -10px;
    margin-right: -10px; */
  }

  /* column layout */

  .main1c .column1,
  .main1c .column2,
  .main1c .column3,
  .main1c .column4 {
    background: #fff !important;
  }

  .main1c .feature .column1,
  .main1c .feature > .column2,
  .main1c .feature > .column3,
  .main1c .feature > .sp-column2,
  .main1c .feature > .sp-column3 {
    margin-left: 0;
    margin-top: 0;
    padding-top: 10px !important;
    padding-left: 18% !important;
    padding-right: 10px !important;
    width: 100% !important;
  }

  .main1c .section .block .column2:nth-child(2n),
  .main1c .section .block .column3:nth-child(3n),
  .main1c .section .block .column3:nth-child(3n-1),
  .main1c .section .block .column4:nth-child(4n),
  .main1c .section .block .column4:nth-child(4n-1),
  .main1c .section .block .column4:nth-child(4n-2),
  .main1c .section .block .flexbox-order2,
  .main1c .section .block .flexbox-order3,
  .main1c .section .block .flexbox-order4 {
    margin-top: 0 !important;
  }

  .column1, .column2, .column3, .column4 {
    padding: 10px;
  }

  .cdlist .cdlist-description,
  .cdlist ul, .cdlist ol ,
  .cdlist p.annotation {
    margin-left: 10px;
    margin-right: 10px;
  }

  .main1c .section {
    padding: 8px 0;
  }
  .main1c .section .img-caption {
    padding: 10px;
  }

  .main1c .section .block .sp-column2 {
    width: 49.8%;
  }

  .main1c .section .block .sp-column2.width-small {
    width: 34.8%;
  }

  .main1c .section .block .sp-column2.width-big {
    width: 64.8%;
  }

  .main1c .section .block .sp-column2 img {
    width: 100%;
  }

  .main1c .section h2:after {
    height: 4px;
  }

  .main1c .section .block .sp-column2:nth-child(2n) {
    margin-top: 0 !important;
    margin-left: 0.4%;
  }

  .main1c .section .block .sp-column3 {
    width: 33.1%;
  }

  .main1c .section .block .sp-column3:nth-child(3n),
  .main1c .section .block .sp-column3:nth-child(3n-1) {
    margin-top: 0 !important;
    margin-left: 0.3%;
  }

  .main1c .section .block .sp-column4 {
    width: 24.68%;
  }

  .main1c .section .block .sp-column4:nth-child(4n),
  .main1c .section .block .sp-column4:nth-child(4n-1),
  .main1c .section .block .sp-column4:nth-child(4n-2) {
    margin-top: 0 !important;
    margin-left: 0.4%;
  }

  .main1c .section .block {
    margin-bottom: 2px;
  }

  .main1c .section .block-border {
    border: none;
  }

  /*caption */

  .main1c .section h2 {
    box-sizing: border-box;
    padding: 15px 10px 10px;
    text-align: left;
    width: 94%;
  }

  .main1c .section h2,
  .main1c .section h2 span {
    font-size: 20px;
    line-height: 1.3;
  }

  .main1c .section h2 span.itemtitle {
    font-size: 13px;
  }
  
  .main1c .section .block h2 {
    font-size: 17.5px;
  }

  /* top image */

  .main1c .detailetmpl .order-wrap {
    background: #fff;
    width: 325px;
    padding: 20px auto;
  }

  .main1c .detailetmpl .mv {
    margin: 0 !important;
    width: 100%;
  }

  /* feature */

  .main1c .feature .column1, .main1c .feature > .column2, .main1c .feature > .column3, .main1c .feature > .sp-column2, .main1c .feature > .sp-column3 {
    box-sizing: border-box;
    margin-left: 2% !important;
    margin-right: 2% !important;
    min-height: 62.5px;
    padding-top: 5px !important;
    padding-bottom: 10px !important;                      
    width: 96% !important;
  }

  .main1c .section .feature .column2:nth-child(2n), .main1c .section .feature .column3:nth-child(3n), .main1c .section .feature .column3:nth-child(3n-1) {
    margin-top: 2px !important;
  }

  .main1c .feature .column1 p.point-number,
  .main1c .feature .column2 p.point-number,
  .main1c .feature .column3 p.point-number {
    left: 2px;
    top: 2px;
  }

  /* cd list */

  .main1c .section .cdlist {
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 0px;
    padding: 10px !important;
    width: 94%;
  }

  .main1c .section .cdlist .sp-column2 ul li,
  .main1c .section .cdlist .sp-column2 ol li {
    font-size: 14px !important;
    text-indent: -28px;
    padding-left: -11px;
  }

  .main1c .section .cdlist:nth-child(n+2) {
    box-sizing: border-box;
    background: #fff;
  }

  .main1c .section .cdlist .column2:nth-child(n+2) {
    margin-top: 10px !important;
  }

  .main1c .section .cdlist .sp-column2:nth-child(n) {
    width: 49% !important;
  }

  .main1c .section .cdlist .sp-column2:nth-child(n+2) {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }

  .main1c .section .cdlist .sp-column2:nth-child(2n) {
    margin-left: 2% !important;
  }

  .cdlist .sp-column2 .annotation {
    padding: 0 0 5px;
  }

  /* flex box */

  .main1c .flexbox {
    width: 94%;
  }

  .main1c .section .block .flexbox-order1 {
    margin-top: 0 !important;
  }

  /* J-Stream Movie Size Adjustment */

  .jstream-eqPlayer,
  .h5_player,
  .player_main,
  .video_main {
    width: 94%!important;
  }

} /* @media max-767px */

/* for PC */ @media screen and (min-width: 768px) {

  /* caption */

  .section h3.box span:nth-child(1) {
    font-size: 16px;
    width: 50px;
  }

  /* column layout */

  .main1c .section {
    padding: 15px 0;
  }

  .main1c .section .column3 {
    width: 33.33%;
  }

  .main1c .section .column4 {
    width: 25%;
  }

  .main1c .section .block > .column3:nth-child(3n-2) {
    padding-left: 20px;
  }

  .main1c .section .block > .column3:nth-child(3n) {
    padding-right: 20px;
  }

  .main1c .section .block > .column4:nth-child(4n-3) {
    padding-left: 20px;
  }

  .main1c .section .block > .column4:nth-child(4n) {
    padding-right: 20px;
  }

  /* J-Stream Movie Size Adjustment */

  .jstream-eqPlayer,
  .h5_player,
  .player_main,
  .video_main {
    width: 670px !important;
  }

} /* @media min-768px */