@charset "UTF-8";
/* CSS Document */
  .p-news__block__heading-2{
    box-sizing: border-box;
  }

.p-product__grid.lo-col{
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.p-product__grid.lo-col .p-product__grid__col{
  width: 100%;
  display: grid;
  grid-template-columns: auto 58%;
  -ms-align-items: center;
  align-items: center;
}
.c-product__data {
  display: grid;
  grid-template-columns: 100%;
  place-content: flex-start;
  place-items: flex-start;
}
.c-product__data .c-product-name{
  margin-top: 0;
  background-color: #E60010;
  color: #fff;
  z-index: 1;
  translate:max(-30px,-7.7vw) 0;
}
.c-product__data .c-product-spec::before{
  content: none;
}
.c-product__data .c-product-name{
  padding: min(10px,2.5vw) min(30px,4vw) calc(min(10px,2.5vw) + 1.5rem);
  line-height: 1.5;
  letter-spacing: .1em;
}
.c-product-name ruby[data-ruby]{
  position: relative;
}
.c-product-name ruby[data-ruby]::after{
  content: attr(data-ruby);
  position: absolute;
  transform: translate(-50%, 100%);
  display: block;
  left: 50%;
  bottom: 0;
  white-space: nowrap;
  letter-spacing: .1em;
  font-size: 1.2rem;
  font-weight: 700;
}
.c-product-name ruby[data-ruby] rt{
  display: none;
}
.c-product-comment{
  width: 100%;
  padding: min(30px,6.5vw) min(50px,5vw) min(40px,5vw);
  position: relative;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap:10px;
}
.c-product-comment::before{
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + min(30px,6.5vw));
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.c-product-lead{
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  position: relative;
}
.c-product-comment .c-product-spec{
  margin-top: 0;
  font-size: 1.4rem;
}
.c-product-comment .c-product-spec .lo__flex{
  display: flex;
}
.c-product-comment .c-product-spec .lo__flex span:nth-child(1){
  min-width: 4.25em;
}
@media(max-width:767px){
  .p-product__grid.lo-col .p-product__grid__col{
    grid-template-columns: 100%;
  }
  .c-product__data .c-product-name{
    min-width: 85%;
  }
  .c-product__data .c-product-name.sp-col{
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-bottom: min(10px,2.5vw);
  }
  .c-product__data .c-product-name.sp-col ruby::after{
    left: 100%;
    top: 50%;
    transform: translate(0, -50%);
  }
  .c-product-comment{
    margin-left: auto;
  }
  .c-product-comment::before{
    width: 100vw;
  }
  .c-product-lead{
    font-size: 1.6rem;
  }
}