@charset "UTF-8";
/*
Theme Name: キンダーパーティー 公式サイト
Theme URI:
Description: キンダーパーティー 公式サイト
Author: 株式会社ウェブトラスト
Version: 2.0
Tags:
*/
/*----------------------------------------------------
Webフォント
----------------------------------------------------*/
/*@font-face {
    font-family: 'bebas_neueregular';
    src: url('font/bebasneue_regular-webfont.eot');
    src: url('font/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/bebasneue_regular-webfont.woff2') format('woff2'),
         url('font/bebasneue_regular-webfont.woff') format('woff'),
         url('font/bebasneue_regular-webfont.ttf') format('truetype'),
         url('font/bebasneue_regular-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/
/*----------------------------------------------------
基本設定、リンクカラーなど
----------------------------------------------------*/
body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333; }

.font-raleway {
  font-family: 'Raleway', Helvetica, Arial, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", "Helvetica Neue", sans-serif, Helvetica, Arial, sans-serif; }

.font-bebas {
  font-family: "bebas-neue";
  /*font-family: 'bebas_neueregular';*/ }

.font-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.font-min {
  font-family: '游明朝', YuMincho, serif; }

a {
  transition: opacity 0.2s ease; }

a:link,
a:visited,
a:active {
  color: #333;
  text-decoration: none; }

a:hover {
  opacity: .8;
  text-decoration: none; }

/*----------------------------------------------------
汎用class
----------------------------------------------------*/
/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
a.btn-basic {
  display: inline-block;
  margin: 20px auto;
  padding: 10px 30px 10px 40px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  border-radius: 25px;
  background: url(img/icon-arrow-white.png) no-repeat 20px center #eb6418;
  background-size: 12px;
  color: #fff !important; }

hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 0;
  border-top: 1px solid #e5e5e5; }

.icon-arrow {
  background: url(img/icon-arrow.png) no-repeat 0% 50%;
  background-size: 50px;
  padding: 25px 0 25px 60px;
  display: inline-block;
  font-size: 18px;
  font-weight: bold; }

/*----------------------------------------------------
container
----------------------------------------------------*/
/*----------------------------------------------------
共通
----------------------------------------------------*/
.p-articles .p-article {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 20px 30px;
  border-bottom: 1px solid #ccc; }
  .p-articles .p-article:first-child {
    border-top: 1px solid #ccc; }
  .p-articles .p-article::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 8px;
    height: 14px;
    margin-top: -7px;
    background-image: url(img/icon_arrow-right.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 100% 50%; }
  .p-articles .p-article .p-article__title {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold; }
  .p-articles .p-article .p-article__date {
    margin-right: 20px;
    font-weight: bold; }
  .p-articles .p-article .p-article__cat {
    margin-right: 10px;
    font-weight: bold; }
  @media (max-width: 991px) {
    .p-articles .p-article {
      display: block;
      padding-left: 0;
      padding-right: 20px; }
      .p-articles .p-article::after {
        right: 0; }
      .p-articles .p-article .p-article__title {
        margin-top: 10px; }
      .p-articles .p-article .p-article__date {
        display: inline-block;
        vertical-align: top;
        margin-top: 3px;
        margin-right: 10px; }
      .p-articles .p-article .p-article__cat {
        display: inline-block;
        overflow: hidden; }
        .p-articles .p-article .p-article__cat:last-child {
          margin-right: 0; } }

#news header h1.icon-event {
  font-size: 36px;
  margin: 0;
  padding: 18px 0 18px 50px;
  background: url(img/icon-event-blk.png) no-repeat center left;
  background-size: 40px;
  line-height: normal; }
  @media (max-width: 767px) {
    #news header h1.icon-event {
      font-size: 28px;
      padding: 18px 0 18px 40px;
      background-size: 30px; } }

.p-article__cat {
  min-width: 90px;
  padding: 5px 10px;
  text-align: center;
  font-size: 11px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  background-color: #1d2088;
  color: #fff; }
  .p-article__cat--topic-cat {
    background-color: #1d2088; }
  .p-article__cat--event-cat {
    background-color: #e73069; }

.sns {
  margin: 0;
  padding: 18px 0;
  list-style: none;
  text-align: right; }
  .sns li {
    display: inline-block;
    width: 40px;
    margin-left: 15px; }
    .sns li img {
      max-width: 100%; }
    @media (max-width: 767px) {
      .sns li {
        width: 30px; } }

/*----------------------------------------------------
グローバルメニュー
----------------------------------------------------*/
@media (max-width: 767px) {
  #gmenu {
    display: none; } }

#gmenu ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    #gmenu ul {
      display: block; } }

#gmenu .gmenu__item {
  width: 14.28571%;
  font-size: 18px;
  line-height: 1.2;
  border-right: 2px dotted #000;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 10px 50%; }
  @media (max-width: 767px) {
    #gmenu .gmenu__item {
      width: 100%;
      border-right: none;
      border-bottom: 2px dotted #000; }
      #gmenu .gmenu__item:last-child {
        border-bottom: none; }
      #gmenu .gmenu__item a {
        padding: 10px 10px 10px 50px !important; } }
  #gmenu .gmenu__item:last-child {
    border-right: none; }
  #gmenu .gmenu__item span {
    display: block;
    margin-top: 5px;
    font-size: 11px;
    font-weight: bold; }
  #gmenu .gmenu__item a {
    display: block;
    padding: 20px 10px 20px 50px; }
  #gmenu .gmenu__item--home {
    background-image: url(img/icon-menu-home.png); }
  #gmenu .gmenu__item--event {
    background-image: url(img/icon-menu-event.png); }
  #gmenu .gmenu__item--area {
    background-image: url(img/icon-menu-area.png); }
  #gmenu .gmenu__item--stage {
    background-image: url(img/icon-menu-stage.png); }
  #gmenu .gmenu__item--movie {
    background-image: url(img/icon-menu-movie.png); }
  #gmenu .gmenu__item--history {
    background-image: url(img/icon-menu-history.png); }
  #gmenu .gmenu__item--contact {
    background-image: url(img/icon-menu-contact.png); }

@media (min-width: 768px) {
  #menu-btn {
    display: none; } }
#menu-btn a {
  display: block;
  width: 54px;
  height: 54px;
  background: url(img/btn-menu-blk-open.png) no-repeat;
  background-size: 54px; }
#menu-btn.open a {
  background: url(img/btn-menu-blk-close.png) no-repeat;
  background-size: 54px; }

/*ディスプレイ1199pxまで*/
/*@media (max-width: 1199px) */
/*----------------------------------------------------
フッター
----------------------------------------------------*/
body > footer {
  text-align: center;
  padding: 50px 0; }

body > footer .copy {
  font-size: 15px;
  color: #808080; }

/*----------------------------------------------------
トップ
----------------------------------------------------*/
/* メインムービー
----------------------------------------------------*/
#main-movie {
  width: 100%;
  position: relative; }

#main-movie video {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
  vertical-align: bottom; }

#main-movie .main-catch {
  position: absolute;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 80px; }

#main-movie .main-catch h1 img {
  max-width: 100%;
  height: auto; }

#main-movie .main-catch h1 {
  margin: 0; }

#menu-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 30; }

/* about
----------------------------------------------------*/
.home #about {
  display: none;
  background: url(img/bg-about.png) no-repeat center center #f2f2f2;
  background-size: 1280px;
  text-align: center; }

.home #about .about-contents {
  padding: 60px 15px; }

.home #about h1 {
  margin: 0;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.home #about h1 span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px; }

.home #about p {
  margin-top: 45px;
  margin-bottom: 45px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8; }

/* event
----------------------------------------------------*/
.home section#event {
  background: #fff;
  margin-top: 0; }

.home section#event .area {
  display: none; }

#event.container-fluid {
  padding: 0; }

#event header h1.icon-event {
  font-size: 36px;
  margin: 0;
  padding: 18px 0 18px 50px;
  background: url(img/icon-event-blk.png) no-repeat center left;
  background-size: 40px;
  line-height: normal; }

#event header .col-sm-9 {
  padding: 0; }

#event header {
  padding-top: 1px; }

#event header .category ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  float: right; }

#event header .category li {
  float: left;
  margin-left: 1px; }

#event header .category li a {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding: 27px 30px 27px 70px;
  line-height: normal;
  display: block;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 40px;
  color: #fff;
  width: 222px; }

#event header .category li.active a {
  background-color: #7f7f7f; }

#event header .category .icon-all a {
  background-image: url(img/icon-all-white.png); }

#event header .category .icon-event a {
  background-image: url(img/icon-event-white.png); }

#event header .category .icon-topics a {
  background-image: url(img/icon-topics-white.png); }

#event .row {
  margin: 0; }

#event .row.list {
  margin-left: -1px; }

#event .list article {
  padding: 0;
  overflow: hidden;
  height: 424px;
  position: relative;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff; }

#event .list article a {
  display: block;
  width: 100%;
  height: 100%; }

#event .list article .post-image {
  overflow: hidden; }

#event .list article img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
  transition: 0.5s; }

#event .list article img:hover {
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1); }

#event .list article .date {
  position: absolute;
  top: 0;
  left: 0;
  background: #6ab82c;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  z-index: 20; }

.date.Mon {
  background: #6ab82c !important; }

.date.Tue {
  background: #eca1b9 !important; }

.date.Wed {
  background: #86ced9 !important; }

.date.Thu {
  background: #693992 !important; }

.date.Fri {
  background: #eb6418 !important; }

.date.Sat {
  background: #6ab82c !important; }

.date.Sun {
  background: #eca1b9 !important; }

#event .list article .date .day {
  font-size: 80px;
  line-height: .8;
  padding: 27px 20px 0 20px; }

#event .list article .date .month {
  font-size: 26px; }

#event .list article .date .year {
  font-size: 37px;
  line-height: 1;
  padding: 0 20px 10px 20px; }

#event .list article .date .cat {
  font-size: 16px;
  border-top: 2px dotted #fff;
  padding: 12px 20px; }

#event .list article .post-title {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  z-index: 20;
  width: 100%;
  padding: 20px; }

#event .list article .post-title h2 {
  margin: 0 0 5px 0;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px; }

#event .list article .post-title a {
  color: #fff; }

#event .list article .post-title .period {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 2px; }

#event .list article.finished:after {
  content: "終了しました";
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -85px;
  width: 170px;
  height: 44px;
  border-radius: 25px;
  padding: 10px 30px;
  z-index: 100;
  letter-spacing: 1.25px; }

.more {
  text-align: center;
  margin: 30px 0; }

#event .list article .eyecatch-bg {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(img/eyecatch-event1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s ease-out; }

#event .list article:hover .eyecatch-bg {
  transform: scale(1.2); }

#event .list article a {
  z-index: 1;
  position: relative; }

/*----------------------------------------------------
下層
----------------------------------------------------*/
section.main hr {
  border-top: 2px dotted #000; }

body > header .header h1 {
  padding: 60px 0 50px 0 !important;
  text-align: center; }

.single .p-article__cat {
  display: inline-block; }

/* header
----------------------------------------------------*/
body > header {
  background: url(img/bg-graphic.png) #f2f2f2;
  background-size: 555px;
  height: 200px;
  position: relative; }

body > header .header h1 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  padding: 60px 65px 50px 65px; }

body > header .header h1 img {
  max-width: 100%;
  height: auto; }

body > header .header h1 span {
  display: block; }

/* #event
----------------------------------------------------*/
section#event {
  margin-top: 60px; }

section#event header.flex {
  display: flex;
  align-items: center; }

section#event header.flex div {
  margin-left: auto; }

section#event .list article:nth-child(n+4) {
  display: none; }

.home section#event .list article:nth-child(n+4) {
  display: block; }

/* SPONSORS
----------------------------------------------------*/
#sponsors {
  background: #f2f2f2;
  padding: 100px 0; }
  #sponsors .container:last-child {
    margin-bottom: 0; }

#sponsors .container:first-child {
  margin-bottom: 60px; }

#sponsors ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0; }

#sponsors li {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center; }

#sponsors h1 {
  font-size: 22px;
  text-align: center;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-weight: bold; }

#sponsors li img {
  width: 100%;
  height: auto; }

#sponsors .banner-text {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
  text-align: center; }
  #sponsors .banner-text a {
    text-decoration: underline; }

/* EVENT
----------------------------------------------------*/
.post-type-archive-event .event-schedule {
  margin-top: 15px;
  font-size: 24px; }
.post-type-archive-event .event-time {
  font-size: 24px; }

.single-event .event-schedule {
  margin-bottom: 0; }
.single-event .p-article__cat {
  padding: 10px 30px;
  font-size: 18px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #333; }

body.single-event > header,
body.post-type-archive-event > header {
  background-image: none;
  background: #fff;
  background-size: 623px;
  height: auto; }

body.single-event > header .header,
body.post-type-archive-event > header .header {
  background: none;
  height: 450px;
  position: relative;
  overflow: hidden; }

body.single-event > header .header img,
body.post-type-archive-event > header .header img {
  width: 100%;
  height: auto; }

@media (max-width: 1199px) {
  body.single-event > header .header,
  body.post-type-archive-event > header .header {
    height: auto; } }
body.single-event section.main h1.icon-event,
body.post-type-archive-event section.main h1.icon-event {
  font-size: 32px;
  font-weight: bold;
  margin: 30px 0;
  padding: 18px 0 18px 50px;
  background: url(img/icon-event-blk.png) no-repeat center left;
  background-size: 40px;
  line-height: normal; }

body.single-event section.main #area ul,
body.post-type-archive-event section.main #area ul {
  list-style: none;
  padding: 0;
  margin: 0; }

body.single-event section.main #area li,
body.single-event section.main #area li {
  margin-bottom: 30px; }

body.single-event section.main #area li img,
body.post-type-archive-event section.main #area li img {
  width: 100%;
  height: auto; }

body.single-event section.main #area li h2,
body.post-type-archive-event section.main #area li h2 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold; }

body.single-event section.main #area li p,
body.post-type-archive-event section.main #area li p {
  font-size: 17px;
  line-height: 1.6; }

section.main h2 {
  font-size: 20px;
  font-weight: bold; }

section.main ul.list-horizon {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  font-size: 17px;
  line-height: 1.6; }

section.main .list-horizon li {
  display: inline-block; }

section.main .list-horizon li:after {
  content: "／";
  padding: 0 0 0 3px; }

section.main .list-horizon li:last-child:after {
  content: none; }

section.main a {
  color: #eb6418; }

section.main p {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 30px; }

section.main table {
  border-collapse: separate;
  border: 2px solid #808080;
  border-radius: 5px; }

section.main table th,
section.main table td {
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.6; }

section.main table th {
  border-right: 2px solid #808080;
  border-bottom: 2px solid #808080; }

section.main table td {
  border-bottom: 2px solid #808080; }

section.main table th {
  background: #f2f2f2;
  white-space: nowrap;
  font-weight: bold; }

section.main table tr:first-child th {
  border-top-left-radius: 5px; }

section.main table tr:last-child th {
  border-bottom-left-radius: 5px; }

section.main table tr:last-child th,
section.main table tr:last-child td {
  border-bottom: none; }

/* TOPICS
----------------------------------------------------*/
header.post-title {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  width: 100%;
  min-height: 100px;
  margin: 40px 0; }

header.post-title h1 {
  margin: 0;
  font-size: 32px;
  font-weight: bold;
  padding: 25px;
  line-height: 1.4; }

header.post-title .date {
  background: #86ced9;
  color: #fff;
  display: table;
  height: 100%; }

header.post-title .date .day {
  display: table-cell;
  vertical-align: middle;
  border-right: 2px dotted #fff;
  height: 100%;
  font-size: 80px;
  line-height: normal;
  padding: 10px; }

header.post-title .date .month-year {
  display: table-cell;
  vertical-align: middle;
  padding: 15px; }

header.post-title .date .month {
  font-size: 26px;
  line-height: normal;
  text-transform: uppercase;
  text-align: center; }

header.post-title .date .year {
  font-size: 36px;
  line-height: normal; }

body.topics section.main .entry-body h2 {
  font-size: 32px;
  margin: 0 0 30px 0;
  padding: 0 0 0 50px;
  background: url(img/icon-topics-blk.png) no-repeat center left;
  background-size: 40px;
  line-height: normal; }

section.main h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0; }

section.main img {
  max-width: 100%;
  height: auto; }

/* PAGE
----------------------------------------------------*/
header.page-title {
  text-align: center;
  font-size: 36px;
  line-height: 1.2;
  margin: 40px 0; }

header.page-title h1 {
  margin: 10px 0 0 0;
  text-transform: uppercase; }

header.page-title h1 span {
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin-top: 5px; }

/* MOVIE
----------------------------------------------------*/
.movie .p-articles .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .movie .p-articles .embed-container iframe,
  .movie .p-articles .embed-container object,
  .movie .p-articles .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.movie .p-articles .p-articles__cat-title {
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 18px 0 18px 50px;
  background: url(img/icon-event-blk.png) no-repeat center left;
  background-size: 40px;
  font-weight: bold; }
  .movie .p-articles .p-articles__cat-title:last-child {
    margin-top: 0; }
.movie .p-articles .p-article {
  display: block;
  position: relative;
  margin-bottom: 30px;
  padding: 0 0 30px 0; }
  .movie .p-articles .p-article:first-child {
    border-top: none; }
  .movie .p-articles .p-article::after {
    content: none; }
  .movie .p-articles .p-article .p-article__title {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold; }
  .movie .p-articles .p-article .p-article__date {
    margin-right: 0;
    font-weight: bold; }

/* HISTORY
----------------------------------------------------*/
.history .p-articles .p-article {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 30px 20px 0; }
  .history .p-articles .p-article figure {
    width: 300px; }
    .history .p-articles .p-article figure img {
      width: 100%; }
  .history .p-articles .p-article .p-article__title {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold; }
  .history .p-articles .p-article p {
    font-size: 18px; }
@media (max-width: 767px) {
  .history .p-articles .p-article {
    display: block;
    padding: 20px 0 20px 0; }
    .history .p-articles .p-article figure {
      width: 100%;
      margin-bottom: 15px; } }

/* CONTACT
----------------------------------------------------*/
#form .form-horizontal p {
  display: none; }

#form .form-horizontal .control-label {
  text-align: left; }

#form .form-horizontal .input-s {
  width: 240px; }

#form .form-horizontal .input-m {
  width: 340px; }

/*#form .form-horizontal textarea {
    width: 340px;
}
*/
#form .form-horizontal .btn-primary {
  background: url(img/icon-arrow-white.png) no-repeat 20px center #eb6418;
  background-size: 12px;
  border-color: inherit;
  border: none;
  margin: 10px auto;
  padding: 10px 30px 10px 40px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  border-radius: 25px; }

/*ページナビ
----------------------------------------------------------- */
.pagenav {
  padding: 30px 0;
  margin-top: 0; }

.pagenav:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both; }

.pagenav .nav-next a {
  display: inline-block;
  margin: 20px auto;
  padding: 10px 40px 10px 30px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  border-radius: 25px;
  background: url(img/icon-arrow-white.png) no-repeat 145px center #eb6418;
  background-size: 12px;
  color: #fff; }

.pagenav .nav-previous a {
  display: inline-block;
  margin: 20px auto;
  padding: 10px 30px 10px 40px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  border-radius: 25px;
  background: url(img/icon-arrow-left-white.png) no-repeat 20px center #eb6418;
  background-size: 12px;
  color: #fff; }

.pagenav .nav-previous {
  float: left; }

.pagenav .nav-next {
  float: right; }

.wp-pagenavi {
  clear: both;
  font-size: 18px;
  margin: 50px auto;
  display: table; }

.wp-pagenavi:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both; }

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  display: block;
  float: left;
  margin-right: 20px;
  line-height: 33px;
  text-align: center; }

.wp-pagenavi span.current {
  color: #e60012; }

.wp-pagenavi .nextpostslink {
  background: url(img/arrow_right.png) no-repeat;
  background-size: 33px;
  border: none;
  height: 0;
  overflow: hidden;
  padding-top: 33px;
  width: 33px;
  height: 33px; }

.wp-pagenavi .previouspostslink {
  background: url(img/arrow_left.png) no-repeat;
  background-size: 33px;
  border: none;
  height: 0;
  overflow: hidden;
  padding-top: 33px;
  width: 33px;
  height: 33px; }

.wp-pagenavi a:hover.previouspostslink,
.wp-pagenavi a:hover.nextpostslink {
  opacity: 0.8; }

/*.single .pagenav {
    margin-top: 0;
    margin-bottom: 0;
}
.single .pagenav a:hover {
    opacity: .8;
}
.single .pagenav .nextpostslink a{
    background: url(img/arrow_right.png) no-repeat;
    background-size: 33px;
    border: none;
    height: 0;
    overflow: hidden;
    padding-top: 33px;
    display: block;
    width: 33px;
    float: right;
}
.single .pagenav .previouspostslink a{
    background: url(img/arrow_left.png) no-repeat;
    background-size: 33px;
    border: none;
    height: 0;
    overflow: hidden;
    padding-top: 33px;
    display: block;
    width: 33px;
    float: left;
}*/
/*////////////////////////////////////////////////////////////////////////
TABLET
////////////////////////////////////////////////////////////////////////*/
@media (max-width: 1024px) {
  /*----------------------------------------------------
  ヘッダー
  ----------------------------------------------------*/
  /*----------------------------------------------------
  グローバルメニュー
  ----------------------------------------------------*/
  /*----------------------------------------------------
  フッター
  ----------------------------------------------------*/
  /*----------------------------------------------------
  トップ
  ----------------------------------------------------*/
  /* メインムービー
  ----------------------------------------------------*/
  /* about
  ----------------------------------------------------*/
  /* event
  ----------------------------------------------------*/
  #event header h1.icon-event {
    font-size: 28px;
    margin: 0;
    padding: 21px 0 18px 40px;
    background: url(img/icon-event-blk.png) no-repeat center left;
    background-size: 30px;
    line-height: normal; }

  #event header .col-sm-9 {
    padding: 0; }

  #event header {
    padding-top: 1px; }

  #event header .category ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    float: right; }

  #event header .category li {
    float: left;
    margin-left: 1px; }

  #event header .category li a {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 27px 30px 27px 60px;
    line-height: normal;
    display: block;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 30px;
    color: #fff;
    width: 180px; }

  /*----------------------------------------------------
  下層
  ----------------------------------------------------*/
  /* #event
  ----------------------------------------------------*/
  section#event .list article:nth-child(n+4) {
    display: block; }

  /* EVENT
  ----------------------------------------------------*/
  /*body.single-event>header .header {
      height: auto;
  }*/
  /* TOPICS
  ----------------------------------------------------*/
  /* COMPANY
  ----------------------------------------------------*/
  /* CONTACT
  ----------------------------------------------------*/
  #form .form-horizontal .input-s,
  #form .form-horizontal .input-m {
    width: 100%; }

  #form .form-horizontal .btn-primary {
    /*width: 100%;*/ } }
/*@media (max-width: 1023px)*/
/*////////////////////////////////////////////////////////////////////////
SP
////////////////////////////////////////////////////////////////////////*/
@media (max-width: 767px) {
  /*----------------------------------------------------
  ヘッダー
  ----------------------------------------------------*/
  #menu-btn a {
    width: 35px;
    height: 35px;
    background-size: 35px; }

  #menu-btn.open a {
    background-size: 35px; }

  body.page #menu-btn a {
    width: 35px;
    height: 35px;
    background: url(img/btn-menu-blk-open.png);
    background-size: 35px; }

  body.page #menu-btn.open a {
    background: url(img/btn-menu-blk-close.png) no-repeat;
    background-size: 35px; }

  /*----------------------------------------------------
  フッター
  ----------------------------------------------------*/
  /*----------------------------------------------------
  トップ
  ----------------------------------------------------*/
  /* メインムービー
  ----------------------------------------------------*/
  #main-movie .poster img {
    width: 100%;
    height: auto; }

  #main-movie video {
    display: none; }

  #main-movie .main-catch {
    padding: 40px; }

  /* about
  ----------------------------------------------------*/
  .home #about {
    background: url(img/bg-about.png) no-repeat center center #f2f2f2;
    background-size: 640px; }

  .home #about .about-contents {
    padding: 40px 15px; }

  .home #about h1 {
    font-size: 28px; }

  .home #about h1 span {
    font-size: 20px; }

  .home #about p {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6; }

  /* event
  ----------------------------------------------------*/
  #event header h1.icon-event {
    font-size: 28px;
    margin: 0;
    padding: 21px 0 18px 40px;
    background: url(img/icon-event-blk.png) no-repeat center left;
    background-size: 30px;
    line-height: normal; }

  #event header .col-sm-9 {
    padding: 0; }

  #event header {
    padding-top: 1px; }

  #event header .category ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    float: none; }

  #event header .category li {
    float: none;
    margin-left: 0;
    margin-bottom: 1px;
    width: 100%; }

  #event header .category li:last-child {
    margin-bottom: 0; }

  #event header .category li a {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 27px 30px 27px 60px;
    line-height: normal;
    display: block;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 30px;
    color: #fff;
    width: 100%; }

  #event a.btn-basic {
    display: inline-block;
    margin: 20px auto;
    padding: 10px 25px 10px 35px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border-radius: 25px;
    background: url(img/icon-arrow-white.png) no-repeat 20px center #eb6418;
    background-size: 12px;
    color: #fff !important; }

  /*----------------------------------------------------
  下層
  ----------------------------------------------------*/
  /* SPONSORS
  ----------------------------------------------------*/
  /* EVENT
  ----------------------------------------------------*/
  /* TOPICS
  ----------------------------------------------------*/
  header.post-title {
    display: block; }

  header.post-title .date {
    text-align: center;
    width: 100%; }

  .pagenav .nav-next a {
    display: inline-block;
    margin: 20px auto;
    padding: 10px 30px 10px 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 25px;
    background: url(img/icon-arrow-white.png) no-repeat 125px center #eb6418;
    background-size: 12px;
    color: #fff; }

  .pagenav .nav-previous a {
    display: inline-block;
    margin: 20px auto;
    padding: 10px 20px 10px 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 25px;
    background: url(img/icon-arrow-left-white.png) no-repeat 13px center #eb6418;
    background-size: 12px;
    color: #fff; }

  /* COMPANY
  ----------------------------------------------------*/
  /* CONTACT
  ----------------------------------------------------*/ }
/*@media (max-width: 767px)*/
/*----------------------------------------------------
WPエディタ用
----------------------------------------------------*/
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */ }

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 24px;
  margin-top: 4px; }

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 24px;
  margin-top: 4px; }

.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft,
img.alignright,
img.aligncenter {
  margin-bottom: 12px; }

.wp-caption {
  background: #f1f1f1;
  line-height: 18px;
  margin-bottom: 20px;
  max-width: 632px !important;
  /* prevent too-wide images from breaking layout */
  padding: 4px;
  text-align: center; }

.wp-caption img {
  margin: 5px 5px 0; }

.wp-caption p.wp-caption-text {
  color: #888;
  font-size: 12px;
  margin: 5px; }

.wp-smiley {
  margin: 0; }

.gallery {
  margin: 0 auto 18px; }

.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%; }

.gallery-columns-2 .gallery-item {
  width: 50%; }

.gallery-columns-4 .gallery-item {
  width: 25%; }

.gallery img {
  border: 2px solid #cfcfcf; }

.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto; }

.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto; }

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px; }

.gallery dl {
  margin: 0; }

.gallery img {
  border: 10px solid #f1f1f1; }

.gallery br + br {
  display: none; }

#content .attachment img {
  /* single attachment images should be centered */
  display: block;
  margin: 0 auto; }
