/* =========================================================

Web FONTS

========================================================= */
/* =========================================================

Foundation

========================================================= */
/* =========================================================

Layout

========================================================= */
/* =========================================================

Object

========================================================= */
/* ---------------------------------------------------------

Component

--------------------------------------------------------- */
/* ---------------------------------------------------------

Project

--------------------------------------------------------- */
.c-pagenavi {
  padding-top: 40px; }
  @media (max-width: 920px) {
    .c-pagenavi {
      padding-top: 20px; } }

.wp-pagenavi {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px; }

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #EAEAEA;
  padding: 7px 10px;
  margin: 5px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  background-color: #000;
  color: #fff; }

.wp-pagenavi span.current {
  font-weight: bold; }

.c-button {
  font-size: 15px;
  font-weight: 500;
  font-weight: bold;
  line-height: 50px;
  display: block;
  width: 100%;
  max-width: 400px;
  height: 50px;
  margin: 0 auto;
  -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
  text-align: center;
  color: #fff;
  background-color: #000; }
  .c-button:hover {
    background-color: #e5b848; }
  @media (max-width: 920px) {
    .c-button {
      line-height: 40px;
      max-width: 300px;
      height: 40px; } }

.p-top-main__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.p-top-main__item {
  position: relative;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  background-color: #000; }
  .p-top-main__item:first-child {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  @media (max-width: 920px) {
    .p-top-main__item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      max-width: 100%; } }

.p-top-main__image img {
  width: 100%; }

.p-top-main__inner {
  position: relative;
  padding: 25px 100px 25px 30px;
  color: #fff;
  background-color: #000; }
  .p-top-main__item:first-child .p-top-main__inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px 100px 40px 30px;
    background-color: rgba(0, 0, 0, 0.8); }
  @media (max-width: 920px) {
    .p-top-main__inner {
      padding: 10px 20px 20px; }
      .p-top-main__item:first-child .p-top-main__inner {
        position: static;
        padding: 10px 20px 20px;
        background-color: black; } }

.p-top-main__title {
  font-size: 17px;
  font-weight: bold;
  line-height: 175%; }
  .p-top-main__item:first-child .p-top-main__title {
    font-size: 20px; }
  @media (max-width: 920px) {
    .p-top-main__title {
      font-size: 17px;
      line-height: 150%; }
      .p-top-main__item:first-child .p-top-main__title {
        font-size: 17px; } }

.p-top-main__date {
  font-size: 10px;
  position: absolute;
  right: 30px;
  bottom: 15px;
  color: #fff; }
  @media (max-width: 920px) {
    .p-top-main__date {
      right: 20px;
      bottom: 10px; } }

.p-slider-video__more {
  padding-top: 20px; }

.p-side_button {
  padding: 20px 23px; }

/* ---------------------------------------------------------

Utility

--------------------------------------------------------- */
