@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;
}

/*RV*/
.rv{
  max-width: 590px;
  width: 90%;
  margin:auto;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  background: url("../../img/bnr_rv.png") top left no-repeat;
  -webkit-background-size: auto;
  background-size: auto;
  margin-top: 80px;
}
.rv_inner{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:15px;
  padding: 20px;
  background: #333;
}
.rv_text{
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
}
.rv_btn{
  font-size: 1.4rem;
  width: 175px;
  height: 40px;
  background: #0070C0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:5px;
  color: #fff;
  &::after{
    content: '';
    display: block;
    background: url("../../img/arrow_bnr.svg") no-repeat center;
    -webkit-background-size: contain;
    background-size: contain;
    width: 8px;
    height: 12px;
  }
} 
@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);
}
.rv {
  justify-content: center;
  padding-bottom: 115px;
}
.rv_inner{
  position: relative;
  max-width: none;
  width: 90%;
  bottom: -115px;
}
}
@media print {

}