@charset "shift_jis";

/*============ 商品ページ個別CSS ===========*/

/*============= 色指定ここから =============*/
.main1c .section h2:after,
.main1c .section .block-title,
.main1c .section .box,
.main1c .cdlist-default .cdlist-title,
.main1c .section .underline:after,
.main1c p.point-number {
  background: #a65a9d;  /*【←アクセントカラーを設定】*/
}

.all-section {
  background: #E8DAE2 !important;  /*【←背景色を設定】*/
}
/*============= 色指定ここまで =============*/

/*============ 全体用CSSここから ===========*/

#section02 h2 span.dvd {
  background-color: #3A59AD;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
  padding: 4px;
  text-align: center;
  width: 130px; 
}

#section02 h2 span.cd {
  background-color: #CE4848;
  border-radius: 8px;
  color: #fff;
  display: block;
  font-size: 24px;
  margin-bottom: 5px;
  padding: 4px;
  text-align: center;
  width: 130px; 
}

#section02 .block .bg01,
#section02 .block .bg02 {
  background: #000 url(../../shinchodvd/img/shinchodvd_section02_1.jpg) bottom left no-repeat !important;
  background-size: 100%;
  background-size: cover;
}

#section02 .block .bg02 {
  background: #000 url(../../shinchodvd/img/shinchodvd_section02_2.jpg) bottom left no-repeat !important;
}

#section03 .block-title span {
  color:#fff;
  font-size: 80%;
  font-weight: normal;
  margin: 0 0 0 10px;
}

#section03 .profile {
  background: #000;
  display: block;
  width: 100%;
}

#section03 .profile img {
  width: 200px;
}

#section03 .shincho-comment {
  background: none;
  margin-top: 15px;
}

#section03 .shincho-comment .column2 {
  border-radius: 6px;
}

#section03 .shincho-comment .column2 a {
  text-decoration: underline;
}

#section03 .shincho-comment h3 {
  font-size: 18px;
}
#section03 .shincho-comment h3 span {
  font-size: 24px;
}

#section04 h2 {
  font-size: 25px;
}

#section04 h2 span.colorblock {
  display: inline-block;
  background: #AF6D2F;
  border-radius: 8px;
  font-size: 28px;
  padding: 6px 10px;
  margin: 4px 10px 4px 0;
  color: #fff;
}

#section04 h2 span.dvd {
  background-color: #3A59AD;
}

#section04 h2 span.cd {
  background-color: #CE4848;
}

.main1c #section05 .cdlist .column2 {
  border: 1px solid #888;
}

.main1c #section05 .cdlist-default .cdlist-title {
  background: #3A59AD;
}

.main1c #section05 .shincho-cd .cdlist-title {
  background: #CE4848;
}

#section05 dl dt {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(left,  #ffffff 35%, #ffe3a3 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #ffffff 35%,#ffe3a3 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #ffffff 35%,#ffe3a3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */  
  box-shadow: 0 2px 2px #bbb;
  display: block;
  border: 1px solid #3A59AD;
  padding: 8px;
  margin: 15px 15px 10px;
  font-size: 30px;
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif !important;
}

.main1c #section05 .shincho-cd dl dt {
  border: 1px solid #CE4848;
}

#section05 dl dt span {
  color: #555;
  display: block;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 2px 0 0;
}

#section05 dl dd {
  margin: 5px 18px 15px;
}

#section05 dl dd span {
  border-top: 2px solid #A82D2D;
  color: #A82D2D;
  display: block;
  margin: 5px 0 0;
  padding: 5px 0 0;
}


/*============ 全体用CSSここまで ===========*/

@media screen and (max-width: 767px) {
  /*======= スマートフォン用CSSここから ======*/

  #section01 .column2:nth-of-type(1) p {
    display: block;
    height: 500px;
    overflow: hidden;
  }
  
  #section02 h2 span.dvd,
  #section02 h2 span.cd {
    font-size: 18px;
    width: 100px;
  }
  
  #section02 .block .bg01, #section02 .block .bg02 {
    background-position: left top;
    height: 450px;
  }
  
  #section03 .width-big p,
  #section03 .shincho-comment .column2 p {
    font-size: 14px;
  }
  
  #section03 .shincho-comment h3 {
    font-size: 16px;
  }

  #section03 .shincho-comment h3 span {
    font-size: 20px;
  }
  
  #section03 .shincho-comment .column2:nth-of-type(1) {
    margin-bottom: 15px;
  }
  
  #section04 h2,
  #section04 h2 span.colorblock {
    font-size: 15px;
    line-height: 1.4;
  }
  
  #section05 dl dt {
    align-items: center;
    display: flex;
    font-weight: bold;
    font-size: 22px;

  }
  
  #section05 dl dt span {
    display: inline-block;
    font-size: 10px;
    padding: 0 0 0 5px;
  }
  #section05 dl dd {
    font-size: 14px;
  }
  /*======= スマートフォン用CSSここまで ======*/
} /* end media query */