@-webkit-keyframes in_contents {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes in_contents {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes op {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes op {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes op_logo {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes op_logo {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.op {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-animation: op 3s;
          animation: op 3s;
  pointer-events: none;
}

.op_logo {
  opacity: 0;
  width: 40%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: op_logo 2.5s;
          animation: op_logo 2.5s;
}

@media screen and (max-width: 767px) {
  .op_logo {
    width: 70%;
  }
}

.p-wrapper {
  opacity: 0;
  -webkit-animation: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.5s forwards;
          animation: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0.5s forwards;
  overflow: hidden;
}

.p-wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: url(/assets/img/common/line.jpg) repeat-x;
  background-size: contain;
  height: 20px;
  z-index: 10;
  -webkit-animation: line_loop 70s linear infinite;
          animation: line_loop 70s linear infinite;
}

@media screen and (max-width: 767px) {
  .p-wrapper::before {
    position: absolute;
    height: 10px;
  }
}

.p-top_content {
  margin-right: 60px;
}

@media screen and (max-width: 767px) {
  .p-top_content {
    margin-right: 0;
  }
}

.p-main {
  position: relative;
}

.p-main .p-kv {
  width: 65%;
  margin-left: 35%;
}

@media screen and (max-width: 767px) {
  .p-main .p-kv {
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .p-main .p-kv::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    background: url(/assets/img/common/line.jpg) repeat-x;
    background-size: contain;
    height: 10px;
    z-index: 10;
    -webkit-animation: line_loop 70s linear infinite;
            animation: line_loop 70s linear infinite;
  }
}

.p-main .p-logo {
  position: absolute;
  top: 55px;
  left: 35px;
  width: 42.5%;
}

.p-main .p-logo img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-main .p-logo {
    top: 360px;
    left: 50%;
    width: 75%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-main .p-catch {
  position: absolute;
  top: 50px;
  right: 20px;
  width: 4.5%;
}

@media screen and (max-width: 767px) {
  .p-main .p-catch {
    top: 55px;
    right: 10px;
    width: 8%;
  }
}

.p-main .p-onair_catch {
  position: absolute;
  top: 32%;
  left: 35px;
  width: 30%;
}

@media screen and (max-width: 767px) {
  .p-main .p-onair_catch {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    margin: 30px auto 0;
  }
}

.p-main .p-main_movie {
  position: absolute;
  top: 47%;
  left: 50px;
  width: 28.5%;
  background: #ee1c25;
  border: 3px solid #ee1c25;
  cursor: pointer;
}

.p-main .p-main_movie_cap {
  position: absolute;
  top: -20px;
  left: -15px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  background: #ee1c25;
  color: #fff;
  font-size: 21px;
  line-height: 1em;
  padding: 7px 10px 9px 14px;
  z-index: 5;
}

.p-main .p-main_movie_cap::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  background: url(/assets/img/common/deco_r.png) no-repeat;
  background-size: cover;
  width: 40px;
  height: 100%;
}

.p-main .p-main_movie_thumb {
  padding-top: 56.25%;
  background-size: 100%;
  background-position: center;
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}

.p-main .p-main_movie_btn {
  position: absolute;
  width: 70px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}

@media screen and (min-width: 768px) {
  .p-main .p-main_movie:hover {
    -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0s;
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  }
  .p-main .p-main_movie:hover .p-main_movie_thumb {
    opacity: 0.8;
    background-size: 103%;
  }
  .p-main .p-main_movie:hover .p-main_movie_btn {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-main .p-main_movie {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    margin: 25px auto 0;
  }
  .p-main .p-main_movie_cap {
    top: 0;
    left: 0;
    font-size: 20px;
    line-height: 1em;
    padding: 1px 0px 7px 10px;
  }
}

.p-main .p-main_bnr {
  position: absolute;
  bottom: 30px;
  right: -3px;
  width: 340px;
  border: 3px solid #ee1c25;
}

@media screen and (max-width: 767px) {
  .p-main .p-main_bnr {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    margin: 25px auto 0;
  }
}

.p-main .p-top_deco_01 {
  position: absolute;
  bottom: -20px;
  left: 15%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-main .p-top_deco_02 {
  position: absolute;
  bottom: 190px;
  left: 10%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-main .p-top_deco_03 {
  position: absolute;
  bottom: 40px;
  left: 42%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/***************************************/
.p-top_news {
  margin: 120px auto 180px;
  width: 1000px;
  -webkit-animation: in_contents 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.5s forwards;
          animation: in_contents 0.5s cubic-bezier(0.5, 1, 0.89, 1) 0.5s forwards;
}

.p-top_news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top_news__item {
  position: relative;
  width: 300px;
  border: 2px #ed1c24 solid;
  background: #fff;
  padding: 30px 20px 25px 20px;
  margin-left: 45px;
  line-height: 1.5em;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}

@media screen and (min-width: 768px) {
  .p-top_news__item:first-child {
    margin-left: 10px;
  }
  .p-top_news__item:hover {
    -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0s;
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0s;
    background: #fbd2d3;
  }
}

.p-top_news__item--date {
  position: absolute;
  top: -15px;
  left: -15px;
  font-family: 'Roboto', sans-serif;
  background: #ee1c25;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  line-height: 1em;
  padding: 6px 0px 4px 10px;
  z-index: 5;
}

.p-top_news__item--date::after {
  content: "";
  position: absolute;
  top: 0;
  right: -40px;
  background: url(/assets/img/common/deco_r.png) no-repeat;
  background-size: cover;
  width: 40px;
  height: 100%;
}

.p-top_news a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-top_news {
    margin: 60px auto 110px;
    width: 90%;
    font-size: 13px;
  }
  .p-top_news__list {
    display: block;
  }
  .p-top_news__item {
    position: relative;
    width: 100%;
    border: 1px #ed1c24 solid;
    padding: 16px 10px 12px 10px;
    margin: 25px auto 0;
    line-height: 1.5em;
  }
  .p-top_news__item:first-child {
    margin-top: 0;
  }
  .p-top_news__item--date {
    position: absolute;
    top: -15px;
    left: -1px;
    font-size: 12px;
    line-height: 1em;
    padding: 5px 5px 4px 10px;
  }
  .p-top_news__item--date::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    background: url(/assets/img/common/deco_r.png) no-repeat;
    background-size: cover;
    width: 20px;
    height: 100%;
  }
}

/***************************************/
.p-top_footer {
  position: relative;
  margin: 70px 0 0 0;
  background: #fff;
  width: 100%;
  font-size: 12px;
  text-align: center;
}

.p-top_footer::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  background: url(/assets/img/common/line.jpg) repeat-x;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background-size: contain;
  height: 20px;
  -webkit-animation: line_loop 70s linear infinite;
          animation: line_loop 70s linear infinite;
}

.p-top_footer_inner {
  padding: 50px 0;
}

.p-top_footer_link {
  font-size: 0;
  letter-spacing: -0.04em;
  text-align: center;
}

.p-top_footer_link li {
  position: relative;
  letter-spacing: normal;
  font-size: 12px;
  display: inline-block;
  margin-right: 18px;
  padding-right: 8px;
}

.p-top_footer_link li a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}

.p-top_footer_link li a:hover {
  color: #ed1c24;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0s;
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1) 0s;
}

.p-top_footer_link li::after {
  content: "";
  position: absolute;
  top: 51%;
  right: -6px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 60%;
  background: #000;
}

.p-top_footer_link li:last-child::after {
  content: "";
  background: transparent;
}

.p-top_footer_legal {
  margin-top: 8px;
}

.p-top_footer_copy {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .p-top_footer {
    position: relative;
    margin: 0;
    font-size: 10px;
    line-height: 1.5em;
    text-align: center;
  }
  .p-top_footer::before {
    height: 10px;
    top: -10px;
  }
  .p-top_footer_inner {
    padding: 25px 0 30px;
  }
  .p-top_footer_link li {
    font-size: 10px;
  }
  .p-top_footer_legal {
    margin-top: 5px;
  }
  .p-top_footer_copy {
    margin-top: 10px;
  }
}
/*# sourceMappingURL=top.css.map */