@charset "UTF-8";

.content-header.blu-ray-header {
  background-color: #C15EA1;
}

.content-header.blu-ray-header .content-header-inner {
  background-image: url("../img/blu-ray-header-image.png");
  background-position: left 0 bottom 0;
  background-size: 164px auto;
  background-repeat: no-repeat;
}

.content-header.blu-ray-header img {
  display: inline-block;
  width: 294px;
}

.low-content-main h1{
  color: #C15EA1;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 160%;
  margin: 5rem 0 1.5rem;
}

.low-content-main dl{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.low-content-main dl dt{
  color: #FFF;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  width: 90px;
  background: #C15EA1;
  border-radius: 3px;
  height: 3.2rem;
  margin: 0 17px 20px 0;
}

.low-content-main dl dd{
    color: #0C0B0B;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 170%;
    margin: 2px;
    max-width: 780px;
    width: 100%;
}

.low-content-main h4{
  color: #C15EA1;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.low-content-main p{
  color: #0C0B0B;
  font-size: 1.6rem;
  line-height: 170%;
  margin:0 0 0 30px;
}

.low-content-main p.txt_bold{
  font-weight: 700;
  line-height: 170%;
  text-indent: -1.2em;
  margin:10px 0 5px 1.2em;
}

.low-content-main ul{
  margin:0 0 15px 3px;
}

.low-content-main ul li{
  line-height: 1.7;
  margin: 0;
}

.low-content-main .attention p{
  font-size: 1.2rem;
  text-indent: -1.2em;
  margin: 0 0 10px 15px;
}

.low-content-main .center{
  text-align: center;
  margin: 0;
}

.low-content-main .button {
  display: inline-block;
  padding: 15px 54px;
  border: solid 1px transparent;
  border-radius: 9999px;
  background-image: url("../img/ico-aw.svg");
  background-position: right 22px center;
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-color: #C15EA1;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  margin: 0 auto;
}

.low-content-main .button:hover,
.low-content-main .shop_list li .shop_button:hover {
   border-color: #C15EA1;
  background-image: url(../img/ico-aw-p.svg);
  background-color: #ffffff;
  color: #C15EA1;
}

.low-content-main h3{
  margin-top: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid #0c0b0b;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7;
}

.low-content-main .shop_list{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: 5%;
}

.low-content-main .shop_list li{
  width: 30%;
  list-style-type: none;
  padding: 0;
  margin: 5% 0 0;
}

.low-content-main .shop_list .shop_name{
  color: #C15EA1;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  display: block;
  margin:0 0 8px;
}

.low-content-main .shop_list .shop_name span{
  font-size: 1.3rem;
}

.low-content-main .shop_list li img{
  border: solid 1px #C15EA1;
  margin: 0;
  width: 100%;
}

.low-content-main .shop_list li a{
  text-decoration: none;
}

.low-content-main .shop_list li .shop_button{
  display: block;
  padding: 10px;
  border: solid 1px transparent;
  border-radius: 9999px;
  background-image: url("../img/ico-aw.svg");
  background-position: right 22px center;
  background-size: 7px auto;
  background-repeat: no-repeat;
  background-color: #C15EA1;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  margin: 20px auto 0;
  text-decoration: none;
}

@media (max-width: 767.98px) {

  .content-header.blu-ray-header .content-header-inner {
    background-size: 100px auto;
  }

  .content-header.blu-ray-header img {
    width: 180px;
  }

  .low-content-main h1{
    font-size: 2rem;
    margin: 4rem 0 0 -30px;
    width: 100vw;
  }

  .low-content-main dl {
    margin-bottom: 30px;
  }

  .low-content-main dl dt{
    font-size: 1.5rem;
    margin: 0 17px 0 0;
    height: 3rem;
  }

  .low-content-main dl dd{
    font-size: 1.5rem;
    margin: 5px 0 15px;
    max-width: 660px;
  }

  .low-content-main h4{
    font-size: 1.5rem;
  }

  .low-content-main p{
    font-size: 1.5rem;
    margin:0 0 0 20px;
  }

  .low-content-main p.txt_bold{
    margin:17px 0 5px 1.2em;
    font-size: 1.5rem;
  }

  .low-content-main ul{
    margin:0 0 15px 3px;
  }

  .low-content-main .button {
    padding: 20px 54px;
    background-position: right 22px center;
    font-size: 1.6rem;
  }

  .low-content-main h3{
    margin-top: 50px;
    padding-bottom: 10px;
    font-size: 1.8rem;
  }

  .low-content-main .shop_list{
    width: 100%;
    gap: 5%;
  }

  .low-content-main .shop_list li{
    width: 100%;
    margin: 10px 0 40px;
  }

  .low-content-main .shop_list li .shop_button{
    padding: 20px;
    background-position: right 22px center;
    background-size: 7px auto;
    font-size: 1.6rem;
    margin: 20px auto 0;
  }
}