@charset "UTF-8";
.under_mv_inner{
  background: url("../img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
footer{
  margin-top: 80px;
}
.caption_flex {
    display: flex;
    gap: 0 20px;
    flex-wrap: wrap;
}
.pro_block.pro_block--flex {
    display: flex;
    justify-content: space-between;
}
.pro_child .pro_name {
    min-height: 100px;
}
.pro_child .pro_img {
    margin: 10px auto 0;
    min-height: 320px;
}
.product_detail .pro_img{
    gap: 20px;
}
.pro_child {
    max-width: 235px;
    width: 100%;
}
.pro_add {
    display: flex;
    max-width: 720px;
    width: 90%;
    padding: 10px;
    margin: 100px auto 0;
    border: 2px solid #c5010f;
    border-radius: 3px;
}
.pro_add p {
    font-size: 2rem;
    font-weight: bold;
    color: #c5010f;
}
.pro_bot {
    margin: 25px auto 0;
}
.pro_name--des {
    font-size: 1.6rem;
    font-weight: normal;
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
.pro_block.pro_block--flex {
    flex-direction: column;
    align-items: center;
  gap:20px;
}
.pro_child {
    max-width: 100%;
    border-top: 2px solid #111868;
}
.pro_child:first-child {
    border-top: none;
}
.pro_child .pro_img {
    min-height: 0;
}
.pro_add {
    padding: 10px 2%;
}
.pro_add p {
    font-size: 4.5vw;
}
}
@media print {

}