@media screen and (max-width: 767px) {
  .product_list_section .container {
    padding-top: 70px;
  }
}
.product_list_section .container:nth-of-type(odd) {
  background:#f5f5f5;
/*  background: url(../img/product/bg.svg) repeat left top;
  background-size: contain; */
}

.product_title {
  font-size: clamp(20px, 2.92398vw, 30px);
  font-weight: 700;
  line-height: 2;
  padding-bottom: 6px;
  border-bottom: 1px solid #757575;
}
@media screen and (max-width: 767px) {
  .product_title {
    padding-bottom: 16px;
  }
}
.product_title + * {
  margin-top: 32px;
}

.product_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 60px 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .product_list {
    gap: 50px 20px;
  }
}
@media screen and (max-width: 640px) {
  .product_list {
    flex-wrap: nowrap;
    flex-direction: column;
    padding: 0 16px;
  }
}
.product_list .list {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .product_list .list {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .product_list .list {
    width: 100%;
  }
}
.product_list .list .text_area .product_name {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
.product_list .list .text_area .product_name{
  font-size: 4.5vw;
  line-height: 1.5;
}
.contents.product_youtube{
	padding:0 16px;
}
}
.contents.product_youtube h3{
    font-size: 25px;
    line-height: 2;
    position: relative;
    margin: 30px 0;
    padding-left: 40px;
}
.contents.product_youtube h3:before{
    content: "";
    position: absolute;
    display: block;
    top: 24px;
    left: 0;
    width: 30px;
    height: 5px;
    background: #0A50A1;
}
.contents.product_youtube .wrap{
    display:flex;
	flex-wrap: wrap;
    justify-content:space-between;
	gap: 40px 0;
}
.contents.product_youtube .wrap .box{
    width:500px;
}
.contents.product_youtube .wrap .box iframe{
    display:block;
    width:100%;
    aspect-ratio: 16 / 9;
}
.contents.product_youtube .wrap .box .title{
    font-size:20px;
}
.contents.product_youtube .wrap .box video{
    width: 100%;
    aspect-ratio: 16 / 9;
}
@media screen and (max-width: 767px) {
.contents.product_youtube .wrap .box .title{
  font-size: 4.5vw;
  line-height: 1.5;
}
}

/* product 下層 */

section.template.product .catarog li a{
  text-decoration:underline;
}
section.template.product .catarog img{
  height:300px;
}
section.template.product .movie{
  width: 800px;
  height: 450px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 767px) {
section.template.product .catarog img{
    display: block;
    margin: 0 auto;
}
section.template.product .movie{
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
}

/*# sourceMappingURL=product.css.map */
