.ttl_line_002 {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ttl_line_002::before,
.ttl_line_002::after {
  content: "";
  position: absolute;
  height: 2px;
  background: #D02E06;
  transform: translateY(-50%);
}

.ttl_line_002::before {
  left: 0;
  top: 50%;
  right: 50%;
  margin-right: calc(1220px / 2 + 1.5em);
}

.ttl_line_002::after {
  right: 0;
  left: 50%;
  bottom: 14px;
  margin-left: calc(1220px / 2);
}

.ttl_inner {
  max-width: 1220px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

.ttl_002 {
  font-size: 3.8rem;
  font-weight: 900;
  color: #D02E06;
  text-align: left;
  display: flex;
  align-items: flex-end;
}

.ttl_002 .ttl_002_number {
  font-size: 7.9rem;
  display: inline-block;
  flex: none;
  margin-right: 15px;
}

.ttl_002 .ttl_002_number img{
display: block;
width: 100%;
height: auto;
}

.line_right{
  height: 2px;
  background: #D02E06;
  margin-left: 1.5em;
  flex-grow: 1;
  margin-bottom: 15px;
}

@media (max-width: 767px) {

.ttl_line_002 {
margin-left: 5%;
}
.ttl_002{
display: block;
font-size: 2.4rem;
text-align: left;
line-height: 1.5em;
width: 80%;
}

.ttl_line_002:before {
display: none;
}
.ttl_002 .ttl_002_number{
font-size: 5.5rem;
display: block;
text-align: left;

width: 22%;
}

.ttl_inner {
padding: 0 20px 0 0;
}

.ttl_line_002:after {
  flex: 1;
  margin-left: 0.5em;
  left: 75%;
}
}

.name_box{
display: flex;
justify-content: space-between;
background: url(../../img/wood_bg.jpg);
border-radius: 30px;
box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.16);

overflow: hidden;
}

.name_txt_flex{
display: flex;
justify-content: space-between;
align-items: center;

margin-bottom: 30px;
}

.name_txt_box{
width: 72%;
}

.name_txt_01{
font-size: 3.7rem;
color: #000;
}

.name_txt_01 rt{
font-size: 1.8rem;
padding-bottom: 5px;
}

.name_txt_02{
font-size: 2.5rem;
background: #000;
padding: 8px 30px;

color: #F6E0C2;
}

.name_txt_03{
color: #000;
line-height: 1.8 !important;

background-image: repeating-linear-gradient(90deg, rgba(110, 68, 25, 0.5), rgba(110, 68, 25, 0.5) 12px, transparent 12px, transparent 17px);
background-position: left top;
background-repeat: repeat-x;
background-size: 100% 3px;

padding-top: 20px;
margin-right: 20px;
}

.name_img{
width: 25%;
margin: 0 0 10px;
}
.name_img img{
display: block;
width: 100%;
height: auto;
}

.tzr_box{
position: relative;

border-top: solid 20px #000;

background: url(../img/TZR250_bg_pc.jpg);
background-position: top right;
background-size: cover;
}


.tzr_txt_box{
width: 40%;
margin: 60px 10px 140px 40px;
padding: 25px;
background: rgba(0, 0, 0, 0.2);

color: #fff;
}

.tzr_name{
display: flex;
align-items: center;

font-size: 3.2rem;
font-weight: 900;
padding: 5px 0 5px 15px;
}
.tzr_name .tzr_number{
display: block;
max-width: 35px;
width: 20%;
}
.tzr_name .tzr_number img{
display: block;
width: 100%;
height: auto;
}

.tzr_name span{
font-size: 2.4rem;
font-weight: 700;
}

.link_vol05 a{
text-decoration: underline;
font-weight: normal;

pointer-events: stroke !important;
}
.link_vol05 a:hover{
opacity: 0.7;
}

.trailer_box{
background: #D02E06;

border-radius: 30px;
padding: 20px;
}

.trailer_ttl{
font-size: 3.8rem;
font-weight: 900;
text-align: center;
}

@media (max-width: 767px) {
.model_box {
padding: 40px 0 20px;
}
.tzr_name{
font-size: 2.4rem;
}
.tzr_name span{
font-size: 1.6rem;
}

.tzr_box{
border-top: none;

background: #e2e1e6;
}

.tzr_txt_box{
width: 90%;
margin: 0 auto 15px;
padding: 10px;
}

.tzr_name{
padding: 0;
}

.trailer_ttl{
font-size: 2.4rem;
}

.name_box{
display: block;
}

.name_txt_flex{
display: block;
text-align: center;

margin-bottom: 15px;
}

.name_txt_01{
font-size: 3rem;
}

.name_txt_01 rt{
font-size: 1.5rem;
padding-bottom: 5px;
}

.name_txt_02{
font-size: 2rem;
}

.name_txt_box{
width: 100%;
}

.name_txt_03{
padding: 0 15px 15px;
margin-right: 0;
background-image: none;

line-height: 1.667 !important;
}

.name_img{
width: 60%;
margin: 0 auto;
}
/* max-width: 767px */}