@charset "UTF-8";
.under_mv_inner{
  background: url("../img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}

.pro_intro {
    max-width: 1024px;
    width: 90%;
    margin: 50px auto 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 5% 40px;
    background: url("../img/bg_00.png") ;
  -webkit-background-size: cover;
  background-size: cover;
}
.pro_flex {
    display: flex;
    justify-content: center;
    gap: 20px 60px;
    margin-top: 25px;
}
.pro_cata {
}
.pro_cata a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.cata_name {
    font-weight: bold;
    color: #000;
    margin-top: 10px;
}
.pro_cont {
    margin: 80px 0 0;
    padding: 80px 0 70px;
}

.pro_cont--01 {
    background: url("../img/bg_01.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
.pro_cont--02 {
    background: url("../img/bg_02.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
.pro_cont--03 {
    background: url("../img/bg_03.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
.pro_cont--04 {
    background: url("../img/bg_04.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
.pro_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1024px;
    width: 90%;
    margin: auto;
}
.pro_head {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.pro_title {
    font-size: 2.4rem;
    font-weight: bold;
    color: #c62b1f;
    margin-top: 10px;
    letter-spacing: 4.5px;
}
.even .pro_title {
    color: #111868;
}
.pro_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}
.pro_list--short {
  max-width: 676px;
  margin: 40px auto 0;
    width: 100%;
}
.pro_card {
    max-width: 328px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #111868;
    background: #fff;
  padding: 10px 0;
}
.even .pro_card {
    border: 1px solid #c62b1f;
}
.pro_img {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 190px;
    max-width: 320px;
  width: 100%;
}
.pro_name {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  min-height: 60px;
    font-size: 2rem;
    font-weight: bold;
    color: #000;
  letter-spacing: 4px;
    max-width: 280px;
}
footer{
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
.pro_title {
    letter-spacing: 0;
    font-size: 2rem;
}
.pro_flex {
    flex-direction: column;
    align-items: center;
}
.pro_cont {
    padding: 60px 0;
  margin-top: 60px;
}
.pro_icon {
    width: 80px;
}
.pro_list{
  flex-direction: column;
  align-items: center;
    width: 100%;
}
.pro_card {
    padding: 20px 4%;
}

.pro_img {
    min-height: 0;
    margin-bottom: 20px;
}
.pro_name {
    min-height: 0;
    letter-spacing: 0;
    font-size: 1.8rem;
}
.pro_name.long {
    font-size: min(4.5vw,1.6rem);
}
}
@media print {

}