.contents .eyecatch {
  position: relative;
  background-color: #FEC591;
  background-image: url("/images/eyecatch-lecrestamp.png"), url("/images/eycatch-bg.png");
  background-position: center bottom;
  background-repeat: no-repeat, repeat;
  background-size: auto 500px;
  width: 100%;
  min-height: 500px;
  margin-bottom: 27px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contents .theme {
  border-color: #343976;
}
.contents .theme h1 {
  color: #343976;
}