/***********************************************************************
preset
**********************************************************************/
/***************************************************************************************************************************
module
**************************************************************************************************************************/
.mod-btn {
  border: 2px solid #c394c0;
  display: inline-block;
  position: relative;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  transition: all 0.3s ease 0s; }

.mod-btn a {
  display: block;
  padding: 8px 60px 8px 60px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #c394c0; }

.mod-btn:hover {
  background: #c394c0; }
  .mod-btn:hover a {
    color: #FFF; }

.black-btn {
  background: #000000;
  display: inline-block;
  padding: 10px 20px;
  transition: all 0.3s ease 0s; }
  .black-btn a {
    color: #FFF; }

.black-btn:hover {
  background: #c394c0; }

a img {
  transition: all 0.3s ease 0s; }

a:hover img {
  opacity: 0.7; }

.mod-link {
  background: url("../img/common/right-arrow.png") no-repeat 0 50%;
  transition: all 0.3s ease 0s; }
  .mod-link a {
    color: #000000;
    font-weight: bold;
    padding-left: 25px; }

.mod-link:hover {
  opacity: 0.7; }

.contents-ttl {
  text-align: center;
  margin-bottom: 30px; }

/***************************************************************************************************************************
product list
**************************************************************************************************************************/
.product-list::after {
  content: "";
  display: block;
  clear: both; }
.product-list img {
  width: 100%;
  height: auto; }
.product-list li {
  width: 230px;
  float: left;
  margin: 0 26px 40px 0px; }
  .product-list li a {
    color: #000000; }
    .product-list li a .img {
      margin-bottom: 15px; }
      .product-list li a .img img {
        width: 100%;
        height: auto; }
    .product-list li a dt {
      font-weight: bold;
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 5px;
      text-align: left; }
    .product-list li a dd {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1.5em;
      text-align: left; }
      .product-list li a dd .price {
        text-align: right;
        display: block;
        padding-top: 5px; }
.product-list li:nth-child(4n) {
  margin-right: 0px; }

.card-list li {
  background: #FFF;
  display: table;
  margin-bottom: 30px;
  padding-right: 20px; }
  .card-list li .img {
    display: table-cell;
    padding-right: 30px; }
  .card-list li dl {
    display: table-cell;
    vertical-align: middle; }
    .card-list li dl dt {
      font-size: 18px;
      font-size: 1.8rem;
      margin-bottom: 10px;
      font-weight: bold; }
.card-list li:last-child {
  margin-bottom: 0px; }

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  /***************************************************************************************************************************
  module
  **************************************************************************************************************************/
  .mod-btn a {
    padding: 5px 25px 5px 25px;
    font-size: 13px;
    font-size: 1.3rem;
    width: 100%; }

  .mod-btn {
    text-align: center;
    width: 100%; }
    .mod-btn a {
      padding: 10px 0px; }

  .black-btn {
    width: 100%;
    padding: 10px 0px;
    box-sizing: border-box;
    text-align: center; }

  /***************************************************************************************************************************
  product list
  **************************************************************************************************************************/
  .product-list li {
    width: 48%;
    margin: 0 4% 25px 0px; }
    .product-list li a .img {
      margin-bottom: 15px; }
      .product-list li a .img img {
        width: 100%;
        height: auto; }
    .product-list li a dt {
      font-size: 13px;
      font-size: 1.3rem; }
    .product-list li a dd {
      font-size: 12px;
      font-size: 1.2rem; }
  .product-list li:nth-child(2n) {
    margin-right: 0px; }
  .product-list li:nth-child(4n) {
    margin-right: 0px; }

  .card-list {
    box-sizing: border-box; }
    .card-list li {
      display: block;
      margin-bottom: 30px; }
      .card-list li .img {
        display: block;
        padding-right: 0px; }
        .card-list li .img img {
          width: 100%; }
      .card-list li dl {
        display: block;
        vertical-align: middle; }
        .card-list li dl dt {
          font-size: 15px;
          font-size: 1.5rem;
          padding: 10px;
          margin-bottom: 0px; }
        .card-list li dl dd {
          padding: 0px 10px 20px 10px;
          font-size: 12px;
          font-size: 1.2rem; }
          .card-list li dl dd .mod-link {
            margin-top: 10px; }
    .card-list li:last-child {
      margin-bottom: 0px; } }
.ttl-area {
  background: url("../img/accessory/main-vis-accsse.jpg") no-repeat center;
  background-size: cover; }
  .ttl-area h1 {
    width: 218px;
    height: 72px;
    position: absolute;
    top: 50%;
    left: 50px;
    margin-top: -34px;
    background: url("../img/accessory/accessory-ttl.png") no-repeat center; }

.contents {
  margin-bottom: 70px;
  padding: 0px;
  width: initial; }
  .contents .asccessory-block {
    width: 1000px;
    margin: 0 auto 70px; }
    .contents .asccessory-block .copy {
      text-align: center; }
    .contents .asccessory-block dl {
      display: table; }
      .contents .asccessory-block dl dt {
        display: table-cell;
        vertical-align: middle;
        width: 400px;
        padding-right: 20px; }
        .contents .asccessory-block dl dt img {
          width: 100%;
          height: auto; }
      .contents .asccessory-block dl dd {
        display: table-cell;
        vertical-align: middle; }
        .contents .asccessory-block dl dd span {
          display: block;
          font-weight: bold;
          padding-bottom: 5px; }
  .contents .img-list::after {
    content: "";
    display: block;
    clear: both; }
  .contents .img-list li {
    float: left;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: right;
    margin: 0 40px 30px 0px;
    width: 220px; }
    .contents .img-list li a {
      color: #000; }
    .contents .img-list li img {
      margin-bottom: 5px;
      height: auto;
      width: 100%; }
  .contents .img-list li:nth-child(4n) {
    margin-right: 0px; }

    .new-block{
      background: #f8f8f8;
      margin-top: 30px;
      margin-bottom: 200px;
    }
    .new-block .inner{
      width: 1000px;
      margin: 0 auto;
      text-align: center;
      position: relative;
    }
    .under-line{
      border-bottom: 3px solid #e88b8a;
    }
    .new-block h2{
      position: relative;
      font-size: 30px;
      font-weight: bold;
      padding-top: 50px;
      letter-spacing: 0.3em;
      margin-bottom: 70px;
    }
    .new-block h2:before{
      content: "";
      width: 362px;
      height: 67px;
      position: absolute;
      left: 50%;
      top: -30px;
      margin-left: -181px;
       background: url("../img/accessory/new-arrival-ttl.png") no-repeat center;
    }
    .img-box{
      position: relative;
      margin-bottom: 60px;
    }
    .copy1{
      text-align: left;
      position: absolute;
      left: 520px;
      top: 30px;
    }
    .copy2{
      text-align: left;
      position: absolute;
      bottom: 60px;
      left: 30px;
    }
    
    .copy1 span{
      background: #FFF;
      line-height: 1em;
      padding: 8px;
      display: inline-block;
      margin-bottom: 5px;
      font-weight: bold;
      font-size: 16px;
    }
    .copy2 span{
      background: #FFF;
      line-height: 1em;
      padding: 8px;
      display: inline-block;
      margin-bottom: 5px;
      font-weight: bold;
      font-size: 16px;
    }
    .ex-box{
      display: table;
      text-align: left;
    }
    .ex-box h3{
      display: table-cell;
      width: 130px;
      padding: 0 30px;
      font-size: 28px;
      letter-spacing: 0.3em;
      font-weight: bold;
    }
    .ex-box p{
      text-align: left;
      padding-bottom: 10px;
    }
    .ex-box li{
      display: inline-block;
      font-size: 20px;
      position: relative;
    }
    .ex-box li:first-child{
      margin-right: 20px;
    }
   .ex-box li:first-child:after{
    content: "";
    width: 45px;
    height: 45px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -34.5px;
    z-index: 1;
    margin-top: -32.5px;
    background: url("../img/accessory/plus.png") no-repeat center;
   }
    .ex-box li dd{
      text-align: center;
      font-weight: bold;
    }
    .ex-box ul{
      margin-bottom: -80px;
     }
     .ex-box li dt img{
      margin-bottom: 10px;
     }

     .main-copy{
      margin-bottom: 80px;
     }


@media only screen and (max-width: 750px) {
       .main-copy{
      margin-bottom: 50px;
     }
    .new-block{
      background: #f8f8f8;
      margin-top: 30px;
      padding-bottom: 30px;
      margin-bottom: 120px;
    }
    .new-block .inner{
      width: 100%;
      padding: 0 4%;
      box-sizing: border-box;
    }
    .new-block h2{
      position: relative;
      font-size: 20px;
      font-weight: bold;
      padding-top: 30px;
      letter-spacing: 0.3em;
      margin-bottom: 30px;
    }
    .new-block h2:before{
      content: "";
      width: 181px;
      height: 33.5px;
      position: absolute;
      left: 50%;
      top: -10px;
      margin-left: -90.5px;
       background: url("../img/accessory/new-arrival-ttl.png") no-repeat center;
       background-size: contain;
    }
    .img-box{
      position: initial;
      margin-bottom: 30px;
    }
    .img-box img{
      width: 90%;
      height: auto;
    }
    .copy1{
      text-align: left;
      position:  initial;
    }
    .copy2{
      text-align: left;
      position: initial;
      margin-bottom: 20px;
    }
    
    .copy1 span{
      background: #FFF;
      line-height: 1em;
      padding: 10px;
      display: inline-block;
      margin-bottom: 5px;
      font-weight: normal;
      font-size: 14px;
    }
    .copy2 span{
      background: #FFF;
      line-height: 1em;
      padding: 10px;
      display: inline-block;
      margin-bottom: 5px;
      font-weight: normal;
      font-size: 14px;
    }

    .img-box .img{
      margin-bottom: 40px;
    }
    .ex-box{
      display: block;
      text-align: left;
    }
    .ex-box h3{
      display: block;
      width: auto;
      text-align: center;
      padding: 0 30px;
      font-size: 20px;
      margin-bottom: 20px;
      letter-spacing: 0.3em;
      font-weight: bold;
    }
    .ex-box p{
      text-align: left;
      padding-bottom: 10px;
    }
    .ex-box li{
      display: inline-block;
      font-size: 16px;
      position: relative;
    }
    .ex-box li:first-child{
      margin-right: 0px;
      margin-bottom: 25px;
    }
   .ex-box li:first-child:after{
    display: none;
   }
    .ex-box li dd{
      text-align: center;
      font-weight: bold;
    }
    .ex-box ul{
      margin-bottom: 0px;
     }
     .ex-box li dt img{
      width: 100%;
      height: auto;
      box-sizing: border-box;
      padding-bottom: 6px;
      margin-bottom: 10px;
     }



  .ttl-area {
    background: url("../img/accessory/main-vis-accsse-sp.jpg") no-repeat center;
    background-size: cover; }
    .ttl-area h1 {
      width: 108px;
      height: 38px;
      position: absolute;
      margin-top: 0px;
      left: initial;
      background: url("../img/accessory/accessory-ttl-sp.png") no-repeat center;
      background-size: contain; }

  .contents .asccessory-block {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 6%;
    box-sizing: border-box; }
    .contents .asccessory-block .text {
      margin-bottom: 20px;
      text-align: left; }
    .contents .asccessory-block .img-list li {
      float: left;
      font-size: 13px;
      font-size: 1.3rem;
      text-align: right;
      width: 48%;
      margin: 0 4% 30px 0px; }
      .contents .asccessory-block .img-list li a {
        color: #000; }
      .contents .asccessory-block .img-list li img {
        margin-bottom: 5px;
        width: 100%; }
    .contents .asccessory-block .img-list li:nth-child(4n) {
      margin-right: 4%; }
    .contents .asccessory-block .img-list li:nth-child(2n) {
      margin-right: 0%; }
    .contents .asccessory-block dl {
      display: block; }
      .contents .asccessory-block dl dt {
        display: block;
        vertical-align: initial;
        width: 100%;
        padding: 0 0 15px 0px; }
        .contents .asccessory-block dl dt img {
          width: 100%;
          height: auto; }
      .contents .asccessory-block dl dd {
        display: table-cell;
        vertical-align: initial; } }
