.title {
background-image:url(../images/title_bg_02.jpg);
background-position:center;
height:400px;
background-repeat:no-repeat;
background-color:#f6f1ea;
}
.title_text {
font-family: var(--font-mincho);
color: #021233;
font-size:280%;
line-height:140%;
font-weight:700;
text-shadow:
  0 0 3px #fff,
  0 0 6px #fff,
  0 0 10px rgba(255, 255, 255, 0.9);
}
.title_sublead {
font-family: var(--font-mincho);
color: #2b2018;
font-size:105%;
line-height:160%;
font-weight:700;
margin-top:30px;
text-shadow:
  0 0 3px #fff,
  0 0 6px #fff,
  0 0 10px rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
.title {
background-position:center;
}
}
