@charset "utf-8";

/* shapeheart　ページ */
/* mv */
.mv-shapeheart{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  gap: 15px;
  background-color: #000;
  color: #fff;
  font-size: 124%;
  padding: 50px 0 30px;
}

.mv-shapeheart h2 img{
  max-width: 550px;
  width: 80%;
}

.topImg {
  width: 100%;
  height: auto;
  display: block;
}

.topImg_box {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
}

.txt_pt30_pb15 {
  padding: 30px 0 15px;
  text-align: center;
}

.h2_logo {
  max-width: 350px;
  width: 80%;
}


.txt_content {
  text-align: center;
}

.txt_content .txt_wrap {
  padding: 20px 35px 10px;
  margin: 0 auto;
  display: inline-block;
  font-size: 16px;
}

h3 {
  font-size: 20px;
}

#contents {
  margin: 0 auto 150px;
}



/* txt
----------------------------------------------------*/
.bland-ttl{
  font-size: 44px;
  text-align: center;
  margin-bottom: 54px;
}


.ttlLine {
  font-size: 28px;
  font-weight: bold;
  margin-top: 50px;
}

.inner-a {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin-top: 50px;
}

.inner-b {
  display: flex;
  justify-content: center;
  gap: 3%;
  margin-top: 30px;
}

.inner-c {
  display: flex;
  justify-content: center;
  gap: 3%;
  margin-top: 50px;
  /* margin-bottom: 210px; */
  margin-bottom: 40px;
}

.product-name {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding-top: 10px;
}

.product-name_ja {
  font-size: 14px;
  font-weight: 500;
}

.product-box {
  background: #f6f6f6;
  padding: 20px 20px 26px;
  max-width: 31.3%;
}

.product-pdf a ,
.product-mv a {
  display: flex;
  color: #000;
  text-decoration: none;
}

.product-pdf a:hover ,
.product-mv a:hover {
  opacity: 0.7;
}

.product-pdf {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.product-pdf img {
  width: 18px;
  margin-right: 1vw;
}

.product-mv {
  align-items: center;
  margin-top: 8px;
}

.product-mv img {
  width: 18px;
  margin-right: 1vw;
}

.product-p {
  font-size: 15px;
}

.product-value {
  display: inline-block;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
}


/* slider */
.slide-items {
  width: 100%;
  height: auto;
}

.slide-items img {
  width: 100%;
  height: auto;         
  max-height: 200px;    
  object-fit: contain; 
  display: block;
  margin: 0 auto;
}

.slick-dots li button:before {
  font-size: 10px;
  top: 6px;
}

.slick-prev:before, .slick-next:before {
  font-family: none;
}


@media screen and (max-width:768px) {
  .mv-shapeheart{
    padding: 60px 0 30px;
    margin-top: 75px;
  }

  h3 {
    font-size: 130%;
  }

  .brPc {
    display: none;
  }

  .txt_content .txt_wrap {
    font-size: 102.5%;
  }

  .h2_logo {
    max-width: 250px;
  }

  .bland-ttl{
    /* font-size: 118.5%; */
    font-size: 175%;
    text-align: center;
    margin-bottom: 2em;
  }

  .ttlLine {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5vh;
  }

  .inner-a {
    display: block;
    margin: 0 auto;
    max-width: 1100px;
  }

  .inner-b {
    display: block;
    justify-content: center;
    gap: 3%;
    margin-top: 30px;
  }

  .inner-c {
    display: block;
    justify-content: center;
    max-width: 1100px;
    margin-top: 50px;
    margin-bottom: 70px;
  }

  /* .product-name {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
  } */

  .product-box {
    background: #f6f6f6;
    padding: 20px 20px 26px;
    max-width: none;
    width: 100%;
    margin-top: 30px;
  }

  .product-pdf img {
    margin-right: 2vw;
  }

  .product-mv img {
    margin-right: 2vw;
  }

  .slick-dots li button:before {
    font-size: 7px;
    top: 6px;
  }

  .slick-dots li {
    margin: 0;
  }
}


/* JANコード　ページ */
.sec-tbl {
  overflow-x: auto;
}

.jan-list.mt30.mrlauto {
  margin: 30px auto 40px;
  max-width: 1150px;
  width: 100%;
}

th,
td {
  font-size: 16px;
}

td.list-name {
  font-size: 18px;
}

td.list-name span {
  font-size: 14px;
}

.jan-list {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.jan-list th,
.jan-list_tr .list-name {
  border: 1px solid #d5d5d5;
  padding: 15px;
}

.jan-list td {
  border: 1px solid #d5d5d5;
}

.jan-list_tr.dotted {
  border-top: 2px dashed #eee;
}

.jan-list .th01 {
  width: 32%; 
  min-width: 164px;
}

.jan-list .th02 {
  width: 21%;
  min-width: 108px;
}

.jan-list .th03 {
  width: 9%;
  min-width: 46px;
}

.jan-list .th04 {
  width: 23%;
  min-width: 118px;
}

.jan-list .th05 {
  width: 15%;
  min-width: 76px;
}

.jan-list_tr td {
  vertical-align: middle;
}

.jan-list_img {
  width: 170px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.jan-list_tr.tr-ttl {
  background: #f0f0f0;
}

@media screen and (max-width:768px) {
  th,
  td {
    font-size: 11px;
  }

  td.list-name {
    font-size: 12px;
  }

  td.list-name span {
    font-size: 9px;
  }

  .jan-list th,
  .jan-list_tr .list-name {
    padding: 5px 0;
  }

  .jan-list_tr .td-p5 {
    padding: 5px;
  }

  .jan-list_img {
    width: 100px;
  }
}

@media screen and (max-width:1190px) {
  .jan-list.mt30.mrlauto {
    margin: 0 20px;
  }
}