@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500");
@media screen and (min-width: 48.0625em) {
  .contents {
    position: relative;
    padding: 130px 0 140px;
    background: url("../img/common/bg.gif");
  }
  .contents:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: url("../img/common/pc/bg_header.png") top center repeat-x;
    background-size: 1256px 74px;
  }
  .contents .contentsArea {
    position: relative;
    width: 960px;
    margin: 0 auto;
    min-height: 1000px;
    z-index: 1;
  }
  .contents .contentsArea .pageTitle {
    position: relative;
    font-family: "Oswald", sans-serif;
    color: #801f28;
    display: table;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0.2em;
    margin: 0 auto 45px;
    padding: 15.5px 0;
  }
  .contents .contentsArea .pageTitle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 70px;
    background: url("../img/common/bg_title_left-r.png") top left no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .contents .contentsArea .pageTitle:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 19px;
    height: 70px;
    background: url("../img/common/bg_title_right-r.png") top left no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .contents .contentsArea .pageTitle.active .frame_bg {
    padding: 0 80px;
  }
  .contents .contentsArea .pageTitle.active .frame_bg span {
    animation: hudFlash 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal;
    -webkit-animation-iteration-count: 4;
    animation-iteration-count: 4;
  }
  .contents .contentsArea .pageTitle .frame_bg {
    position: relative;
    padding: 0;
    transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .contents .contentsArea .pageTitle .frame_bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 70px;
    background: url("../img/common/bg_title_repeat-r.gif") center center;
    background-size: contain;
  }
  .contents .contentsArea .pageTitle .frame_bg span {
    position: relative;
    opacity: 0;
  }
}
@media screen and (max-width: 48em) {
  .contents {
    position: relative;
    background: url("../img/common/bg.gif");
    background-size: 65px 38px;
  }
  .contents .contentsArea {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 120px;
    z-index: 1;
  }
  .contents .contentsArea .pageTitle {
    position: relative;
    font-family: "Oswald", sans-serif;
    color: #801f28;
    display: table;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0.18em;
    margin: 0 auto 40px;
    padding: 6px 0;
  }
  .contents .contentsArea .pageTitle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 42px;
    background: url("../img/common/bg_title_left-r.png") top left no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .contents .contentsArea .pageTitle:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 42px;
    background: url("../img/common/bg_title_right-r.png") top right no-repeat;
    background-size: contain;
    z-index: 1;
  }
  .contents .contentsArea .pageTitle.active .frame_bg {
    padding: 0 40px;
  }
  .contents .contentsArea .pageTitle.active .frame_bg span {
    animation: hudFlash 0.1s cubic-bezier(0.47, 0, 0.745, 0.715) forwards normal;
    -webkit-animation-iteration-count: 4;
    animation-iteration-count: 4;
  }
  .contents .contentsArea .pageTitle .frame_bg {
    position: relative;
    padding: 0;
    transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
  }
  .contents .contentsArea .pageTitle .frame_bg:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 42px;
    background: url("../img/common/bg_title_repeat-r.gif") center center;
    background-size: contain;
  }
  .contents .contentsArea .pageTitle .frame_bg span {
    position: relative;
    opacity: 0;
  }
}
