.mv {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #f5eac6;
  overflow: hidden;
  height: 346px;
}
@media screen and (max-width: 1200px) {
  .mv {
    height: 300px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 530px) {
  .mv {
    height: 230px;
  }
}
.mv .mv_mask {
  width: 100%;
  position: relative;
  height: 346px;
  background-image: url("/common/img/mv_mask_ud.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}
@media screen and (max-width: 1200px) {
  .mv .mv_mask {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_mask {
    height: 300px;
    background-image: url("/common/img/mv_mask_ud_sp.png");
    background-size: 100% auto;
  }
}
@media screen and (max-width: 530px) {
  .mv .mv_mask {
    height: 230px;
  }
}
.mv .mv_img {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 346px;
  width: 1500px;
  margin: 0 auto 0 -750px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .mv .mv_img {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_img {
    height: 300px;
    width: 100%;
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 530px) {
  .mv .mv_img {
    height: 230px;
  }
}
.mv h1.deco_ttl {
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  text-align: center;
  display: table;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .mv h1.deco_ttl {
    top: 45%;
  }
}
.mv h1.deco_ttl:before {
  position: relative;
  display: block;
  content: '';
  width: 50px;
  height: 24px;
  margin: 0 auto 5px;
  background: url("/common/img/deco_ttl_w.png") no-repeat center top/100% auto;
}
.mv h1.deco_ttl span {
  text-align: center;
  color: #ffffff;
  font-size: 1.6rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .mv h1.deco_ttl span {
    font-size: 1.4rem;
  }
}
.mv h1.deco_ttl em {
  color: #ffffff;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.3;
  font-size: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .mv h1.deco_ttl em {
    font-size: 2.2rem;
  }
}

.breadCrumbs {
  padding: 20px 0 0;
  margin: 0 auto 50px;
  display: flex;
  width: 100%;
  max-width: 1100px;
}
@media screen and (max-width: 1120px) {
  .breadCrumbs {
    padding: 20px 0 0;
    margin: 0 auto 30px;
    width: 94%;
  }
}
@media screen and (max-width: 768px) {
  .breadCrumbs {
    width: 94%;
    margin: 0 auto 20px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.breadCrumbs > li {
  padding: 0px 10px;
  margin-bottom: 8px;
  border-left: 1px solid #5d2e13;
}
.breadCrumbs > li span,
.breadCrumbs > li em {
  color: #5d2e13;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .breadCrumbs > li span,
  .breadCrumbs > li em {
    font-size: 1.3rem;
    white-space: nowrap;
  }
}
.breadCrumbs > li a {
  color: #5d2e13;
  font-size: 1.4rem;
  line-height: 1.2;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.breadCrumbs > li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .breadCrumbs > li a {
    font-size: 1.3rem;
    white-space: nowrap;
  }
}
.breadCrumbs > li:first-child {
  border-left: none;
}

.pWrap {
  background-color: #f5d9d1;
}
.pWrap.outer {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .pWrap.outer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.yWrap {
  background-color: #f5eac6;
}
.yWrap.outer {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .yWrap.outer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.wWrap {
  background-color: #ffffff;
}
.wWrap.outer {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .wWrap.outer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.blank {
  position: relative;
}
.blank:after {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url("/common/img/icn_blank.png") no-repeat center center/100% auto;
  margin-left: 5px;
}
